# HG changeset patch # User Pascal Bellard # Date 1679574154 0 # Node ID e4cc6a0d37f063ad013b72d502c540180d5859db # Parent 1bbf846a10deb752d90f56c9342c6629e9fb6d3d Up utftpd (0.2.4) diff -r 1bbf846a10de -r e4cc6a0d37f0 aaphoto/receipt --- a/aaphoto/receipt Sun Mar 19 18:51:26 2023 +0000 +++ b/aaphoto/receipt Thu Mar 23 12:22:34 2023 +0000 @@ -8,7 +8,8 @@ LICENSE="GPL3" SOURCE="aaphoto_sources_" TARBALL="$SOURCE$VERSION.tar.gz" -WEB_SITE="http://log69.com/aaphoto_en.html" +WEB_SITE="https://web.archive.org/web/20220728233436/http://log69.com/aaphoto_en.html" +#WEB_SITE="https://github.com/log69/aaphoto" WGET_URL="http://log69.com/downloads/$TARBALL" #WGET_URL="http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/$TARBALL" TAGS="photo jpeg jpg png bmp" diff -r 1bbf846a10de -r e4cc6a0d37f0 chkrootkit/receipt --- a/chkrootkit/receipt Sun Mar 19 18:51:26 2023 +0000 +++ b/chkrootkit/receipt Thu Mar 23 12:22:34 2023 +0000 @@ -7,13 +7,13 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.chkrootkit.org/" +WEB_SITE="https://www.chkrootkit.org/" WGET_URL="http://ftp4.de.freesbie.org/pub/cert.dfn/tools/audit/chkrootkit/$TARBALL" # What is the latest version available today? current_version() { - wget -O - http://www.chkrootkit.org/README 2>/dev/null | \ + wget -O - https://www.chkrootkit.org/README 2>/dev/null | \ sed '/- Version/!d; s|.*Version ||;s|[ ,].*||' | tail -n1 } diff -r 1bbf846a10de -r e4cc6a0d37f0 ipxe/receipt --- a/ipxe/receipt Sun Mar 19 18:51:26 2023 +0000 +++ b/ipxe/receipt Thu Mar 23 12:22:34 2023 +0000 @@ -49,20 +49,25 @@ make bin/undionly.kkkpxe EMBED=$stuff/ipxelinux.ipxe,$pxelinux && mv bin/undionly.kkkpxe bin/ipxelinux.0 make bin/undionly.pxe bin/undionly.kpxe bin/undionly.kkpxe \ - bin/undionly.kkkpxe bin/ipxe.pxe bin/ipxe.kpxe bin/ipxe.kkpxe \ + bin/undionly.kkkpxe bin/undionly.lkrn \ + bin/ipxe.pxe bin/ipxe.kpxe bin/ipxe.kkpxe \ bin/ipxe.kkkpxe bin/ipxe.nbi bin/ipxe.lkrn \ - bin/ipxe.exe EMBED=$stuff/ipxe.cmd + EMBED=$stuff/ipxe.cmd cp $stuff/bootloader.S . cc -o bootloader.o -Wa,-a=bootloader.lst -c bootloader.S objcopy --only-section=.text -O binary bootloader.o bootloader.bin - size=$(stat -c %s bin/ipxe.lkrn) - while read ofs val ; do - printf '\\\\x%02X\\\\x%02X' $(($val & 255)) $(($val / 256)) | \ - xargs echo -en|dd bs=1 conv=notrunc of=bootloader.bin seek=$ofs - done 2> /dev/null < /dev/null </dev/null | \ + wget -O - $WEB_SITE 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { + ./configure --prefix=/usr $CONFIGURE_ARGS && make clean && make } diff -r 1bbf846a10de -r e4cc6a0d37f0 warmux/receipt --- a/warmux/receipt Sun Mar 19 18:51:26 2023 +0000 +++ b/warmux/receipt Thu Mar 23 12:22:34 2023 +0000 @@ -7,6 +7,7 @@ MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" WEB_SITE="https://www.warmux.org/" +#WEB_SITE="https://web.archive.org/web/20221203051925/https://www.warmux.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE$TARBALL" PROVIDE="wormux"