diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-05-03 03:02:30 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-05-03 03:02:30 +0000 |
commit | 8975ae3619622dfe65b7225f89704cf555acfe7a (patch) | |
tree | 6fc8a6ee45fc31bb51df0fa3891f4f0d1af9a950 /security/hpn-ssh | |
parent | c479476ed1aaa955d9f65946982862d1b94237e9 (diff) | |
download | FreeBSD-ports-8975ae3619622dfe65b7225f89704cf555acfe7a.zip FreeBSD-ports-8975ae3619622dfe65b7225f89704cf555acfe7a.tar.gz |
Security fix for token passing, see bugtraq for details.
- fetch and use openssh-3.1-adv.token.patch to build.
- bump PORTREVISION
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/Makefile | 12 | ||||
-rw-r--r-- | security/hpn-ssh/distinfo | 1 |
2 files changed, 9 insertions, 4 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 5927867..c0e6f1f 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -7,13 +7,16 @@ PORTNAME= openssh PORTVERSION= 3.1p1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/ PKGNAMESUFFIX= -portable +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= openssh-3.1p1-adv.token.patch + MAINTAINER= dinoex@FreeBSD.org MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 @@ -50,11 +53,12 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) -MASTER_SITES+= ${PATCH_SITES} +GSSAPI_SITE= http://www.sxw.org.uk/computing/patches/ +MASTER_SITES+= ${GSSAPI_SITE} 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}-mit-krb5-20020319.diff +PATCH_SITES+= ${GSSAPI_SITE} +PATCHFILES+= ${PORTNAME}-mit-krb5-20020319.diff EXTRA_PATCHES+= ${FILESDIR}/servconf.c.patch BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf # USE_AUTOCONF_VER= 252 # broken diff --git a/security/hpn-ssh/distinfo b/security/hpn-ssh/distinfo index 1f84899..a875a7b 100644 --- a/security/hpn-ssh/distinfo +++ b/security/hpn-ssh/distinfo @@ -1,3 +1,4 @@ MD5 (openssh-3.1p1.tar.gz) = c6a52d4126ed27eb57c31729ec6b2362 MD5 (openssh-3.1p1-gssapi-20020321.diff) = d571cea9810630650139013a1af4b1d9 +MD5 (openssh-3.1p1-adv.token.patch) = 8c34327404f504f8d5bf1a2063f4e7b7 MD5 (openssh-mit-krb5-20020319.diff) = 151af40132624a615c96027491f09f25 |