# HG changeset patch # User Pascal Bellard # Date 1651508524 0 # Node ID e717a4953b0ef8103bc0705fd19607f3e69bff9d # Parent e1e1678c52655247335c34a11f3987257be62831 Update some wget_url diff -r e1e1678c5265 -r e717a4953b0e SkypeFreak/receipt --- a/SkypeFreak/receipt Mon May 02 11:23:24 2022 +0000 +++ b/SkypeFreak/receipt Mon May 02 16:22:04 2022 +0000 @@ -2,7 +2,7 @@ PACKAGE="SkypeFreak" GITHASH="9347a651e724b41a8da3bc77568577f3c8ed3036" -VERSION=${GITHASH:0:7} +VERSION="20160217" CATEGORY="network" SHORT_DESC="A cross platform forensic tool for Skype" MAINTAINER="al.bobylev@gmail.com" @@ -18,7 +18,7 @@ current_version() { wget -O - ${WGET_URL%/*/*}/commits/master 2>/dev/null | \ - sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q' + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r e1e1678c5265 -r e717a4953b0e adbfs-rootless/receipt --- a/adbfs-rootless/receipt Mon May 02 11:23:24 2022 +0000 +++ b/adbfs-rootless/receipt Mon May 02 16:22:04 2022 +0000 @@ -2,7 +2,7 @@ PACKAGE="adbfs-rootless" GITHASH="5b091a50cd2419e1cebe42aa1d0e1ad1f90fdfad" -VERSION=${GITHASH:0:7} +VERSION="20200229" CATEGORY="misc" SHORT_DESC="A FUSE-based filesystem using the Android ADB interface" MAINTAINER="pascal.bellard@slitaz.org" @@ -19,7 +19,7 @@ current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ - sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q' + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d } # Rules to configure and make the package. diff -r e1e1678c5265 -r e717a4953b0e fontconfig/receipt --- a/fontconfig/receipt Mon May 02 11:23:24 2022 +0000 +++ b/fontconfig/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="MIT" WEB_SITE="https://www.freedesktop.org/wiki/Software/fontconfig/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://www.freedesktop.org/software/fontconfig/release/$TARBALL" +WGET_URL="https://www.freedesktop.org/software/fontconfig/release/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="bzlib expat freetype libxml2" diff -r e1e1678c5265 -r e717a4953b0e foomatic-filters/receipt --- a/foomatic-filters/receipt Mon May 02 11:23:24 2022 +0000 +++ b/foomatic-filters/receipt Mon May 02 16:22:04 2022 +0000 @@ -10,7 +10,7 @@ WEB_SITE="https://wiki.linuxfoundation.org/openprinting/database/foomatic" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL" +WGET_URL="https://www.openprinting.org/download/foomatic/$TARBALL" DEPENDS="gcc-lib-base ghostscript" BUILD_DEPENDS="a2ps autoconf cups cups-dev dbus-dev ghostscript-dev" diff -r e1e1678c5265 -r e717a4953b0e gmpc/receipt --- a/gmpc/receipt Mon May 02 11:23:24 2022 +0000 +++ b/gmpc/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ SHORT_DESC="A GTK2 client for MPD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://gmpclient.org" -WGET_URL="http://download.sarine.nl/Programs/${PACKAGE}/${VERSION%.*}/$TARBALL" +WGET_URL="https://download.sarine.nl/Programs/${PACKAGE}/${VERSION%.*}/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="libglade libmpd curl xorg-libSM libsoup libsexy mpd sqlite libtasn1" diff -r e1e1678c5265 -r e717a4953b0e lua-posix/receipt --- a/lua-posix/receipt Mon May 02 11:23:24 2022 +0000 +++ b/lua-posix/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://github.com/luaposix/luaposix" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" SUGGESTED="lua" BUILD_DEPENDS="lua-dev" diff -r e1e1678c5265 -r e717a4953b0e luafilesystem/receipt --- a/luafilesystem/receipt Mon May 02 11:23:24 2022 +0000 +++ b/luafilesystem/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://github.com/keplerproject/luafilesystem" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}archive/v${VERSION//./_}.tar.gz" +WGET_URL="$WEB_SITE/archive/refs/tags/v${VERSION//./_}.tar.gz" # What is the latest version available today? current_version() diff -r e1e1678c5265 -r e717a4953b0e luajit/receipt --- a/luajit/receipt Mon May 02 11:23:24 2022 +0000 +++ b/luajit/receipt Mon May 02 16:22:04 2022 +0000 @@ -10,7 +10,7 @@ SOURCE="LuaJIT" TARBALL="${SOURCE}-${VERSION}.tar.gz" -WGET_URL="http://luajit.org/download/$TARBALL" +WGET_URL="https://luajit.org/download/$TARBALL" #HOST_ARCH="i486 arm" diff -r e1e1678c5265 -r e717a4953b0e mediainfo-gui/receipt --- a/mediainfo-gui/receipt Mon May 02 11:23:24 2022 +0000 +++ b/mediainfo-gui/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://mediaarea.net/MediaInfo" TARBALL="MediaInfo_GUI_${VERSION}_GNU_FromSource.tar.xz" -WGET_URL="http://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL" +WGET_URL="https://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL" DEPENDS="gtk+ wxWidgets" BUILD_DEPENDS="file wxWidgets-dev" diff -r e1e1678c5265 -r e717a4953b0e mlt-python-bindings/receipt --- a/mlt-python-bindings/receipt Mon May 02 11:23:24 2022 +0000 +++ b/mlt-python-bindings/receipt Mon May 02 16:22:04 2022 +0000 @@ -10,7 +10,7 @@ SOURCE="mlt" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://github.com/mltframework/$SOURCE/archive/v$VERSIONtar.gz" +WGET_URL="https://github.com/mltframework/$SOURCE/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="python mlt" BUILD_DEPENDS="swig python-dev mlt" diff -r e1e1678c5265 -r e717a4953b0e nagisk/receipt --- a/nagisk/receipt Mon May 02 11:23:24 2022 +0000 +++ b/nagisk/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://github.com/nicolargo/nagisk" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="nagios-nrpe perl sudo" BUILD_DEPENDS="" diff -r e1e1678c5265 -r e717a4953b0e nss-ldapd/receipt --- a/nss-ldapd/receipt Mon May 02 11:23:24 2022 +0000 +++ b/nss-ldapd/receipt Mon May 02 16:22:04 2022 +0000 @@ -10,7 +10,7 @@ SOURCE="nss-pam-ldapd" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://arthurdejong.org/$SOURCE/$TARBALL" +WGET_URL="https://arthurdejong.org/$SOURCE/$TARBALL" DEPENDS="cyrus-sasl krb5 libcomerr3 libkrb5 libldap libssl" BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev pam-dev \ diff -r e1e1678c5265 -r e717a4953b0e pari/receipt --- a/pari/receipt Mon May 02 11:23:24 2022 +0000 +++ b/pari/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://pari.math.u-bordeaux.fr/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://pari.math.u-bordeaux.fr/pub/$PACKAGE/unix/$TARBALL" +WGET_URL="https://pari.math.u-bordeaux.fr/pub/$PACKAGE/unix/$TARBALL" DEPENDS="glibc-base gmp libxcb ncurses readline xorg-libX11 xorg-libXau \ xorg-libXdmcp" diff -r e1e1678c5265 -r e717a4953b0e perl-crypt-ssleay/receipt --- a/perl-crypt-ssleay/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-crypt-ssleay/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="Crypt-SSLeay" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Crypt-SSLeay" -WGET_URL="https://metacpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/N/NA/NANIS/$TARBALL" DEPENDS="openssl" BUILD_DEPENDS="openssl-dev" diff -r e1e1678c5265 -r e717a4953b0e perl-digest-sha1/receipt --- a/perl-digest-sha1/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-digest-sha1/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="Digest-SHA1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Digest-SHA1" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-file-tail/receipt --- a/perl-file-tail/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-file-tail/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="File-Tail" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/File-Tail" -WGET_URL="https://metacpan.org/CPAN/authors/id/M/MG/MGRABNAR/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/M/MG/MGRABNAR/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-filesys-statvfs/receipt --- a/perl-filesys-statvfs/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-filesys-statvfs/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ SOURCE="Filesys-Statvfs" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Filesys-Statvfs" -WGET_URL="https://metacpan.org/CPAN/authors/id/I/IG/IGUTHRIE/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r e1e1678c5265 -r e717a4953b0e perl-html-tagset/receipt --- a/perl-html-tagset/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-html-tagset/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="HTML-Tagset" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/HTML-Tagset" -WGET_URL="https://metacpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-lchown/receipt --- a/perl-lchown/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-lchown/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ SOURCE="Lchown" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Lchown" -WGET_URL="https://metacpan.org/CPAN/authors/id/N/NC/NCLEATON/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/N/NC/NCLEATON/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r e1e1678c5265 -r e717a4953b0e perl-libjson/receipt --- a/perl-libjson/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-libjson/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ LICENSE="GPL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/JSON" -WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r e1e1678c5265 -r e717a4953b0e perl-md4/receipt --- a/perl-md4/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-md4/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://metacpan.org/dist/Digest-Perl-MD4" SOURCE="Digest-Perl-MD4" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://metacpan.org/CPAN/authors/id/O/OT/OTAKA/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/O/OT/OTAKA/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r e1e1678c5265 -r e717a4953b0e perl-net-ftp-autoreconnect/receipt --- a/perl-net-ftp-autoreconnect/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-net-ftp-autoreconnect/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="Net-FTP-AutoReconnect" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Net-FTP-AutoReconnect" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIFF/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-net-ftp-retrhandle/receipt --- a/perl-net-ftp-retrhandle/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-net-ftp-retrhandle/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="Net-FTP-RetrHandle" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Net-FTP-RetrHandle" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIFF/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-net-ftp/receipt --- a/perl-net-ftp/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-net-ftp/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="libnet" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/libnet" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-net-xwhois/receipt --- a/perl-net-xwhois/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-net-xwhois/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="Net-XWhois" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Net-XWhois" -WGET_URL="https://metacpan.org/CPAN/authors/id/V/VI/VIPUL/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/V/VI/VIPUL/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-rfc-rfc822-address/receipt --- a/perl-rfc-rfc822-address/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-rfc-rfc822-address/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="RFC-RFC822-Address" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/RFC-RFC822-Address" -WGET_URL="https://metacpan.org/CPAN/authors/id/A/AB/ABIGAIL/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-rrd-simple/receipt --- a/perl-rrd-simple/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-rrd-simple/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ SOURCE="RRD-Simple" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/release/$SOURCE" -WGET_URL="https://metacpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL" DEPENDS="perl rrdtool-perl" BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep perl-test-pod-coverage" diff -r e1e1678c5265 -r e717a4953b0e perl-text-aspell/receipt --- a/perl-text-aspell/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-text-aspell/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="Text-Aspell" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Text-Aspell" -WGET_URL="https://metacpan.org/CPAN/authors/id/H/HA/HANK/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HANK/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-text-iconv/receipt --- a/perl-text-iconv/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-text-iconv/receipt Mon May 02 16:22:04 2022 +0000 @@ -11,7 +11,7 @@ SOURCE="Text-Iconv" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Text-Iconv" -WGET_URL="https://metacpan.org/CPAN/authors/id/M/MP/MPIOTR/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/M/MP/MPIOTR/$TARBALL" current_version() { diff -r e1e1678c5265 -r e717a4953b0e perl-unix-mknod/receipt --- a/perl-unix-mknod/receipt Mon May 02 11:23:24 2022 +0000 +++ b/perl-unix-mknod/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ SOURCE="Unix-Mknod" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://metacpan.org/dist/Unix-Mknod" -WGET_URL="https://metacpan.org/CPAN/authors/id/P/PI/PIRZYK/$TARBALL" +WGET_URL="https://cpan.metacpan.org/authors/id/P/PI/PIRZYK/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" diff -r e1e1678c5265 -r e717a4953b0e pflogsumm/receipt --- a/pflogsumm/receipt Mon May 02 11:23:24 2022 +0000 +++ b/pflogsumm/receipt Mon May 02 16:22:04 2022 +0000 @@ -10,7 +10,7 @@ WEB_SITE="https://jimsun.linxnet.com/postfix_contrib.html" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://jimsun.linxnet.com/downloads/$TARBALL" +WGET_URL="https://jimsun.linxnet.com/downloads/$TARBALL" SUGGESTED="postfix" DEPENDS="perl-date-calc" diff -r e1e1678c5265 -r e717a4953b0e php-docs-en/receipt --- a/php-docs-en/receipt Mon May 02 11:23:24 2022 +0000 +++ b/php-docs-en/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://www.php.net/docs.php" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz" +WGET_URL="https://www.php.net/distributions/manual/php_manual_en.tar.gz" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r e1e1678c5265 -r e717a4953b0e pm-utils/receipt --- a/pm-utils/receipt Mon May 02 11:23:24 2022 +0000 +++ b/pm-utils/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://pm-utils.freedesktop.org/wiki/" -WGET_URL="http://pm-utils.freedesktop.org/releases/$TARBALL" +WGET_URL="https://pm-utils.freedesktop.org/releases/$TARBALL" CONFIG_FILES="/etc/pm" TAGS="power-management" diff -r e1e1678c5265 -r e717a4953b0e postgrey/receipt --- a/postgrey/receipt Mon May 02 11:23:24 2022 +0000 +++ b/postgrey/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://postgrey.schweikert.ch/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://postgrey.schweikert.ch/pub/$TARBALL" +WGET_URL="https://postgrey.schweikert.ch/pub/$TARBALL" DEPENDS="postfix perl db perl-net-server perl-io-multiplex perl-berkeleydb \ perl-net-dns" diff -r e1e1678c5265 -r e717a4953b0e protobuf-python/receipt --- a/protobuf-python/receipt Mon May 02 11:23:24 2022 +0000 +++ b/protobuf-python/receipt Mon May 02 16:22:04 2022 +0000 @@ -10,7 +10,7 @@ SOURCE="protobuf" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="protobuf python" BUILD_DEPENDS="libatomic protobuf-dev python-dev python-setuptools" diff -r e1e1678c5265 -r e717a4953b0e protobuf/receipt --- a/protobuf/receipt Mon May 02 11:23:24 2022 +0000 +++ b/protobuf/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://github.com/protocolbuffers/protobuf" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="gcc83-lib-base libatomic" BUILD_DEPENDS="automake gcc83 libtool" diff -r e1e1678c5265 -r e717a4953b0e python-asterisk/receipt --- a/python-asterisk/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-asterisk/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-dev python" diff -r e1e1678c5265 -r e717a4953b0e python-decoratortools/receipt --- a/python-decoratortools/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-decoratortools/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,8 +8,8 @@ LICENSE="PSL" SOURCE="DecoratorTools" TARBALL="$SOURCE-$VERSION.zip" -WEB_SITE="http://pypi.python.org/pypi/DecoratorTools" -WGET_URL="http://pypi.python.org/packages/source/D/$SOURCE/$TARBALL" +WEB_SITE="https://pypi.python.org/pypi/DecoratorTools" +WGET_URL="https://pypi.python.org/packages/source/D/$SOURCE/$TARBALL" TAGS="python" DEPENDS="python" diff -r e1e1678c5265 -r e717a4953b0e python-distribute/receipt --- a/python-distribute/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-distribute/receipt Mon May 02 16:22:04 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Easily build and distribute Python packages" MAINTAINER="slaxemulator@gmail.com" LICENSE="PSL" -WEB_SITE="http://pypi.python.org/pypi/distribute" +WEB_SITE="https://pypi.python.org/pypi/distribute" SOURCE="distribute" TARBALL="$SOURCE-$VERSION.zip" WGET_URL="https://pypi.python.org/packages/source/d/distribute/$TARBALL" diff -r e1e1678c5265 -r e717a4953b0e python-elaphe/receipt --- a/python-elaphe/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-elaphe/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="BSD" SOURCE="elaphe" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" +WEB_SITE="https://pypi.python.org/pypi/$SOURCE/$VERSION" WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" diff -r e1e1678c5265 -r e717a4953b0e python-erppeek/receipt --- a/python-erppeek/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-erppeek/receipt Mon May 02 16:22:04 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Versatile tool for browsing Odoo / OpenERP data." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" +WEB_SITE="https://pypi.python.org/pypi/$SOURCE/$VERSION" SOURCE="ERPpeek" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" diff -r e1e1678c5265 -r e717a4953b0e python-extremes/receipt --- a/python-extremes/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-extremes/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,8 +8,8 @@ LICENSE="PSL" SOURCE="Extremes" TARBALL="$SOURCE-$VERSION.zip" -WEB_SITE="http://pypi.python.org/pypi/Extremes" -WGET_URL="http://pypi.python.org/packages/source/E/$SOURCE/$TARBALL" +WEB_SITE="https://pypi.python.org/pypi/Extremes" +WGET_URL="https://pypi.python.org/packages/source/E/$SOURCE/$TARBALL" TAGS="python" DEPENDS="python" diff -r e1e1678c5265 -r e717a4953b0e python-formencode/receipt --- a/python-formencode/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-formencode/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ SOURCE="FormEncode" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://formencode.org/" -WGET_URL="http://pypi.python.org/packages/source/F/$SOURCE/$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/F/$SOURCE/$TARBALL" TAGS="python" DEPENDS="python" diff -r e1e1678c5265 -r e717a4953b0e python-mock/receipt --- a/python-mock/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-mock/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,8 +8,8 @@ LICENSE="BSD" SOURCE="mock" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WEB_SITE="https://pypi.python.org/pypi/$SOURCE/$VERSION" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-setuptools" diff -r e1e1678c5265 -r e717a4953b0e python-mpd/receipt --- a/python-mpd/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-mpd/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="LGPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://pypi.python.org/pypi/python-mpd/" -WGET_URL="http://pypi.python.org/packages/source/p/python-mpd/$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/p/python-mpd/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="python" diff -r e1e1678c5265 -r e717a4953b0e python-ooop/receipt --- a/python-ooop/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-ooop/receipt Mon May 02 16:22:04 2022 +0000 @@ -7,9 +7,9 @@ SHORT_DESC="OpenObject on Python, a library to connect with Open ERP." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" -WEB_SITE="http://pypi.python.org/pypi/ooop" +WEB_SITE="https://pypi.python.org/pypi/ooop" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="python" diff -r e1e1678c5265 -r e717a4953b0e python-py/receipt --- a/python-py/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-py/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,8 +8,8 @@ LICENSE="MIT" SOURCE="py" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/py" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WEB_SITE="https://pypi.python.org/pypi/py" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-dev python-setuptools" diff -r e1e1678c5265 -r e717a4953b0e python-pycryptopp/receipt --- a/python-pycryptopp/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-pycryptopp/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,8 +8,8 @@ LICENSE="GPL" SOURCE="pycryptopp" TARBALL="$SOURCE-$VERSION.1206569328141510525648634803928199668821045408958.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/pycryptopp" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WEB_SITE="https://pypi.python.org/pypi/pycryptopp" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-dev python-setuptools" diff -r e1e1678c5265 -r e717a4953b0e python-pyliblzma/receipt --- a/python-pyliblzma/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-pyliblzma/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,8 +8,8 @@ LICENSE="LGPL3" SOURCE="pyliblzma" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://pypi.python.org/pypi/pyliblzma" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WEB_SITE="https://pypi.python.org/pypi/pyliblzma" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="liblzma python" BUILD_DEPENDS="liblzma-dev python-dev python-setuptools" diff -r e1e1678c5265 -r e717a4953b0e python-unittest2/receipt --- a/python-unittest2/receipt Mon May 02 11:23:24 2022 +0000 +++ b/python-unittest2/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,8 +8,8 @@ LICENSE="BSD" SOURCE="unittest2" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/unittest2" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WEB_SITE="https://pypi.python.org/pypi/unittest2" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-dev python-setuptools" diff -r e1e1678c5265 -r e717a4953b0e rtmpdump/receipt --- a/rtmpdump/receipt Mon May 02 11:23:24 2022 +0000 +++ b/rtmpdump/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://rtmpdump.mplayerhq.hu/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://rtmpdump.mplayerhq.hu/download/$TARBALL" +WGET_URL="https://rtmpdump.mplayerhq.hu/download/$TARBALL" DEPENDS="libssl" BUILD_DEPENDS="openssl-dev" diff -r e1e1678c5265 -r e717a4953b0e szip/receipt --- a/szip/receipt Mon May 02 11:23:24 2022 +0000 +++ b/szip/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="other" WEB_SITE="https://www.hdfgroup.org/doc_resource/SZIP" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://www.hdfgroup.org/ftp/lib-external/szip/$VERSION/src/$TARBALL" +WGET_URL="https://www.hdfgroup.org/ftp/lib-external/szip/$VERSION/src/$TARBALL" DEPENDS="" BUILD_DEPENDS="" diff -r e1e1678c5265 -r e717a4953b0e tesseract-ocr/receipt --- a/tesseract-ocr/receipt Mon May 02 11:23:24 2022 +0000 +++ b/tesseract-ocr/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="Apache" WEB_SITE="https://github.com/tesseract-ocr/tesseract" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" +WGET_URL="https://github.com/tesseract-ocr/tesseract/archive/refs/tags/$VERSION.tar.gz" DEPENDS="leptonica libpng jpeg tiff giflib" BUILD_DEPENDS="libtool autoconf automake libpng-dev jpeg-dev tiff-dev \ diff -r e1e1678c5265 -r e717a4953b0e tint2/receipt --- a/tint2/receipt Mon May 02 11:23:24 2022 +0000 +++ b/tint2/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" WEB_SITE="https://gitlab.com/o9000/tint2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$WEB_SITE/repository/archive.tar.gz?ref=$VERSION" +WGET_URL="$WEB_SITE/-/archive/v$VERSION/tint2-v$VERSION.tar.gz" BRANCH="$VERSION" CONFIG_FILES="/etc/xdg/tint2/tint2rc" TAGS="desktop panel taskbar" @@ -20,7 +20,7 @@ current_version() { - wget -O - ${WGET_URL%/repo*}/-/tags 2>/dev/null | \ + wget -O - $WEB_SITE/-/tags 2>/dev/null | \ sed '/tar.gz/!d;/data/d;s|.*/tint2-v*\(.*\).tar.gz".*|\1|' | sort -Vr | sed q } diff -r e1e1678c5265 -r e717a4953b0e usb-modeswitch-data/receipt --- a/usb-modeswitch-data/receipt Mon May 02 11:23:24 2022 +0000 +++ b/usb-modeswitch-data/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://www.draisberghof.de/usb_modeswitch/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL" +WGET_URL="https://www.draisberghof.de/usb_modeswitch/$TARBALL" DEPENDS="usb-modeswitch" BUILD_DEPENDS="coreutils-operations" diff -r e1e1678c5265 -r e717a4953b0e vnc2flv/receipt --- a/vnc2flv/receipt Mon May 02 11:23:24 2022 +0000 +++ b/vnc2flv/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.unixuser.org/~euske/python/vnc2flv" -WGET_URL="http://pypi.python.org/packages/source/v/vnc2flv/$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/v/vnc2flv/$TARBALL" SUGGESTED="x11vnc" TAGS="vnc" diff -r e1e1678c5265 -r e717a4953b0e xhtml2pdf/receipt --- a/xhtml2pdf/receipt Mon May 02 11:23:24 2022 +0000 +++ b/xhtml2pdf/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.xhtml2pdf.com" -WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" DEPENDS="python python-reportlab python-html5lib python-pypdf" BUILD_DEPENDS="$DEPENDS python-setuptools python-dev" diff -r e1e1678c5265 -r e717a4953b0e ypbind-mt/receipt --- a/ypbind-mt/receipt Mon May 02 11:23:24 2022 +0000 +++ b/ypbind-mt/receipt Mon May 02 16:22:04 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.kernel.org/pub/linux/utils/net/NIS/" -WGET_URL="$WEB_SITE/$TARBALL" +WGET_URL="https://github.com/thkukuk/ypbind-mt/archive/refs/tags/ypbind-mt-${VERSION/./_}.tar.gz" # What is the latest version available today? current_version() @@ -20,7 +20,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && diff -r e1e1678c5265 -r e717a4953b0e zoneminder/receipt --- a/zoneminder/receipt Mon May 02 11:23:24 2022 +0000 +++ b/zoneminder/receipt Mon May 02 16:22:04 2022 +0000 @@ -9,7 +9,7 @@ LICENSE="GPL2" WEB_SITE="https://www.zoneminder.com/" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://www2.zoneminder.com/downloads/$TARBALL" +WGET_URL="https://github.com/ZoneMinder/zoneminder/archive/refs/tags/v${VERSION%.*}.tar.gz" DEPENDS="mysql jpeg bzlib zlib ffmpeg x264 perl perl-dbi-dbd libssl \ perl-dbd-mysql perl-time-hires perl-getopt-long perl-date-manip perl-libwww \