diff options
author | salo <salo@pkgsrc.org> | 2006-04-05 23:59:33 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-04-05 23:59:33 +0000 |
commit | ee92540718001e104b15754ccdd149f4efbc22a7 (patch) | |
tree | ffc58191a948eda45eeb9bfeb9d4fc90ff168300 /security/lsh/Makefile | |
parent | fd2469543bbc8b1096335bace64e41d38dff05f3 (diff) | |
download | pkgsrc-ee92540718001e104b15754ccdd149f4efbc22a7.tar.gz |
Backport fix for CVE-2006-0353 from lsh2:
"unix_random.c in lshd for lsh 2.0.1 leaks file descriptors related
to the randomness generator, which allows local users to cause a denial
of service by truncating the seed file, which prevents the server from
starting, or obtain sensitive seed information that could be used to
crack keys."
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0353
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r-- | security/lsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 0dafa44204f..fa883990e74 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:34 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/05 23:59:33 salo Exp $ # DISTNAME= lsh-1.4.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/ |