v2.0.31
(cherry picked from commit7f789fef7c) (cherry picked from commit8688ad3ad6)
This commit is contained in:
parent
1802353720
commit
ea47eedeb7
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -28,3 +28,4 @@ clog
|
|||
/php-phpseclib-2.0.28-d1ca58c.tgz
|
||||
/php-phpseclib-2.0.29-497856a.tgz
|
||||
/php-phpseclib-2.0.30-136b9ca.tgz
|
||||
/php-phpseclib-2.0.31-233a920.tgz
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit 136b9ca7eebef78be14abf90d65c5e57b6bc5d36
|
||||
%global github_commit 233a920cb38636a43b18d428f9a8db1f0a1a08f4
|
||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||
%bcond_without tests
|
||||
|
||||
Name: php-%{composer_vendor}
|
||||
Version: 2.0.30
|
||||
Version: 2.0.31
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
License: MIT
|
||||
|
|
@ -128,6 +128,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 2.0.31-1
|
||||
- update to 2.0.31
|
||||
|
||||
* Thu Dec 17 2020 Remi Collet <remi@remirepo.net> - 2.0.30-1
|
||||
- update to 2.0.30
|
||||
- switch to phpunit9 on Fedora
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.30-136b9ca.tgz) = 47f2c29ddd5d8501610d7171ce49a32f921571c55fe1c9f54a08a4c84b3dace3b2645e9358c5ca5a5cfb03115b3fa023c4864ee847a60a9fdce3cf6cd42f2faf
|
||||
SHA512 (php-phpseclib-2.0.31-233a920.tgz) = 316104716f7a83c476680d1e8185931b304b9891d92a80c340fd9c74ab5641283ab7f8799895dd3ed34db08698f236959fe29dd30bc457d8cf54ed6fd6770830
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue