Changelog for p7zip 4.29: - Bug was fixed: 7-Zip 4.27 beta created incorrect multivolume archives. - "Duplicate filename" collision problem between names with ligatures was fixed. I was biten by the bug but luckily I tried to do "7z t" before I've deleted files. Reproducible: Sometimes Steps to Reproduce: IMO loss of data is pretty serious issue for archiver: what if you are doing backup or something ? You'll find your backups are useless when it'll be too late! P.S. Archive was called p7zip_4.27_src.tar.bz2 in p7zip 4.27, it's now called Download p7zip_4.29_src_all.tar.bz2 so one line must be changed in ebuild: --- /usr/portage/app-arch/p7zip/p7zip-4.27.ebuild +++ /usr/portage/app-arch/p7zip/p7zip-4.29.ebuild @@ -6,7 +6,7 @@ DESCRIPTION="Port of 7-Zip archiver for Unix" HOMEPAGE="http://p7zip.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2" LICENSE="LGPL-2.1" SLOT="0"
4.27 isn't marked stable, so it's not a big issue.
no idea why i was added to CC
*** Bug 111755 has been marked as a duplicate of this bug. ***
version 4.30 has been commited into portage. version 4.27 will be removed shortly.