diff options
author | adam <adam@pkgsrc.org> | 2008-12-01 07:01:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-12-01 07:01:35 +0000 |
commit | fba517db3a3065088a7528c4a5cd82c7cbaba2af (patch) | |
tree | 8795b15a41142fce6945d1619423526ff840800b | |
parent | 2157ce455055fce5b613cdd71af860bb4ad28fb7 (diff) | |
download | pkgsrc-fba517db3a3065088a7528c4a5cd82c7cbaba2af.tar.gz |
Changes 4.61:
- From Windows version of 7-zip 4.61 :
- 7-Zip now supports LZMA compression for .ZIP archives.
- Some bugs were fixed.
- Fix: Ask for password twice when creating encrypted archive
- 7zG added (read GUI/readme.txt)
Changes 4.60:
- From Windows version of 7-zip 4.60 :
- Some bugs were fixed
- p7zip didn't use the BCJ /BCJ2 filters for executables (:
- makefile.linux_amd64_asm_icc added
Changes 4.59:
- From Windows version of 7-zip 4.59 :
- 7-Zip now can unpack UDF, XAR and DMG/HFS archives.
- It's allowed to use -t switch for "list" and "extract" commands.
- Some bugs were fixed.
-rw-r--r-- | archivers/p7zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/p7zip/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 93d949e73b8..66d18d3abd9 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2008/06/23 16:50:24 adam Exp $ +# $NetBSD: Makefile,v 1.43 2008/12/01 07:01:35 adam Exp $ -DISTNAME= p7zip_4.58_src_all -PKGNAME= p7zip-4.58 +DISTNAME= p7zip_4.61_src_all +PKGNAME= p7zip-4.61 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index 8fc3be2ced4..2f5328e6192 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2008/06/23 16:50:24 adam Exp $ +$NetBSD: distinfo,v 1.33 2008/12/01 07:01:35 adam Exp $ -SHA1 (p7zip_4.58_src_all.tar.bz2) = 7525bbb12ec94186e9e40d3614cdfd5f6f63cab6 -RMD160 (p7zip_4.58_src_all.tar.bz2) = 2c31ab657275dc01d2d23c5de2327d5ee46f4e8a -Size (p7zip_4.58_src_all.tar.bz2) = 1948207 bytes +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 (patch-aa) = 44db7bc8ce6b03b44fe3aba223396d157b49e845 SHA1 (patch-ab) = bc7955af7363154e04e1dac1d510c9b22c6fd360 SHA1 (patch-ac) = ad7be88ca5af55c8c40fdef2a0f9a19cb20db38b |