diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-20 04:02:45 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-20 04:02:45 +0000 |
commit | 9246b9d6a02c846adc258a628e0d2696bb9853f2 (patch) | |
tree | fe5d29ffb5e38c14321ca416fe005b0c64afeafe | |
parent | 902f967bcd7617bb44c544f7f89af3f9f23969f5 (diff) | |
download | pkgsrc-9246b9d6a02c846adc258a628e0d2696bb9853f2.tar.gz |
pkg_install-20001220 update.
Post-1.5 version that fixes the timeout-problem when installing via FTP
(the 10-minute timeout was on the whole transfer, not on a single file
inside the package).
-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 fc9c9469858..414b4643fd7 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2000/07/27 23:32:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.35 2000/12/20 04:02:45 hubertf 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-20000724 +DISTNAME= pkg_install-20001220 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/pkgtools/pkg_install/files/md5 b/pkgtools/pkg_install/files/md5 index 4b2ef52c034..4ad8865fc90 100644 --- a/pkgtools/pkg_install/files/md5 +++ b/pkgtools/pkg_install/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.18 2000/07/24 21:20:24 dmcmahill Exp $ +$NetBSD: md5,v 1.19 2000/12/20 04:02:46 hubertf Exp $ -MD5 (pkg_install-20000724.tar.gz) = b8ace4d7614b1579556aa9fbf847f7ff +MD5 (pkg_install-20001220.tar.gz) = 32d9fd2a75a630d119af156120e1c537 |