diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-05-03 11:02:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-05-03 11:02:30 +0800 |
commit | 8975ae3619622dfe65b7225f89704cf555acfe7a (patch) | |
tree | 6fc8a6ee45fc31bb51df0fa3891f4f0d1af9a950 /security/openssh | |
parent | c479476ed1aaa955d9f65946982862d1b94237e9 (diff) | |
download | freebsd-ports-gnome-8975ae3619622dfe65b7225f89704cf555acfe7a.tar.gz freebsd-ports-gnome-8975ae3619622dfe65b7225f89704cf555acfe7a.tar.zst freebsd-ports-gnome-8975ae3619622dfe65b7225f89704cf555acfe7a.zip |
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/openssh')
-rw-r--r-- | security/openssh/Makefile | 4 | ||||
-rw-r--r-- | security/openssh/distinfo | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 83a6d3aa69dc..5a91e4bc6f33 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= openssh PORTVERSION= 3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/ \ @@ -16,7 +16,7 @@ DISTNAME= openssh-${PORTVERSION} EXTRACT_SUFX= .tgz PATCH_SITES= ${MASTER_SITES} -PATCHFILES= openbsd28_3.1.patch +PATCHFILES= openbsd28_3.1.patch openssh-3.1-adv.token.patch MAINTAINER= dinoex@FreeBSD.org diff --git a/security/openssh/distinfo b/security/openssh/distinfo index 5edad480bf88..7b78282ed9bd 100644 --- a/security/openssh/distinfo +++ b/security/openssh/distinfo @@ -1,2 +1,3 @@ MD5 (openssh-3.1.tgz) = b43deb1a3b2047216a28c00ccc45f548 MD5 (openbsd28_3.1.patch) = eb904373fad27e1f71ddf5939f4923a6 +MD5 (openssh-3.1-adv.token.patch) = 4e37cb88fab56f7769126edfa66490ff |