From 78627589dae205878702229f863701cf588a4c22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Jan 2019 06:30:17 +0100 Subject: v1.0.2 --- PHPINFO | 13 +++++ REFLECTION | 2 +- package.xml | 142 --------------------------------------------------- php-pecl-mcrypt.spec | 9 ++-- 4 files changed, 20 insertions(+), 146 deletions(-) create mode 100644 PHPINFO delete mode 100644 package.xml diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..555f35f --- /dev/null +++ b/PHPINFO @@ -0,0 +1,13 @@ + +mcrypt + +mcrypt support => enabled +mcrypt_filter support => enabled +Version => 2.5.8 +Api No => 20021217 +Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes +Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream + +Directive => Local Value => Master Value +mcrypt.algorithms_dir => no value => no value +mcrypt.modes_dir => no value => no value diff --git a/REFLECTION b/REFLECTION index 07a7081..f125188 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #59 mcrypt version 1.0.1 ] { +Extension [ extension #60 mcrypt version 1.0.2 ] { - INI { Entry [ mcrypt.algorithms_dir ] diff --git a/package.xml b/package.xml deleted file mode 100644 index f2c9bbf..0000000 --- a/package.xml +++ /dev/null @@ -1,142 +0,0 @@ - - - mcrypt - pecl.php.net - Bindings for the libmcrypt library - Provides bindings for the unmaintained libmcrypt. - - Derick Rethans - derick - derick@php.net - no - - - Sascha Schumann - sas - sascha@schumann.cx - no - - - Leigh - leigh - leigh@php.net - yes - - 2016-12-13 - - - 1.0.1 - 1.0.0 - - - snapshot - stable - - PHP License - -- The mcrypt extension as it was in PHP 7.1, before it was removed from core. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 7.2.0 - 7.3.0 - 7.3.0 - - - 1.4.0 - - - - mcrypt - - - - - - 2016-12-13 - - 1.0.1 - 1.0.0 - - -- Migrated extension from core to PECL. - - - - diff --git a/php-pecl-mcrypt.spec b/php-pecl-mcrypt.spec index a614da0..8ae89d6 100644 --- a/php-pecl-mcrypt.spec +++ b/php-pecl-mcrypt.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-mcrypt # -# Copyright (c) 2017-2018 Remi Collet +# Copyright (c) 2017-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -18,8 +18,8 @@ Summary: Bindings for the libmcrypt library Name: %{?scl_prefix}php-pecl-mcrypt -Version: 1.0.1 -Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.0.2 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/mcrypt @@ -219,6 +219,9 @@ fi %changelog +* Fri Jan 11 2019 Remi Collet - 1.0.2-1 +- update to 1.0.2 + * Thu Aug 16 2018 Remi Collet - 1.0.1-8 - rebuild for 7.3.0beta2 new ABI -- cgit