diff --git a/php-8.1.10.tar.xz b/php-8.1.11.tar.xz similarity index 58% rename from php-8.1.10.tar.xz rename to php-8.1.11.tar.xz index 28a7ba9..534241e 100644 Binary files a/php-8.1.10.tar.xz and b/php-8.1.11.tar.xz differ diff --git a/php.spec b/php.spec index 7dc8cfe..0655b1e 100644 --- a/php.spec +++ b/php.spec @@ -22,7 +22,7 @@ %global with_freetds 0 %global with_sodium 1 %global with_pspell 0 -%global upver 8.1.10 +%global upver 8.1.11 Name: php Version: %{upver} @@ -1088,6 +1088,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Thu Sep 29 2022 dillon chen - 8.1.11-1 +- update to 8.1.11 +- CVE-2022-31628, CVE-2022-31629 + * Sat Sep 17 2022 Funda Wang - 8.1.10-1 - New version 8.1.10 - Sync systzdata with remi's php repo