# HG changeset patch # User Pascal Bellard # Date 1728808874 0 # Node ID 1c7a2bb8afc79069285cf34c6652190adf98f424 # Parent 3e3d0eba88340b587458b1faaa87e3fb91bfaa14 ipxe: may change weburl diff -r 3e3d0eba8834 -r 1c7a2bb8afc7 ipxe/stuff/ipxe.cmd --- a/ipxe/stuff/ipxe.cmd Thu Sep 26 08:52:14 2024 +0000 +++ b/ipxe/stuff/ipxe.cmd Sun Oct 13 08:41:14 2024 +0000 @@ -1,5 +1,6 @@ #!ipxe +set weburl http://mirror.slitaz.org/pxe/ipxe/ set menu-timeout 3000 dhcp && isset ${filename} && autoboot || console --picture http://mirror.slitaz.org/pxe/ipxe/slitaz.png || console --x 640 --y 480 || @@ -11,6 +12,7 @@ item --gap Configuration item --key e exit iPXE command line item --key c config iPXE configuration +item --key s wset Set default iPXE server (${weburl}) isset ${ip} || goto noip item --gap item --gap Network boot @@ -42,18 +44,21 @@ echo -n DNS server: ${} && read dns goto menu +:wset +echo -n New iPXE server url: && read weburl +goto menu + :web imgfree -set weburl http://mirror.slitaz.org/pxe/ -chain --autofree ${weburl}ipxe/menu.ipxe && boot || -set weburl http://download.tuxfamily.org/slitaz/pxe/ -chain --autofree ${weburl}ipxe/menu.ipxe && boot || -set weburl http://mirror1.slitaz.org/pxe/ -chain --autofree ${weburl}ipxe/menu.ipxe && boot || -set weburl http://mirror2.slitaz.org/pxe/ -chain --autofree ${weburl}ipxe/menu.ipxe && boot || -set weburl http://mirror3.slitaz.org/pxe/ -chain --autofree ${weburl}ipxe/menu.ipxe && boot || +chain --autofree ${weburl}menu.ipxe && boot || +set weburl http://download.tuxfamily.org/slitaz/pxe/ipxe/ +chain --autofree ${weburl}menu.ipxe && boot || +set weburl http://mirror1.slitaz.org/pxe/ipxe/ +chain --autofree ${weburl}menu.ipxe && boot || +set weburl http://mirror2.slitaz.org/pxe/ipxe/ +chain --autofree ${weburl}menu.ipxe && boot || +set weburl http://mirror3.slitaz.org/pxe/ipxe/ +chain --autofree ${weburl}menu.ipxe && boot || goto menu :lan diff -r 3e3d0eba8834 -r 1c7a2bb8afc7 libdes/receipt --- a/libdes/receipt Thu Sep 26 08:52:14 2024 +0000 +++ b/libdes/receipt Sun Oct 13 08:41:14 2024 +0000 @@ -1,4 +1,4 @@ -# SliTaz package receipt. +# SliTaz package recei://www.youtube.com/watch?v=poYnq_AxDAI https://www.youtube.com/watch?v=poYnq_AxDAI https://www.youtube.com/watch?v=alAfjFlnV5o https://www.youtube.com/watch?v=MZ02hsi9GDQ :qt. PACKAGE="libdes" VERSION="4.04b" @@ -8,7 +8,7 @@ LICENSE="MIT" WEB_SITE="https://web.archive.org/web/20150803212935/http://linux.maruhn.com/sec/libdes.html" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://ftp.ring.gr.jp/archives/net/Crypto/DES/$TARBALL" +WGET_URL="http://www.ring.gr.jp/pub/net/Crypto/DES/$TARBALL" # What is the latest version available today? current_version() diff -r 3e3d0eba8834 -r 1c7a2bb8afc7 libsmpeg-dev/receipt --- a/libsmpeg-dev/receipt Thu Sep 26 08:52:14 2024 +0000 +++ b/libsmpeg-dev/receipt Sun Oct 13 08:41:14 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Mpeg decoding library devel files" MAINTAINER="claudinei@slitaz.org" LICENSE="LGPL2" -WEB_SITE="http://icculus.org/smpeg/" +WEB_SITE="https://icculus.org/smpeg/" WANTED="libsmpeg" DEPENDS="libsmpeg" diff -r 3e3d0eba8834 -r 1c7a2bb8afc7 libsmpeg/receipt --- a/libsmpeg/receipt Thu Sep 26 08:52:14 2024 +0000 +++ b/libsmpeg/receipt Sun Oct 13 08:41:14 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Mpeg decoding library" MAINTAINER="claudinei@slitaz.org" LICENSE="LGPL2" -WEB_SITE="http://icculus.org/smpeg/" +WEB_SITE="https://icculus.org/smpeg/" TARBALL="smpeg-$VERSION.tar.xz" WGET_URL="http://ravenports.elderlinux.org/distcache/$TARBALL" diff -r 3e3d0eba8834 -r 1c7a2bb8afc7 lsdvd/receipt --- a/lsdvd/receipt Thu Sep 26 08:52:14 2024 +0000 +++ b/lsdvd/receipt Sun Oct 13 08:41:14 2024 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://sourceforge.net/projects/lsdvd/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="$SF_MIRROR/sourceforge/$PACKAGE/$TARBALL" DEPENDS="libdvdread" BUILD_DEPENDS="automake libdvdread-dev"