wok rev 23804

Up cryptsetup (2.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 07:30:14 2020 +0000 (2020-05-24)
parents bd2dfe2c0c09
children fabe7b490b0b
files cryptsetup-dev/receipt cryptsetup/receipt linld/stuff/src/pipehole.awk xine-lib/receipt
line diff
     1.1 --- a/cryptsetup-dev/receipt	Sun May 24 07:53:22 2020 +0100
     1.2 +++ b/cryptsetup-dev/receipt	Sun May 24 07:30:14 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cryptsetup-dev"
     1.7 -VERSION="2.3.1"
     1.8 +VERSION="2.3.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="cryptsetup library - development files."
    1.11  MAINTAINER="b1+slitaz@nagel.org"
     2.1 --- a/cryptsetup/receipt	Sun May 24 07:53:22 2020 +0100
     2.2 +++ b/cryptsetup/receipt	Sun May 24 07:30:14 2020 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cryptsetup"
     2.7 -VERSION="2.3.1"
     2.8 +VERSION="2.3.2"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="dm-crypt setup tool for encryption of block devices."
    2.11  MAINTAINER="b1+slitaz@nagel.org"
     3.1 --- a/linld/stuff/src/pipehole.awk	Sun May 24 07:53:22 2020 +0100
     3.2 +++ b/linld/stuff/src/pipehole.awk	Sun May 24 07:30:14 2020 +0000
     3.3 @@ -45,6 +45,12 @@
     3.4  		if (/ax,word ptr/) $0="	xchg	ax,bx"
     3.5  		if (/\[si\]$/) { islinld=0; print "; " $0; next }
     3.6  	}
     3.7 +	if (/do strcatb/) islinld=5
     3.8 +	if (islinld==5) {
     3.9 +		if (/si/) next
    3.10 +		$0="	lodsw"
    3.11 +		islinld=0
    3.12 +	}
    3.13  	 } # file == "linld.cpp"
    3.14  	 if (file == "himem.cpp") {
    3.15  	if (/void load_image/) ishimem=1
     4.1 --- a/xine-lib/receipt	Sun May 24 07:53:22 2020 +0100
     4.2 +++ b/xine-lib/receipt	Sun May 24 07:30:14 2020 +0000
     4.3 @@ -11,7 +11,7 @@
     4.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     4.5  WGET_URL="http://downloads.sourceforge.net/project/xine/$PACKAGE/$VERSION/$TARBALL"
     4.6  
     4.7 -SUGGESTED="faad xine-fonts"
     4.8 +SUGGESTED="faad2 xine-fonts"
     4.9  DEPENDS="alsa-lib ffmpeg libmodplug libogg libtheora libvorbis libxcb xorg-libX11 
    4.10  	xorg-libXv xorg-libXvMC zlib"
    4.11  BUILD_DEPENDS="alsa-lib-dev ffmpeg-dev file freetype-dev gcc83 libmodplug-dev libogg-dev