diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-05-22 19:05:02 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-05-22 21:32:45 +0200 |
commit | b2fa3fdbd7ee8367f9ea371367850e010a58dfee (patch) | |
tree | 83bd592b2b06dac60ba1843d143f701c2942dbf1 /source/x/fcitx5/fcitx5.SlackBuild | |
parent | 9880ebe43153cc38df982e3bc0916141ffe03c6a (diff) | |
download | current-b2fa3fdbd7ee8367f9ea371367850e010a58dfee.tar.gz current-b2fa3fdbd7ee8367f9ea371367850e010a58dfee.tar.xz |
Mon May 22 19:05:02 UTC 202320230522190502
ap/qpdf-11.4.0-x86_64-1.txz: Upgraded.
l/exiv2-0.27.7-x86_64-1.txz: Upgraded.
l/imagemagick-7.1.1_10-x86_64-1.txz: Upgraded.
n/c-ares-1.19.1-x86_64-1.txz: Upgraded.
This update fixes bugs and security issues:
0-byte UDP payload causes Denial of Service.
Insufficient randomness in generation of DNS query IDs.
Buffer Underwrite in ares_inet_net_pton().
AutoTools does not set CARES_RANDOM_FILE during cross compilation.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-32067
https://www.cve.org/CVERecord?id=CVE-2023-31147
https://www.cve.org/CVERecord?id=CVE-2023-31130
https://www.cve.org/CVERecord?id=CVE-2023-31124
(* Security fix *)
n/wget-1.21.4-x86_64-1.txz: Upgraded.
xap/gnuplot-5.4.7-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/x/fcitx5/fcitx5.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/x/fcitx5/fcitx5.SlackBuild b/source/x/fcitx5/fcitx5.SlackBuild index 085e2eb77..ce3d80a10 100755 --- a/source/x/fcitx5/fcitx5.SlackBuild +++ b/source/x/fcitx5/fcitx5.SlackBuild @@ -87,6 +87,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +zcat $CWD/7fb3a5500270877d93b61b11b2a17b9b8f6a506b.patch.gz | patch -p1 --verbose || exit 1 + mkdir build cd build cmake \ |