summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-06 15:14:19 +0200
committerRemi Collet <remi@php.net>2024-09-06 15:14:19 +0200
commit484715a036526f11f2e75aba3703bff2d63c6bbd (patch)
tree0458874df34d20a915000b3913b91f559541954e
parenteb1d3b30bd05b57384824372496c4af2247f5d17 (diff)
update to 0.11.0HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-snuffleupagus.spec18
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 [ <persistent> extension #125 snuffleupagus version 0.10.0 ] {
+Extension [ <persistent> extension #94 snuffleupagus version 0.11.0 ] {
- INI {
Entry [ sp.configuration_file <SYSTEM> ]
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 <remi@remirepo.net> - 0.11.0-1
+- update to 0.11.0
+
* Wed Sep 20 2023 Remi Collet <remi@remirepo.net> - 0.10.0-1
- update to 0.10.0