diff options
author | wiz <wiz> | 2005-09-23 12:17:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-09-23 12:17:59 +0000 |
commit | a18f368959a97e98afeabfc938d272bd8a89b217 (patch) | |
tree | 9852793e188977b411f60a89fda7242465b14cb3 /archivers/p7zip/Makefile | |
parent | d2ce45c0887cb8b4fd93503f26aa8aa659d0183d (diff) | |
download | pkgsrc-a18f368959a97e98afeabfc938d272bd8a89b217.tar.gz |
Update to 4.27, from Jason White in PR 31374.
Version 4.27
============
- From Windows version of 7-zip 4.27 :
- new plugin for 7z : 7-Zip can unpack CHM/HXS (MS HTML HELP) archives
- cab plugin for 7z : 7-Zip can unpack multivolume CAB archives
- Some bugs were fixed
- better support for 64bits (PPMD coder/decoder)
Version 4.26
============
- From Windows version of 7-zip 4.26 :
- new plugin for 7z : LZH format support (extracting only)
- fix (courtesy from Robert Millan) to make p7zip compile on GNU/kFreeBSD.
- fix "Bug item #1273057", now "7z -so -t7z a dummy.7z file >output.7z" does not
finish with a "Segmentation fault (core dumped)".
- fix "Bug item #1221056", now, makefile for p7zip use the flag "-O" to
support compilers that build invalid programs with the flag "-O2".
Version 4.25
============
- From Windows version of 7-zip 4.25 :
- Some bugs were fixed
- DOCS/MANUAL/exit_codes.htm added
- new plugin for 7z : RAR format support (extracting only)
- better dependencies in makefile
Version 4.23
============
- From Windows version of 7-zip 4.23 :
- Some bugs were fixed
- manpages for 7za and 7z updated by Mohammed Adnene Trojette.
- little fix for the help message of 7za or 7z.
- bug #1224304 : Files and directories with \ in name not handled properly.
- fix for tar archives that have pax header.
Diffstat (limited to 'archivers/p7zip/Makefile')
-rw-r--r-- | archivers/p7zip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 3e4b3270e92..c5943682083 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2005/06/24 14:32:13 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/23 12:17:59 wiz Exp $ -DISTNAME= p7zip_4.20_src -PKGNAME= p7zip-4.20 +DISTNAME= p7zip_4.27_src +PKGNAME= p7zip-4.27 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 |