Subject: CVS commit: pkgsrc/archivers/p7zip
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/02/2007 07:19:04
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Jul  2 07:19:03 UTC 2007

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

Log Message:
Changes 4.48:
- From Windows version of 7-zip 4.48:
  - Encryption strength for .7z format was increased.
    Now it uses random initialization vectors.
  - Some bugs were fixed.
- fixed 1729236: Makefile infrastructure not safe for parallel compilation
  (if your make command understands -C and -j4, copy makefile.parallel_jobs over makefile)
- Now the executables are not built with the PIC (position-independent code) flag.
  7z.so are still built with the PIC flag.
  7za and 7zr are now faster than 7z with 7z.so.
  7za, 7zr and 7r are now smaller.
- contrib/gzip-like_CLI_wrapper_for_7z/p7zip now supports spaces in filename
  and use 7za instead of 7z.
- contrib/qnx630sp3 added to support QNX built


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/archivers/p7zip/Makefile
cvs rdiff -r1.25 -r1.26 pkgsrc/archivers/p7zip/distinfo
cvs rdiff -r1.15 -r1.16 pkgsrc/archivers/p7zip/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/archivers/p7zip/patches/patch-ac

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