summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-12-03 17:41:01 +0100
committerRemi Collet <remi@php.net>2024-12-03 17:41:01 +0100
commit3a97b19542ac63f4e00707e5ccb71bf63342e9b7 (patch)
treec27a64f525570f1356ab6e5beb83cb6b46b21490
parenta7a0c63938e08c20ca5d78926749075f532b4c81 (diff)
Update to 8.4.2RC1
EL-9.5: enable argon2 password hash, using OpenSSL 3.2
-rw-r--r--failed.txt2
-rw-r--r--php84.spec9
2 files changed, 6 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 5b69292..8fa3328 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.4.1 (2024-11-21)
+===== 8.4.2RC1 (2024-12-05)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php84.spec b/php84.spec
index 79cdbf6..6535219 100644
--- a/php84.spec
+++ b/php84.spec
@@ -80,14 +80,14 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.4.1
-#global rcver RC4
+%global upver 8.4.2
+%global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1704,7 +1704,8 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%changelog
-* Mon Dec 2 2024 Remi Collet <remi@remirepo.net> - 8.4.1-2
+* Tue Dec 3 2024 Remi Collet <remi@remirepo.net> - 8.4.2~RC1-1
+- Update to 8.4.2RC1
- EL-9.5: enable argon2 password hash, using OpenSSL 3.2
* Wed Nov 20 2024 Remi Collet <remi@remirepo.net> - 8.4.1-1