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 28a7ba957de37aa5aea63fe0f5105250ed50581d..534241e00940ab9bb2210e3610082fbe010be3da 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 7dc8cfe301616ac6380b7a63dd62c3ad6f692e70..0655b1e72919429d4284b92c4d404e6c26cff4aa 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