diff options
author | salo <salo> | 2005-03-01 07:45:28 +0000 |
---|---|---|
committer | salo <salo> | 2005-03-01 07:45:28 +0000 |
commit | 81bbd657c6907fa527a5b8ac9625590f3ed74d9d (patch) | |
tree | b7e3094f6a81f0b8dc7fe36efe8d0a90d7706187 /archivers | |
parent | 00332b7de6d7873a6eab381862bb0472163b2cd8 (diff) | |
download | pkgsrc-81bbd657c6907fa527a5b8ac9625590f3ed74d9d.tar.gz |
Distfile changed after one day.. grrrrrrr.
Relevant change,
+5.52 (28 Feb 05):
+ - win32/win32.c - defer_dir_attribs(): fixed critical "mem-access to
+ nirwana" bug when processing directory entries without any local
+ extra field; added some explaining comments
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/unzip/distinfo | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 4e65a3b8bcd..d71e0a69ed6 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2005/02/28 16:50:24 salo Exp $ +# $NetBSD: Makefile,v 1.53 2005/03/01 07:45:28 salo Exp $ DISTNAME= unzip552 PKGNAME= unzip-5.52 +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ @@ -11,6 +12,7 @@ COMMENT= List, test and extract compressed files in a ZIP archive PKG_INSTALLATION_TYPES= overwrite pkgviews +DIST_SUBDIR= ${PKGNAME} # Remove on next update. WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK3= yes USE_GNU_TOOLS+= make diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo index ca200cb23a1..8411b95ea03 100644 --- a/archivers/unzip/distinfo +++ b/archivers/unzip/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2005/02/28 16:50:24 salo Exp $ +$NetBSD: distinfo,v 1.13 2005/03/01 07:45:28 salo Exp $ -SHA1 (unzip552.tar.gz) = e24b538a27d89963b90ab0b890d2dfcb372bc12d -RMD160 (unzip552.tar.gz) = 4504cc5ac71d6a5ce4841fb4190ec0be121fdf5f -Size (unzip552.tar.gz) = 1139806 bytes +SHA1 (unzip-5.52nb1/unzip552.tar.gz) = 1831bd59b9e607a69052f83b263384895e2d4a19 +RMD160 (unzip-5.52nb1/unzip552.tar.gz) = b749b0923bc4cceaa6f937aef688e9713a84328c +Size (unzip-5.52nb1/unzip552.tar.gz) = 1140291 bytes SHA1 (patch-aa) = de66b7b5c45904167e8596ce5235d957c2df4d2a SHA1 (patch-ab) = dd426fdf4b774bd73f4ee46da470ffa3c2cf6513 |