diff --git a/php-8.1.11.tar.xz b/php-8.1.12.tar.xz similarity index 58% rename from php-8.1.11.tar.xz rename to php-8.1.12.tar.xz index 534241e00940ab9bb2210e3610082fbe010be3da..f70d1d2dd51d65d99039c1951262dfc5ac184341 100644 Binary files a/php-8.1.11.tar.xz and b/php-8.1.12.tar.xz differ diff --git a/php.spec b/php.spec index 0655b1e72919429d4284b92c4d404e6c26cff4aa..a25b719866d4d9e93c01203561991156201e7969 100644 --- a/php.spec +++ b/php.spec @@ -22,13 +22,13 @@ %global with_freetds 0 %global with_sodium 1 %global with_pspell 0 -%global upver 8.1.11 +%global upver 8.1.12 Name: php Version: %{upver} Release: 1 Summary: PHP scripting language for creating dynamic web sites -License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost +License: PHP-3.01 and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost URL: http://www.php.net/ Source0: http://www.php.net/distributions/php-%{upver}.tar.xz Source1: php.conf @@ -1088,6 +1088,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Sat Oct 29 2022 Funda Wang - 8.1.12-1 +- New version 8.1.12 + * Thu Sep 29 2022 dillon chen - 8.1.11-1 - update to 8.1.11 - CVE-2022-31628, CVE-2022-31629