From owner-svn-ports-all@freebsd.org Mon Oct 26 23:23:40 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E937B451FD1; Mon, 26 Oct 2020 23:23:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CKrW05tL9z3fF6; Mon, 26 Oct 2020 23:23:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD74A21BF9; Mon, 26 Oct 2020 23:23:40 +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 09QNNeFH036496; Mon, 26 Oct 2020 23:23:40 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09QNNeoq036494; Mon, 26 Oct 2020 23:23:40 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202010262323.09QNNeoq036494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 26 Oct 2020 23:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553398 - head/security/pecl-ssh2 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/security/pecl-ssh2 X-SVN-Commit-Revision: 553398 X-SVN-Commit-Repository: ports 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.33 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: Mon, 26 Oct 2020 23:23:41 -0000 Author: dbaio Date: Mon Oct 26 23:23:40 2020 New Revision: 553398 URL: https://svnweb.freebsd.org/changeset/ports/553398 Log: security/pecl-ssh2: Fix build with PHP 8.0 Reported by: pkg-fallout Modified: head/security/pecl-ssh2/Makefile head/security/pecl-ssh2/distinfo Modified: head/security/pecl-ssh2/Makefile ============================================================================== --- head/security/pecl-ssh2/Makefile Mon Oct 26 23:22:49 2020 (r553397) +++ head/security/pecl-ssh2/Makefile Mon Oct 26 23:23:40 2020 (r553398) @@ -5,6 +5,12 @@ PORTNAME= ssh2 PORTVERSION= 1.2 CATEGORIES= security pear +# https://github.com/php/pecl-networking-ssh2/pull/44/ +PATCH_SITES= https://github.com/php/pecl-networking-ssh2/commit/ +PATCHFILES= 167a679db79a93c27b7bb367bef9e0d9abdc47d0.patch:-p1 \ + 9e6074a4eae3b4ebbe883ba1b93c9eccb9c78d02.patch:-p1 \ + c9647c5d296e8693d0b5672f1c22945ea024ebdc.patch:-p1 + MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension to the libssh2 library Modified: head/security/pecl-ssh2/distinfo ============================================================================== --- head/security/pecl-ssh2/distinfo Mon Oct 26 23:22:49 2020 (r553397) +++ head/security/pecl-ssh2/distinfo Mon Oct 26 23:23:40 2020 (r553398) @@ -1,3 +1,9 @@ -TIMESTAMP = 1593602544 +TIMESTAMP = 1603753208 SHA256 (PECL/ssh2-1.2.tgz) = 7f9f205f5b555692f7b010ffb68a01e21860176062f2ec14dc577d994cecd929 SIZE (PECL/ssh2-1.2.tgz) = 32447 +SHA256 (PECL/167a679db79a93c27b7bb367bef9e0d9abdc47d0.patch) = 62d4201a6c4792fac4e1a568332142a32003f3d9751255c94bbda49dcaa83586 +SIZE (PECL/167a679db79a93c27b7bb367bef9e0d9abdc47d0.patch) = 2089 +SHA256 (PECL/9e6074a4eae3b4ebbe883ba1b93c9eccb9c78d02.patch) = df4f381f6295097c4ab905c90335d8f7d16f3a1f033c16a5b71e84feaba0584b +SIZE (PECL/9e6074a4eae3b4ebbe883ba1b93c9eccb9c78d02.patch) = 2641 +SHA256 (PECL/c9647c5d296e8693d0b5672f1c22945ea024ebdc.patch) = ceb57bd3a874e7cdb2cf53ebda221ca4dcce89f1f45e451ae05c093df64590e1 +SIZE (PECL/c9647c5d296e8693d0b5672f1c22945ea024ebdc.patch) = 4823