From 8ed8fca8f839cf4ef2a96fbe73abbf54bfef9848 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Feb 2023 08:55:02 +0100 Subject: Update to 8.1.16 - http://www.php.net/releases/8_1_16.php --- php81.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'php81.spec') diff --git a/php81.spec b/php81.spec index a53ff9a..d5deb89 100644 --- a/php81.spec +++ b/php81.spec @@ -40,11 +40,11 @@ # Optional Oracle extensions; pass "--with oci8" etc to rpmbuild. %bcond_with oci8 -%if 0%{?fedora} >= 38 +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10 # uw-imap is not available -%bcond_with imap +%bcond_with imap %else -%bcond_without imap +%bcond_without imap %endif %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -114,13 +114,13 @@ %bcond_without libgd %bcond_with zip -%global upver 8.1.15 +%global upver 8.1.16 #global rcver RC1 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 @@ -181,6 +181,7 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: upstream.patch # Security fixes (200+) @@ -1193,6 +1194,7 @@ in pure PHP. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up # security patches @@ -2199,6 +2201,9 @@ fi %changelog +* Tue Feb 14 2023 Remi Collet - 8.1.16-1 +- Update to 8.1.16 - http://www.php.net/releases/8_1_16.php + * Fri Feb 10 2023 Remi Collet - 8.1.15-2 - F38: disable imap extension -- cgit