summaryrefslogtreecommitdiff
path: root/security/kth-krb4/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach>2001-08-02 12:46:48 +0000
committerwennmach <wennmach>2001-08-02 12:46:48 +0000
commit5a8b5a2b8da1df5801155d600512174ab5c2c6a0 (patch)
tree6baf4d5a91a764b20ce9a2ed497716c046930f10 /security/kth-krb4/Makefile
parent417b0ed5dc404366a0311de41b815c36d78b0df9 (diff)
downloadpkgsrc-5a8b5a2b8da1df5801155d600512174ab5c2c6a0.tar.gz
The telnetd in kth-krb4-1.0.1 seems to be vulnerable to the buffer overflow
attack described in SA2001-12 (noted by T. M. Pederson <salvage@plethora.net> in PR pkg/13610). Instead of applying the patch submitted by T. M. Pederson, we upgrade kth-krb4 to 1.0.9 where the vulnerability has been fixed. The upgrade to 1.0.9 was provided by Assar Westerlund <assar@netbsd.org> and slightly modified by myself. Also included is diff file for /etc/services for NetBSD-1.5 (and 1.5.1) also submitted by T. M. Pederson <salvage@plethora.net> in PR 12540. Note: files/services.diff resurfaces as files/services-1.4.2.diff. Closes PR 13610 and PR 12540.
Diffstat (limited to 'security/kth-krb4/Makefile')
-rw-r--r--security/kth-krb4/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile
index 14c1f1055eb..5c94bec80a2 100644
--- a/security/kth-krb4/Makefile
+++ b/security/kth-krb4/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2001/04/12 14:53:39 wennmach Exp $
+# $NetBSD: Makefile,v 1.13 2001/08/02 12:46:48 wennmach Exp $
#
-DISTNAME= krb4-1.0.1
-PKGNAME= kth-krb4-1.0.1
+DISTNAME= krb4-1.0.9
+PKGNAME= kth-krb4-1.0.9
CATEGORIES= security net
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/
@@ -29,6 +29,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/etc/krb.conf ${PREFIX}/share/examples/kth-krb4
${INSTALL_DATA} ${WRKSRC}/etc/krb.realms ${PREFIX}/share/examples/kth-krb4
${INSTALL_DATA} ${WRKSRC}/etc/inetd.conf.changes ${PREFIX}/share/examples/kth-krb4
- ${INSTALL_DATA} ${FILESDIR}/services.diff ${PREFIX}/share/examples/kth-krb4
+ ${INSTALL_DATA} ${FILESDIR}/services-1.4.2.diff ${PREFIX}/share/examples/kth-krb4
+ ${INSTALL_DATA} ${FILESDIR}/services-1.5.diff ${PREFIX}/share/examples/kth-krb4
.include "../../mk/bsd.pkg.mk"