diff options
author | jwise <jwise@pkgsrc.org> | 2003-09-16 14:05:47 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2003-09-16 14:05:47 +0000 |
commit | 302d9aedb2afbdc7bec6ccca3f726ee8580be377 (patch) | |
tree | 0abde892205f0ccc34499044c3c0c9f08f8d379d /security/openssh+gssapi | |
parent | d1508ab1837ae379294f2d98388a754587c1d195 (diff) | |
download | pkgsrc-302d9aedb2afbdc7bec6ccca3f726ee8580be377.tar.gz |
Mark this package as broken until an updated version of the openssh+gssapi
patch is available, as OpenSSH-3.6.1p2 contains another buffer overflow.
Diffstat (limited to 'security/openssh+gssapi')
-rw-r--r-- | security/openssh+gssapi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile index 9e3b7b6c69a..e2ad315aa7a 100644 --- a/security/openssh+gssapi/Makefile +++ b/security/openssh+gssapi/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2003/09/11 04:13:01 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/16 14:05:47 jwise Exp $ # NOTE: This package is modeled on ../openssh, but does not share # files with it as that package may update faster than the gssapi # patches do. +BROKEN= OpenSSH 3.6.1p2 contains a buffer overflow, and updated version of patch is not yet available. + DISTNAME= openssh-3.6.1p2 PKGNAME= openssh+gssapi-3.6.1.2.20030430 SVR4_PKGNAME= ossh |