# HG changeset patch # User Pascal Bellard # Date 1590305414 0 # Node ID 31ba14fadb9ab25ff35c88c5457ddab4909efe8a # Parent bd2dfe2c0c091d88ecca44e5685c15453c8456bb Up cryptsetup (2.3.2) diff -r bd2dfe2c0c09 -r 31ba14fadb9a cryptsetup-dev/receipt --- a/cryptsetup-dev/receipt Sun May 24 07:53:22 2020 +0100 +++ b/cryptsetup-dev/receipt Sun May 24 07:30:14 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cryptsetup-dev" -VERSION="2.3.1" +VERSION="2.3.2" CATEGORY="development" SHORT_DESC="cryptsetup library - development files." MAINTAINER="b1+slitaz@nagel.org" diff -r bd2dfe2c0c09 -r 31ba14fadb9a cryptsetup/receipt --- a/cryptsetup/receipt Sun May 24 07:53:22 2020 +0100 +++ b/cryptsetup/receipt Sun May 24 07:30:14 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cryptsetup" -VERSION="2.3.1" +VERSION="2.3.2" CATEGORY="system-tools" SHORT_DESC="dm-crypt setup tool for encryption of block devices." MAINTAINER="b1+slitaz@nagel.org" diff -r bd2dfe2c0c09 -r 31ba14fadb9a linld/stuff/src/pipehole.awk --- a/linld/stuff/src/pipehole.awk Sun May 24 07:53:22 2020 +0100 +++ b/linld/stuff/src/pipehole.awk Sun May 24 07:30:14 2020 +0000 @@ -45,6 +45,12 @@ if (/ax,word ptr/) $0=" xchg ax,bx" if (/\[si\]$/) { islinld=0; print "; " $0; next } } + if (/do strcatb/) islinld=5 + if (islinld==5) { + if (/si/) next + $0=" lodsw" + islinld=0 + } } # file == "linld.cpp" if (file == "himem.cpp") { if (/void load_image/) ishimem=1 diff -r bd2dfe2c0c09 -r 31ba14fadb9a xine-lib/receipt --- a/xine-lib/receipt Sun May 24 07:53:22 2020 +0100 +++ b/xine-lib/receipt Sun May 24 07:30:14 2020 +0000 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://downloads.sourceforge.net/project/xine/$PACKAGE/$VERSION/$TARBALL" -SUGGESTED="faad xine-fonts" +SUGGESTED="faad2 xine-fonts" DEPENDS="alsa-lib ffmpeg libmodplug libogg libtheora libvorbis libxcb xorg-libX11 xorg-libXv xorg-libXvMC zlib" BUILD_DEPENDS="alsa-lib-dev ffmpeg-dev file freetype-dev gcc83 libmodplug-dev libogg-dev