wok rev 25789

ipxe: may change weburl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 13 08:41:14 2024 +0000 (6 days ago)
parents 3e3d0eba8834
children d0263f580dbd
files ipxe/stuff/ipxe.cmd libdes/receipt libsmpeg-dev/receipt libsmpeg/receipt lsdvd/receipt
line diff
     1.1 --- a/ipxe/stuff/ipxe.cmd	Thu Sep 26 08:52:14 2024 +0000
     1.2 +++ b/ipxe/stuff/ipxe.cmd	Sun Oct 13 08:41:14 2024 +0000
     1.3 @@ -1,5 +1,6 @@
     1.4  #!ipxe
     1.5  
     1.6 +set weburl http://mirror.slitaz.org/pxe/ipxe/
     1.7  set menu-timeout 3000
     1.8  dhcp && isset ${filename} && autoboot ||
     1.9  console --picture http://mirror.slitaz.org/pxe/ipxe/slitaz.png || console --x 640 --y 480 ||
    1.10 @@ -11,6 +12,7 @@
    1.11  item --gap Configuration
    1.12  item --key e exit	iPXE command line
    1.13  item --key c config	iPXE configuration
    1.14 +item --key s wset	Set default iPXE server (${weburl})
    1.15  isset ${ip} || goto noip
    1.16  item --gap
    1.17  item --gap Network boot
    1.18 @@ -42,18 +44,21 @@
    1.19  echo -n DNS server: ${} && read dns
    1.20  goto menu
    1.21  
    1.22 +:wset
    1.23 +echo -n New iPXE server url: && read weburl
    1.24 +goto menu
    1.25 +
    1.26  :web
    1.27  imgfree
    1.28 -set weburl http://mirror.slitaz.org/pxe/
    1.29 -chain --autofree ${weburl}ipxe/menu.ipxe && boot ||
    1.30 -set weburl http://download.tuxfamily.org/slitaz/pxe/
    1.31 -chain --autofree ${weburl}ipxe/menu.ipxe && boot ||
    1.32 -set weburl http://mirror1.slitaz.org/pxe/
    1.33 -chain --autofree ${weburl}ipxe/menu.ipxe && boot ||
    1.34 -set weburl http://mirror2.slitaz.org/pxe/
    1.35 -chain --autofree ${weburl}ipxe/menu.ipxe && boot ||
    1.36 -set weburl http://mirror3.slitaz.org/pxe/
    1.37 -chain --autofree ${weburl}ipxe/menu.ipxe && boot ||
    1.38 +chain --autofree ${weburl}menu.ipxe && boot ||
    1.39 +set weburl http://download.tuxfamily.org/slitaz/pxe/ipxe/
    1.40 +chain --autofree ${weburl}menu.ipxe && boot ||
    1.41 +set weburl http://mirror1.slitaz.org/pxe/ipxe/
    1.42 +chain --autofree ${weburl}menu.ipxe && boot ||
    1.43 +set weburl http://mirror2.slitaz.org/pxe/ipxe/
    1.44 +chain --autofree ${weburl}menu.ipxe && boot ||
    1.45 +set weburl http://mirror3.slitaz.org/pxe/ipxe/
    1.46 +chain --autofree ${weburl}menu.ipxe && boot ||
    1.47  goto menu
    1.48  
    1.49  :lan
     2.1 --- a/libdes/receipt	Thu Sep 26 08:52:14 2024 +0000
     2.2 +++ b/libdes/receipt	Sun Oct 13 08:41:14 2024 +0000
     2.3 @@ -1,4 +1,4 @@
     2.4 -# SliTaz package receipt.
     2.5 +# 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.
     2.6  
     2.7  PACKAGE="libdes"
     2.8  VERSION="4.04b"
     2.9 @@ -8,7 +8,7 @@
    2.10  LICENSE="MIT"
    2.11  WEB_SITE="https://web.archive.org/web/20150803212935/http://linux.maruhn.com/sec/libdes.html"
    2.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 -WGET_URL="http://ftp.ring.gr.jp/archives/net/Crypto/DES/$TARBALL"
    2.14 +WGET_URL="http://www.ring.gr.jp/pub/net/Crypto/DES/$TARBALL"
    2.15  
    2.16  # What is the latest version available today?
    2.17  current_version()
     3.1 --- a/libsmpeg-dev/receipt	Thu Sep 26 08:52:14 2024 +0000
     3.2 +++ b/libsmpeg-dev/receipt	Sun Oct 13 08:41:14 2024 +0000
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Mpeg decoding library devel files"
     3.5  MAINTAINER="claudinei@slitaz.org"
     3.6  LICENSE="LGPL2"
     3.7 -WEB_SITE="http://icculus.org/smpeg/"
     3.8 +WEB_SITE="https://icculus.org/smpeg/"
     3.9  WANTED="libsmpeg"
    3.10  
    3.11  DEPENDS="libsmpeg"
     4.1 --- a/libsmpeg/receipt	Thu Sep 26 08:52:14 2024 +0000
     4.2 +++ b/libsmpeg/receipt	Sun Oct 13 08:41:14 2024 +0000
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="Mpeg decoding library"
     4.5  MAINTAINER="claudinei@slitaz.org"
     4.6  LICENSE="LGPL2"
     4.7 -WEB_SITE="http://icculus.org/smpeg/"
     4.8 +WEB_SITE="https://icculus.org/smpeg/"
     4.9  TARBALL="smpeg-$VERSION.tar.xz"
    4.10  WGET_URL="http://ravenports.elderlinux.org/distcache/$TARBALL"
    4.11  
     5.1 --- a/lsdvd/receipt	Thu Sep 26 08:52:14 2024 +0000
     5.2 +++ b/lsdvd/receipt	Sun Oct 13 08:41:14 2024 +0000
     5.3 @@ -9,7 +9,7 @@
     5.4  WEB_SITE="https://sourceforge.net/projects/lsdvd/"
     5.5  
     5.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     5.8 +WGET_URL="$SF_MIRROR/sourceforge/$PACKAGE/$TARBALL"
     5.9  
    5.10  DEPENDS="libdvdread"
    5.11  BUILD_DEPENDS="automake libdvdread-dev"