]> git.pld-linux.org Git - packages/php-pecl-mcrypt.git/commitdiff
up to 1.0.3 master auto/th/php-pecl-mcrypt-1.0.3-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Jul 2020 05:41:06 +0000 (08:41 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Jul 2020 05:41:11 +0000 (08:41 +0300)
php-pecl-mcrypt.spec

index 0ae34892bec379c261358a44c981a1e4a6f5c14d..2819a987d81e9912999d1afa5b30d66c8674c73d 100644 (file)
@@ -7,13 +7,13 @@
 Summary:       mcrypt extension module for PHP
 Summary(pl.UTF-8):     Moduł mcrypt dla PHP
 Name:          %{php_name}-pecl-%{modname}
-Version:       1.0.1
+Version:       1.0.3
 Release:       1
 License:       PHP 3.01
 Group:         Development/Languages/PHP
-Source0:       http://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5: ff816f83dfb693864bac21ba2579ddfd
-URL:           http://php.net/manual/en/book.mcrypt.php
+Source0:       https://pecl.php.net/get/%{modname}-%{version}.tgz
+# Source0-md5: 0ef94382a4d214b1ed10af8a047a68c7
+URL:           https://php.net/manual/en/book.mcrypt.php
 %{?with_tests:BuildRequires:    %{php_name}-cli}
 BuildRequires: %{php_name}-devel >= 4:7.2.0
 BuildRequires: libmcrypt-devel >= 2.5.6
@@ -31,6 +31,13 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 This is a dynamic shared object (DSO) for PHP that will add mcrypt
 support.
 
+Warning:
+- This extension is DEPRECATED since PHP 7.1.0
+
+Alternatives to this extension include:
+- Sodium (available as of PHP 7.2.0)
+- OpenSSL
+
 %description -l pl.UTF-8
 Moduł PHP dodający możliwość szyfrowania poprzez bibliotekę mcrypt.
 
This page took 0.096423 seconds and 4 git commands to generate.