diff options
author | tonnerre <tonnerre> | 2008-06-03 21:39:40 +0000 |
---|---|---|
committer | tonnerre <tonnerre> | 2008-06-03 21:39:40 +0000 |
commit | 065f22d3edfa8da8ca0f992e3bfe900156a2225e (patch) | |
tree | e286554e1d7fee1841594600e754c1911fccf5e8 /security/openssl/Makefile | |
parent | 681f11e072ef62ad79948fc43b9187ebf737dc94 (diff) | |
download | pkgsrc-065f22d3edfa8da8ca0f992e3bfe900156a2225e.tar.gz |
Fix two Denial of Service vulnerabilities in OpenSSL 0.9.8g:
- Fix flaw if 'Server Key exchange message' is omitted from a TLS handshake
which could lead to a silent crash.
- Fix double free in TLS server name extensions which could lead to a remote
crash.
Patches from upstream.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 22c7d8a4353..55b2f482e8f 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.131 2008/01/17 06:42:47 tnn Exp $ +# $NetBSD: Makefile,v 1.132 2008/06/03 21:39:40 tonnerre Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty OPENSSL_VERS?= 0.9.8g +PKGREVISION= 1 .if empty(OPENSSL_SNAPSHOT) DISTNAME= openssl-${OPENSSL_VERS} |