diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-23 12:08:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-23 12:08:33 +0800 |
commit | 4e661d5870609031b180bf7c9c22627ae0877958 (patch) | |
tree | 5c837609738fcb46108bbedb7aef7bf22affb57b /security | |
parent | 63906b6a1fa02be9c0ca15faf54ca49cecb4e356 (diff) | |
download | freebsd-ports-gnome-4e661d5870609031b180bf7c9c22627ae0877958.tar.gz freebsd-ports-gnome-4e661d5870609031b180bf7c9c22627ae0877958.tar.zst freebsd-ports-gnome-4e661d5870609031b180bf7c9c22627ae0877958.zip |
- Update patches for Option KRB5_HOME
openssh-3.1p1-gssapi-20020321.diff
openssh-mit-krb5-20020319.diff
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/Makefile | 7 | ||||
-rw-r--r-- | security/hpn-ssh/distinfo | 2 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 7 | ||||
-rw-r--r-- | security/openssh-portable/distinfo | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 26a10c695fa6..bfb560ad56fe 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -50,12 +50,11 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) -BROKEN= Need updated patches from Simon Wilkinson MASTER_SITES+= ${PATCH_SITES} -DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi.patch +DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} PATCH_SITES= http://www.sxw.org.uk/computing/patches/ -PATCHFILES= ${PORTNAME}-${PORTVERSION}-krb5.patch +PATCHFILES= ${PORTNAME}-mit-krb5-20020319.diff BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf # USE_AUTOCONF_VER= 252 # broken CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} @@ -65,7 +64,7 @@ AUTOHEADER= autoheader post-patch: @${ECHO_MSG} Applying extra patch for GSS-API key-exchange... @${PATCH} ${PATCH_DIST_ARGS:S/-p0/-p1/} \ - < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-gssapi.patch + < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff pre-configure: @${ECHO_MSG} !!!! Warning this option uses autoconf/autoheader !!! diff --git a/security/hpn-ssh/distinfo b/security/hpn-ssh/distinfo index ae7285957283..1f84899513bc 100644 --- a/security/hpn-ssh/distinfo +++ b/security/hpn-ssh/distinfo @@ -1 +1,3 @@ MD5 (openssh-3.1p1.tar.gz) = c6a52d4126ed27eb57c31729ec6b2362 +MD5 (openssh-3.1p1-gssapi-20020321.diff) = d571cea9810630650139013a1af4b1d9 +MD5 (openssh-mit-krb5-20020319.diff) = 151af40132624a615c96027491f09f25 diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 26a10c695fa6..bfb560ad56fe 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -50,12 +50,11 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) -BROKEN= Need updated patches from Simon Wilkinson MASTER_SITES+= ${PATCH_SITES} -DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi.patch +DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} PATCH_SITES= http://www.sxw.org.uk/computing/patches/ -PATCHFILES= ${PORTNAME}-${PORTVERSION}-krb5.patch +PATCHFILES= ${PORTNAME}-mit-krb5-20020319.diff BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf # USE_AUTOCONF_VER= 252 # broken CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} @@ -65,7 +64,7 @@ AUTOHEADER= autoheader post-patch: @${ECHO_MSG} Applying extra patch for GSS-API key-exchange... @${PATCH} ${PATCH_DIST_ARGS:S/-p0/-p1/} \ - < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-gssapi.patch + < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff pre-configure: @${ECHO_MSG} !!!! Warning this option uses autoconf/autoheader !!! diff --git a/security/openssh-portable/distinfo b/security/openssh-portable/distinfo index ae7285957283..1f84899513bc 100644 --- a/security/openssh-portable/distinfo +++ b/security/openssh-portable/distinfo @@ -1 +1,3 @@ MD5 (openssh-3.1p1.tar.gz) = c6a52d4126ed27eb57c31729ec6b2362 +MD5 (openssh-3.1p1-gssapi-20020321.diff) = d571cea9810630650139013a1af4b1d9 +MD5 (openssh-mit-krb5-20020319.diff) = 151af40132624a615c96027491f09f25 |