diff options
author | jwise <jwise> | 2003-09-16 14:05:47 +0000 |
---|---|---|
committer | jwise <jwise> | 2003-09-16 14:05:47 +0000 |
commit | a5755d99d723369a459595897c9780be3c01d448 (patch) | |
tree | 0abde892205f0ccc34499044c3c0c9f08f8d379d /security | |
parent | 5bf58f71e8e80474d7fcf2ac9e3c0262d385c2ee (diff) | |
download | pkgsrc-a5755d99d723369a459595897c9780be3c01d448.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')
-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 |