summaryrefslogtreecommitdiff
path: root/archivers/p7zip/patches
diff options
context:
space:
mode:
authoradam <adam>2009-06-08 05:54:51 +0000
committeradam <adam>2009-06-08 05:54:51 +0000
commit447c0784eaddc2b6e9841f1420debe472cd0eb60 (patch)
treee39ae59aba9f1878629aa000cecc6a567a71a91f /archivers/p7zip/patches
parent0896dd1c0398a9299e5d71d49fd410aebc797c2c (diff)
downloadpkgsrc-447c0784eaddc2b6e9841f1420debe472cd0eb60.tar.gz
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 (limited to 'archivers/p7zip/patches')
-rw-r--r--archivers/p7zip/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p7zip/patches/patch-ab b/archivers/p7zip/patches/patch-ab
index 45315da0df1..608e9c3f644 100644
--- a/archivers/p7zip/patches/patch-ab
+++ b/archivers/p7zip/patches/patch-ab
@@ -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)))