Subject: CVS commit: pkgsrc/archivers/p7zip
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/27/2007 21:50:11
Module Name:	pkgsrc
Committed By:	adam
Date:		Sat Jan 27 21:50:11 UTC 2007

Modified Files:
	pkgsrc/archivers/p7zip: Makefile distinfo
	pkgsrc/archivers/p7zip/patches: patch-ab

Log Message:
Changes 4.44:
- From Windows version of 7-zip 4.43 :
  - 7za : Cab support
  - Speed optimizations for LZMA, Deflate, BZip2 and unRAR.
  - fix : now, updating a crypted header archive keeps the crypted header
- fixes in the help displayed by 7za/7z/7zr.
- code cleanup
  - remove of mySetModuleFileNameA (and its memory leak), GetModuleFileName ...
- fixed : p7zip for DJGPP can now update an archive (thanks stranix)
- fixed : in the plugins of 7z, the "Utf16" state was always off.
- fixed : support for directory names that are not encoded with the current locale.
  (ex : directory name is in "iso 8859-15" whereas the locale is "utf8")
- patch 1581907 : fix for FreeBSD in contrib/gzip-like_CLI_wrapper_for_7z/p7zip
- fixed : p7zip can now restore a symbolic link from a Zip archive (archive.zip made with "zip -y")
    remark/todo : p7zip stores, in a zip archive, the linked file instead of the symbolic link
- fixed 1630452 : small fix in the output of the script install.sh
- fixed 632912 : Extracting large directories takes quadratic time
- preliminary support of HP-UX : remove of RTLD_GROUP for dlopen in DLL.cpp
    makefile.hpux-acc should be able to build 7za for HP-UX (thanks to furiol)
- Client7z added.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/archivers/p7zip/Makefile
cvs rdiff -r1.22 -r1.23 pkgsrc/archivers/p7zip/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/archivers/p7zip/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.