wok rev 24975

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 16:22:04 2022 +0000 (24 months ago)
parents e1e1678c5265
children 1805f71c5d9f
files SkypeFreak/receipt adbfs-rootless/receipt fontconfig/receipt foomatic-filters/receipt gmpc/receipt lua-posix/receipt luafilesystem/receipt luajit/receipt mediainfo-gui/receipt mlt-python-bindings/receipt nagisk/receipt nss-ldapd/receipt pari/receipt perl-crypt-ssleay/receipt perl-digest-sha1/receipt perl-file-tail/receipt perl-filesys-statvfs/receipt perl-html-tagset/receipt perl-lchown/receipt perl-libjson/receipt perl-md4/receipt perl-net-ftp-autoreconnect/receipt perl-net-ftp-retrhandle/receipt perl-net-ftp/receipt perl-net-xwhois/receipt perl-rfc-rfc822-address/receipt perl-rrd-simple/receipt perl-text-aspell/receipt perl-text-iconv/receipt perl-unix-mknod/receipt pflogsumm/receipt php-docs-en/receipt pm-utils/receipt postgrey/receipt protobuf-python/receipt protobuf/receipt python-asterisk/receipt python-decoratortools/receipt python-distribute/receipt python-elaphe/receipt python-erppeek/receipt python-extremes/receipt python-formencode/receipt python-mock/receipt python-mpd/receipt python-ooop/receipt python-py/receipt python-pycryptopp/receipt python-pyliblzma/receipt python-unittest2/receipt rtmpdump/receipt szip/receipt tesseract-ocr/receipt tint2/receipt usb-modeswitch-data/receipt vnc2flv/receipt xhtml2pdf/receipt ypbind-mt/receipt zoneminder/receipt
line diff
     1.1 --- a/SkypeFreak/receipt	Mon May 02 11:23:24 2022 +0000
     1.2 +++ b/SkypeFreak/receipt	Mon May 02 16:22:04 2022 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="SkypeFreak"
     1.6  GITHASH="9347a651e724b41a8da3bc77568577f3c8ed3036"
     1.7 -VERSION=${GITHASH:0:7}
     1.8 +VERSION="20160217"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A cross platform forensic tool for Skype"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -18,7 +18,7 @@
    1.13  current_version()
    1.14  {
    1.15  	wget -O - ${WGET_URL%/*/*}/commits/master 2>/dev/null | \
    1.16 -	sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q'
    1.17 +	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/adbfs-rootless/receipt	Mon May 02 11:23:24 2022 +0000
     2.2 +++ b/adbfs-rootless/receipt	Mon May 02 16:22:04 2022 +0000
     2.3 @@ -2,7 +2,7 @@
     2.4  
     2.5  PACKAGE="adbfs-rootless"
     2.6  GITHASH="5b091a50cd2419e1cebe42aa1d0e1ad1f90fdfad"
     2.7 -VERSION=${GITHASH:0:7}
     2.8 +VERSION="20200229"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="A FUSE-based filesystem using the Android ADB interface"
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -19,7 +19,7 @@
    2.13  current_version()
    2.14  {
    2.15  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    2.16 -	sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q'
    2.17 +	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d
    2.18  }
    2.19  
    2.20  # Rules to configure and make the package.
     3.1 --- a/fontconfig/receipt	Mon May 02 11:23:24 2022 +0000
     3.2 +++ b/fontconfig/receipt	Mon May 02 16:22:04 2022 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  LICENSE="MIT"
     3.5  WEB_SITE="https://www.freedesktop.org/wiki/Software/fontconfig/"
     3.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.7 -WGET_URL="http://www.freedesktop.org/software/fontconfig/release/$TARBALL"
     3.8 +WGET_URL="https://www.freedesktop.org/software/fontconfig/release/$TARBALL"
     3.9  HOST_ARCH="i486 arm"
    3.10  
    3.11  DEPENDS="bzlib expat freetype libxml2"
     4.1 --- a/foomatic-filters/receipt	Mon May 02 11:23:24 2022 +0000
     4.2 +++ b/foomatic-filters/receipt	Mon May 02 16:22:04 2022 +0000
     4.3 @@ -10,7 +10,7 @@
     4.4  WEB_SITE="https://wiki.linuxfoundation.org/openprinting/database/foomatic"
     4.5  
     4.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.7 -WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL"
     4.8 +WGET_URL="https://www.openprinting.org/download/foomatic/$TARBALL"
     4.9  
    4.10  DEPENDS="gcc-lib-base ghostscript"
    4.11  BUILD_DEPENDS="a2ps autoconf cups cups-dev dbus-dev ghostscript-dev"
     5.1 --- a/gmpc/receipt	Mon May 02 11:23:24 2022 +0000
     5.2 +++ b/gmpc/receipt	Mon May 02 16:22:04 2022 +0000
     5.3 @@ -8,7 +8,7 @@
     5.4  SHORT_DESC="A GTK2 client for MPD"
     5.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.6  WEB_SITE="https://gmpclient.org"
     5.7 -WGET_URL="http://download.sarine.nl/Programs/${PACKAGE}/${VERSION%.*}/$TARBALL"
     5.8 +WGET_URL="https://download.sarine.nl/Programs/${PACKAGE}/${VERSION%.*}/$TARBALL"
     5.9  HOST_ARCH="i486 arm"
    5.10  
    5.11  DEPENDS="libglade libmpd curl xorg-libSM libsoup libsexy mpd sqlite libtasn1"
     6.1 --- a/lua-posix/receipt	Mon May 02 11:23:24 2022 +0000
     6.2 +++ b/lua-posix/receipt	Mon May 02 16:22:04 2022 +0000
     6.3 @@ -9,7 +9,7 @@
     6.4  WEB_SITE="https://github.com/luaposix/luaposix"
     6.5  
     6.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.7 -WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
     6.8 +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz"
     6.9  
    6.10  SUGGESTED="lua"
    6.11  BUILD_DEPENDS="lua-dev"
     7.1 --- a/luafilesystem/receipt	Mon May 02 11:23:24 2022 +0000
     7.2 +++ b/luafilesystem/receipt	Mon May 02 16:22:04 2022 +0000
     7.3 @@ -9,7 +9,7 @@
     7.4  WEB_SITE="https://github.com/keplerproject/luafilesystem"
     7.5  
     7.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.7 -WGET_URL="${WEB_SITE}archive/v${VERSION//./_}.tar.gz"
     7.8 +WGET_URL="$WEB_SITE/archive/refs/tags/v${VERSION//./_}.tar.gz"
     7.9  
    7.10  # What is the latest version available today?
    7.11  current_version()
     8.1 --- a/luajit/receipt	Mon May 02 11:23:24 2022 +0000
     8.2 +++ b/luajit/receipt	Mon May 02 16:22:04 2022 +0000
     8.3 @@ -10,7 +10,7 @@
     8.4  
     8.5  SOURCE="LuaJIT"
     8.6  TARBALL="${SOURCE}-${VERSION}.tar.gz"
     8.7 -WGET_URL="http://luajit.org/download/$TARBALL"
     8.8 +WGET_URL="https://luajit.org/download/$TARBALL"
     8.9  
    8.10  #HOST_ARCH="i486 arm"
    8.11  
     9.1 --- a/mediainfo-gui/receipt	Mon May 02 11:23:24 2022 +0000
     9.2 +++ b/mediainfo-gui/receipt	Mon May 02 16:22:04 2022 +0000
     9.3 @@ -9,7 +9,7 @@
     9.4  WEB_SITE="https://mediaarea.net/MediaInfo"
     9.5  
     9.6  TARBALL="MediaInfo_GUI_${VERSION}_GNU_FromSource.tar.xz"
     9.7 -WGET_URL="http://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL"
     9.8 +WGET_URL="https://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL"
     9.9  
    9.10  DEPENDS="gtk+ wxWidgets"
    9.11  BUILD_DEPENDS="file wxWidgets-dev"
    10.1 --- a/mlt-python-bindings/receipt	Mon May 02 11:23:24 2022 +0000
    10.2 +++ b/mlt-python-bindings/receipt	Mon May 02 16:22:04 2022 +0000
    10.3 @@ -10,7 +10,7 @@
    10.4  
    10.5  SOURCE="mlt"
    10.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    10.7 -WGET_URL="https://github.com/mltframework/$SOURCE/archive/v$VERSIONtar.gz"
    10.8 +WGET_URL="https://github.com/mltframework/$SOURCE/archive/refs/tags/v$VERSION.tar.gz"
    10.9  
   10.10  DEPENDS="python mlt"
   10.11  BUILD_DEPENDS="swig python-dev mlt"
    11.1 --- a/nagisk/receipt	Mon May 02 11:23:24 2022 +0000
    11.2 +++ b/nagisk/receipt	Mon May 02 16:22:04 2022 +0000
    11.3 @@ -9,7 +9,7 @@
    11.4  WEB_SITE="https://github.com/nicolargo/nagisk"
    11.5  
    11.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    11.7 -WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
    11.8 +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz"
    11.9  
   11.10  DEPENDS="nagios-nrpe perl sudo"
   11.11  BUILD_DEPENDS=""
    12.1 --- a/nss-ldapd/receipt	Mon May 02 11:23:24 2022 +0000
    12.2 +++ b/nss-ldapd/receipt	Mon May 02 16:22:04 2022 +0000
    12.3 @@ -10,7 +10,7 @@
    12.4  
    12.5  SOURCE="nss-pam-ldapd"
    12.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    12.7 -WGET_URL="http://arthurdejong.org/$SOURCE/$TARBALL"
    12.8 +WGET_URL="https://arthurdejong.org/$SOURCE/$TARBALL"
    12.9  
   12.10  DEPENDS="cyrus-sasl krb5 libcomerr3 libkrb5 libldap libssl"
   12.11  BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev pam-dev \
    13.1 --- a/pari/receipt	Mon May 02 11:23:24 2022 +0000
    13.2 +++ b/pari/receipt	Mon May 02 16:22:04 2022 +0000
    13.3 @@ -9,7 +9,7 @@
    13.4  WEB_SITE="https://pari.math.u-bordeaux.fr/"
    13.5  
    13.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    13.7 -WGET_URL="http://pari.math.u-bordeaux.fr/pub/$PACKAGE/unix/$TARBALL"
    13.8 +WGET_URL="https://pari.math.u-bordeaux.fr/pub/$PACKAGE/unix/$TARBALL"
    13.9  
   13.10  DEPENDS="glibc-base gmp libxcb ncurses readline xorg-libX11 xorg-libXau \
   13.11  	xorg-libXdmcp"
    14.1 --- a/perl-crypt-ssleay/receipt	Mon May 02 11:23:24 2022 +0000
    14.2 +++ b/perl-crypt-ssleay/receipt	Mon May 02 16:22:04 2022 +0000
    14.3 @@ -11,7 +11,7 @@
    14.4  SOURCE="Crypt-SSLeay"
    14.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    14.6  WEB_SITE="https://metacpan.org/dist/Crypt-SSLeay"
    14.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/N/NA/NANIS/$TARBALL"
    14.8 +WGET_URL="https://cpan.metacpan.org/authors/id/N/NA/NANIS/$TARBALL"
    14.9  
   14.10  DEPENDS="openssl"
   14.11  BUILD_DEPENDS="openssl-dev"
    15.1 --- a/perl-digest-sha1/receipt	Mon May 02 11:23:24 2022 +0000
    15.2 +++ b/perl-digest-sha1/receipt	Mon May 02 16:22:04 2022 +0000
    15.3 @@ -11,7 +11,7 @@
    15.4  SOURCE="Digest-SHA1"
    15.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    15.6  WEB_SITE="https://metacpan.org/dist/Digest-SHA1"
    15.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    15.8 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
    15.9  
   15.10  current_version()
   15.11  {
    16.1 --- a/perl-file-tail/receipt	Mon May 02 11:23:24 2022 +0000
    16.2 +++ b/perl-file-tail/receipt	Mon May 02 16:22:04 2022 +0000
    16.3 @@ -11,7 +11,7 @@
    16.4  SOURCE="File-Tail"
    16.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    16.6  WEB_SITE="https://metacpan.org/dist/File-Tail"
    16.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/M/MG/MGRABNAR/$TARBALL"
    16.8 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MG/MGRABNAR/$TARBALL"
    16.9  
   16.10  current_version()
   16.11  {
    17.1 --- a/perl-filesys-statvfs/receipt	Mon May 02 11:23:24 2022 +0000
    17.2 +++ b/perl-filesys-statvfs/receipt	Mon May 02 16:22:04 2022 +0000
    17.3 @@ -9,7 +9,7 @@
    17.4  SOURCE="Filesys-Statvfs"
    17.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    17.6  WEB_SITE="https://metacpan.org/dist/Filesys-Statvfs"
    17.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/I/IG/IGUTHRIE/$TARBALL"
    17.8 +WGET_URL="https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/$TARBALL"
    17.9  
   17.10  DEPENDS="perl"
   17.11  BUILD_DEPENDS="perl"
    18.1 --- a/perl-html-tagset/receipt	Mon May 02 11:23:24 2022 +0000
    18.2 +++ b/perl-html-tagset/receipt	Mon May 02 16:22:04 2022 +0000
    18.3 @@ -11,7 +11,7 @@
    18.4  SOURCE="HTML-Tagset"
    18.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    18.6  WEB_SITE="https://metacpan.org/dist/HTML-Tagset"
    18.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL"
    18.8 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/$TARBALL"
    18.9  
   18.10  current_version()
   18.11  {
    19.1 --- a/perl-lchown/receipt	Mon May 02 11:23:24 2022 +0000
    19.2 +++ b/perl-lchown/receipt	Mon May 02 16:22:04 2022 +0000
    19.3 @@ -9,7 +9,7 @@
    19.4  SOURCE="Lchown"
    19.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    19.6  WEB_SITE="https://metacpan.org/dist/Lchown"
    19.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/N/NC/NCLEATON/$TARBALL"
    19.8 +WGET_URL="https://cpan.metacpan.org/authors/id/N/NC/NCLEATON/$TARBALL"
    19.9  
   19.10  DEPENDS="perl"
   19.11  BUILD_DEPENDS="perl"
    20.1 --- a/perl-libjson/receipt	Mon May 02 11:23:24 2022 +0000
    20.2 +++ b/perl-libjson/receipt	Mon May 02 16:22:04 2022 +0000
    20.3 @@ -9,7 +9,7 @@
    20.4  LICENSE="GPL"
    20.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    20.6  WEB_SITE="https://metacpan.org/release/JSON"
    20.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL"
    20.8 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/$TARBALL"
    20.9  
   20.10  DEPENDS="perl"
   20.11  BUILD_DEPENDS="perl"
    21.1 --- a/perl-md4/receipt	Mon May 02 11:23:24 2022 +0000
    21.2 +++ b/perl-md4/receipt	Mon May 02 16:22:04 2022 +0000
    21.3 @@ -9,7 +9,7 @@
    21.4  WEB_SITE="https://metacpan.org/dist/Digest-Perl-MD4"
    21.5  SOURCE="Digest-Perl-MD4"
    21.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    21.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/O/OT/OTAKA/$TARBALL"
    21.8 +WGET_URL="https://cpan.metacpan.org/authors/id/O/OT/OTAKA/$TARBALL"
    21.9  
   21.10  DEPENDS="perl"
   21.11  BUILD_DEPENDS="perl"
    22.1 --- a/perl-net-ftp-autoreconnect/receipt	Mon May 02 11:23:24 2022 +0000
    22.2 +++ b/perl-net-ftp-autoreconnect/receipt	Mon May 02 16:22:04 2022 +0000
    22.3 @@ -11,7 +11,7 @@
    22.4  SOURCE="Net-FTP-AutoReconnect"
    22.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    22.6  WEB_SITE="https://metacpan.org/dist/Net-FTP-AutoReconnect"
    22.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL"
    22.8 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIFF/$TARBALL"
    22.9  
   22.10  current_version()
   22.11  {
    23.1 --- a/perl-net-ftp-retrhandle/receipt	Mon May 02 11:23:24 2022 +0000
    23.2 +++ b/perl-net-ftp-retrhandle/receipt	Mon May 02 16:22:04 2022 +0000
    23.3 @@ -11,7 +11,7 @@
    23.4  SOURCE="Net-FTP-RetrHandle"
    23.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    23.6  WEB_SITE="https://metacpan.org/dist/Net-FTP-RetrHandle"
    23.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GI/GIFF/$TARBALL"
    23.8 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GI/GIFF/$TARBALL"
    23.9  
   23.10  current_version()
   23.11  {
    24.1 --- a/perl-net-ftp/receipt	Mon May 02 11:23:24 2022 +0000
    24.2 +++ b/perl-net-ftp/receipt	Mon May 02 16:22:04 2022 +0000
    24.3 @@ -11,7 +11,7 @@
    24.4  SOURCE="libnet"
    24.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    24.6  WEB_SITE="https://metacpan.org/dist/libnet"
    24.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
    24.8 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL"
    24.9  
   24.10  current_version()
   24.11  {
    25.1 --- a/perl-net-xwhois/receipt	Mon May 02 11:23:24 2022 +0000
    25.2 +++ b/perl-net-xwhois/receipt	Mon May 02 16:22:04 2022 +0000
    25.3 @@ -11,7 +11,7 @@
    25.4  SOURCE="Net-XWhois"
    25.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    25.6  WEB_SITE="https://metacpan.org/dist/Net-XWhois"
    25.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/V/VI/VIPUL/$TARBALL"
    25.8 +WGET_URL="https://cpan.metacpan.org/authors/id/V/VI/VIPUL/$TARBALL"
    25.9  
   25.10  current_version()
   25.11  {
    26.1 --- a/perl-rfc-rfc822-address/receipt	Mon May 02 11:23:24 2022 +0000
    26.2 +++ b/perl-rfc-rfc822-address/receipt	Mon May 02 16:22:04 2022 +0000
    26.3 @@ -11,7 +11,7 @@
    26.4  SOURCE="RFC-RFC822-Address"
    26.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    26.6  WEB_SITE="https://metacpan.org/dist/RFC-RFC822-Address"
    26.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/A/AB/ABIGAIL/$TARBALL"
    26.8 +WGET_URL="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/$TARBALL"
    26.9  
   26.10  current_version()
   26.11  {
    27.1 --- a/perl-rrd-simple/receipt	Mon May 02 11:23:24 2022 +0000
    27.2 +++ b/perl-rrd-simple/receipt	Mon May 02 16:22:04 2022 +0000
    27.3 @@ -9,7 +9,7 @@
    27.4  SOURCE="RRD-Simple"
    27.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    27.6  WEB_SITE="https://metacpan.org/release/$SOURCE"
    27.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/N/NI/NICOLAW/$TARBALL"
    27.8 +WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL"
    27.9  
   27.10  DEPENDS="perl rrdtool-perl"
   27.11  BUILD_DEPENDS="perl rrdtool-perl perl-test-pod perl-test-deep perl-test-pod-coverage"
    28.1 --- a/perl-text-aspell/receipt	Mon May 02 11:23:24 2022 +0000
    28.2 +++ b/perl-text-aspell/receipt	Mon May 02 16:22:04 2022 +0000
    28.3 @@ -11,7 +11,7 @@
    28.4  SOURCE="Text-Aspell"
    28.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    28.6  WEB_SITE="https://metacpan.org/dist/Text-Aspell"
    28.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/H/HA/HANK/$TARBALL"
    28.8 +WGET_URL="https://cpan.metacpan.org/authors/id/H/HA/HANK/$TARBALL"
    28.9  
   28.10  current_version()
   28.11  {
    29.1 --- a/perl-text-iconv/receipt	Mon May 02 11:23:24 2022 +0000
    29.2 +++ b/perl-text-iconv/receipt	Mon May 02 16:22:04 2022 +0000
    29.3 @@ -11,7 +11,7 @@
    29.4  SOURCE="Text-Iconv"
    29.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    29.6  WEB_SITE="https://metacpan.org/dist/Text-Iconv"
    29.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/M/MP/MPIOTR/$TARBALL"
    29.8 +WGET_URL="https://cpan.metacpan.org/authors/id/M/MP/MPIOTR/$TARBALL"
    29.9  
   29.10  current_version()
   29.11  {
    30.1 --- a/perl-unix-mknod/receipt	Mon May 02 11:23:24 2022 +0000
    30.2 +++ b/perl-unix-mknod/receipt	Mon May 02 16:22:04 2022 +0000
    30.3 @@ -9,7 +9,7 @@
    30.4  SOURCE="Unix-Mknod"
    30.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    30.6  WEB_SITE="https://metacpan.org/dist/Unix-Mknod"
    30.7 -WGET_URL="https://metacpan.org/CPAN/authors/id/P/PI/PIRZYK/$TARBALL"
    30.8 +WGET_URL="https://cpan.metacpan.org/authors/id/P/PI/PIRZYK/$TARBALL"
    30.9  
   30.10  DEPENDS="perl"
   30.11  BUILD_DEPENDS="perl"
    31.1 --- a/pflogsumm/receipt	Mon May 02 11:23:24 2022 +0000
    31.2 +++ b/pflogsumm/receipt	Mon May 02 16:22:04 2022 +0000
    31.3 @@ -10,7 +10,7 @@
    31.4  WEB_SITE="https://jimsun.linxnet.com/postfix_contrib.html"
    31.5  
    31.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    31.7 -WGET_URL="http://jimsun.linxnet.com/downloads/$TARBALL"
    31.8 +WGET_URL="https://jimsun.linxnet.com/downloads/$TARBALL"
    31.9  
   31.10  SUGGESTED="postfix"
   31.11  DEPENDS="perl-date-calc"
    32.1 --- a/php-docs-en/receipt	Mon May 02 11:23:24 2022 +0000
    32.2 +++ b/php-docs-en/receipt	Mon May 02 16:22:04 2022 +0000
    32.3 @@ -9,7 +9,7 @@
    32.4  WEB_SITE="https://www.php.net/docs.php"
    32.5  
    32.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    32.7 -WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
    32.8 +WGET_URL="https://www.php.net/distributions/manual/php_manual_en.tar.gz"
    32.9  
   32.10  # Rules to gen a SliTaz package suitable for Tazpkg.
   32.11  genpkg_rules()
    33.1 --- a/pm-utils/receipt	Mon May 02 11:23:24 2022 +0000
    33.2 +++ b/pm-utils/receipt	Mon May 02 16:22:04 2022 +0000
    33.3 @@ -8,7 +8,7 @@
    33.4  LICENSE="GPL2"
    33.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    33.6  WEB_SITE="https://pm-utils.freedesktop.org/wiki/"
    33.7 -WGET_URL="http://pm-utils.freedesktop.org/releases/$TARBALL"
    33.8 +WGET_URL="https://pm-utils.freedesktop.org/releases/$TARBALL"
    33.9  CONFIG_FILES="/etc/pm"
   33.10  TAGS="power-management"
   33.11  
    34.1 --- a/postgrey/receipt	Mon May 02 11:23:24 2022 +0000
    34.2 +++ b/postgrey/receipt	Mon May 02 16:22:04 2022 +0000
    34.3 @@ -9,7 +9,7 @@
    34.4  WEB_SITE="https://postgrey.schweikert.ch/"
    34.5  
    34.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    34.7 -WGET_URL="http://postgrey.schweikert.ch/pub/$TARBALL"
    34.8 +WGET_URL="https://postgrey.schweikert.ch/pub/$TARBALL"
    34.9  
   34.10  DEPENDS="postfix perl db perl-net-server perl-io-multiplex perl-berkeleydb \
   34.11  	perl-net-dns"
    35.1 --- a/protobuf-python/receipt	Mon May 02 11:23:24 2022 +0000
    35.2 +++ b/protobuf-python/receipt	Mon May 02 16:22:04 2022 +0000
    35.3 @@ -10,7 +10,7 @@
    35.4  
    35.5  SOURCE="protobuf"
    35.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    35.7 -WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
    35.8 +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz"
    35.9  
   35.10  DEPENDS="protobuf python"
   35.11  BUILD_DEPENDS="libatomic protobuf-dev python-dev python-setuptools"
    36.1 --- a/protobuf/receipt	Mon May 02 11:23:24 2022 +0000
    36.2 +++ b/protobuf/receipt	Mon May 02 16:22:04 2022 +0000
    36.3 @@ -9,7 +9,7 @@
    36.4  WEB_SITE="https://github.com/protocolbuffers/protobuf"
    36.5  
    36.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    36.7 -WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
    36.8 +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz"
    36.9  
   36.10  DEPENDS="gcc83-lib-base libatomic"
   36.11  BUILD_DEPENDS="automake gcc83 libtool"
    37.1 --- a/python-asterisk/receipt	Mon May 02 11:23:24 2022 +0000
    37.2 +++ b/python-asterisk/receipt	Mon May 02 16:22:04 2022 +0000
    37.3 @@ -9,7 +9,7 @@
    37.4  LICENSE="MIT"
    37.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    37.6  WEB_SITE="https://pypi.org/project/$SOURCE/"
    37.7 -WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
    37.8 +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
    37.9  
   37.10  DEPENDS="python"
   37.11  BUILD_DEPENDS="python-dev python"
    38.1 --- a/python-decoratortools/receipt	Mon May 02 11:23:24 2022 +0000
    38.2 +++ b/python-decoratortools/receipt	Mon May 02 16:22:04 2022 +0000
    38.3 @@ -8,8 +8,8 @@
    38.4  LICENSE="PSL"
    38.5  SOURCE="DecoratorTools"
    38.6  TARBALL="$SOURCE-$VERSION.zip"
    38.7 -WEB_SITE="http://pypi.python.org/pypi/DecoratorTools"
    38.8 -WGET_URL="http://pypi.python.org/packages/source/D/$SOURCE/$TARBALL"
    38.9 +WEB_SITE="https://pypi.python.org/pypi/DecoratorTools"
   38.10 +WGET_URL="https://pypi.python.org/packages/source/D/$SOURCE/$TARBALL"
   38.11  TAGS="python"
   38.12  
   38.13  DEPENDS="python"
    39.1 --- a/python-distribute/receipt	Mon May 02 11:23:24 2022 +0000
    39.2 +++ b/python-distribute/receipt	Mon May 02 16:22:04 2022 +0000
    39.3 @@ -6,7 +6,7 @@
    39.4  SHORT_DESC="Easily build and distribute Python packages"
    39.5  MAINTAINER="slaxemulator@gmail.com"
    39.6  LICENSE="PSL"
    39.7 -WEB_SITE="http://pypi.python.org/pypi/distribute"
    39.8 +WEB_SITE="https://pypi.python.org/pypi/distribute"
    39.9  SOURCE="distribute"
   39.10  TARBALL="$SOURCE-$VERSION.zip"
   39.11  WGET_URL="https://pypi.python.org/packages/source/d/distribute/$TARBALL"
    40.1 --- a/python-elaphe/receipt	Mon May 02 11:23:24 2022 +0000
    40.2 +++ b/python-elaphe/receipt	Mon May 02 16:22:04 2022 +0000
    40.3 @@ -8,7 +8,7 @@
    40.4  LICENSE="BSD"
    40.5  SOURCE="elaphe"
    40.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    40.7 -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION"
    40.8 +WEB_SITE="https://pypi.python.org/pypi/$SOURCE/$VERSION"
    40.9  WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
   40.10  
   40.11  DEPENDS="python"
    41.1 --- a/python-erppeek/receipt	Mon May 02 11:23:24 2022 +0000
    41.2 +++ b/python-erppeek/receipt	Mon May 02 16:22:04 2022 +0000
    41.3 @@ -6,7 +6,7 @@
    41.4  SHORT_DESC="Versatile tool for browsing Odoo / OpenERP data."
    41.5  MAINTAINER="pascal.bellard@slitaz.org"
    41.6  LICENSE="BSD"
    41.7 -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION"
    41.8 +WEB_SITE="https://pypi.python.org/pypi/$SOURCE/$VERSION"
    41.9  SOURCE="ERPpeek"
   41.10  TARBALL="$SOURCE-$VERSION.tar.gz"
   41.11  WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    42.1 --- a/python-extremes/receipt	Mon May 02 11:23:24 2022 +0000
    42.2 +++ b/python-extremes/receipt	Mon May 02 16:22:04 2022 +0000
    42.3 @@ -8,8 +8,8 @@
    42.4  LICENSE="PSL"
    42.5  SOURCE="Extremes"
    42.6  TARBALL="$SOURCE-$VERSION.zip"
    42.7 -WEB_SITE="http://pypi.python.org/pypi/Extremes"
    42.8 -WGET_URL="http://pypi.python.org/packages/source/E/$SOURCE/$TARBALL"
    42.9 +WEB_SITE="https://pypi.python.org/pypi/Extremes"
   42.10 +WGET_URL="https://pypi.python.org/packages/source/E/$SOURCE/$TARBALL"
   42.11  TAGS="python"
   42.12  
   42.13  DEPENDS="python"
    43.1 --- a/python-formencode/receipt	Mon May 02 11:23:24 2022 +0000
    43.2 +++ b/python-formencode/receipt	Mon May 02 16:22:04 2022 +0000
    43.3 @@ -9,7 +9,7 @@
    43.4  SOURCE="FormEncode"
    43.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    43.6  WEB_SITE="http://formencode.org/"
    43.7 -WGET_URL="http://pypi.python.org/packages/source/F/$SOURCE/$TARBALL"
    43.8 +WGET_URL="https://pypi.python.org/packages/source/F/$SOURCE/$TARBALL"
    43.9  TAGS="python"
   43.10  
   43.11  DEPENDS="python"
    44.1 --- a/python-mock/receipt	Mon May 02 11:23:24 2022 +0000
    44.2 +++ b/python-mock/receipt	Mon May 02 16:22:04 2022 +0000
    44.3 @@ -8,8 +8,8 @@
    44.4  LICENSE="BSD"
    44.5  SOURCE="mock"
    44.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    44.7 -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION"
    44.8 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    44.9 +WEB_SITE="https://pypi.python.org/pypi/$SOURCE/$VERSION"
   44.10 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
   44.11  
   44.12  DEPENDS="python"
   44.13  BUILD_DEPENDS="python python-setuptools"
    45.1 --- a/python-mpd/receipt	Mon May 02 11:23:24 2022 +0000
    45.2 +++ b/python-mpd/receipt	Mon May 02 16:22:04 2022 +0000
    45.3 @@ -8,7 +8,7 @@
    45.4  LICENSE="LGPL3"
    45.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    45.6  WEB_SITE="https://pypi.python.org/pypi/python-mpd/"
    45.7 -WGET_URL="http://pypi.python.org/packages/source/p/python-mpd/$TARBALL"
    45.8 +WGET_URL="https://pypi.python.org/packages/source/p/python-mpd/$TARBALL"
    45.9  HOST_ARCH="i486 arm"
   45.10  
   45.11  DEPENDS="python"
    46.1 --- a/python-ooop/receipt	Mon May 02 11:23:24 2022 +0000
    46.2 +++ b/python-ooop/receipt	Mon May 02 16:22:04 2022 +0000
    46.3 @@ -7,9 +7,9 @@
    46.4  SHORT_DESC="OpenObject on Python, a library to connect with Open ERP."
    46.5  MAINTAINER="pascal.bellard@slitaz.org"
    46.6  LICENSE="GPL3"
    46.7 -WEB_SITE="http://pypi.python.org/pypi/ooop"
    46.8 +WEB_SITE="https://pypi.python.org/pypi/ooop"
    46.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   46.10 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
   46.11 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
   46.12  HOST_ARCH="i486 arm"
   46.13  
   46.14  DEPENDS="python"
    47.1 --- a/python-py/receipt	Mon May 02 11:23:24 2022 +0000
    47.2 +++ b/python-py/receipt	Mon May 02 16:22:04 2022 +0000
    47.3 @@ -8,8 +8,8 @@
    47.4  LICENSE="MIT"
    47.5  SOURCE="py"
    47.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    47.7 -WEB_SITE="http://pypi.python.org/pypi/py"
    47.8 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    47.9 +WEB_SITE="https://pypi.python.org/pypi/py"
   47.10 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
   47.11  
   47.12  DEPENDS="python"
   47.13  BUILD_DEPENDS="python-dev python-setuptools"
    48.1 --- a/python-pycryptopp/receipt	Mon May 02 11:23:24 2022 +0000
    48.2 +++ b/python-pycryptopp/receipt	Mon May 02 16:22:04 2022 +0000
    48.3 @@ -8,8 +8,8 @@
    48.4  LICENSE="GPL"
    48.5  SOURCE="pycryptopp"
    48.6  TARBALL="$SOURCE-$VERSION.1206569328141510525648634803928199668821045408958.tar.gz"
    48.7 -WEB_SITE="http://pypi.python.org/pypi/pycryptopp"
    48.8 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    48.9 +WEB_SITE="https://pypi.python.org/pypi/pycryptopp"
   48.10 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
   48.11  
   48.12  DEPENDS="python"
   48.13  BUILD_DEPENDS="python-dev python-setuptools"
    49.1 --- a/python-pyliblzma/receipt	Mon May 02 11:23:24 2022 +0000
    49.2 +++ b/python-pyliblzma/receipt	Mon May 02 16:22:04 2022 +0000
    49.3 @@ -8,8 +8,8 @@
    49.4  LICENSE="LGPL3"
    49.5  SOURCE="pyliblzma"
    49.6  TARBALL="$SOURCE-$VERSION.tar.bz2"
    49.7 -WEB_SITE="http://pypi.python.org/pypi/pyliblzma"
    49.8 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    49.9 +WEB_SITE="https://pypi.python.org/pypi/pyliblzma"
   49.10 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
   49.11  
   49.12  DEPENDS="liblzma python"
   49.13  BUILD_DEPENDS="liblzma-dev python-dev python-setuptools"
    50.1 --- a/python-unittest2/receipt	Mon May 02 11:23:24 2022 +0000
    50.2 +++ b/python-unittest2/receipt	Mon May 02 16:22:04 2022 +0000
    50.3 @@ -8,8 +8,8 @@
    50.4  LICENSE="BSD"
    50.5  SOURCE="unittest2"
    50.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    50.7 -WEB_SITE="http://pypi.python.org/pypi/unittest2"
    50.8 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    50.9 +WEB_SITE="https://pypi.python.org/pypi/unittest2"
   50.10 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
   50.11  
   50.12  DEPENDS="python"
   50.13  BUILD_DEPENDS="python-dev python-setuptools"
    51.1 --- a/rtmpdump/receipt	Mon May 02 11:23:24 2022 +0000
    51.2 +++ b/rtmpdump/receipt	Mon May 02 16:22:04 2022 +0000
    51.3 @@ -9,7 +9,7 @@
    51.4  WEB_SITE="https://rtmpdump.mplayerhq.hu/"
    51.5  
    51.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    51.7 -WGET_URL="http://rtmpdump.mplayerhq.hu/download/$TARBALL"
    51.8 +WGET_URL="https://rtmpdump.mplayerhq.hu/download/$TARBALL"
    51.9  
   51.10  DEPENDS="libssl"
   51.11  BUILD_DEPENDS="openssl-dev"
    52.1 --- a/szip/receipt	Mon May 02 11:23:24 2022 +0000
    52.2 +++ b/szip/receipt	Mon May 02 16:22:04 2022 +0000
    52.3 @@ -8,7 +8,7 @@
    52.4  LICENSE="other"
    52.5  WEB_SITE="https://www.hdfgroup.org/doc_resource/SZIP"
    52.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    52.7 -WGET_URL="http://www.hdfgroup.org/ftp/lib-external/szip/$VERSION/src/$TARBALL"
    52.8 +WGET_URL="https://www.hdfgroup.org/ftp/lib-external/szip/$VERSION/src/$TARBALL"
    52.9  
   52.10  DEPENDS=""
   52.11  BUILD_DEPENDS=""
    53.1 --- a/tesseract-ocr/receipt	Mon May 02 11:23:24 2022 +0000
    53.2 +++ b/tesseract-ocr/receipt	Mon May 02 16:22:04 2022 +0000
    53.3 @@ -8,7 +8,7 @@
    53.4  LICENSE="Apache"
    53.5  WEB_SITE="https://github.com/tesseract-ocr/tesseract"
    53.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    53.7 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    53.8 +WGET_URL="https://github.com/tesseract-ocr/tesseract/archive/refs/tags/$VERSION.tar.gz"
    53.9  
   53.10  DEPENDS="leptonica libpng jpeg tiff giflib"
   53.11  BUILD_DEPENDS="libtool autoconf automake libpng-dev jpeg-dev tiff-dev \
    54.1 --- a/tint2/receipt	Mon May 02 11:23:24 2022 +0000
    54.2 +++ b/tint2/receipt	Mon May 02 16:22:04 2022 +0000
    54.3 @@ -8,7 +8,7 @@
    54.4  LICENSE="GPL2"
    54.5  WEB_SITE="https://gitlab.com/o9000/tint2"
    54.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    54.7 -WGET_URL="$WEB_SITE/repository/archive.tar.gz?ref=$VERSION"
    54.8 +WGET_URL="$WEB_SITE/-/archive/v$VERSION/tint2-v$VERSION.tar.gz"
    54.9  BRANCH="$VERSION"
   54.10  CONFIG_FILES="/etc/xdg/tint2/tint2rc"
   54.11  TAGS="desktop panel taskbar"
   54.12 @@ -20,7 +20,7 @@
   54.13  
   54.14  current_version()
   54.15  {
   54.16 -	wget -O - ${WGET_URL%/repo*}/-/tags 2>/dev/null | \
   54.17 +	wget -O - $WEB_SITE/-/tags 2>/dev/null | \
   54.18  	sed '/tar.gz/!d;/data/d;s|.*/tint2-v*\(.*\).tar.gz".*|\1|' | sort -Vr | sed q
   54.19  }
   54.20  
    55.1 --- a/usb-modeswitch-data/receipt	Mon May 02 11:23:24 2022 +0000
    55.2 +++ b/usb-modeswitch-data/receipt	Mon May 02 16:22:04 2022 +0000
    55.3 @@ -9,7 +9,7 @@
    55.4  WEB_SITE="https://www.draisberghof.de/usb_modeswitch/"
    55.5  
    55.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    55.7 -WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL"
    55.8 +WGET_URL="https://www.draisberghof.de/usb_modeswitch/$TARBALL"
    55.9  
   55.10  DEPENDS="usb-modeswitch"
   55.11  BUILD_DEPENDS="coreutils-operations"
    56.1 --- a/vnc2flv/receipt	Mon May 02 11:23:24 2022 +0000
    56.2 +++ b/vnc2flv/receipt	Mon May 02 16:22:04 2022 +0000
    56.3 @@ -8,7 +8,7 @@
    56.4  LICENSE="MIT"
    56.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    56.6  WEB_SITE="http://www.unixuser.org/~euske/python/vnc2flv"
    56.7 -WGET_URL="http://pypi.python.org/packages/source/v/vnc2flv/$TARBALL"
    56.8 +WGET_URL="https://pypi.python.org/packages/source/v/vnc2flv/$TARBALL"
    56.9  SUGGESTED="x11vnc"
   56.10  TAGS="vnc"
   56.11  
    57.1 --- a/xhtml2pdf/receipt	Mon May 02 11:23:24 2022 +0000
    57.2 +++ b/xhtml2pdf/receipt	Mon May 02 16:22:04 2022 +0000
    57.3 @@ -9,7 +9,7 @@
    57.4  LICENSE="GPL2"
    57.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    57.6  WEB_SITE="http://www.xhtml2pdf.com"
    57.7 -WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
    57.8 +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
    57.9  
   57.10  DEPENDS="python python-reportlab python-html5lib python-pypdf"
   57.11  BUILD_DEPENDS="$DEPENDS python-setuptools python-dev"
    58.1 --- a/ypbind-mt/receipt	Mon May 02 11:23:24 2022 +0000
    58.2 +++ b/ypbind-mt/receipt	Mon May 02 16:22:04 2022 +0000
    58.3 @@ -8,7 +8,7 @@
    58.4  LICENSE="GPL2"
    58.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    58.6  WEB_SITE="https://www.kernel.org/pub/linux/utils/net/NIS/"
    58.7 -WGET_URL="$WEB_SITE/$TARBALL"
    58.8 +WGET_URL="https://github.com/thkukuk/ypbind-mt/archive/refs/tags/ypbind-mt-${VERSION/./_}.tar.gz"
    58.9  
   58.10  # What is the latest version available today?
   58.11  current_version()
   58.12 @@ -20,7 +20,6 @@
   58.13  # Rules to configure and make the package.
   58.14  compile_rules()
   58.15  {
   58.16 -	cd $src
   58.17  	./configure --prefix=/usr --infodir=/usr/share/info \
   58.18  	--mandir=/usr/share/man \
   58.19  	$CONFIGURE_ARGS &&
    59.1 --- a/zoneminder/receipt	Mon May 02 11:23:24 2022 +0000
    59.2 +++ b/zoneminder/receipt	Mon May 02 16:22:04 2022 +0000
    59.3 @@ -9,7 +9,7 @@
    59.4  LICENSE="GPL2"
    59.5  WEB_SITE="https://www.zoneminder.com/"
    59.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    59.7 -WGET_URL="http://www2.zoneminder.com/downloads/$TARBALL"
    59.8 +WGET_URL="https://github.com/ZoneMinder/zoneminder/archive/refs/tags/v${VERSION%.*}.tar.gz"
    59.9  
   59.10  DEPENDS="mysql jpeg bzlib zlib ffmpeg x264 perl perl-dbi-dbd libssl \
   59.11  perl-dbd-mysql perl-time-hires perl-getopt-long perl-date-manip perl-libwww \