wok rev 25045

Update some wget_url or web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 04 08:33:59 2022 +0000 (23 months ago)
parents 8e505f99deb3
children 91d532bbdd2d
files dhcp/receipt dhcp6/receipt glusterfs/receipt ipxe/stuff/bootloader.S lxde-icon-theme/receipt lxdm/receipt lxpanel/receipt lxshortcut/receipt memtest/stuff/bootloader.S pari/receipt plop/stuff/bootloader.S yaze-ag/receipt
line diff
     1.1 --- a/dhcp/receipt	Thu Jun 02 15:48:36 2022 +0000
     1.2 +++ b/dhcp/receipt	Sat Jun 04 08:33:59 2022 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="https://www.isc.org/dhcp/"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="https://ftp.isc.org/isc/$PACKAGE/$VERSION/$TARBALL"
     1.8 +WGET_URL="https://fossies.org/linux/misc/$TARBALL"
     1.9  
    1.10  DEPENDS="libcrypto"
    1.11  BUILD_DEPENDS="file perl"
     2.1 --- a/dhcp6/receipt	Thu Jun 02 15:48:36 2022 +0000
     2.2 +++ b/dhcp6/receipt	Sat Jun 04 08:33:59 2022 +0000
     2.3 @@ -10,7 +10,7 @@
     2.4  
     2.5  SOURCE="dhcp"
     2.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     2.7 -WGET_URL="https://ftp.isc.org/isc/$SOURCE/$TARBALL"
     2.8 +WGET_URL="https://fossies.org/linux/misc/$TARBALL"
     2.9  
    2.10  PROVIDE="dhcp"
    2.11  DEPENDS="libcrypto"
     3.1 --- a/glusterfs/receipt	Thu Jun 02 15:48:36 2022 +0000
     3.2 +++ b/glusterfs/receipt	Sat Jun 04 08:33:59 2022 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  LICENSE="GPL2 LGPL3"
     3.5  WEB_SITE="https://www.gluster.org/"
     3.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.7 -WGET_URL="http://bits.gluster.com/pub/gluster/glusterfs/src/$TARBALL"
     3.8 +WGET_URL="https://github.com/gluster/glusterfs/archive/refs/tags/v$VERSION.tar.gz"
     3.9  
    3.10  DEPENDS="python readline mpc-library elfutils openssl"
    3.11  BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev"
     4.1 --- a/ipxe/stuff/bootloader.S	Thu Jun 02 15:48:36 2022 +0000
     4.2 +++ b/ipxe/stuff/bootloader.S	Sat Jun 04 08:33:59 2022 +0000
     4.3 @@ -681,3 +681,4 @@
     4.4  	.byte	13,10,7
     4.5  	.asciz	"ELKS Boot"
     4.6  #endif
     4.7 +	.org	0x1F1
     5.1 --- a/lxde-icon-theme/receipt	Thu Jun 02 15:48:36 2022 +0000
     5.2 +++ b/lxde-icon-theme/receipt	Sat Jun 04 08:33:59 2022 +0000
     5.3 @@ -6,7 +6,7 @@
     5.4  SHORT_DESC="LXDE standard icon theme"
     5.5  MAINTAINER="al.bobylev@gmail.com"
     5.6  LICENSE="LGPL3"
     5.7 -WEB_SITE="https://wiki.lxde.org/en/LXPanel"
     5.8 +WEB_SITE="https://www.lxde.org/"
     5.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    5.10  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    5.11  TAGS="LXDE"
    5.12 @@ -14,6 +14,7 @@
    5.13  DEPENDS=""
    5.14  BUILD_DEPENDS="coreutils"
    5.15  
    5.16 +# What is the latest version available today?
    5.17  current_version()
    5.18  {
    5.19  	wget -O - https://sourceforge.net/projects/lxde/files/LXDE%20Icon%20Theme/ 2>/dev/null | \
     6.1 --- a/lxdm/receipt	Thu Jun 02 15:48:36 2022 +0000
     6.2 +++ b/lxdm/receipt	Sat Jun 04 08:33:59 2022 +0000
     6.3 @@ -7,13 +7,14 @@
     6.4  MAINTAINER="pankso@slitaz.org"
     6.5  LICENSE="GPL3"
     6.6  TARBALL="$PACKAGE-$VERSION.tar.xz"
     6.7 -WEB_SITE="https://wiki.lxde.org/en/LXDM"
     6.8 +WEB_SITE="https://www.lxde.org/"
     6.9  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    6.10  TAGS="LXDE"
    6.11  
    6.12  DEPENDS="xorg-libX11 gtk+ slitaz-configs"
    6.13  BUILD_DEPENDS="xorg-dev gtk+-dev"
    6.14  
    6.15 +# What is the latest version available today?
    6.16  current_version()
    6.17  {
    6.18  	wget -O - https://sourceforge.net/projects/lxde/files/lxdm/ 2>/dev/null | \
     7.1 --- a/lxpanel/receipt	Thu Jun 02 15:48:36 2022 +0000
     7.2 +++ b/lxpanel/receipt	Sat Jun 04 08:33:59 2022 +0000
     7.3 @@ -31,6 +31,7 @@
     7.4  		pluglist="netstatus,volumealsa,cpu,batt,xkb,thermal,cpufreq,monitors" ;;
     7.5  esac
     7.6  
     7.7 +# What is the latest version available today?
     7.8  current_version()
     7.9  {
    7.10  	wget -O - https://sourceforge.net/projects/lxde/files/LXPanel%20%28desktop%20panel%29/ 2>/dev/null | \
     8.1 --- a/lxshortcut/receipt	Thu Jun 02 15:48:36 2022 +0000
     8.2 +++ b/lxshortcut/receipt	Sat Jun 04 08:33:59 2022 +0000
     8.3 @@ -7,7 +7,7 @@
     8.4  MAINTAINER="rcx@zoominternet.net"
     8.5  LICENSE="GPL3"
     8.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     8.7 -WEB_SITE="https://wiki.lxde.org/en/LXPanel"
     8.8 +WEB_SITE="https://www.lxde.org/"
     8.9  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    8.10  TAGS="LXDE"
    8.11  
    8.12 @@ -17,6 +17,7 @@
    8.13  BUILD_DEPENDS="pkg-config gettext intltool gtk+-dev \
    8.14  xorg-xproto xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev"
    8.15  
    8.16 +# What is the latest version available today?
    8.17  current_version()
    8.18  {
    8.19  	wget -O - https://sourceforge.net/projects/lxde/files/LXShortcut%20%28edit%20app%20shortcut%29/ 2>/dev/null | \
     9.1 --- a/memtest/stuff/bootloader.S	Thu Jun 02 15:48:36 2022 +0000
     9.2 +++ b/memtest/stuff/bootloader.S	Sat Jun 04 08:33:59 2022 +0000
     9.3 @@ -681,3 +681,4 @@
     9.4  	.byte	13,10,7
     9.5  	.asciz	"ELKS Boot"
     9.6  #endif
     9.7 +	.org	0x1F1
    10.1 --- a/pari/receipt	Thu Jun 02 15:48:36 2022 +0000
    10.2 +++ b/pari/receipt	Sat Jun 04 08:33:59 2022 +0000
    10.3 @@ -9,7 +9,7 @@
    10.4  WEB_SITE="https://pari.math.u-bordeaux.fr/"
    10.5  
    10.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    10.7 -WGET_URL="https://pari.math.u-bordeaux.fr/pub/$PACKAGE/unix/$TARBALL"
    10.8 +WGET_URL="${WEB_SITE}pub/$PACKAGE/OLD/${VERSION%.*}/$TARBALL"
    10.9  
   10.10  DEPENDS="glibc-base gmp libxcb ncurses readline xorg-libX11 xorg-libXau \
   10.11  	xorg-libXdmcp"
   10.12 @@ -18,7 +18,7 @@
   10.13  # What is the latest version available today?
   10.14  current_version()
   10.15  {
   10.16 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
   10.17 +	wget -O - ${WEB_SITE}pub/$PACKAGE/unix/ 2>/dev/null | \
   10.18  	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
   10.19  }
   10.20  
    11.1 --- a/plop/stuff/bootloader.S	Thu Jun 02 15:48:36 2022 +0000
    11.2 +++ b/plop/stuff/bootloader.S	Sat Jun 04 08:33:59 2022 +0000
    11.3 @@ -681,3 +681,4 @@
    11.4  	.byte	13,10,7
    11.5  	.asciz	"ELKS Boot"
    11.6  #endif
    11.7 +	.org	0x1F1
    12.1 --- a/yaze-ag/receipt	Thu Jun 02 15:48:36 2022 +0000
    12.2 +++ b/yaze-ag/receipt	Sat Jun 04 08:33:59 2022 +0000
    12.3 @@ -7,7 +7,7 @@
    12.4  MAINTAINER="pascal.bellard@slitaz.org"
    12.5  LICENSE="GPL2"
    12.6  TARBALL="$PACKAGE-${VERSION}_with_keytrans.tar.gz"
    12.7 -WEB_SITE="http://www.mathematik.uni-ulm.de/users/ag/yaze-ag"
    12.8 +WEB_SITE="https://www.mathematik.uni-ulm.de/users/ag/yaze-ag"
    12.9  WGET_URL="$WEB_SITE/devel/$TARBALL"
   12.10  
   12.11  # What is the latest version available today?