# HG changeset patch # User Pascal Bellard # Date 1533496566 -7200 # Node ID 543e0fa614bc2f923ecadb43d5a69b493eae1c95 # Parent d464571327ad2b2a90d986fdaf2c26f05a174e1d Up rsync (3.1.3), perl-file-rsync (0.74), lsyncd (2.2.3), kexec-tools (2.0.17), chkrootkit (0.52), brotli (1.0.5) diff -r d464571327ad -r 543e0fa614bc brotli/receipt --- a/brotli/receipt Sat Aug 04 13:11:27 2018 +0200 +++ b/brotli/receipt Sun Aug 05 21:16:06 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="brotli" -VERSION="1.0.2" +VERSION="1.0.5" CATEGORY="base-system" SHORT_DESC="A generic-purpose lossless compression algorithm." MAINTAINER="pascal.bellard@slitaz.org" diff -r d464571327ad -r 543e0fa614bc chkrootkit/receipt --- a/chkrootkit/receipt Sat Aug 04 13:11:27 2018 +0200 +++ b/chkrootkit/receipt Sun Aug 05 21:16:06 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="chkrootkit" -VERSION="0.50" +VERSION="0.52" CATEGORY="security" SHORT_DESC="Locally checks for signs of a rootkit." MAINTAINER="pascal.bellard@slitaz.org" diff -r d464571327ad -r 543e0fa614bc kexec-tools/receipt --- a/kexec-tools/receipt Sat Aug 04 13:11:27 2018 +0200 +++ b/kexec-tools/receipt Sun Aug 05 21:16:06 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="kexec-tools" -VERSION="2.0.4" +VERSION="2.0.17" CATEGORY="system-tools" SHORT_DESC="Directly boot into a new kernel." MAINTAINER="pascal.bellard@slitaz.org" diff -r d464571327ad -r 543e0fa614bc loderunner/receipt --- a/loderunner/receipt Sat Aug 04 13:11:27 2018 +0200 +++ b/loderunner/receipt Sun Aug 05 21:16:06 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="loderunner" -VERSION="2.21d.4" +VERSION="2.21g.4" CATEGORY="games" SHORT_DESC="Lode runner game clone in html5." MAINTAINER="pascal.bellard@slitaz.org" diff -r d464571327ad -r 543e0fa614bc lsyncd/receipt --- a/lsyncd/receipt Sat Aug 04 13:11:27 2018 +0200 +++ b/lsyncd/receipt Sun Aug 05 21:16:06 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lsyncd" -VERSION="2.1.5" +VERSION="2.2.3" CATEGORY="network" SHORT_DESC="Live Syncing (Mirror) Daemon." MAINTAINER="pankso@slitaz.org" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS LDFLAGS="$LDFLAGS -ldl" && make && make install } diff -r d464571327ad -r 543e0fa614bc perl-file-rsync/receipt --- a/perl-file-rsync/receipt Sat Aug 04 13:11:27 2018 +0200 +++ b/perl-file-rsync/receipt Sun Aug 05 21:16:06 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="perl-file-rsync" -VERSION="0.68" +VERSION="0.74" CATEGORY="development" SHORT_DESC="Perl Rsync client" MAINTAINER="slaxemulator@gmail.com" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make -j1 && make -j1 DESTDIR=$DESTDIR install @@ -29,4 +28,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r d464571327ad -r 543e0fa614bc ppp/stuff/ppp.cgi --- a/ppp/stuff/ppp.cgi Sat Aug 04 13:11:27 2018 +0200 +++ b/ppp/stuff/ppp.cgi Sun Aug 05 21:16:06 2018 +0200 @@ -230,6 +230,7 @@ $(_ 'PPP web page')

$(_ 'PPP help')

$(_ 'PPP Manual')

+ $(_ 'Hayes codes')

EOT [ "$(which pptp 2>/dev/null)" ] && cat <$(_n 'PPTP web page')

diff -r d464571327ad -r 543e0fa614bc rsync/receipt --- a/rsync/receipt Sat Aug 04 13:11:27 2018 +0200 +++ b/rsync/receipt Sun Aug 05 21:16:06 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="rsync" -VERSION="3.1.2" +VERSION="3.1.3" CATEGORY="network" SHORT_DESC="Utility that provides fast incremental." MAINTAINER="pankso@slitaz.org"