wok rev 25732

Up liblzma (5.6.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 21 17:39:11 2024 +0000 (2 months ago)
parents 1b965c2713aa
children db4ef0e3bc3f
files chkrootkit/receipt cryptopp/receipt gnustep-make/receipt gtk-engines/receipt liblzma-dev/receipt liblzma/receipt libqwt6-qt4/receipt memtest/receipt openbox-dev/receipt openbox-imlib2/receipt openbox-python/receipt openbox-themes/receipt openbox/receipt searchmonkey/receipt xz-dev/receipt
line diff
     1.1 --- a/chkrootkit/receipt	Wed Aug 21 14:07:08 2024 +0000
     1.2 +++ b/chkrootkit/receipt	Wed Aug 21 17:39:11 2024 +0000
     1.3 @@ -8,13 +8,13 @@
     1.4  LICENSE="BSD"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="https://www.chkrootkit.org/"
     1.7 -WGET_URL="http://ftp4.de.freesbie.org/pub/cert.dfn/tools/audit/chkrootkit/$TARBALL"
     1.8 +WGET_URL="ftp://ftp.chkrootkit.org:21/pub/seg/pac/$TARBALL"
     1.9  
    1.10  # What is the latest version available today?
    1.11  current_version()
    1.12  {
    1.13 -	wget -O - https://www.chkrootkit.org/README 2>/dev/null | \
    1.14 -	sed '/- Version/!d; s|.*Version ||;s|[ ,].*||' | tail -n1
    1.15 +	wget -O - ftp://ftp.chkrootkit.org:21/pub/seg/pac/ 2>/dev/null | \
    1.16 +	sed '/chkrootkit.tar/!d;s|.* -> chkrootkit-||;s|.tar.*||;q'
    1.17  }
    1.18  
    1.19  # Rules to configure and make the package.
     2.1 --- a/cryptopp/receipt	Wed Aug 21 14:07:08 2024 +0000
     2.2 +++ b/cryptopp/receipt	Wed Aug 21 17:39:11 2024 +0000
     2.3 @@ -6,16 +6,16 @@
     2.4  SHORT_DESC="C++ class library of cryptographic schemes."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  LICENSE="MIT PublicDomain"
     2.7 -WEB_SITE="https://www.cryptopp.com"
     2.8 +WEB_SITE="https://github.com/weidai11/cryptopp"
     2.9  
    2.10  TARBALL="${PACKAGE}${VERSION//./}.zip"
    2.11 -WGET_URL="$WEB_SITE/$TARBALL"
    2.12 +WGET_URL="$WEB_SITE/releases/download/CRYPTOPP_${VERSION//./_}/$TARBALL"
    2.13  
    2.14  # What is the latest version available today?
    2.15  current_version()
    2.16  {
    2.17 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    2.18 -	sed '/cryptopp[0-9]*.zip/!d;s|.*cryptopp\(.*\).zip.*|\1|;s|.|&.|g;s|.$||' | sort -Vr | sed q
    2.19 +	wget -O - $WEB_SITE/releases 2>/dev/null | \
    2.20 +	sed '/tag\//!d;s|.*CRYPTOPP_||;s|".*||;s|_|.|g;q'
    2.21  }
    2.22  
    2.23  # Rules to configure and make the package.
     3.1 --- a/gnustep-make/receipt	Wed Aug 21 14:07:08 2024 +0000
     3.2 +++ b/gnustep-make/receipt	Wed Aug 21 17:39:11 2024 +0000
     3.3 @@ -9,16 +9,15 @@
     3.4  WEB_SITE="http://www.gnustep.org/"
     3.5  
     3.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.7 -#WGET_URL="http://ftp.gnustep.org/pub/gnustep/core/$TARBALL"
     3.8 -WGET_URL="https://kacabenggala.uny.ac.id/gentoo/distfiles/40/$TARBALL"
     3.9 +WGET_URL="https://github.com/gnustep/tools-make/archive/make-${VERSION//./_}.tar.gz"
    3.10  
    3.11  DEPENDS=""
    3.12  
    3.13  # What is the latest version available today?
    3.14  current_version()
    3.15  {
    3.16 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    3.17 -	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    3.18 +	wget -O - https://github.com/gnustep/tools-make/releases 2>/dev/null | \
    3.19 +	sed '/make-/!d;s|.*make-||;s|".*||;s|_|.|g;q'
    3.20  }
    3.21  
    3.22  # Rules to configure and make the package.
     4.1 --- a/gtk-engines/receipt	Wed Aug 21 14:07:08 2024 +0000
     4.2 +++ b/gtk-engines/receipt	Wed Aug 21 17:39:11 2024 +0000
     4.3 @@ -7,7 +7,7 @@
     4.4  MAINTAINER="psychomaniak@xakep.ru"
     4.5  LICENSE="GPL2"
     4.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     4.7 -WEB_SITE="https://linuxfromscratch.org/blfs/view/svn/x/gtk-engines.html"
     4.8 +WEB_SITE="https://gitlab.gnome.org/Archive/gtk-engines"
     4.9  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    4.10  
    4.11  DEPENDS="gtk+ xorg-libXdamage"
     5.1 --- a/liblzma-dev/receipt	Wed Aug 21 14:07:08 2024 +0000
     5.2 +++ b/liblzma-dev/receipt	Wed Aug 21 17:39:11 2024 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="liblzma-dev"
     5.7 -VERSION="5.2.6"
     5.8 +VERSION="5.6.2"
     5.9  CATEGORY="development"
    5.10  SHORT_DESC="Compressor with a high compression ratio, development files."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
     6.1 --- a/liblzma/receipt	Wed Aug 21 14:07:08 2024 +0000
     6.2 +++ b/liblzma/receipt	Wed Aug 21 17:39:11 2024 +0000
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="liblzma"
     6.7 -VERSION="5.2.6"
     6.8 +VERSION="5.6.2"
     6.9  CATEGORY="misc"
    6.10  TAGS="compression"
    6.11  SHORT_DESC="Compressor library with a high compression ratio."
     7.1 --- a/libqwt6-qt4/receipt	Wed Aug 21 14:07:08 2024 +0000
     7.2 +++ b/libqwt6-qt4/receipt	Wed Aug 21 17:39:11 2024 +0000
     7.3 @@ -10,7 +10,7 @@
     7.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     7.5  WEB_SITE="https://qwt.sourceforge.io/"
     7.6  #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     7.7 -WGET_URL="http://ufpr.dl.sourceforge.net/project/qwt/qwt/$VERSION/$TARBALL"
     7.8 +WGET_URL="http://downloads.sourceforge.net/project/qwt/qwt/$VERSION/$TARBALL"
     7.9  
    7.10  DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base"
    7.11  BUILD_DEPENDS="qmake Qt4-dev"
     8.1 --- a/memtest/receipt	Wed Aug 21 14:07:08 2024 +0000
     8.2 +++ b/memtest/receipt	Wed Aug 21 17:39:11 2024 +0000
     8.3 @@ -75,6 +75,11 @@
     8.4  	awk '/patch/ { print "sed -i \"s|" $5 "|0x" $1 "|\" ../boot/setup.S" }' | sh
     8.5  	make memtest.bin
     8.6  	tune_lzma memtest.bin 255,mf=bt2 LC 3 PB 2
     8.7 +	for i in lzma lz4 lz4x2 lzsa1 lzsa1x2 lzsa2 lzsa2x2 zx0 zx0x2 ; do
     8.8 +		[ $(stat -c "%s" memtest.bin.$i) -gt 2000 ] && continue
     8.9 +		echo "$i error"
    8.10 +		[ $i != lzma ] || return 1
    8.11 +	done
    8.12  } 
    8.13  
    8.14  
     9.1 --- a/openbox-dev/receipt	Wed Aug 21 14:07:08 2024 +0000
     9.2 +++ b/openbox-dev/receipt	Wed Aug 21 17:39:11 2024 +0000
     9.3 @@ -7,7 +7,7 @@
     9.4  MAINTAINER="pankso@slitaz.org"
     9.5  LICENSE="GPL2"
     9.6  WANTED="openbox"
     9.7 -WEB_SITE="http://openbox.org/wiki/Main_Page"
     9.8 +WEB_SITE="https://github.com/danakj/openbox"
     9.9  HOST_ARCH="i486 arm"
    9.10  
    9.11  DEPENDS="pkg-config"
    10.1 --- a/openbox-imlib2/receipt	Wed Aug 21 14:07:08 2024 +0000
    10.2 +++ b/openbox-imlib2/receipt	Wed Aug 21 17:39:11 2024 +0000
    10.3 @@ -8,7 +8,7 @@
    10.4  MAINTAINER="pankso@slitaz.org"
    10.5  LICENSE="GPL2"
    10.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    10.7 -WEB_SITE="http://openbox.org/wiki/Main_Page"
    10.8 +WEB_SITE="https://github.com/danakj/openbox"
    10.9  WGET_URL="http://openbox.org/dist/openbox/$TARBALL"
   10.10  TAGS="window-manager"
   10.11  PROVIDE="openbox"
    11.1 --- a/openbox-python/receipt	Wed Aug 21 14:07:08 2024 +0000
    11.2 +++ b/openbox-python/receipt	Wed Aug 21 17:39:11 2024 +0000
    11.3 @@ -7,7 +7,7 @@
    11.4  MAINTAINER="pankso@slitaz.org"
    11.5  LICENSE="GPL2"
    11.6  WANTED="openbox"
    11.7 -WEB_SITE="http://openbox.org/wiki/Main_Page"
    11.8 +WEB_SITE="https://github.com/danakj/openbox"
    11.9  
   11.10  DEPENDS="openbox python python-xdg"
   11.11  
    12.1 --- a/openbox-themes/receipt	Wed Aug 21 14:07:08 2024 +0000
    12.2 +++ b/openbox-themes/receipt	Wed Aug 21 17:39:11 2024 +0000
    12.3 @@ -7,7 +7,7 @@
    12.4  MAINTAINER="pankso@slitaz.org"
    12.5  LICENSE="GPL2"
    12.6  WANTED="openbox"
    12.7 -WEB_SITE="http://openbox.org/wiki/Main_Page"
    12.8 +WEB_SITE="https://github.com/danakj/openbox"
    12.9  HOST_ARCH="any"
   12.10  
   12.11  DEPENDS="openbox"
    13.1 --- a/openbox/receipt	Wed Aug 21 14:07:08 2024 +0000
    13.2 +++ b/openbox/receipt	Wed Aug 21 17:39:11 2024 +0000
    13.3 @@ -7,7 +7,7 @@
    13.4  MAINTAINER="pankso@slitaz.org"
    13.5  LICENSE="GPL2"
    13.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    13.7 -WEB_SITE="http://openbox.org/wiki/Main_Page"
    13.8 +WEB_SITE="https://github.com/danakj/openbox"
    13.9  WGET_URL="http://openbox.org/dist/openbox/$TARBALL"
   13.10  TAGS="window-manager"
   13.11  HOST_ARCH="i486 arm"
    14.1 --- a/searchmonkey/receipt	Wed Aug 21 14:07:08 2024 +0000
    14.2 +++ b/searchmonkey/receipt	Wed Aug 21 17:39:11 2024 +0000
    14.3 @@ -6,7 +6,7 @@
    14.4  SHORT_DESC="A fast real-time search engine using GTK+."
    14.5  MAINTAINER="pankso@slitaz.org"
    14.6  LICENSE="LGPL2.1"
    14.7 -WEB_SITE="http://searchmonkey.embeddediq.com/index.php"
    14.8 +WEB_SITE="https://sourceforge.net/projects/searchmonkey/"
    14.9  
   14.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   14.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    15.1 --- a/xz-dev/receipt	Wed Aug 21 14:07:08 2024 +0000
    15.2 +++ b/xz-dev/receipt	Wed Aug 21 17:39:11 2024 +0000
    15.3 @@ -1,7 +1,7 @@
    15.4  # SliTaz package receipt.
    15.5  
    15.6  PACKAGE="xz-dev"
    15.7 -VERSION="5.2.6"
    15.8 +VERSION="5.6.2"
    15.9  CATEGORY="base-system"
   15.10  SHORT_DESC="xz and liblzma development files."
   15.11  MAINTAINER="pascal.bellard@slitaz.org"