wok rev 20420

Fix wanted versions
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 06 23:15:23 2018 +0200 (2018-08-06)
parents 5b354223d4ec
children 86790a278e70
files alsa-tools/receipt chkrootkit/stuff/chkrootkit.u gpa-langpack/receipt linux-source/stuff/rdev ndiswrapper-utils/receipt pgrouting/receipt spl-src/receipt zstd-dev/receipt
line diff
     1.1 --- a/alsa-tools/receipt	Sun Aug 05 21:52:51 2018 +0200
     1.2 +++ b/alsa-tools/receipt	Mon Aug 06 23:15:23 2018 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  GENERIC_MENUS="no"
     1.5  
     1.6  # We don't want all card mixer as dep.
     1.7 -DEPENDS="alsa-lib alsa-tools-ac3dec"
     1.8 +DEPENDS="alsa-lib" # alsa-tools-ac3dec
     1.9  BUILD_DEPENDS="alsa-lib-dev gtk+-dev fltk-dev autoconf automake"
    1.10  
    1.11  # List of tools we want to build, then splited into individual packages
     2.1 --- a/chkrootkit/stuff/chkrootkit.u	Sun Aug 05 21:52:51 2018 +0200
     2.2 +++ b/chkrootkit/stuff/chkrootkit.u	Mon Aug 06 23:15:23 2018 +0200
     2.3 @@ -26,7 +26,7 @@
     2.4   	      cat ${ROOTDIR}/proc/1/maps | ${egrep} "init." ) >/dev/null 2>&1
     2.5           then
     2.6           echo "Warning: ${ROOTDIR}sbin/init INFECTED"
     2.7 -@@ -1268,7 +1275,12 @@
     2.8 +@@ -1270,7 +1277,12 @@
     2.9         files=`${find} ${ROOTDIR}${HOME} ${findargs} -name '.*history' -size 0`
    2.10         [ ! -z "${files}" ] && \
    2.11           echo "Warning: \`${files}' file size is zero"
    2.12 @@ -40,7 +40,7 @@
    2.13         [ ! -z "${files1}" ] && \
    2.14           echo "Warning: \`${files1}' is linked to another file"
    2.15      fi
    2.16 -@@ -1678,6 +1690,9 @@
    2.17 +@@ -1680,6 +1692,9 @@
    2.18   chk_netstat () {
    2.19       STATUS=${NOT_INFECTED}
    2.20   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"
     3.1 --- a/gpa-langpack/receipt	Sun Aug 05 21:52:51 2018 +0200
     3.2 +++ b/gpa-langpack/receipt	Mon Aug 06 23:15:23 2018 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="gpa-langpack"
     3.7 -VERSION="0.9.9"
     3.8 +VERSION="0.9.10"
     3.9  CATEGORY="localization"
    3.10  SHORT_DESC="Gnu Privacy Assistant, locale files"
    3.11  MAINTAINER="erjo@slitaz.org"
     4.1 --- a/linux-source/stuff/rdev	Sun Aug 05 21:52:51 2018 +0200
     4.2 +++ b/linux-source/stuff/rdev	Mon Aug 06 23:15:23 2018 +0200
     4.3 @@ -44,7 +44,7 @@
     4.4  if [ ! -s "$i" ]; then
     4.5  	echo $(dev $(stat -c %04D /)) /
     4.6  elif [ -n "$v" ]; then
     4.7 -	for i in 1 2; do
     4.8 +	for j in 1 2; do
     4.9  		printf '\\\\x%02X' $(($v&255))
    4.10  		v=$(($v>>8))
    4.11  	done | xargs echo -en | $dd of=$i seek=$o
     5.1 --- a/ndiswrapper-utils/receipt	Sun Aug 05 21:52:51 2018 +0200
     5.2 +++ b/ndiswrapper-utils/receipt	Mon Aug 06 23:15:23 2018 +0200
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="ndiswrapper-utils"
     5.7 -VERSION="1.59"
     5.8 +VERSION="1.61"
     5.9  CATEGORY="system-tools"
    5.10  SHORT_DESC="ndiswrapper utilities."
    5.11  MAINTAINER="erjo@slitaz.org"
     6.1 --- a/pgrouting/receipt	Sun Aug 05 21:52:51 2018 +0200
     6.2 +++ b/pgrouting/receipt	Mon Aug 06 23:15:23 2018 +0200
     6.3 @@ -11,7 +11,7 @@
     6.4  WGET_URL="https://codeload.github.com/pgRouting/pgrouting/tar.gz/v$VERSION"
     6.5  
     6.6  DEPENDS="gcc-lib-base cgal gmp libboost-thread libboost-system \
     6.7 -boost-chrono boost-date-time"
     6.8 +libboost-chrono libboost-date-time"
     6.9  BUILD_DEPENDS="wget cmake postgresql-dev libboost-dev cgal-dev gmp-dev \
    6.10  mpfr-dev libboost-graph-dev libboost-thread-dev libboost-tr1-dev"
    6.11  
     7.1 --- a/spl-src/receipt	Sun Aug 05 21:52:51 2018 +0200
     7.2 +++ b/spl-src/receipt	Mon Aug 06 23:15:23 2018 +0200
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="spl-src"
     7.7 -VERSION="0.6.2"
     7.8 +VERSION="0.7.7"
     7.9  CATEGORY="system-tools"
    7.10  SHORT_DESC="Solaris Porting LAyer for ZFS, development files."
    7.11  MAINTAINER="pascal.bellard@slitaz.org"
     8.1 --- a/zstd-dev/receipt	Sun Aug 05 21:52:51 2018 +0200
     8.2 +++ b/zstd-dev/receipt	Mon Aug 06 23:15:23 2018 +0200
     8.3 @@ -1,7 +1,7 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="zstd-dev"
     8.7 -VERSION="1.3.3"
     8.8 +VERSION="1.3.4"
     8.9  CATEGORY="development"
    8.10  SHORT_DESC="Zstandard - Fast and efficient compression algorithm, development files."
    8.11  MAINTAINER="pascal.bellard@slitaz.org"