Update to 8.1.14 - http://www.php.net/releases/8_1_14.php
This commit is contained in:
parent
2ad4ccca3e
commit
2352df6f29
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,3 +12,5 @@ php-7.*.xz.asc
|
||||
/php-8.1.12.tar.xz.asc
|
||||
/php-8.1.13.tar.xz
|
||||
/php-8.1.13.tar.xz.asc
|
||||
/php-8.1.14.tar.xz
|
||||
/php-8.1.14.tar.xz.asc
|
||||
|
8
php.spec
8
php.spec
@ -64,7 +64,7 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.1.13
|
||||
%global upver 8.1.14
|
||||
#global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
@ -707,6 +707,9 @@ in pure PHP.
|
||||
|
||||
%setup -q -n php-%{upver}%{?rcver}
|
||||
|
||||
# Corrupted MacOS archive
|
||||
find . -name '._*' -delete
|
||||
|
||||
%patch1 -p1 -b .mpmcheck
|
||||
%patch5 -p1 -b .includedir
|
||||
%patch6 -p1 -b .embed
|
||||
@ -1540,6 +1543,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 4 2023 Remi Collet <remi@remirepo.net> - 8.1.14-1
|
||||
- Update to 8.1.14 - http://www.php.net/releases/8_1_14.php
|
||||
|
||||
* Tue Nov 22 2022 Remi Collet <remi@remirepo.net> - 8.1.13-1
|
||||
- Update to 8.1.13 - http://www.php.net/releases/8_1_13.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.1.13.tar.xz) = a8966798ed8e723a362952f9d381a59cbfd63d921466d68a5bc4527960f4fe1b48a1f188284c74b0723e93524787e4cf1c1322ecd6ec1c9be199fd67df0a0542
|
||||
SHA512 (php-8.1.13.tar.xz.asc) = b9ca18e2bdc7be33d2ce1d644bc55066a43cf3e87a2540da7c238eb713e0139a08a7302f27b3071ee8aa6c1bde8b94f3029bcbab1a47bce2fad4705196b415d7
|
||||
SHA512 (php-8.1.14.tar.xz) = d1c4f6ec6d091fcf552a4159ece7c3434903070d548c43761085de6d1b96baae95033f625a0f08fe7ca02ea1121ef4d8ccc23232834c44b6f39436f121bd27f6
|
||||
SHA512 (php-8.1.14.tar.xz.asc) = af430e86465550ea1d9a89b465bf0c854fdd146e96b94b495308a2f698b138aa80faf3c7a6059add9b29d4338f8352ccefc6a15169d8423ba6ca776caae59f5f
|
||||
|
Loading…
Reference in New Issue
Block a user