wok rev 23930
Up cryptsetup (2.3.4) CVE-2020-14382
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 04 17:07:15 2020 +0000 (2020-09-04) |
parents | 53e5c9f49c0f |
children | ef4316e2c331 |
files | cryptsetup/receipt get-LibreOffice/receipt syslinux/stuff/tools/isohybrid.sh |
line diff
1.1 --- a/cryptsetup/receipt Tue Sep 01 10:25:24 2020 +0000 1.2 +++ b/cryptsetup/receipt Fri Sep 04 17:07:15 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cryptsetup" 1.7 -VERSION="2.3.3" 1.8 +VERSION="2.3.4" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="dm-crypt setup tool for encryption of block devices." 1.11 MAINTAINER="b1+slitaz@nagel.org"
2.1 --- a/get-LibreOffice/receipt Tue Sep 01 10:25:24 2020 +0000 2.2 +++ b/get-LibreOffice/receipt Fri Sep 04 17:07:15 2020 +0000 2.3 @@ -8,6 +8,7 @@ 2.4 MAINTAINER="ben@seawolfsanctuary.com" 2.5 LICENSE="GPL3" 2.6 WEB_SITE="https://www.documentfoundation.org" 2.7 +PROVIDE="get-libreoffice get-libre-office get-Libre-Office" 2.8 2.9 # Rules to gen a SliTaz package suitable for Tazpkg. 2.10 genpkg_rules()
3.1 --- a/syslinux/stuff/tools/isohybrid.sh Tue Sep 01 10:25:24 2020 +0000 3.2 +++ b/syslinux/stuff/tools/isohybrid.sh Fri Sep 04 17:07:15 2020 +0000 3.3 @@ -4,7 +4,7 @@ 3.4 cat >> $0 <<EOM 3.5 $(for i in fx fx_f fx_c px px_f px_c ; do 3.6 cat mbr/isohdp$i.bin /dev/zero | dd bs=1 count=512 2> /dev/null 3.7 - done | gzip -9 | uuencode -m -) 3.8 + done | lzma e -si -so | uuencode -m -) 3.9 EOT 3.10 EOM 3.11 sed -i '/--build/,/^fi/d' $0 3.12 @@ -174,7 +174,7 @@ 3.13 3.14 main() 3.15 { 3.16 - uudecode | gunzip | ddq bs=512 count=1 of=$iso conv=notrunc \ 3.17 + uudecode | unlzma | ddq bs=512 count=1 of=$iso conv=notrunc \ 3.18 skip=$(( (3*$partok) + $hd0)) 3.19 store32 432 $(($lba * 4)) 3.20 store32 440 $id