pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/p7zip Changes 4.65:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8ac82b1eeab
branches: trunk
changeset: 554678:b8ac82b1eeab
user: adam <adam%pkgsrc.org@localhost>
date: Wed Feb 18 07:19:06 2009 +0000
description:
Changes 4.65:
* From Windows version of 7-zip 4.62 to 4.65
* The bug in 7-Zip 4.63 was fixed: 7-Zip could not decrypt .ZIP archives
encrypted with WinZip-AES method.
* 7-Zip now can unpack ZIP archives encrypted with PKWARE-AES.
* Some bugs were fixed.
* Fixed : the RAM size was reported incorrectly on MacOSX 64bits
* Fixed : makefile.linux_amd64_asm_icc
* DJGPP :
makefile.djgpp becomes makefile.djgpp_old
makefile.djgpp_watt added (thank to Rugxulo)
* you can now compile 7za with a cmake project (see README)
the cmake project can build a codeblock project ;)
Remark : the kdevelop3 or Eclipse/CDT4 project don't work :(
diffstat:
archivers/p7zip/Makefile | 6 +++---
archivers/p7zip/distinfo | 10 +++++-----
archivers/p7zip/patches/patch-ac | 13 ++++++++++---
3 files changed, 18 insertions(+), 11 deletions(-)
diffs (57 lines):
diff -r dafd39705472 -r b8ac82b1eeab archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile Wed Feb 18 05:50:31 2009 +0000
+++ b/archivers/p7zip/Makefile Wed Feb 18 07:19:06 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2008/12/01 07:01:35 adam Exp $
+# $NetBSD: Makefile,v 1.44 2009/02/18 07:19:06 adam Exp $
-DISTNAME= p7zip_4.61_src_all
-PKGNAME= p7zip-4.61
+DISTNAME= p7zip_4.65_src_all
+PKGNAME= p7zip-4.65
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/}
EXTRACT_SUFX= .tar.bz2
diff -r dafd39705472 -r b8ac82b1eeab archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo Wed Feb 18 05:50:31 2009 +0000
+++ b/archivers/p7zip/distinfo Wed Feb 18 07:19:06 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2008/12/01 07:01:35 adam Exp $
+$NetBSD: distinfo,v 1.34 2009/02/18 07:19:06 adam Exp $
-SHA1 (p7zip_4.61_src_all.tar.bz2) = 37223ff1f12dd3ba0d3f95b531bfbd01f974753f
-RMD160 (p7zip_4.61_src_all.tar.bz2) = f401067634987a37c42db4572336a09d9808fd84
-Size (p7zip_4.61_src_all.tar.bz2) = 2483533 bytes
+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 (patch-aa) = 44db7bc8ce6b03b44fe3aba223396d157b49e845
SHA1 (patch-ab) = bc7955af7363154e04e1dac1d510c9b22c6fd360
-SHA1 (patch-ac) = ad7be88ca5af55c8c40fdef2a0f9a19cb20db38b
+SHA1 (patch-ac) = 1c72ee13e0e939d2e5fb58870be95796af0b7ff0
diff -r dafd39705472 -r b8ac82b1eeab archivers/p7zip/patches/patch-ac
--- a/archivers/p7zip/patches/patch-ac Wed Feb 18 05:50:31 2009 +0000
+++ b/archivers/p7zip/patches/patch-ac Wed Feb 18 07:19:06 2009 +0000
@@ -1,12 +1,19 @@
-$NetBSD: patch-ac,v 1.5 2007/07/02 07:19:03 adam Exp $
+$NetBSD: patch-ac,v 1.6 2009/02/18 07:19:06 adam Exp $
---- makefile.glb.orig 2007-06-28 10:07:11.000000000 +0200
+--- makefile.glb.orig 2009-02-09 21:20:12.000000000 +0100
+++ makefile.glb
-@@ -1,6 +1,6 @@
+@@ -1,12 +1,12 @@
RM=rm -f
-CFLAGS=-c \
+CFLAGS+=-c \
+ -I../../../../C \
+ -I../../../myWindows \
+ -I../../../include_windows \
+ -I../../..
+
+-CXXFLAGS=-c \
++CXXFLAGS+=-c \
-I../../../myWindows \
-I../../../ \
-I../../../include_windows
Home |
Main Index |
Thread Index |
Old Index