diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-08-02 12:46:48 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-08-02 12:46:48 +0000 |
commit | 3cc3468b6a57ecc531676bab162c9c25d5553b9c (patch) | |
tree | 6baf4d5a91a764b20ce9a2ed497716c046930f10 /security/kth-krb4/Makefile | |
parent | 1649deedd06e7ce33f53d560bb79b4c800ddbce2 (diff) | |
download | pkgsrc-3cc3468b6a57ecc531676bab162c9c25d5553b9c.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/Makefile | 9 |
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" |