summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2015-09-03 19:30:17 +0000
committertron <tron>2015-09-03 19:30:17 +0000
commit484d75546050b5c47213e7528550ab681212e3f6 (patch)
treedb2c271b03894a477ec2c4d72c20c447f6cbcfa0
parent657c8ec53eb85875fbce566bf8e91c45b86e5c30 (diff)
downloadpkgsrc-484d75546050b5c47213e7528550ab681212e3f6.tar.gz
Pullup ticket #4807 - requested by taca
security/openssh: build fix patch Revisions pulled up: - security/openssh/distinfo 1.97 - security/openssh/options.mk 1.31 --- Module Name: pkgsrc Committed By: taca Date: Sat Aug 22 05:17:22 UTC 2015 Modified Files: pkgsrc/security/openssh: distinfo options.mk Log Message: Revive hpn-patch patch although not yet tested well.
-rw-r--r--security/openssh/distinfo5
-rw-r--r--security/openssh/options.mk4
2 files changed, 6 insertions, 3 deletions
diff --git a/security/openssh/distinfo b/security/openssh/distinfo
index 14a20846a03..8c3338bd766 100644
--- a/security/openssh/distinfo
+++ b/security/openssh/distinfo
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.91.2.3 2015/08/24 19:06:40 tron Exp $
+$NetBSD: distinfo,v 1.91.2.4 2015/09/03 19:30:17 tron Exp $
+SHA1 (openssh-7.1p1-hpn-20150822.diff.bz2) = 444a2fbd80d57ff93b53ade84ec162e2a2f3aa67
+RMD160 (openssh-7.1p1-hpn-20150822.diff.bz2) = 87fb6887d9ccb4b305ff3c25fd5f67847d9996d1
+Size (openssh-7.1p1-hpn-20150822.diff.bz2) = 12173 bytes
SHA1 (openssh-7.1p1.tar.gz) = ed22af19f962262c493fcc6ed8c8826b2761d9b6
RMD160 (openssh-7.1p1.tar.gz) = 2c97ea10099fa8658156c0351d60d715655b9b07
Size (openssh-7.1p1.tar.gz) = 1493170 bytes
diff --git a/security/openssh/options.mk b/security/openssh/options.mk
index 0816ee32875..e8a4505321d 100644
--- a/security/openssh/options.mk
+++ b/security/openssh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.29.12.1 2015/07/14 22:03:39 tron Exp $
+# $NetBSD: options.mk,v 1.29.12.2 2015/09/03 19:30:17 tron Exp $
.include "../../mk/bsd.prefs.mk"
@@ -16,7 +16,7 @@ CONFIGURE_ENV+= ac_cv_search_k_hasafs=no
.endif
.if !empty(PKG_OPTIONS:Mhpn-patch)
-PATCHFILES= openssh-6.9p1-hpn-20150709.diff.gz
+PATCHFILES= openssh-7.1p1-hpn-20150822.diff.bz2
PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/openssh/
PATCH_DIST_STRIP= -p1
.endif