Upgrade php to 8.1.16 to fix CVE-2023-0568, CVE-2023-0662 (#4970)
This commit is contained in:
Родитель
a64532484c
Коммит
f3e407abb6
|
@ -14,6 +14,6 @@
|
|||
"php.conf": "e2388be032eccf7c0197d597ba72259a095bf8434438a184e6a640edb4b59de2",
|
||||
"php.ini": "8fd5a4d891c19320c07010fbbbac982c886b422bc8d062acaeae49d70c136fc8",
|
||||
"php.modconf": "dc7303ea584452d2f742d002a648abe74905025aabf240259c7e8bd01746d278",
|
||||
"php-8.1.12.tar.xz": "08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab"
|
||||
"php-8.1.16.tar.xz": "d61f13d96a58b93c39672b58f25e1ee4ce88500f4acb1430cb01a514875c1258"
|
||||
}
|
||||
}
|
|
@ -32,7 +32,7 @@
|
|||
%global with_qdbm 0
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: 8.1.12
|
||||
Version: 8.1.16
|
||||
Release: 1%{?dist}
|
||||
# All files licensed under PHP version 3.01, except
|
||||
# Zend is licensed under Zend
|
||||
|
@ -1515,6 +1515,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
|||
%dir %{_datadir}/php/preload
|
||||
|
||||
%changelog
|
||||
* Wed Mar 01 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 8.1.16-1
|
||||
- Auto-upgrade to 8.1.16 - to fix CVE-2023-0568, CVE-2023-0662
|
||||
|
||||
* Thu Dec 01 2022 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 8.1.12-1
|
||||
- Auto-upgrade to 8.1.12 - CVE-2022-37454
|
||||
|
||||
|
|
|
@ -20334,8 +20334,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "php",
|
||||
"version": "8.1.12",
|
||||
"downloadUrl": "https://www.php.net/distributions/php-8.1.12.tar.xz"
|
||||
"version": "8.1.16",
|
||||
"downloadUrl": "https://www.php.net/distributions/php-8.1.16.tar.xz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -29747,4 +29747,4 @@
|
|||
}
|
||||
],
|
||||
"Version": 1
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче