diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-07-07 23:03:01 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-07-08 13:30:29 +0200 |
commit | 9edcc6c242570934ba9f08ed3994cea9cdf4c95b (patch) | |
tree | d9aaefd923cf35afeb02f081010530d31d9a5a64 /extra/source/php81/fetch-php.sh | |
parent | 433876730045557e4a988beae33ebbee3a8907de (diff) | |
download | current-9edcc6c242570934ba9f08ed3994cea9cdf4c95b.tar.gz |
Thu Jul 7 23:03:01 UTC 202220220707230301_15.0
patches/packages/gnupg2-2.2.36-x86_64-1_slack15.0.txz: Upgraded.
g10: Fix possibly garbled status messages in NOTATION_DATA. This bug could
trick GPGME and other parsers to accept faked status lines.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34903
(* Security fix *)
extra/php81/php81-8.1.8-x86_64-1_slack15.0.txz: Upgraded.
This update fixes bugs and a security issue:
Fileinfo: Fixed bug #81723 (Heap buffer overflow in finfo_buffer).
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31627
(* Security fix *)
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 04159025..21036aff 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.7.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.1.7.tar.xz +lftpget http://us.php.net/distributions/php-8.1.8.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.1.8.tar.xz |