# HG changeset patch # User Pascal Bellard # Date 1517240562 -3600 # Node ID 35a23f513b71d0256c6b31180f621b2db3fce007 # Parent d74b8b5a78d0c817e918bbc46712f56afd963df0 Update some compressors diff -r d74b8b5a78d0 -r 35a23f513b71 brotli/receipt --- a/brotli/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/brotli/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="brotli" -VERSION="0.6.0" +VERSION="1.0.2" CATEGORY="base-system" SHORT_DESC="A generic-purpose lossless compression algorithm." MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 gzip-full/receipt --- a/gzip-full/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/gzip-full/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gzip-full" -VERSION="1.6" +VERSION="1.9" CATEGORY="system-tools" SHORT_DESC="GNU compression utilities" MAINTAINER="erjo@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 gzip/receipt --- a/gzip/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/gzip/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gzip" -VERSION="1.6" +VERSION="1.9" CATEGORY="system-tools" SHORT_DESC="GNU compression utilities (gzip and gunzip)" MAINTAINER="erjo@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 ipxe/stuff/ipxe.cmd --- a/ipxe/stuff/ipxe.cmd Sat Jan 27 12:56:10 2018 +0100 +++ b/ipxe/stuff/ipxe.cmd Mon Jan 29 16:42:42 2018 +0100 @@ -39,7 +39,7 @@ goto menu :web -isset $(ip} || dhcp || echo No DHCP +isset ${ip} || dhcp || echo No DHCP imgfree set weburl http://mirror.slitaz.org/pxe/ chain --autofree ${weburl}ipxe/menu.ipxe && boot || @@ -56,12 +56,12 @@ goto menu :lan -isset $(ip} || dhcp || echo No DHCP +isset ${ip} || dhcp || echo No DHCP autoboot || goto menu :rolling -isset $(ip} || dhcp || echo No DHCP +isset ${ip} || dhcp || echo No DHCP sanboot http://mirror.slitaz.org/iso/rolling/slitaz-rolling.iso || goto menu diff -r d74b8b5a78d0 -r 35a23f513b71 libzim-dev/receipt --- a/libzim-dev/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/libzim-dev/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libzim-dev" -VERSION="1.0" +VERSION="1.4" CATEGORY="development" SHORT_DESC="Read and write method for ZIM files used by Wikipedia, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 libzim/receipt --- a/libzim/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/libzim/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -2,7 +2,7 @@ PACKAGE="libzim" SOURCE="zimlib" -VERSION="1.0" +VERSION="1.4" CATEGORY="office" SHORT_DESC="Read and write method for ZIM files used by Wikipedia." MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 libzip-dev/receipt --- a/libzip-dev/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/libzip-dev/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libzip-dev" -VERSION="0.11.2" +VERSION="1.4.0" CATEGORY="development" SHORT_DESC="C library for reading, creating, and modifying zip archives, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 libzip/receipt --- a/libzip/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/libzip/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libzip" -VERSION="0.11.2" +VERSION="1.4.0" CATEGORY="misc" SHORT_DESC="C library for reading, creating, and modifying zip archives." MAINTAINER="pascal.bellard@slitaz.org" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && diff -r d74b8b5a78d0 -r 35a23f513b71 lz4-dev/receipt --- a/lz4-dev/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/lz4-dev/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lz4-dev" -VERSION="1.8.0" +VERSION="1.8.1.2" CATEGORY="development" SHORT_DESC="LZ4 development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 lz4-lib/receipt --- a/lz4-lib/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/lz4-lib/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lz4-lib" -VERSION="1.8.0" +VERSION="1.8.1.2" CATEGORY="base-system" SHORT_DESC="The lz4c compressor shared library" MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 lz4/receipt --- a/lz4/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/lz4/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lz4" -VERSION="1.8.0" +VERSION="1.8.1.2" CATEGORY="base-system" SHORT_DESC="High speed lossless compressor." MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 lz4c/receipt --- a/lz4c/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/lz4c/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lz4c" -VERSION="1.8.0" +VERSION="1.8.1.2" CATEGORY="base-system" SHORT_DESC="The lz4c compressor" MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 lzip/receipt --- a/lzip/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/lzip/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lzip" -VERSION="1.16" +VERSION="1.19" CATEGORY="utilities" SHORT_DESC="LZMA compressor" MAINTAINER="mimas@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 pbzip2/receipt --- a/pbzip2/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/pbzip2/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pbzip2" -VERSION="1.1.9" +VERSION="1.1.13" CATEGORY="base-system" SHORT_DESC="Parallel implementation of bzip2." MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 szip-dev/receipt --- a/szip-dev/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/szip-dev/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="szip-dev" -VERSION="2.1" +VERSION="2.1.1" CATEGORY="development" SHORT_DESC="Lossless compression of scientific data, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r d74b8b5a78d0 -r 35a23f513b71 szip/receipt --- a/szip/receipt Sat Jan 27 12:56:10 2018 +0100 +++ b/szip/receipt Mon Jan 29 16:42:42 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="szip" -VERSION="2.1" +VERSION="2.1.1" CATEGORY="misc" SHORT_DESC="Lossless compression of scientific data." MAINTAINER="pascal.bellard@slitaz.org" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install }