summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca>2007-01-20 10:03:39 +0000
committertaca <taca>2007-01-20 10:03:39 +0000
commit47d8892e9526214c45a4b8d1ec8c827279d5ad0f (patch)
tree4951b7c303ebd17c329a7c8e23e64e84019ebaa3 /security
parent75f28a095240caeb9e7c80e13ece7640ec6240b1 (diff)
downloadpkgsrc-47d8892e9526214c45a4b8d1ec8c827279d5ad0f.tar.gz
Update hpn-patch; openssh-4.4p1-hpn12v13 to openssh-4.5p1-hpn12v14.
Accurate changes are unknown. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile3
-rw-r--r--security/openssh/distinfo8
-rw-r--r--security/openssh/options.mk4
3 files changed, 8 insertions, 7 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 8044f6d2366..a9eef0f2193 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.175 2006/11/21 17:47:53 tv Exp $
+# $NetBSD: Makefile,v 1.176 2007/01/20 10:03:39 taca Exp $
DISTNAME= openssh-4.5p1
PKGNAME= openssh-4.5.1
+PKGREVISION= 1
SVR4_PKGNAME= ossh
CATEGORIES= security
MASTER_SITES= ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \
diff --git a/security/openssh/distinfo b/security/openssh/distinfo
index 5abe5148527..7f048a11010 100644
--- a/security/openssh/distinfo
+++ b/security/openssh/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.58 2006/11/21 17:44:53 tv Exp $
+$NetBSD: distinfo,v 1.59 2007/01/20 10:03:39 taca Exp $
-SHA1 (openssh-4.4p1-hpn12v13.diff.gz) = 00a677a7dd75c98db14a91814da49b8fd7b7d814
-RMD160 (openssh-4.4p1-hpn12v13.diff.gz) = b057f9a1068ddce106a94465953bdac58d0ffac8
-Size (openssh-4.4p1-hpn12v13.diff.gz) = 15392 bytes
+SHA1 (openssh-4.5p1-hpn12v14.diff.gz) = 8bea17b13e7e91135785f4222252c28d08c9c887
+RMD160 (openssh-4.5p1-hpn12v14.diff.gz) = 1f937174d5418d578da5d9dfab16b5cc8960efc5
+Size (openssh-4.5p1-hpn12v14.diff.gz) = 15791 bytes
SHA1 (openssh-4.5p1.tar.gz) = 2eefcbbeb9e4fa16fa4500dec107d1a09d3d02d7
RMD160 (openssh-4.5p1.tar.gz) = 3f70b6f4228e84c7b9b8b3bee7fd3875f3e3bad3
Size (openssh-4.5p1.tar.gz) = 965925 bytes
diff --git a/security/openssh/options.mk b/security/openssh/options.mk
index 3b6032f7fb2..4b06e08de53 100644
--- a/security/openssh/options.mk
+++ b/security/openssh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2006/11/07 07:08:26 taca Exp $
+# $NetBSD: options.mk,v 1.11 2007/01/20 10:03:39 taca Exp $
.include "../../mk/bsd.prefs.mk"
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE:Q}
.endif
.if !empty(PKG_OPTIONS:Mhpn-patch)
-PATCHFILES= openssh-4.4p1-hpn12v13.diff.gz
+PATCHFILES= openssh-4.5p1-hpn12v14.diff.gz
PATCH_SITES= http://www.psc.edu/networking/projects/hpn-ssh/
PATCH_DIST_STRIP= -p1
.endif