aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-03-12 22:13:18 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-03-12 22:13:18 +0000
commit1b02a74de9e69f59769636dfbff656bd8b6f160b (patch)
tree8c59ce3c7ac5219b2180fbb6b905e14a5903049a /security/openssh-portable/Makefile
parent344285a70302edbcda599fa17ba7cf34ae485471 (diff)
downloadports-1b02a74de9e69f59769636dfbff656bd8b6f160b.tar.gz
ports-1b02a74de9e69f59769636dfbff656bd8b6f160b.zip
Notes
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index c532b8bfe697..ced66efdfb70 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openssh
-DISTVERSION= 4.5p1
+DISTVERSION= 4.6p1
PORTEPOCH= 1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%SUBDIR%/ \
@@ -100,8 +100,7 @@ CONFIGURE_ARGS+= --disable-suid-ssh
.if defined(KRB5_HOME) && exists(${KRB5_HOME}) || defined(WITH_GSSAPI)
.if defined(WITH_KERB_GSSAPI)
PATCH_DIST_STRIP= -p0
-PATCH_SITES+= http://www.sxw.org.uk/computing/patches/
-PATCHFILES+= openssh-4.4p1-gsskex-20061002.patch
+EXTRA_PATCHES+= ${FILESDIR}/openssh-4.5p1-gsskex-20061220.patch
.endif
PORTABLE_SUFFIX= # empty
GSSAPI_SUFFIX= -gssapi
@@ -146,12 +145,14 @@ BROKEN= HPN and LPK patches are incompatible
.if defined(WITH_HPN)
PATCH_DIST_STRIP= -p1
PATCH_SITES+= http://www.psc.edu/networking/projects/hpn-ssh/
-PATCHFILES+= openssh-4.5p1-hpn12v14.diff.gz
+PATCHFILES+= openssh-4.6p1-hpn12v16.diff.gz
.endif
+# See http://dev.inversepath.com/trac/openssh-lpk
.if defined(WITH_LPK)
-PATCH_DIST_STRIP= -p0
-EXTRA_PATCHES+= ${FILESDIR}/openssh-lpk.patch
+PATCH_DIST_STRIP= -p1
+PATCH_SITES+= http://dev.inversepath.com/openssh-lpk/
+PATCHFILES+= openssh-lpk-4.5p1-0.3.8.patch
USE_OPENLDAP= yes
CPPFLAGS+= "-I${LOCALBASE}/include -DWITH_LDAP_PUBKEY"
CONFIGURE_ARGS+= --with-libs='-lldap' --with-ldflags='-L/usr/local/lib' \