diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-06-28 07:45:51 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-06-28 07:45:51 +0800 |
commit | 62a697770273c82f4a93d4462644b211e69e79be (patch) | |
tree | 3a3029d2db518c80d1a4b5536dba6f97dd3150c9 /security | |
parent | fb306702cf645abc92fb0cb5fb25dc23207e072d (diff) | |
download | freebsd-ports-gnome-62a697770273c82f4a93d4462644b211e69e79be.tar.gz freebsd-ports-gnome-62a697770273c82f4a93d4462644b211e69e79be.tar.zst freebsd-ports-gnome-62a697770273c82f4a93d4462644b211e69e79be.zip |
security/pecl-ssh2: Update to 1.1.1
Changelog:
- Version 1.1.1 is same as 1.1 except this release contains
this changelog
- Fixed bug #72988 (Libor M.)
- Fixed bug #73198 (Langemeijer)
- Fixed php_url_parse issue (Remi Collet)
- fix Invalid write of size 1 (Remi Collet)
- Fixed bug #73819 (Mitch Hagstrand)
- Fixed bug #73410 (Mitch Hagstrand)
- Travis CI (Mitch Hagstrand)
- Various other fixes on PHP 7 code and code cleanup
(Mitch Hagstrand, Libor M., Anatol Belski)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11375
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-ssh2/Makefile | 2 | ||||
-rw-r--r-- | security/pecl-ssh2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile index f38e9877cc1a..0c641c1bc807 100644 --- a/security/pecl-ssh2/Makefile +++ b/security/pecl-ssh2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ssh2 -PORTVERSION= 1.0 +PORTVERSION= 1.1.1 CATEGORIES= security pear MAINTAINER= dbaio@FreeBSD.org diff --git a/security/pecl-ssh2/distinfo b/security/pecl-ssh2/distinfo index 6f32ed91c6f2..85ceeb4cdb3c 100644 --- a/security/pecl-ssh2/distinfo +++ b/security/pecl-ssh2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494685667 -SHA256 (PECL/ssh2-1.0.tgz) = 6a93891878b23904a773eb814fec7aea4ea00b4a412ee779c8535ed9c5e46ced -SIZE (PECL/ssh2-1.0.tgz) = 29013 +TIMESTAMP = 1498419040 +SHA256 (PECL/ssh2-1.1.1.tgz) = 30963a0a4d9f704d594d875665c1ea297730a6efe2af22dff12a78183907ac0c +SIZE (PECL/ssh2-1.1.1.tgz) = 27551 |