diff options
author | adam <adam@pkgsrc.org> | 2007-09-05 20:37:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-09-05 20:37:08 +0000 |
commit | 2dba3a393584beea0e3651012202738b89e43472 (patch) | |
tree | 08e29271f5d9f5c1ba7c8bb703748febc603d6ce /archivers/p7zip | |
parent | fb494c5a7aba65813dce69fd36a3d903605af610 (diff) | |
download | pkgsrc-2dba3a393584beea0e3651012202738b89e43472.tar.gz |
Changes 4.53:
- From Windows version of 7-zip 4.53 :
- The bug in 7-Zip 4.48 - 4.52 beta was fixed:
7-Zip could create .ZIP archives with broken files.
- Some bugs were fixed.
Changes 4.52:
- From Windows version of 7-zip 4.52 :
- 7z now can unpack Compound files (msi, doc, ...).
- Some bugs were fixed (CAB decompressing)
- lzma (CPP/7zip/Compress/LZMA_Alone) is now multi-threaded.
- fixed 632912: Extracting large directories takes quadratic time
(this bug was not fully fixed ...)
- fixed: "7za x -odirectory archive.7z" now works even if "directory" is a symbolic link.
- makefile.linux_s390x added : support for Linux on IBM z/Series Mainframe with s390x CPU
- fixed crashes on BeOs with the flag "@filename"
- cleanup in the makefile : defining LITTLE_ENDIAN or BIG_ENDIAN is not needed anymore
- ppmd.exe added (CPP/7zip/Compress/PPMD_Alone)
Diffstat (limited to 'archivers/p7zip')
-rw-r--r-- | archivers/p7zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/p7zip/distinfo | 12 | ||||
-rw-r--r-- | archivers/p7zip/patches/patch-aa | 8 | ||||
-rw-r--r-- | archivers/p7zip/patches/patch-ab | 6 |
4 files changed, 16 insertions, 16 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index fe3bb62d981..defe5cbd102 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2007/07/27 13:43:44 adam Exp $ +# $NetBSD: Makefile,v 1.33 2007/09/05 20:37:08 adam Exp $ -DISTNAME= p7zip_4.51_src_all -PKGNAME= p7zip-4.51 +DISTNAME= p7zip_4.53_src_all +PKGNAME= p7zip-4.53 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index 21b78dbe507..d0dfd8dfef5 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2007/07/27 13:43:44 adam Exp $ +$NetBSD: distinfo,v 1.29 2007/09/05 20:37:08 adam Exp $ -SHA1 (p7zip_4.51_src_all.tar.bz2) = e3708dc69ec44dba554ab15d0cacbc226eae9420 -RMD160 (p7zip_4.51_src_all.tar.bz2) = af57615cc9d951516891a3f52b169f3d7c262650 -Size (p7zip_4.51_src_all.tar.bz2) = 1483484 bytes -SHA1 (patch-aa) = 5e7d8175440a500642adba3fe0579dd40329e166 -SHA1 (patch-ab) = 98578e58d3abf4e0fe0615f10c563cac78ceb047 +SHA1 (p7zip_4.53_src_all.tar.bz2) = 5776025e49d14f3148d2a9b5d3d067bb19c6d745 +RMD160 (p7zip_4.53_src_all.tar.bz2) = 205b920d1423824e675bfa94290c1410024c37ca +Size (p7zip_4.53_src_all.tar.bz2) = 1488885 bytes +SHA1 (patch-aa) = 44db7bc8ce6b03b44fe3aba223396d157b49e845 +SHA1 (patch-ab) = bc7955af7363154e04e1dac1d510c9b22c6fd360 SHA1 (patch-ac) = ad7be88ca5af55c8c40fdef2a0f9a19cb20db38b diff --git a/archivers/p7zip/patches/patch-aa b/archivers/p7zip/patches/patch-aa index e4d14279d2f..19c8ed4bcd9 100644 --- a/archivers/p7zip/patches/patch-aa +++ b/archivers/p7zip/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.16 2007/07/02 07:19:03 adam Exp $ +$NetBSD: patch-aa,v 1.17 2007/09/05 20:37:08 adam Exp $ ---- makefile.machine.orig 2007-07-01 19:02:13.000000000 +0200 +--- makefile.machine.orig 2007-09-01 10:26:00.000000000 +0200 +++ makefile.machine -@@ -3,20 +3,20 @@ - # LITTLE_ENDIAN and BIG_ENDIAN are already defined by the system headers +@@ -2,20 +2,20 @@ + # makefile for Linux (x86, PPC, alpha ...) # -OPTFLAGS=-O diff --git a/archivers/p7zip/patches/patch-ab b/archivers/p7zip/patches/patch-ab index 8992269aeaf..45315da0df1 100644 --- a/archivers/p7zip/patches/patch-ab +++ b/archivers/p7zip/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.8 2007/01/27 21:50:11 adam Exp $ +$NetBSD: patch-ab,v 1.9 2007/09/05 20:37:08 adam Exp $ ---- CPP/Windows/FileFind.cpp.orig 2007-01-20 18:06:40.000000000 +0100 +--- CPP/Windows/FileFind.cpp.orig 2007-08-07 18:39:26.000000000 +0200 +++ CPP/Windows/FileFind.cpp -@@ -264,7 +264,8 @@ bool CFindFile::FindFirst(LPCTSTR wildca +@@ -311,7 +311,8 @@ bool CFindFile::FindFirst(LPCTSTR wildca } TRACEN((printf("CFindFile::FindFirst : closedir-2(dirp=%p)\n",_dirp))) |