# HG changeset patch # User Pascal Bellard # Date 1654331639 0 # Node ID 232ba43d30af2184ce8696edb22c5e7f3880bf42 # Parent 8e505f99deb3033b0414200b94b6453e9889180c Update some wget_url or web_site diff -r 8e505f99deb3 -r 232ba43d30af dhcp/receipt --- a/dhcp/receipt Thu Jun 02 15:48:36 2022 +0000 +++ b/dhcp/receipt Sat Jun 04 08:33:59 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://www.isc.org/dhcp/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://ftp.isc.org/isc/$PACKAGE/$VERSION/$TARBALL" +WGET_URL="https://fossies.org/linux/misc/$TARBALL" DEPENDS="libcrypto" BUILD_DEPENDS="file perl" diff -r 8e505f99deb3 -r 232ba43d30af dhcp6/receipt --- a/dhcp6/receipt Thu Jun 02 15:48:36 2022 +0000 +++ b/dhcp6/receipt Sat Jun 04 08:33:59 2022 +0000 @@ -10,7 +10,7 @@ SOURCE="dhcp" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://ftp.isc.org/isc/$SOURCE/$TARBALL" +WGET_URL="https://fossies.org/linux/misc/$TARBALL" PROVIDE="dhcp" DEPENDS="libcrypto" diff -r 8e505f99deb3 -r 232ba43d30af glusterfs/receipt --- a/glusterfs/receipt Thu Jun 02 15:48:36 2022 +0000 +++ b/glusterfs/receipt Sat Jun 04 08:33:59 2022 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2 LGPL3" WEB_SITE="https://www.gluster.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://bits.gluster.com/pub/gluster/glusterfs/src/$TARBALL" +WGET_URL="https://github.com/gluster/glusterfs/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="python readline mpc-library elfutils openssl" BUILD_DEPENDS="flex python readline-dev mpc-library elfutils openssl-dev" diff -r 8e505f99deb3 -r 232ba43d30af ipxe/stuff/bootloader.S --- a/ipxe/stuff/bootloader.S Thu Jun 02 15:48:36 2022 +0000 +++ b/ipxe/stuff/bootloader.S Sat Jun 04 08:33:59 2022 +0000 @@ -681,3 +681,4 @@ .byte 13,10,7 .asciz "ELKS Boot" #endif + .org 0x1F1 diff -r 8e505f99deb3 -r 232ba43d30af lxde-icon-theme/receipt --- a/lxde-icon-theme/receipt Thu Jun 02 15:48:36 2022 +0000 +++ b/lxde-icon-theme/receipt Sat Jun 04 08:33:59 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="LXDE standard icon theme" MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL3" -WEB_SITE="https://wiki.lxde.org/en/LXPanel" +WEB_SITE="https://www.lxde.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" TAGS="LXDE" @@ -14,6 +14,7 @@ DEPENDS="" BUILD_DEPENDS="coreutils" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/lxde/files/LXDE%20Icon%20Theme/ 2>/dev/null | \ diff -r 8e505f99deb3 -r 232ba43d30af lxdm/receipt --- a/lxdm/receipt Thu Jun 02 15:48:36 2022 +0000 +++ b/lxdm/receipt Sat Jun 04 08:33:59 2022 +0000 @@ -7,13 +7,14 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="https://wiki.lxde.org/en/LXDM" +WEB_SITE="https://www.lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" TAGS="LXDE" DEPENDS="xorg-libX11 gtk+ slitaz-configs" BUILD_DEPENDS="xorg-dev gtk+-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/lxde/files/lxdm/ 2>/dev/null | \ diff -r 8e505f99deb3 -r 232ba43d30af lxpanel/receipt --- a/lxpanel/receipt Thu Jun 02 15:48:36 2022 +0000 +++ b/lxpanel/receipt Sat Jun 04 08:33:59 2022 +0000 @@ -31,6 +31,7 @@ pluglist="netstatus,volumealsa,cpu,batt,xkb,thermal,cpufreq,monitors" ;; esac +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/lxde/files/LXPanel%20%28desktop%20panel%29/ 2>/dev/null | \ diff -r 8e505f99deb3 -r 232ba43d30af lxshortcut/receipt --- a/lxshortcut/receipt Thu Jun 02 15:48:36 2022 +0000 +++ b/lxshortcut/receipt Sat Jun 04 08:33:59 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="rcx@zoominternet.net" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://wiki.lxde.org/en/LXPanel" +WEB_SITE="https://www.lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" TAGS="LXDE" @@ -17,6 +17,7 @@ BUILD_DEPENDS="pkg-config gettext intltool gtk+-dev \ xorg-xproto xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/lxde/files/LXShortcut%20%28edit%20app%20shortcut%29/ 2>/dev/null | \ diff -r 8e505f99deb3 -r 232ba43d30af memtest/stuff/bootloader.S --- a/memtest/stuff/bootloader.S Thu Jun 02 15:48:36 2022 +0000 +++ b/memtest/stuff/bootloader.S Sat Jun 04 08:33:59 2022 +0000 @@ -681,3 +681,4 @@ .byte 13,10,7 .asciz "ELKS Boot" #endif + .org 0x1F1 diff -r 8e505f99deb3 -r 232ba43d30af pari/receipt --- a/pari/receipt Thu Jun 02 15:48:36 2022 +0000 +++ b/pari/receipt Sat Jun 04 08:33:59 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://pari.math.u-bordeaux.fr/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://pari.math.u-bordeaux.fr/pub/$PACKAGE/unix/$TARBALL" +WGET_URL="${WEB_SITE}pub/$PACKAGE/OLD/${VERSION%.*}/$TARBALL" DEPENDS="glibc-base gmp libxcb ncurses readline xorg-libX11 xorg-libXau \ xorg-libXdmcp" @@ -18,7 +18,7 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ + wget -O - ${WEB_SITE}pub/$PACKAGE/unix/ 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } diff -r 8e505f99deb3 -r 232ba43d30af plop/stuff/bootloader.S --- a/plop/stuff/bootloader.S Thu Jun 02 15:48:36 2022 +0000 +++ b/plop/stuff/bootloader.S Sat Jun 04 08:33:59 2022 +0000 @@ -681,3 +681,4 @@ .byte 13,10,7 .asciz "ELKS Boot" #endif + .org 0x1F1 diff -r 8e505f99deb3 -r 232ba43d30af yaze-ag/receipt --- a/yaze-ag/receipt Thu Jun 02 15:48:36 2022 +0000 +++ b/yaze-ag/receipt Sat Jun 04 08:33:59 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-${VERSION}_with_keytrans.tar.gz" -WEB_SITE="http://www.mathematik.uni-ulm.de/users/ag/yaze-ag" +WEB_SITE="https://www.mathematik.uni-ulm.de/users/ag/yaze-ag" WGET_URL="$WEB_SITE/devel/$TARBALL" # What is the latest version available today?