# HG changeset patch # User Pascal Bellard # Date 1533590123 -7200 # Node ID 8144275286f2ec91a962121fef68f8313a0ec32b # Parent 5b354223d4ecbf1a5985bb58d62e5fe86b9a9c7d Fix wanted versions diff -r 5b354223d4ec -r 8144275286f2 alsa-tools/receipt --- a/alsa-tools/receipt Sun Aug 05 21:52:51 2018 +0200 +++ b/alsa-tools/receipt Mon Aug 06 23:15:23 2018 +0200 @@ -12,7 +12,7 @@ GENERIC_MENUS="no" # We don't want all card mixer as dep. -DEPENDS="alsa-lib alsa-tools-ac3dec" +DEPENDS="alsa-lib" # alsa-tools-ac3dec BUILD_DEPENDS="alsa-lib-dev gtk+-dev fltk-dev autoconf automake" # List of tools we want to build, then splited into individual packages diff -r 5b354223d4ec -r 8144275286f2 chkrootkit/stuff/chkrootkit.u --- a/chkrootkit/stuff/chkrootkit.u Sun Aug 05 21:52:51 2018 +0200 +++ b/chkrootkit/stuff/chkrootkit.u Mon Aug 06 23:15:23 2018 +0200 @@ -26,7 +26,7 @@ cat ${ROOTDIR}/proc/1/maps | ${egrep} "init." ) >/dev/null 2>&1 then echo "Warning: ${ROOTDIR}sbin/init INFECTED" -@@ -1268,7 +1275,12 @@ +@@ -1270,7 +1277,12 @@ files=`${find} ${ROOTDIR}${HOME} ${findargs} -name '.*history' -size 0` [ ! -z "${files}" ] && \ echo "Warning: \`${files}' file size is zero" @@ -40,7 +40,7 @@ [ ! -z "${files1}" ] && \ echo "Warning: \`${files1}' is linked to another file" fi -@@ -1678,6 +1690,9 @@ +@@ -1680,6 +1692,9 @@ chk_netstat () { STATUS=${NOT_INFECTED} NETSTAT_I_L="/dev/hdl0/dev/xdta|/dev/ttyoa|/dev/pty[pqrsx]|/dev/cui|/dev/hdn0|/dev/cui221|/dev/dszy|/dev/ddth3|/dev/caca|^/prof|/dev/tux|grep|addr\.h|__bzero" diff -r 5b354223d4ec -r 8144275286f2 gpa-langpack/receipt --- a/gpa-langpack/receipt Sun Aug 05 21:52:51 2018 +0200 +++ b/gpa-langpack/receipt Mon Aug 06 23:15:23 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gpa-langpack" -VERSION="0.9.9" +VERSION="0.9.10" CATEGORY="localization" SHORT_DESC="Gnu Privacy Assistant, locale files" MAINTAINER="erjo@slitaz.org" diff -r 5b354223d4ec -r 8144275286f2 linux-source/stuff/rdev --- a/linux-source/stuff/rdev Sun Aug 05 21:52:51 2018 +0200 +++ b/linux-source/stuff/rdev Mon Aug 06 23:15:23 2018 +0200 @@ -44,7 +44,7 @@ if [ ! -s "$i" ]; then echo $(dev $(stat -c %04D /)) / elif [ -n "$v" ]; then - for i in 1 2; do + for j in 1 2; do printf '\\\\x%02X' $(($v&255)) v=$(($v>>8)) done | xargs echo -en | $dd of=$i seek=$o diff -r 5b354223d4ec -r 8144275286f2 ndiswrapper-utils/receipt --- a/ndiswrapper-utils/receipt Sun Aug 05 21:52:51 2018 +0200 +++ b/ndiswrapper-utils/receipt Mon Aug 06 23:15:23 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper-utils" -VERSION="1.59" +VERSION="1.61" CATEGORY="system-tools" SHORT_DESC="ndiswrapper utilities." MAINTAINER="erjo@slitaz.org" diff -r 5b354223d4ec -r 8144275286f2 pgrouting/receipt --- a/pgrouting/receipt Sun Aug 05 21:52:51 2018 +0200 +++ b/pgrouting/receipt Mon Aug 06 23:15:23 2018 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://codeload.github.com/pgRouting/pgrouting/tar.gz/v$VERSION" DEPENDS="gcc-lib-base cgal gmp libboost-thread libboost-system \ -boost-chrono boost-date-time" +libboost-chrono libboost-date-time" BUILD_DEPENDS="wget cmake postgresql-dev libboost-dev cgal-dev gmp-dev \ mpfr-dev libboost-graph-dev libboost-thread-dev libboost-tr1-dev" diff -r 5b354223d4ec -r 8144275286f2 spl-src/receipt --- a/spl-src/receipt Sun Aug 05 21:52:51 2018 +0200 +++ b/spl-src/receipt Mon Aug 06 23:15:23 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="spl-src" -VERSION="0.6.2" +VERSION="0.7.7" CATEGORY="system-tools" SHORT_DESC="Solaris Porting LAyer for ZFS, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5b354223d4ec -r 8144275286f2 zstd-dev/receipt --- a/zstd-dev/receipt Sun Aug 05 21:52:51 2018 +0200 +++ b/zstd-dev/receipt Mon Aug 06 23:15:23 2018 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="zstd-dev" -VERSION="1.3.3" +VERSION="1.3.4" CATEGORY="development" SHORT_DESC="Zstandard - Fast and efficient compression algorithm, development files." MAINTAINER="pascal.bellard@slitaz.org"