diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-04-14 21:14:21 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-04-15 06:59:45 +0200 |
commit | 2be63df823370dd01af02b4720eb680c5eda13ad (patch) | |
tree | 621b04f5cb8f3fcfd2367c04495a67e6029466a1 /extra/source/php81/fetch-php.sh | |
parent | e4db68e72f65f509a9f1a9432441c17d14245a8c (diff) | |
download | current-2be63df823370dd01af02b4720eb680c5eda13ad.tar.gz current-2be63df823370dd01af02b4720eb680c5eda13ad.tar.xz |
Thu Apr 14 21:14:21 UTC 202220220414211421
a/kernel-firmware-20220413_8a2d811-noarch-1.txz: Upgraded.
a/sysvinit-3.03-x86_64-1.txz: Upgraded.
a/xz-5.2.5-x86_64-4.txz: Rebuilt.
This update fixes a security issue:
xzgrep applied to a crafted file name with two or more newlines can no
longer overwrite an arbitrary, attacker-selected file.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271
(* Security fix *)
d/git-2.35.3-x86_64-1.txz: Upgraded.
This update fixes a security issue where a Git worktree created by another
user might be able to execute arbitrary code.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765
(* Security fix *)
l/libaio-0.3.113-x86_64-1.txz: Upgraded.
l/tevent-0.12.0-x86_64-1.txz: Upgraded.
n/php-7.4.29-x86_64-1.txz: Upgraded.
extra/php81/php81-8.1.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'extra/source/php81/fetch-php.sh')
-rwxr-xr-x | extra/source/php81/fetch-php.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/source/php81/fetch-php.sh b/extra/source/php81/fetch-php.sh index b49a51f80..14fee3128 100755 --- a/extra/source/php81/fetch-php.sh +++ b/extra/source/php81/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-8.1.4.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.1.4.tar.xz +lftpget http://us.php.net/distributions/php-8.1.5.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.1.5.tar.xz |