Sat Jun 12 18:27:43 2010 UTC ()
Tickets 1384, 1385.


(riz)
diff -r1.1.2.198 -r1.1.2.199 src/doc/CHANGES-4.1

cvs diff -r1.1.2.198 -r1.1.2.199 src/doc/Attic/CHANGES-4.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.1 2010/03/28 18:49:28 1.1.2.198
+++ src/doc/Attic/CHANGES-4.1 2010/06/12 18:27:43 1.1.2.199
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.1,v 1.1.2.198 2010/03/28 18:49:28 snj Exp $ 1# $NetBSD: CHANGES-4.1,v 1.1.2.199 2010/06/12 18:27:43 riz Exp $
2 2
3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 4.0_STABLE 11 Welcome to 4.0_STABLE
12 12
13sys/arch/amd64/amd64/bios32.c 1.6 13sys/arch/amd64/amd64/bios32.c 1.6
14sys/arch/amd64/amd64/mainbus.c 1.17 14sys/arch/amd64/amd64/mainbus.c 1.17
@@ -4063,13 +4063,57 @@ bin/pax/tar.1 1.28, 1.29 via patch @@ -4063,13 +4063,57 @@ bin/pax/tar.1 1.28, 1.29 via patch
4063 4063
4064 The -X option of tar names a file containing exception globs, not 4064 The -X option of tar names a file containing exception globs, not
4065 exception filenames, same as in gtar. Fixes PR bin/41168. 4065 exception filenames, same as in gtar. Fixes PR bin/41168.
4066 [dholland, ticket #1391] 4066 [dholland, ticket #1391]
4067 4067
4068crypto/dist/openssl/ssl/s3_pkt.c patch 4068crypto/dist/openssl/ssl/s3_pkt.c patch
4069 4069
4070 Apply patchset 19476 from openssl repository, fixing CVE-2010-0740. 4070 Apply patchset 19476 from openssl repository, fixing CVE-2010-0740.
4071 From http://www.openssl.org/news/secadv_20100324.txt: 4071 From http://www.openssl.org/news/secadv_20100324.txt:
4072 "In TLS connections, certain incorrectly formatted records can cause 4072 "In TLS connections, certain incorrectly formatted records can cause
4073 an OpenSSL client or server to crash due to a read attempt at NULL". 4073 an OpenSSL client or server to crash due to a read attempt at NULL".
4074 [bouyer, ticket #1392] 4074 [bouyer, ticket #1392]
4075 4075
 4076external/bsd/fetch/dist/libfetch/common.c 1.1.1.6-8
 4077external/bsd/fetch/dist/libfetch/common.h 1.1.1.5-6
 4078external/bsd/fetch/dist/libfetch/fetch.3 1.1.1.7-8
 4079external/bsd/fetch/dist/libfetch/fetch.c 1.1.1.8
 4080external/bsd/fetch/dist/libfetch/fetch.cat3 1.1.1.4-5
 4081external/bsd/fetch/dist/libfetch/fetch.h 1.1.1.5-7
 4082external/bsd/fetch/dist/libfetch/file.c 1.1.1.5-6
 4083external/bsd/fetch/dist/libfetch/ftp.c 1.1.1.7-10
 4084external/bsd/fetch/dist/libfetch/http.c 1.1.1.5-7
 4085
 4086 Update to libfetch-2.30
 4087 [joerg, ticket #1384]
 4088
 4089external/bsd/pkg_install/dist/add/add.h patch
 4090external/bsd/pkg_install/dist/add/main.c patch
 4091external/bsd/pkg_install/dist/add/perform.c patch
 4092external/bsd/pkg_install/dist/add/pkg_add.1 patch
 4093external/bsd/pkg_install/dist/admin/README removed
 4094external/bsd/pkg_install/dist/admin/check.c patch
 4095external/bsd/pkg_install/dist/admin/main.c patch
 4096external/bsd/pkg_install/dist/admin/pkg_admin.1 patch
 4097external/bsd/pkg_install/dist/create/build.c patch
 4098external/bsd/pkg_install/dist/create/create.h patch
 4099external/bsd/pkg_install/dist/create/main.c patch
 4100external/bsd/pkg_install/dist/create/perform.c patch
 4101external/bsd/pkg_install/dist/create/pkg_create.1 patch
 4102external/bsd/pkg_install/dist/create/pl.c patch
 4103external/bsd/pkg_install/dist/delete/pkg_delete.1 patch
 4104external/bsd/pkg_install/dist/delete/pkg_delete.c patch
 4105external/bsd/pkg_install/dist/info/main.c patch
 4106external/bsd/pkg_install/dist/info/perform.c patch
 4107external/bsd/pkg_install/dist/info/pkg_info.1 patch
 4108external/bsd/pkg_install/dist/lib/conflicts.c patch
 4109external/bsd/pkg_install/dist/lib/iterate.c patch
 4110external/bsd/pkg_install/dist/lib/lib.h patch
 4111external/bsd/pkg_install/dist/lib/license.c patch
 4112external/bsd/pkg_install/dist/lib/parse-config.c patch
 4113external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in patch
 4114external/bsd/pkg_install/dist/lib/pkgdb.c patch
 4115external/bsd/pkg_install/dist/lib/version.c patch
 4116external/bsd/pkg_install/dist/lib/version.h patch
 4117
 4118 Update to pkg_install-20100204.
 4119 [joerg, ticket #1385]