wok rev 24047

Up ipxe (1.21.1), rsync (3.2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 10 19:33:04 2021 +0000 (2021-05-10)
parents 8d938c826a9b
children 9ea6d3207601
files ipxe-pxe/receipt ipxe/receipt ipxelinux/receipt linld/stuff/src/_BEG.ASM rsync/receipt xxhash-dev/receipt xxhash/receipt
line diff
     1.1 --- a/ipxe-pxe/receipt	Fri May 07 14:52:36 2021 +0000
     1.2 +++ b/ipxe-pxe/receipt	Mon May 10 19:33:04 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ipxe-pxe"
     1.7 -VERSION="1.20.1"
     1.8 +VERSION="1.21.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Open source network boot firmware for pxe server."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/ipxe/receipt	Fri May 07 14:52:36 2021 +0000
     2.2 +++ b/ipxe/receipt	Mon May 10 19:33:04 2021 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ipxe"
     2.7 -VERSION="1.20.1"
     2.8 +VERSION="1.21.1"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Open source network boot firmware."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -10,9 +10,16 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WGET_URL="https://github.com/ipxe/ipxe/archive/v$VERSION.tar.gz"
    2.15  
    2.16 +SPLIT="ipxe-pxe ipxelinux"
    2.17  DEPENDS=""
    2.18  BUILD_DEPENDS="perl wget liblzma-dev syslinux"
    2.19  
    2.20 +current_version()
    2.21 +{
    2.22 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    2.23 +	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    2.24 +}
    2.25 +
    2.26  # Rules to configure and make the package.
    2.27  compile_rules()
    2.28  {
     3.1 --- a/ipxelinux/receipt	Fri May 07 14:52:36 2021 +0000
     3.2 +++ b/ipxelinux/receipt	Mon May 10 19:33:04 2021 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="ipxelinux"
     3.7 -VERSION="1.20.1"
     3.8 +VERSION="1.21.1"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Open source network boot firmware for pxe server."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
     4.1 --- a/linld/stuff/src/_BEG.ASM	Fri May 07 14:52:36 2021 +0000
     4.2 +++ b/linld/stuff/src/_BEG.ASM	Mon May 10 19:33:04 2021 +0000
     4.3 @@ -134,10 +134,10 @@
     4.4  
     4.5  ; Check for oldies
     4.6  		push	bx		; < 286 : flags[12..15] are forced 1
     4.7 -		popf			; = 286 : flags[12..15] are forced 0, cld
     4.8 +		popf			; = 286 : flags[12..15] are forced 0, cld, cli
     4.9  		pushf			; > 286 : only flags[15] is forced 0
    4.10  		pop	dx
    4.11 -		add	dh,bh		; NS=386+, S+NC=286, S+C=86/186
    4.12 +		add	dh,bh		; 160:NS=386+, 0F0:NC=286, 1E0:NP=86/186
    4.13  		ifndef	NO386
    4.14  		mov	bx,offset msg_badcpu
    4.15                  js	godie   	;it is not a 386+, die
     5.1 --- a/rsync/receipt	Fri May 07 14:52:36 2021 +0000
     5.2 +++ b/rsync/receipt	Mon May 10 19:33:04 2021 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="rsync"
     5.7 -VERSION="3.1.3"
     5.8 +VERSION="3.2.3"
     5.9  CATEGORY="network"
    5.10  SHORT_DESC="Utility that provides fast incremental."
    5.11  MAINTAINER="pankso@slitaz.org"
    5.12 @@ -14,8 +14,8 @@
    5.13  TAGS="sync copy secure"
    5.14  HOST_ARCH="i486 arm"
    5.15  
    5.16 -DEPENDS="popt attr acl"
    5.17 -BUILD_DEPENDS="popt-dev attr-dev acl-dev"
    5.18 +DEPENDS="popt attr acl xxhash"
    5.19 +BUILD_DEPENDS="popt-dev attr-dev acl-dev xxhash-dev"
    5.20  
    5.21  # TazPanel
    5.22  TAZPANEL_DAEMON="man::rsync|help::rsync|edit|options|web::$WEB_SITE"
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/xxhash-dev/receipt	Mon May 10 19:33:04 2021 +0000
     6.3 @@ -0,0 +1,21 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="xxhash-dev"
     6.7 +VERSION="0.8.0"
     6.8 +CATEGORY="development"
     6.9 +SHORT_DESC="Extremely fast non-cryptographic hash algorithm, development files."
    6.10 +MAINTAINER="pascal.bellard@slitaz.org"
    6.11 +LICENSE="BSD GPL2"
    6.12 +WEB_SITE="http://cyan4973.github.io/xxHash/"
    6.13 +WANTED="xxhash"
    6.14 +
    6.15 +DEPENDS="xxhash pkg-config"
    6.16 +
    6.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.18 +genpkg_rules()
    6.19 +{
    6.20 +	mkdir -p $fs/usr/lib
    6.21 +	cp -a $install/usr/include $fs/usr/include
    6.22 +	cp -a $install/usr/lib/*.a $fs/usr/lib/
    6.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
    6.24 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/xxhash/receipt	Mon May 10 19:33:04 2021 +0000
     7.3 @@ -0,0 +1,33 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="xxhash"
     7.7 +VERSION="0.8.0"
     7.8 +CATEGORY="misc"
     7.9 +SHORT_DESC="Extremely fast non-cryptographic hash algorithm."
    7.10 +MAINTAINER="pascal.bellard@slitaz.org"
    7.11 +LICENSE="BSD GPL2"
    7.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.13 +WEB_SITE="http://cyan4973.github.io/xxHash/"
    7.14 +WGET_URL="https://github.com/Cyan4973/xxHash/archive/refs/tags/v$VERSION.tar.gz"
    7.15 +
    7.16 +current_version()
    7.17 +{
    7.18 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    7.19 +	sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
    7.20 +}
    7.21 +
    7.22 +# Rules to configure and make the package.
    7.23 +compile_rules()
    7.24 +{
    7.25 +	sed -i 's|/local||' Makefile
    7.26 +	make &&
    7.27 +	make DESTDIR=$DESTDIR install
    7.28 +}
    7.29 +
    7.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.31 +genpkg_rules()
    7.32 +{
    7.33 +	mkdir -p $fs/usr/lib
    7.34 +	cp -a $install/usr/bin $fs/usr/
    7.35 +	cp -a $install/usr/lib/*.so* $fs/usr/lib/
    7.36 +}