diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-24 21:20:23 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-24 21:20:23 +0000 |
commit | b6e6e92c6c47cce2722865f9962071cd151723a2 (patch) | |
tree | 00db2821520014ffabbd7b7ed77effd86059cd17 /pkgtools | |
parent | f3dc448cc83a06ce22394329140b1893da03706b (diff) | |
download | pkgsrc-b6e6e92c6c47cce2722865f9962071cd151723a2.tar.gz |
update to 20000724.
This includes a buffer overflow bug fix in pkg_add which was causing pkg_add
to segfault on teTeX on pmax. The bug was present on all ports though. As
far as I can tell this was a non-exploitable overflow.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 2802b6a105f..9f659cfee61 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/07/05 20:31:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.33 2000/07/24 21:20:23 dmcmahill Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -7,7 +7,7 @@ # Also, check PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk # (Use "make show-pkgtools-version" to find the correct value # for YYYYMMDD) -DISTNAME= pkg_install-20000705 +DISTNAME= pkg_install-20000724 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/pkgtools/pkg_install/files/md5 b/pkgtools/pkg_install/files/md5 index 639f21c976f..4b2ef52c034 100644 --- a/pkgtools/pkg_install/files/md5 +++ b/pkgtools/pkg_install/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.17 2000/07/05 20:31:51 hubertf Exp $ +$NetBSD: md5,v 1.18 2000/07/24 21:20:24 dmcmahill Exp $ -MD5 (pkg_install-20000705.tar.gz) = aaffbf545e1a6a0ea9ba3938f4a69a0b +MD5 (pkg_install-20000724.tar.gz) = b8ace4d7614b1579556aa9fbf847f7ff |