# HG changeset patch # User Pascal Bellard # Date 1469866060 -7200 # Node ID 0be966ba5e90d893878c16c99bcf085eee26653e # Parent b0d5e94d5132bae872db9849bffc6becb0c0efc4 Up p7zip (16.02) diff -r b0d5e94d5132 -r 0be966ba5e90 fusecloop/description.txt --- a/fusecloop/description.txt Tue Jul 26 19:09:36 2016 +0100 +++ b/fusecloop/description.txt Sat Jul 30 10:07:40 2016 +0200 @@ -8,7 +8,7 @@ 2- Add new V3 format to build huge cloop images. * The index is compressed and uses 32 bits lengths instead of 64 bits offsets. - * The length msb is set to mark a duplicate bleck and the remining bits give + * The length msb is set to mark a duplicate block and the remining bits give the block number. * The index is moved to the file end. The cloop creation tool holds the index in memory instead of the datas. This reduces memory needs by 5000. diff -r b0d5e94d5132 -r 0be966ba5e90 p7zip-full/receipt --- a/p7zip-full/receipt Tue Jul 26 19:09:36 2016 +0100 +++ b/p7zip-full/receipt Sat Jul 30 10:07:40 2016 +0200 @@ -2,11 +2,11 @@ PACKAGE="p7zip-full" SOURCE="p7zip" -VERSION="9.20.1" +VERSION="16.02" CATEGORY="utilities" SHORT_DESC="A file archiver with a high compression ratio (full version with restricted codecs)" MAINTAINER="milka@konstelacioj.info" -LICENSE="LGPL" +LICENSE="LGPL2.1" TARBALL="${SOURCE}_${VERSION}_src_all.tar.bz2" WEB_SITE="http://p7zip.sourceforge.net/" WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" @@ -30,4 +30,3 @@ sed -i -e "s#.*$install#\"#" $fs/usr/bin/7z \ $fs/usr/bin/7za $fs/usr/bin/7zr } - diff -r b0d5e94d5132 -r 0be966ba5e90 p7zip/receipt --- a/p7zip/receipt Tue Jul 26 19:09:36 2016 +0100 +++ b/p7zip/receipt Sat Jul 30 10:07:40 2016 +0200 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="p7zip" -VERSION="9.20.1" +VERSION="16.02" CATEGORY="utilities" SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)" MAINTAINER="milka@konstelacioj.info" -LICENSE="LGPL" +LICENSE="LGPL2.1" TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2" WEB_SITE="http://p7zip.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -13,7 +13,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src make 7zr } @@ -23,4 +22,3 @@ mkdir -p $fs/usr cp -a $src/bin $fs/usr } -