From owner-svn-ports-all@freebsd.org Wed May 17 23:02:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32590D71686; Wed, 17 May 2017 23:02:43 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DA8BB1A; Wed, 17 May 2017 23:02:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4HN2gof081841; Wed, 17 May 2017 23:02:42 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4HN2fr6081837; Wed, 17 May 2017 23:02:41 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705172302.v4HN2fr6081837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Wed, 17 May 2017 23:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441122 - in head: . security/pecl-ssh2 security/pecl-ssh2-0 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2017 23:02:43 -0000 Author: dbaio Date: Wed May 17 23:02:41 2017 New Revision: 441122 URL: https://svnweb.freebsd.org/changeset/ports/441122 Log: security/pecl-ssh2: Update to 1.0 - Create security/pecl-ssh2-0 - Add UPDATING note security/pecl-ssh2 (v1.0) --> PHP 7 only. security/pecl-ssh2-0 (v0.13) --> PHP 5 compatible. Changes: https://pecl.php.net/package-changelog.php?package=ssh2&release=1.0 PR: 215378 Reported by: Alexander Ushakov Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10702 Added: head/security/pecl-ssh2-0/ - copied from r441121, head/security/pecl-ssh2/ Modified: head/UPDATING head/security/pecl-ssh2-0/Makefile head/security/pecl-ssh2/Makefile head/security/pecl-ssh2/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed May 17 22:02:23 2017 (r441121) +++ head/UPDATING Wed May 17 23:02:41 2017 (r441122) @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170517: + AFFECTS: users of security/pecl-ssh2 + AUTHOR: dbaio@FreeBSD.org + + The security/pecl-ssh2 has been upgraded to version 1.0, and the new + version is not compatible with PHP5. If you need PHP5 support, you can + find version 0.13 in security/pecl-ssh2-0. + 20170412: AFFECTS: users of sysutils/ansible AUTHOR: lifanov@FreeBSD.org Modified: head/security/pecl-ssh2-0/Makefile ============================================================================== --- head/security/pecl-ssh2/Makefile Wed May 17 22:02:23 2017 (r441121) +++ head/security/pecl-ssh2-0/Makefile Wed May 17 23:02:41 2017 (r441122) @@ -4,6 +4,7 @@ PORTNAME= ssh2 PORTVERSION= 0.13 CATEGORIES= security pear +PKGNAMESUFFIX= -0 MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension to the libssh2 library @@ -13,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libssh2.so:security/libssh2 +PORTSCOUT= limit:^0.* + USES= php:pecl IGNORE_WITH_PHP= 70 71 Modified: head/security/pecl-ssh2/Makefile ============================================================================== --- head/security/pecl-ssh2/Makefile Wed May 17 22:02:23 2017 (r441121) +++ head/security/pecl-ssh2/Makefile Wed May 17 23:02:41 2017 (r441122) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ssh2 -PORTVERSION= 0.13 +PORTVERSION= 1.0 CATEGORIES= security pear MAINTAINER= dbaio@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libssh2.so:security/libssh2 USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 56 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} Modified: head/security/pecl-ssh2/distinfo ============================================================================== --- head/security/pecl-ssh2/distinfo Wed May 17 22:02:23 2017 (r441121) +++ head/security/pecl-ssh2/distinfo Wed May 17 23:02:41 2017 (r441122) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491395894 -SHA256 (PECL/ssh2-0.13.tgz) = cb2cb8ab840b5b36bcd8a8df06ea4a970a61e4cb3980f3c0ac5c913522e6c1be -SIZE (PECL/ssh2-0.13.tgz) = 28984 +TIMESTAMP = 1494685667 +SHA256 (PECL/ssh2-1.0.tgz) = 6a93891878b23904a773eb814fec7aea4ea00b4a412ee779c8535ed9c5e46ced +SIZE (PECL/ssh2-1.0.tgz) = 29013