svn commit: r444527 - head/security/pecl-ssh2

Danilo G. Baio dbaio at FreeBSD.org
Tue Jun 27 23:45:53 UTC 2017


Author: dbaio
Date: Tue Jun 27 23:45:51 2017
New Revision: 444527
URL: https://svnweb.freebsd.org/changeset/ports/444527

Log:
  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

Modified:
  head/security/pecl-ssh2/Makefile
  head/security/pecl-ssh2/distinfo

Modified: head/security/pecl-ssh2/Makefile
==============================================================================
--- head/security/pecl-ssh2/Makefile	Tue Jun 27 23:45:12 2017	(r444526)
+++ head/security/pecl-ssh2/Makefile	Tue Jun 27 23:45:51 2017	(r444527)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ssh2
-PORTVERSION=	1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	security pear
 
 MAINTAINER=	dbaio at FreeBSD.org

Modified: head/security/pecl-ssh2/distinfo
==============================================================================
--- head/security/pecl-ssh2/distinfo	Tue Jun 27 23:45:12 2017	(r444526)
+++ head/security/pecl-ssh2/distinfo	Tue Jun 27 23:45:51 2017	(r444527)
@@ -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


More information about the svn-ports-all mailing list