Wed Sep 3 02:16:50 2014 UTC ()
Ticket 1338 and 1339.


(msaitoh)
diff -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-5.3

cvs diff -r1.1.2.70 -r1.1.2.71 src/doc/Attic/CHANGES-5.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.3 2014/08/27 13:46:20 1.1.2.70
+++ src/doc/Attic/CHANGES-5.3 2014/09/03 02:16:50 1.1.2.71
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.3,v 1.1.2.70 2014/08/27 13:46:20 msaitoh Exp $ 1# $NetBSD: CHANGES-5.3,v 1.1.2.71 2014/09/03 02:16:50 msaitoh Exp $
2 2
3A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3 3A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
4release: 4release:
5 5
6doc/LAST_MINUTE patched by hand 6doc/LAST_MINUTE patched by hand
7doc/README.files patched by hand 7doc/README.files patched by hand
8gnu/usr.bin/groff/tmac/mdoc.local patched by hand 8gnu/usr.bin/groff/tmac/mdoc.local patched by hand
9sys/sys/param.h patched by hand 9sys/sys/param.h patched by hand
10 10
11 Welcome to 5.2_STABLE. 11 Welcome to 5.2_STABLE.
12 [riz] 12 [riz]
13 13
14sys/fs/smbfs/smbfs_node.c 1.48, 1.49 via patch 14sys/fs/smbfs/smbfs_node.c 1.48, 1.49 via patch
@@ -1009,13 +1009,25 @@ crypto/dist/openssl/ssl/t1_lib.c patch @@ -1009,13 +1009,25 @@ crypto/dist/openssl/ssl/t1_lib.c patch
1009 - Double Free when processing DTLS packets (CVE-2014-3505) 1009 - Double Free when processing DTLS packets (CVE-2014-3505)
1010 - DTLS memory exhaustion (CVE-2014-3506) 1010 - DTLS memory exhaustion (CVE-2014-3506)
1011 - DTLS memory leak from zero-length fragments (CVE-2014-3507) 1011 - DTLS memory leak from zero-length fragments (CVE-2014-3507)
1012 - OpenSSL DTLS anonymous EC(DH) denial of service (CVE-2014-3510) 1012 - OpenSSL DTLS anonymous EC(DH) denial of service (CVE-2014-3510)
1013 - Race condition in ssl_parse_serverhello_tlsext (CVE-2014-3509) 1013 - Race condition in ssl_parse_serverhello_tlsext (CVE-2014-3509)
1014 - OpenSSL TLS protocol downgrade attack (CVE-2014-3511)  1014 - OpenSSL TLS protocol downgrade attack (CVE-2014-3511)
1015 Backported from the recent 1.0.1i OpenSSL release. 1015 Backported from the recent 1.0.1i OpenSSL release.
1016 [spz, ticket #1918] 1016 [spz, ticket #1918]
1017 1017
1018sys/netinet6/ip6_output.c 1.158 via patch 1018sys/netinet6/ip6_output.c 1.158 via patch
1019 1019
1020 Fix a memory leak in calling setsockopt() on an INET6 socket. 1020 Fix a memory leak in calling setsockopt() on an INET6 socket.
1021 [maxv ticket #1920] 1021 [maxv ticket #1920]
 1022
 1023share/mk/bsd.README 1.265
 1024share/mk/bsd.lib.mk 1.304 via patch
 1025
 1026 Change shared object file extension from .so to .pico, to avoid
 1027 conflicts with shared libaries names libXX.so.
 1028 [tls, ticket #1338]
 1029
 1030UPDATING 1.209 via patch
 1031
 1032 Note shared objects extension change, and stalled files.
 1033 [tls, ticket #1339]