From 484715a036526f11f2e75aba3703bff2d63c6bbd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Sep 2024 15:14:19 +0200 Subject: update to 0.11.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-snuffleupagus.spec | 18 ++++++------------ 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/PHPINFO b/PHPINFO index e5e7b90..87527f6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ snuffleupagus snuffleupagus support => enabled -Version => 0.10.0-sng (with Suhosin-NG patches) +Version => 0.11.0 Valid config => yes Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 057b759..051fb2f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #125 snuffleupagus version 0.10.0 ] { +Extension [ extension #94 snuffleupagus version 0.11.0 ] { - INI { Entry [ sp.configuration_file ] diff --git a/php-snuffleupagus.spec b/php-snuffleupagus.spec index 3181e62..d2263b7 100644 --- a/php-snuffleupagus.spec +++ b/php-snuffleupagus.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-snuffleupagus # -# Copyright (c) 2018-2023 Remi Collet +# Copyright (c) 2018-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -16,7 +16,7 @@ %bcond_without tests -%global gh_commit cb3d7aed877ce2a0952c00f1950d57c72d664b49 +%global gh_commit 0ba0c07bc7c9cba401e061ae86ee4adcf9655be9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jvoisin %global gh_project snuffleupagus @@ -31,7 +31,7 @@ Summary: Security module for PHP Name: %{?scl_prefix}php-snuffleupagus -Version: 0.10.0 +Version: 0.11.0 %if 0%{?gh_date} Release: 1%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -194,19 +194,10 @@ REPORT_EXIT_STATUS=1 \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ --define sp.allow_broken_configuration=1 \ --modules | grep %{pecl_name} - -%if %{with tests} -: Upstream test suite for ZTS extension -TEST_PHP_EXECUTABLE=%{__ztsphp} \ -TEST_PHP_ARGS="-n $TEST_DEPS -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ -REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php -q --show-diff -%endif %endif %files -%{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -221,6 +212,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Sep 6 2024 Remi Collet - 0.11.0-1 +- update to 0.11.0 + * Wed Sep 20 2023 Remi Collet - 0.10.0-1 - update to 0.10.0 -- cgit