Sat Jan 8 00:53:09 2011 UTC ()
Ticket 1512 (build fix)


(riz)
diff -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-5.1.1

cvs diff -r1.1.2.5 -r1.1.2.6 src/doc/Attic/CHANGES-5.1.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.1.1 2011/01/07 19:14:26 1.1.2.5
+++ src/doc/Attic/CHANGES-5.1.1 2011/01/08 00:53:09 1.1.2.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1.1,v 1.1.2.5 2011/01/07 19:14:26 riz Exp $ 1# $NetBSD: CHANGES-5.1.1,v 1.1.2.6 2011/01/08 00:53:09 riz Exp $
2 2
3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.1.1 3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.1.1
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 5.1.0_PATCH. 9 Welcome to 5.1.0_PATCH.
10 [riz] 10 [riz]
11 11
12crypto/dist/openssl/ssl/t1_lib.c patch 12crypto/dist/openssl/ssl/t1_lib.c patch
13 13
14 Fix a race condition. (CVE-2010-3864) 14 Fix a race condition. (CVE-2010-3864)
@@ -29,13 +29,18 @@ crypto/external/bsd/openssl/dist/ssl/s3_ @@ -29,13 +29,18 @@ crypto/external/bsd/openssl/dist/ssl/s3_
29 ciphersuite. In some cases the ciphersuite can be downgraded to a 29 ciphersuite. In some cases the ciphersuite can be downgraded to a
30 weaker one on subsequent connections. See 30 weaker one on subsequent connections. See
31 http://www.openssl.org/news/secadv_20101202.txt 31 http://www.openssl.org/news/secadv_20101202.txt
32 (CVE-2010-4180) 32 (CVE-2010-4180)
33 [drochner, ticket #1509] 33 [drochner, ticket #1509]
34 34
35crypto/external/bsd/openssl/dist/ssl/t1_lib.c 1.3 via patch 35crypto/external/bsd/openssl/dist/ssl/t1_lib.c 1.3 via patch
36 36
37 fix bug introduced by last security patch, from upstream CVS: 37 fix bug introduced by last security patch, from upstream CVS:
38 Don't assume a decode error if session tlsext_ecpointformatlist is 38 Don't assume a decode error if session tlsext_ecpointformatlist is
39 not NULL: it can be legitimately set elsewhere. 39 not NULL: it can be legitimately set elsewhere.
40 [drochner, ticket #1510] 40 [drochner, ticket #1510]
41 41
 42external/mit/xorg/tools/bdftopcf/Makefile 1.5
 43
 44 Disable bzip2 support in tools bdftopcf(1). PR#44138.
 45 [tsutsui, ticket #1512]
 46