Module Name: src
Committed By: msaitoh
Date: Fri Jun 6 06:37:01 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1908.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-5.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.59 src/doc/CHANGES-5.3:1.1.2.60
--- src/doc/CHANGES-5.3:1.1.2.59 Wed May 21 22:06:35 2014
+++ src/doc/CHANGES-5.3 Fri Jun 6 06:37:01 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.59 2014/05/21 22:06:35 bouyer Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.60 2014/06/06 06:37:01 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -843,3 +843,15 @@ sys/arch/x86/pci/pci_machdep.c 1.61, 1
that have inherited said QEMU bug. Fixes PR kern/45671 and kern/48770.
[sborrill, ticket #1903]
+crypto/dist/openssl/crypto/bn/bn.h patch
+crypto/dist/openssl/crypto/bn/bn_lib.c patch
+crypto/dist/openssl/crypto/ec/ec2_mult.c patch
+crypto/dist/openssl/ssl/d1_both.c patch
+crypto/dist/openssl/ssl/s3_clnt.c patch
+crypto/dist/openssl/ssl/s3_pkt.c patch
+crypto/dist/openssl/ssl/s3_srvr.c patch
+crypto/dist/openssl/ssl/ssl3.h patch
+
+ Update openssl to 1.0.1h which includes CVE-2014-0224, CVE-2014-0221,
+ CVE-2014-0195, CVE-2014-3470.
+ [spz, ticket #1908]