# HG changeset patch # User Pascal Bellard # Date 1599239235 0 # Node ID 9ec664b95f2fa33f3d91df56d346fa6039c342bd # Parent 53e5c9f49c0f1c84b2738a2d4852c87f922036fc Up cryptsetup (2.3.4) CVE-2020-14382 diff -r 53e5c9f49c0f -r 9ec664b95f2f cryptsetup/receipt --- a/cryptsetup/receipt Tue Sep 01 10:25:24 2020 +0000 +++ b/cryptsetup/receipt Fri Sep 04 17:07:15 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cryptsetup" -VERSION="2.3.3" +VERSION="2.3.4" CATEGORY="system-tools" SHORT_DESC="dm-crypt setup tool for encryption of block devices." MAINTAINER="b1+slitaz@nagel.org" diff -r 53e5c9f49c0f -r 9ec664b95f2f get-LibreOffice/receipt --- a/get-LibreOffice/receipt Tue Sep 01 10:25:24 2020 +0000 +++ b/get-LibreOffice/receipt Fri Sep 04 17:07:15 2020 +0000 @@ -8,6 +8,7 @@ MAINTAINER="ben@seawolfsanctuary.com" LICENSE="GPL3" WEB_SITE="https://www.documentfoundation.org" +PROVIDE="get-libreoffice get-libre-office get-Libre-Office" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 53e5c9f49c0f -r 9ec664b95f2f syslinux/stuff/tools/isohybrid.sh --- a/syslinux/stuff/tools/isohybrid.sh Tue Sep 01 10:25:24 2020 +0000 +++ b/syslinux/stuff/tools/isohybrid.sh Fri Sep 04 17:07:15 2020 +0000 @@ -4,7 +4,7 @@ cat >> $0 < /dev/null - done | gzip -9 | uuencode -m -) + done | lzma e -si -so | uuencode -m -) EOT EOM sed -i '/--build/,/^fi/d' $0 @@ -174,7 +174,7 @@ main() { - uudecode | gunzip | ddq bs=512 count=1 of=$iso conv=notrunc \ + uudecode | unlzma | ddq bs=512 count=1 of=$iso conv=notrunc \ skip=$(( (3*$partok) + $hd0)) store32 432 $(($lba * 4)) store32 440 $id