wok rev 25547

Up utftpd (0.2.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 23 12:22:34 2023 +0000 (13 months ago)
parents 1bbf846a10de
children 8655cec97854
files aaphoto/receipt chkrootkit/receipt ipxe/receipt samba-common/receipt samba-dev/receipt samba-pam/receipt samba/receipt smbclient/receipt utftpd/receipt warmux/receipt
line diff
     1.1 --- a/aaphoto/receipt	Sun Mar 19 18:51:26 2023 +0000
     1.2 +++ b/aaphoto/receipt	Thu Mar 23 12:22:34 2023 +0000
     1.3 @@ -8,7 +8,8 @@
     1.4  LICENSE="GPL3"
     1.5  SOURCE="aaphoto_sources_"
     1.6  TARBALL="$SOURCE$VERSION.tar.gz"
     1.7 -WEB_SITE="http://log69.com/aaphoto_en.html" 
     1.8 +WEB_SITE="https://web.archive.org/web/20220728233436/http://log69.com/aaphoto_en.html"
     1.9 +#WEB_SITE="https://github.com/log69/aaphoto"
    1.10  WGET_URL="http://log69.com/downloads/$TARBALL"
    1.11  #WGET_URL="http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/$TARBALL"
    1.12  TAGS="photo jpeg jpg png bmp"
     2.1 --- a/chkrootkit/receipt	Sun Mar 19 18:51:26 2023 +0000
     2.2 +++ b/chkrootkit/receipt	Thu Mar 23 12:22:34 2023 +0000
     2.3 @@ -7,13 +7,13 @@
     2.4  MAINTAINER="pascal.bellard@slitaz.org"
     2.5  LICENSE="BSD"
     2.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.7 -WEB_SITE="http://www.chkrootkit.org/"
     2.8 +WEB_SITE="https://www.chkrootkit.org/"
     2.9  WGET_URL="http://ftp4.de.freesbie.org/pub/cert.dfn/tools/audit/chkrootkit/$TARBALL"
    2.10  
    2.11  # What is the latest version available today?
    2.12  current_version()
    2.13  {
    2.14 -	wget -O - http://www.chkrootkit.org/README 2>/dev/null | \
    2.15 +	wget -O - https://www.chkrootkit.org/README 2>/dev/null | \
    2.16  	sed '/- Version/!d; s|.*Version ||;s|[ ,].*||' | tail -n1
    2.17  }
    2.18  
     3.1 --- a/ipxe/receipt	Sun Mar 19 18:51:26 2023 +0000
     3.2 +++ b/ipxe/receipt	Thu Mar 23 12:22:34 2023 +0000
     3.3 @@ -49,20 +49,25 @@
     3.4  	make bin/undionly.kkkpxe EMBED=$stuff/ipxelinux.ipxe,$pxelinux &&
     3.5  		mv bin/undionly.kkkpxe bin/ipxelinux.0
     3.6  	make bin/undionly.pxe bin/undionly.kpxe bin/undionly.kkpxe \
     3.7 -	     bin/undionly.kkkpxe bin/ipxe.pxe bin/ipxe.kpxe bin/ipxe.kkpxe \
     3.8 +	     bin/undionly.kkkpxe bin/undionly.lkrn \
     3.9 +	     bin/ipxe.pxe bin/ipxe.kpxe bin/ipxe.kkpxe \
    3.10  	     bin/ipxe.kkkpxe bin/ipxe.nbi bin/ipxe.lkrn \
    3.11 -	     bin/ipxe.exe EMBED=$stuff/ipxe.cmd
    3.12 +	     EMBED=$stuff/ipxe.cmd
    3.13  	cp $stuff/bootloader.S .
    3.14  	cc -o bootloader.o -Wa,-a=bootloader.lst -c bootloader.S
    3.15  	objcopy --only-section=.text -O binary bootloader.o bootloader.bin
    3.16 -	size=$(stat -c %s bin/ipxe.lkrn)
    3.17 -	while read ofs val ; do
    3.18 -		printf '\\\\x%02X\\\\x%02X' $(($val & 255)) $(($val / 256)) | \
    3.19 -		xargs echo -en|dd bs=1 conv=notrunc of=bootloader.bin seek=$ofs
    3.20 -	done 2> /dev/null <<EOT
    3.21 +	for bin in ipxe undionly ; do
    3.22 +		size=$(stat -c %s bin/$bin.lkrn)
    3.23 +		cp -a bin/$bin.lkrn bin/$bin.fd
    3.24 +		dd if=bootloader.bin of=bin/$bin.fd conv=notrunc
    3.25 +		while read ofs val ; do
    3.26 +			printf '\\\\x%02X\\\\x%02X' $(($val & 255)) $(($val / 256)) | \
    3.27 +			xargs echo -en|dd bs=1 conv=notrunc of=bin/$bin.fd seek=$ofs
    3.28 +		done 2> /dev/null <<EOT
    3.29  4	$((($size+511)/512))
    3.30  14	$((($size+15)/16))
    3.31  EOT
    3.32 +	done
    3.33  }
    3.34  
    3.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.36 @@ -70,8 +75,7 @@
    3.37  {
    3.38  	mkdir -p $fs/boot $install/usr/share
    3.39  	cp -a $src/src/doc $install/usr/share
    3.40 -	cp -a $src/src/bin/ipxe.lkrn $fs/boot/ipxe.exe
    3.41 -	dd if=$src/src/bootloader.bin of=$fs/boot/ipxe.exe conv=notrunc
    3.42 +	cp -a $src/src/bin/ipxe.fd $fs/boot/ipxe.exe
    3.43  }
    3.44  
    3.45  # Pre and post install commands for Tazpkg.
     4.1 --- a/samba-common/receipt	Sun Mar 19 18:51:26 2023 +0000
     4.2 +++ b/samba-common/receipt	Thu Mar 23 12:22:34 2023 +0000
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="File and print services with SMB/CIFS, client side."
     4.5  MAINTAINER="pascal.bellard@slitaz.org"
     4.6  LICENSE="GPL3"
     4.7 -WEB_SITE="http://samba.org/"
     4.8 +WEB_SITE="https://samba.org/"
     4.9  WANTED="samba"
    4.10  
    4.11  DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
     5.1 --- a/samba-dev/receipt	Sun Mar 19 18:51:26 2023 +0000
     5.2 +++ b/samba-dev/receipt	Thu Mar 23 12:22:34 2023 +0000
     5.3 @@ -6,7 +6,7 @@
     5.4  SHORT_DESC="File and print services with SMB/CIFS, development files."
     5.5  MAINTAINER="pascal.bellard@slitaz.org"
     5.6  LICENSE="GPL3"
     5.7 -WEB_SITE="http://samba.org/"
     5.8 +WEB_SITE="https://samba.org/"
     5.9  WANTED="samba"
    5.10  
    5.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     6.1 --- a/samba-pam/receipt	Sun Mar 19 18:51:26 2023 +0000
     6.2 +++ b/samba-pam/receipt	Thu Mar 23 12:22:34 2023 +0000
     6.3 @@ -8,7 +8,7 @@
     6.4  LICENSE="GPL3"
     6.5  SOURCE="samba"
     6.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     6.7 -WEB_SITE="http://samba.org/"
     6.8 +WEB_SITE="https://samba.org/"
     6.9  WGET_URL="${WEB_SITE}$SOURCE/ftp/stable/$TARBALL"
    6.10  TAZPANEL_DAEMON="man::samba|edit::/etc/samba/smb.conf|web::$WEB_SITE"
    6.11  SUGGESTED="gamin"
     7.1 --- a/samba/receipt	Sun Mar 19 18:51:26 2023 +0000
     7.2 +++ b/samba/receipt	Thu Mar 23 12:22:34 2023 +0000
     7.3 @@ -7,7 +7,7 @@
     7.4  MAINTAINER="pascal.bellard@slitaz.org"
     7.5  LICENSE="GPL3"
     7.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.7 -WEB_SITE="http://samba.org/"
     7.8 +WEB_SITE="https://samba.org/"
     7.9  WGET_URL="${WEB_SITE}$PACKAGE/ftp/stable/$TARBALL"
    7.10  TAZPANEL_DAEMON="man|edit::/etc/samba/smb.conf|web::$WEB_SITE"
    7.11  SUGGESTED="gamin cups perl"
     8.1 --- a/smbclient/receipt	Sun Mar 19 18:51:26 2023 +0000
     8.2 +++ b/smbclient/receipt	Thu Mar 23 12:22:34 2023 +0000
     8.3 @@ -6,7 +6,7 @@
     8.4  SHORT_DESC="File and print services with SMB/CIFS, client side."
     8.5  MAINTAINER="pascal.bellard@slitaz.org"
     8.6  LICENSE="GPL3"
     8.7 -WEB_SITE="http://samba.org/"
     8.8 +WEB_SITE="https://samba.org/"
     8.9  
    8.10  DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
    8.11  libcomerr3 libkrb5 attr samba-common glibc-base"
     9.1 --- a/utftpd/receipt	Sun Mar 19 18:51:26 2023 +0000
     9.2 +++ b/utftpd/receipt	Thu Mar 23 12:22:34 2023 +0000
     9.3 @@ -1,26 +1,27 @@
     9.4  # SliTaz package receipt.
     9.5  
     9.6  PACKAGE="utftpd"
     9.7 -VERSION="0.2"
     9.8 +VERSION="0.2.4"
     9.9  CATEGORY="network"
    9.10  SHORT_DESC="A tiny TFTP server"
    9.11  MAINTAINER="pascal.bellard@slitaz.org"
    9.12  LICENSE="GPL2"
    9.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    9.14 -WEB_SITE="http://svana.org/kleptog/tftp/index.html"
    9.15 -WGET_URL="http://svana.org/kleptog/tftp/$TARBALL"
    9.16 +WEB_SITE="https://www.ohse.de/uwe/software/utftpd.html"
    9.17 +WGET_URL="https://www.ohse.de/uwe/releases/$TARBALL"
    9.18  TAGS="tftp"
    9.19  
    9.20  # What is the latest version available today?
    9.21  current_version()
    9.22  {
    9.23 -	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    9.24 +	wget -O - $WEB_SITE 2>/dev/null | \
    9.25  	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    9.26  }
    9.27  
    9.28  # Rules to configure and make the package.
    9.29  compile_rules()
    9.30  {
    9.31 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    9.32  	make clean && make
    9.33  }
    9.34  
    10.1 --- a/warmux/receipt	Sun Mar 19 18:51:26 2023 +0000
    10.2 +++ b/warmux/receipt	Thu Mar 23 12:22:34 2023 +0000
    10.3 @@ -7,6 +7,7 @@
    10.4  MAINTAINER="slaxemulator@gmail.com"
    10.5  LICENSE="GPL2"
    10.6  WEB_SITE="https://www.warmux.org/"
    10.7 +#WEB_SITE="https://web.archive.org/web/20221203051925/https://www.warmux.org/"
    10.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10.9  WGET_URL="$WEB_SITE$TARBALL"
   10.10  PROVIDE="wormux"