svn commit: r553398 - head/security/pecl-ssh2
Danilo G. Baio
dbaio at FreeBSD.org
Mon Oct 26 23:23:41 UTC 2020
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 at 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
More information about the svn-ports-all
mailing list