From 68513bbb1bc0621018d9cbbe21b6a5c87a7ab2dc Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 10 Nov 2022 19:47:59 +0000 Subject: Thu Nov 10 19:47:59 UTC 2022 patches/packages/php-7.4.33-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and security issues: GD: OOB read due to insufficient input validation in imageloadfont(). Hash: buffer overflow in hash_update() on long parameter. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-31630 https://www.cve.org/CVERecord?id=CVE-2022-37454 (* Security fix *) --- patches/packages/php-7.4.32-x86_64-1_slack15.0.txt | 11 ----------- patches/packages/php-7.4.33-x86_64-1_slack15.0.txt | 11 +++++++++++ patches/source/php/fetch-php.sh | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 patches/packages/php-7.4.32-x86_64-1_slack15.0.txt create mode 100644 patches/packages/php-7.4.33-x86_64-1_slack15.0.txt (limited to 'patches') diff --git a/patches/packages/php-7.4.32-x86_64-1_slack15.0.txt b/patches/packages/php-7.4.32-x86_64-1_slack15.0.txt deleted file mode 100644 index 88937e9e0..000000000 --- a/patches/packages/php-7.4.32-x86_64-1_slack15.0.txt +++ /dev/null @@ -1,11 +0,0 @@ -php: php (HTML-embedded scripting language) -php: -php: PHP is an HTML-embedded scripting language. It shares syntax -php: characteristics with C, Java, and Perl. The primary objective behind -php: this language is to make a fast and easy-to-use scripting language -php: for dynamic web sites. -php: -php: Homepage: https://www.php.net/ -php: -php: -php: diff --git a/patches/packages/php-7.4.33-x86_64-1_slack15.0.txt b/patches/packages/php-7.4.33-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..88937e9e0 --- /dev/null +++ b/patches/packages/php-7.4.33-x86_64-1_slack15.0.txt @@ -0,0 +1,11 @@ +php: php (HTML-embedded scripting language) +php: +php: PHP is an HTML-embedded scripting language. It shares syntax +php: characteristics with C, Java, and Perl. The primary objective behind +php: this language is to make a fast and easy-to-use scripting language +php: for dynamic web sites. +php: +php: Homepage: https://www.php.net/ +php: +php: +php: diff --git a/patches/source/php/fetch-php.sh b/patches/source/php/fetch-php.sh index 46f9f31f8..e44524800 100755 --- a/patches/source/php/fetch-php.sh +++ b/patches/source/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.32.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.32.tar.xz +lftpget http://us.php.net/distributions/php-7.4.33.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.33.tar.xz -- cgit v1.2.3-79-gdb01