** Description changed:
Please sync p7zip 15.09+dfsg-4 (universe) from Debian testing (main)
---------------------------------------------------------------------
Rationale:
===========
* The version currently in xenial, 9.20.1, is 5 years old (released in
2011). It is very beneficial for the users to have this newer version in
the LTS. It has many improvements and fixes.
* The new version builds successfully on ppc64el, whereas the version in
xenial-proposed does not.
* The package comes from Debian testing, which means that:
- It compiles and up to date on all architectures it has previously been
compiled for in unstable;
- It does not have release-critical bugs;
- All of its dependencies are satisfiable by packages already in testing,
which is what the LTS is derived from;
- Installing the package does not break any packages currently in testing
* The Debian maintainer closed some launchpad bugs, which means that they
also look after Ubuntu bugs.
--------------------------------------------------------------------
- Version 15.09:
- ===============
-
- - 7-Zip now can extract ext2 and multivolume VMDK images.
- - 7-Zip now can extract ext3 and ext4 (Linux file system) images.
- - support of cygwin 64 bits
- - support of cygwin 64 bits with asm
- - cygwin : fix in GetRamSize()
- - cross building added :
- makefile.linux_cross_aarch64
- makefile.linux_cross_arm
- makefile.linux_cross_ppc
- makefile.linux_cross_ppc64
- makefile.linux_cross_ppc64le
- makefile.linux_cross_s390x (7za and 7zr pass tests, 7z does not pass tests)
-
- - 7-Zip now can extract GPT images and single file QCOW2, VMDK, VDI images.
- - 7-Zip now can extract solid WIM archives with LZMS compression.
- - 7-Zip now can extract RAR5 archives.
- - 7-Zip now doesn't sort files by type while adding to solid 7z archive.
- new -mqs switch to sort files by type while adding to solid 7z archive.
- - 7-Zip now can create 7z, xz and zip archives with 1536 MB dictionary for
LZMA/LZMA2.
- - 7-Zip now can extract .zipx (WinZip) archives that use xz compression.
- ---------------------------------------------------------------------------
+ Version 15.09 beta
+ =================
+
+ - From Windows version of 7-zip 15.08 beta:
+ - 7-Zip now can extract ext2 and multivolume VMDK images.
+ - Some bugs were fixed.
+
+ Version 15.08 beta
+ =================
+
+ - From Windows version of 7-zip 15.08 beta:
+
+ - 7-Zip now can extract ext3 and ext4 (Linux file system) images.
+ - Some bugs were fixed.
+
+ Version 15.07 beta
+ =================
+
+ - "bin/Codecs/Rar29.so" renamed to "bin/Codecs/Rar.so"
+
+ - support of cygwin 64 bits
+
+ - support of cygwin 64 bits with asm
+
+ - cygwin : fix in GetRamSize()
+
+ - cross building added :
+ makefile.linux_cross_aarch64
+ makefile.linux_cross_arm
+ makefile.linux_cross_ppc
+ makefile.linux_cross_ppc64
+ makefile.linux_cross_ppc64le
+ makefile.linux_cross_s390x (7za and 7zr pass tests, 7z does not pass tests)
+
+ - From Windows version of 7-zip 15.07 beta:
+ - 7-Zip now can extract GPT images and single file QCOW2, VMDK, VDI
images.
+ - 7-Zip now can extract solid WIM archives with LZMS compression.
+ - Some bugs were fixed.
+
+ - From Windows version of 7-zip 15.06 beta:
+
+ - 7-Zip now can extract RAR5 archives.
+ - 7-Zip now doesn't sort files by type while adding to solid 7z archive.
+ new -mqs switch to sort files by type while adding to solid 7z archive.
+ - The BUG in 7-Zip File Manager was fixed:
+ The "Move" operation to open 7z archive didn't delete empty files.
+ - The BUG in 15.05 was fixed:
+ console version added some text to the end of stdout stream, is -so
switch was used.
+ - The BUG in 9.30 - 15.05 was fixed:
+ 7-Zip could not open multivolume sfx RAR archive.
+ - Some bugs were fixed.
+
+ - From Windows version of 7-zip 15.05 beta:
+ - 7-Zip now can create 7z, xz and zip archives with 1536 MB dictionary
for LZMA/LZMA2.
+ - 7-Zip File Manager now can operate with alternate file streams at NTFS
volumes via "File / Alternate Streams" menu command.
+ - 7-Zip now can extract .zipx (WinZip) archives that use xz compression.
+ - new optional "section size" parameter for BCJ2 filter for compression
ratio improving.
+ Example: -mf=BCJ2:d9M, if largest executable section in files is
smaller than 9 MB.
+ - Speed optimizations for BCJ2 filter and SHA-1 and SHA-256 calculation.
+ - Console version now uses stderr stream for error messages.
+ - Console version now shows names of processed files only in progress
line by default.
+ - new -bb[0-3] switch to set output log level. -bb1 shows names of
processed files in log.
+ - new -bs[o|e|p][0|1|2] switch to set stream for output messages;
+ o: output, e: error, p: progress line; 0: disable, 1: stdout, 2: stderr.
+ - new -bt switch to show execution time statistics.
+ - new -myx[0-9] switch to set level of file analysis.
+ - new -mmtf- switch to set single thread mode for filters.
+ - The BUG was fixed:
+ - 7-Zip didn't restore NTFS permissions for folders during extracting
from WIM archives.
+ - The BUG was fixed:
+ The command line version: if the command "rn" (Rename) was called
with more
+ than one pair of paths, 7-Zip used only first rename pair.
+ - The BUG was fixed:
+ 7-Zip crashed for ZIP/LZMA/AES/AES-NI.
+ - The BUG in 15.01-15.02 was fixed:
+ 7-Zip created incorrect ZIP archives, if ZipCrypto encryption was
used.
+ 7-Zip 9.20 can extract such incorrect ZIP archives.
+ - Some bugs were fixed.
+
+ Version 9.38.2
+ ==============
+ - patch #27 : Update Mac OS X LLVM 64bits Makefile
+ and all others makefile.macosx_* become makefile.macosx_gcc_*
+
+ - bug #153 Relative paths extracted outside of extraction directory
Version 9.38.1
- ===============
-
- - bug #145 "p7zip crashes while moving memory in MoveItems
- ------------------------------------------------------------------------
+ ==============
+ - bug #145 "p7zip crashes while moving memory in MoveItems
Version 9.38
- =============
-
- - patch #23 fixes "7z with unicode file name with surrogate pair is not
handled well in Linux"
- - bug #139 "password from commanline is visible in processes list"
- Now the characters of the password are replaced with *.
- - From Windows version of 7-zip
- - bug#138 If you extract the password with # program crashes
- 7z now supports long password in RAR 3 and 4.
+ ==============
+
+ - patch #23 fixes "7z with unicode file name with surrogate pair is
+ not handled well in Linux"
+
+ - bug #139 "password from commanline is visible in processes list"
+ Now the characters of the password are replaced with *.
+
+ - From Windows version of 7-zip
+ - bug#138 If you extract the password with # program crashes
+ 7z now supports long password in RAR 3 and 4.
+
+ Version 9.22
+ ==============
+ - From Windows version of 7-zip 9.22
+ - 7-Zip could ignore some options when you created ZIP archives.
+ For example, it could use ZipCrypto cipher instead of AES-256.
+
+ - From Windows version of 7-zip 9.21
+ - New -mf=FilterID switch to specify compression filter. Examples:
+ 7z a -mf=bcj2 a.7z a.tar
+ 7z a -mf=delta:4 a.7z a.wav
+ 7z a -mf=bcj a.tar.xz a.tar
+
+ - New class FString for file names at file systems.
+ - Speed optimization in CRC code for big-endian CPUs.
+
+ - From Windows version of 7-zip
+ - Speed optimizations in AES code for Intel's 32nm CPUs.
+ - Speed optimizations in CRC calculation code for Intel's Atom CPUs.
+
+ - 7za can run on ANDROID 2.3 !
+
+ - bug with multi archives which are links.
+
+ - #3283518 : Asm/x{32,64}/7zCrcT8U.asm introduces executable stack
---------------------------------------------------------------------
Changelog entries since current xenial version 9.20.1~dfsg.1-5:
p7zip (15.09+dfsg-4) unstable; urgency=low
* Upload to unstable.
* Mention in README.Debian that p7zip-full is needed for 7z archives
compressed with PPMD method (closes: #693509).
* Replace `7z' with `7zr' in the short description of p7zip to make
in consistent with the description of p7zip-full (closes: #636664).
* Switch Vcs-Git to https, and Vcs-Browser to cgit.
-- Robert Luberda <[email protected]> Sun, 13 Mar 2016 09:54:38 +0100
p7zip (15.09+dfsg-3) experimental; urgency=low
* Refactor and enhance the p7zip wrapper script:
+ update the p7zip script to the version from the contrib directory;
+ make it call either 7za or 7zr command, whichever one is available;
+ remove `if [ "$?" != 0 ]' statements, as they won't work with `set -e';
+ use the standard error for reporting;
+ implement the --stdout, --force, --keep options (closes: #656340,
LP: #220646, #259239)
+ update p7zip(1) man page to shortly describe new options and give more
details about the script's behavior.
* Make p7zip-full package depend on p7zip package to have the p7zip command
available for the users of p7zip-full (LP: #1156460):
+ add necessary Depends, Breaks and Replaces;
+ convert /u/s/d/p7zip-full into a symlink to /u/s/d/p7zip;
+ install the html documentation into p7zip-full only and update
02-man.patch to mention that.
* Add 09-man-update.patch in order to:
+ update man pages based on the current usage output of the commands;
+ remove references to the -p{Password} option from the 7zr(1), as the
command does not support it (LP: #558609);
+ mention in 7z(1) that 7z might be slower than 7za (closes: #636667);
+ reword "the highest compression ratio" phrase to make it referring
to the 7z format instead of the 7z programs (closes: #636179).
* Reword the packages' descriptions and p7zip(1) man page similarly.
* Do not install documentation from fm sub-directory (which describes
Windows GUI not available in Debian); skip license.htm as well (to make
lintian happy).
* Add 10-drop-fm-doc.patch to remove from the html documentation references
to files mentioned in the previous entry. Also strip in the documentation
the .exe extension from 7z commands (LP: #181402).
* No longer install ChangeLog.gz to changelog.gz symlink.
* Replace duplicated style.css files with symlinks.
* Register html documentation in the doc-base system.
* Add 11-README-no-instructions.patch to remove build instructions from the
README file.
* Acknowledge the 9.20.1~dfsg.1-4.1 NMU (closes: #788734).
* Close Ubuntu's 'newer version available' report (LP: #1414569).
* Bump Standards-Version to 3.9.7.
* Add lintian override for a spelling typo in a word used as a proper name.
* Update README.Debian and add a NEWS entry for the dependency changes.
-- Robert Luberda <[email protected]> Sun, 06 Mar 2016 16:58:28 +0100
p7zip (15.09+dfsg-2) experimental; urgency=low
* Hopefully fix FTBFS on various architectures:
+ add 07-endian-detection.patch to detect byte ordering via macros
defined in <endian.h>.
+ add 08-mips.patch to rename a variable called `mips', as it clashed
with a name of preprocessor macro defined on mips and mipsel.
-- Robert Luberda <[email protected]> Mon, 15 Feb 2016 22:53:55 +0100
p7zip (15.09+dfsg-1) experimental; urgency=low
* New upstream version (closes: #778289, LP: #1414569).
* Update patches for the new version:
+ remove most of 01-makefile.patch, especially remove the parts related
to multiarch libwgtk2.8-dev, which is no longer used by this package;
+ fix grammar error (closes: #706005) and update location of html
documentation in 02-man.patch; do the same for debian/p7zip*.docs
+ drop 04-no-strip-by-default.patch; patch empty OPTFLAGS in debian/rules
instead;
+ replace CVE-2015-1038.patch with Fedora's version taken from their
p7zip-15.09-10.fc24.src.rpm package;
+ add 06-s390.patch from Fedora to fix build on s390.
* Update 03-include-linux-makefile.patch to include arch-specific makefile
on amd64 (closes: #713964) and i386 archs. Both makefiles have compilation
of assembler sources enabled, so add build dependency on yasm on those
architectures.
* Use DEP-5 format for debian/copyright, and add Files-Excluded header
into it.
* Update debian/watch to allow uscan to repack upstream tarballs.
* Provide README.source with reasons of repacking (closes: #705595).
-- Robert Luberda <[email protected]> Sun, 14 Feb 2016 01:11:20 +0100
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1563508
Title:
[FFE] Sync p7zip 15.09+dfsg-4 (universe) from Debian testing (main)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/p7zip/+bug/1563508/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs