Module Name: src Committed By: snj Date: Sun Mar 28 18:49:29 UTC 2010
Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Tickets 1391 and 1392. To generate a diff of this commit: cvs rdiff -u -r1.1.2.197 -r1.1.2.198 src/doc/CHANGES-4.1 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-4.1 diff -u src/doc/CHANGES-4.1:1.1.2.197 src/doc/CHANGES-4.1:1.1.2.198 --- src/doc/CHANGES-4.1:1.1.2.197 Sat Mar 13 18:25:31 2010 +++ src/doc/CHANGES-4.1 Sun Mar 28 18:49:28 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.1,v 1.1.2.197 2010/03/13 18:25:31 riz Exp $ +# $NetBSD: CHANGES-4.1,v 1.1.2.198 2010/03/28 18:49:28 snj Exp $ A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 release: @@ -4059,3 +4059,17 @@ PR/42943: Takashi Sogabe: pppd generates invalid netmask [christos, ticket #1389] +bin/pax/tar.1 1.28, 1.29 via patch + + The -X option of tar names a file containing exception globs, not + exception filenames, same as in gtar. Fixes PR bin/41168. + [dholland, ticket #1391] + +crypto/dist/openssl/ssl/s3_pkt.c patch + + Apply patchset 19476 from openssl repository, fixing CVE-2010-0740. + From http://www.openssl.org/news/secadv_20100324.txt: + "In TLS connections, certain incorrectly formatted records can cause + an OpenSSL client or server to crash due to a read attempt at NULL". + [bouyer, ticket #1392] +