pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/p7zip Changes 9.04:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48c122d4ec5b
branches:  trunk
changeset: 394275:48c122d4ec5b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 08 05:54:51 2009 +0000

description:
Changes 9.04:
* 7-Zip now can update solid .7z archives.
* 7-Zip now supports LZMA2 compression method.
* 7-Zip now supports XZ archives.
* 7-Zip now can unpack NTFS, FAT, VHD and MBR archives.
* 7-Zip now can unpack GZip, BZip2, LZMA, XZ and TAR archives from stdin.
* New -scrc switch to calculate total CRC-32 during extracting / testing.
* Some bugs were fixed.

diffstat:

 archivers/p7zip/Makefile         |   6 +++---
 archivers/p7zip/distinfo         |  10 +++++-----
 archivers/p7zip/patches/patch-ab |   6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r da5bd85a5e42 -r 48c122d4ec5b archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile  Mon Jun 08 05:27:41 2009 +0000
+++ b/archivers/p7zip/Makefile  Mon Jun 08 05:54:51 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2009/02/18 07:19:06 adam Exp $
+# $NetBSD: Makefile,v 1.45 2009/06/08 05:54:51 adam Exp $
 
-DISTNAME=      p7zip_4.65_src_all
-PKGNAME=       p7zip-4.65
+DISTNAME=      p7zip_9.04_src_all
+PKGNAME=       p7zip-9.04
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=p7zip/}
 EXTRACT_SUFX=  .tar.bz2
diff -r da5bd85a5e42 -r 48c122d4ec5b archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo  Mon Jun 08 05:27:41 2009 +0000
+++ b/archivers/p7zip/distinfo  Mon Jun 08 05:54:51 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2009/02/18 07:19:06 adam Exp $
+$NetBSD: distinfo,v 1.35 2009/06/08 05:54:51 adam Exp $
 
-SHA1 (p7zip_4.65_src_all.tar.bz2) = 988f6ec63e93e6ec23492fd39e3b48a58fd695d1
-RMD160 (p7zip_4.65_src_all.tar.bz2) = 1749032c16e7c5afaa79bc123db33d61acc79eba
-Size (p7zip_4.65_src_all.tar.bz2) = 2501418 bytes
+SHA1 (p7zip_9.04_src_all.tar.bz2) = 6430fcd3a5e16d0a30f1eebf34a085e5372b813b
+RMD160 (p7zip_9.04_src_all.tar.bz2) = 2d9caf81dd3fc038441be7e1e592a972a1114df7
+Size (p7zip_9.04_src_all.tar.bz2) = 3759021 bytes
 SHA1 (patch-aa) = 44db7bc8ce6b03b44fe3aba223396d157b49e845
-SHA1 (patch-ab) = bc7955af7363154e04e1dac1d510c9b22c6fd360
+SHA1 (patch-ab) = fedaf15990d9c01bdefcd2a0bd9a740f965247b0
 SHA1 (patch-ac) = 1c72ee13e0e939d2e5fb58870be95796af0b7ff0
diff -r da5bd85a5e42 -r 48c122d4ec5b archivers/p7zip/patches/patch-ab
--- a/archivers/p7zip/patches/patch-ab  Mon Jun 08 05:27:41 2009 +0000
+++ b/archivers/p7zip/patches/patch-ab  Mon Jun 08 05:54:51 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.9 2007/09/05 20:37:08 adam Exp $
+$NetBSD: patch-ab,v 1.10 2009/06/08 05:54:51 adam Exp $
 
---- CPP/Windows/FileFind.cpp.orig      2007-08-07 18:39:26.000000000 +0200
+--- CPP/Windows/FileFind.cpp.orig      2009-06-03 19:40:16.000000000 +0200
 +++ CPP/Windows/FileFind.cpp
-@@ -311,7 +311,8 @@ bool CFindFile::FindFirst(LPCTSTR wildca
+@@ -314,7 +314,8 @@ bool CFindFile::FindFirst(LPCSTR wildcar
    }
  
    TRACEN((printf("CFindFile::FindFirst : closedir-2(dirp=%p)\n",_dirp)))



Home | Main Index | Thread Index | Old Index