summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-29 13:38:09 +0100
committerRemi Collet <remi@remirepo.net>2017-11-29 13:38:09 +0100
commit98f0b392962d16a82104687690fc07380a95acd1 (patch)
treeb1e9b4dd0c2cce299eb2400f65b2c4b3a8ae4379
parent0a9bb48eebadbd6b77b964982eba89a9aa4d9462 (diff)
v2.0.9
-rw-r--r--php-phpseclib.spec16
1 files changed, 9 insertions, 7 deletions
diff --git a/php-phpseclib.spec b/php-phpseclib.spec
index 77ddebc..fcf9da8 100644
--- a/php-phpseclib.spec
+++ b/php-phpseclib.spec
@@ -3,13 +3,13 @@
%global github_owner phpseclib
%global github_name phpseclib
-%global github_commit 34a7699e6f31b1ef4035ee36444407cecf9f56aa
+%global github_commit c9a3fe35e20eb6eeaca716d6a23cde03f52d1558
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global with_tests 0%{!?_without_tests:1}
Name: php-%{composer_vendor}
-Version: 2.0.6
-Release: 2%{?dist}
+Version: 2.0.9
+Release: 1%{?dist}
Summary: PHP Secure Communications Library
Group: System Environment/Libraries
@@ -29,7 +29,6 @@ BuildRequires: %{_bindir}/phpab
# Optional at runtime, to avoid too muck skipped tests
BuildRequires: php-bcmath
BuildRequires: php-gmp
-BuildRequires: php-mcrypt
%endif
Requires: php(language) >= 5.3.3
@@ -58,9 +57,6 @@ Rijndael, AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
%setup -qn %{github_name}-%{github_commit}
cp %{SOURCE1} %{composer_vendor}/autoload.php
-# https://github.com/phpseclib/phpseclib/pull/1121
-chmod -x phpseclib/Net/SCP.php
-
%build
@@ -97,6 +93,12 @@ exit $ret
%changelog
+* Wed Nov 29 2017 Remi Collet <remi@remirepo.net> - 2.0.9-1
+- Update to 2.0.9
+
+* Mon Oct 23 2017 Remi Collet <remi@remirepo.net> - 2.0.7-1
+- Update to 2.0.7
+
* Thu Jun 8 2017 Remi Collet <remi@remirepo.net> - 2.0.6-2
- define correct timezone for the test suite