From 2f47b127e0825d2c59743cab73cabca10b5b2cba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Apr 2020 15:57:54 +0200 Subject: v2.1.0 --- PHPINFO | 2 +- REFLECTION | 3 +-- php-pecl-taint.spec | 7 +++++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 22395e3..ef6a917 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ taint taint support => enabled -Version => 2.0.6 +Version => 2.1.0 Directive => Local Value => Master Value taint.enable => Off => Off diff --git a/REFLECTION b/REFLECTION index 168d67e..09be83c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,6 @@ -Extension [ extension #108 taint version 2.0.6 ] { +Extension [ extension #113 taint version 2.1.0 ] { - Dependencies { - Dependency [ xdebug (Conflicts) ] } - INI { diff --git a/php-pecl-taint.spec b/php-pecl-taint.spec index c368857..13711ea 100644 --- a/php-pecl-taint.spec +++ b/php-pecl-taint.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-taint # -# Copyright (c) 2015-2019 Remi Collet +# Copyright (c) 2015-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -22,7 +22,7 @@ Summary: XSS code sniffer Name: %{?sub_prefix}php-pecl-taint -Version: 2.0.6 +Version: 2.1.0 %if 0%{?gh_date:1} Release: 0.3.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -238,6 +238,9 @@ fi %changelog +* Thu Apr 9 2020 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Thu Dec 26 2019 Remi Collet - 2.0.6-1 - update to 2.0.6 -- cgit