Wed Jul 22 22:33:26 2009 UTC ()
Ticket 1338.


(snj)
diff -r1.1.2.166 -r1.1.2.167 src/doc/CHANGES-4.1

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

--- src/doc/Attic/CHANGES-4.1 2009/07/17 05:49:30 1.1.2.166
+++ src/doc/Attic/CHANGES-4.1 2009/07/22 22:33:26 1.1.2.167
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.1,v 1.1.2.166 2009/07/17 05:49:30 snj Exp $ 1# $NetBSD: CHANGES-4.1,v 1.1.2.167 2009/07/22 22:33:26 snj 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
@@ -3569,13 +3569,33 @@ crypto/dist/openssl/ssl/d1_both.c patch @@ -3569,13 +3569,33 @@ crypto/dist/openssl/ssl/d1_both.c patch
3569 3569
3570dist/dhcp/client/dhclient.c 1.20 3570dist/dhcp/client/dhclient.c 1.20
3571 3571
3572 Limit the length of the address mask before we copy it. 3572 Limit the length of the address mask before we copy it.
3573 Fixes CVE-2009-0692. 3573 Fixes CVE-2009-0692.
3574 [tonnerre, ticket #1336] 3574 [tonnerre, ticket #1336]
3575 3575
3576dist/dhcp/server/dhcp.c 1.11 3576dist/dhcp/server/dhcp.c 1.11
3577 3577
3578 Fix behavior of dhcpd in the case where clientid and hardware 3578 Fix behavior of dhcpd in the case where clientid and hardware
3579 ethernet definitions are mixed. Fixes a refcount assertion. 3579 ethernet definitions are mixed. Fixes a refcount assertion.
3580 [tonnerre, ticket #1337] 3580 [tonnerre, ticket #1337]
3581 3581
 3582common/lib/libc/hash/sha2/sha2.c patch
 3583crypto/dist/openssl/crypto/evp/m_sha1.c patch
 3584distrib/sets/lists/base/shl.mi patch
 3585distrib/sets/lists/comp/mi patch
 3586lib/libc/shlib_version patch
 3587lib/libc/hash/sha2/Makefile.inc patch
 3588lib/libc/hash/sha2/sha2.3 patch
 3589lib/libc/hash/sha2/sha224hl.c patch
 3590lib/libc/include/namespace.h patch
 3591lib/libcrypto/libc-sha256.c patch
 3592lib/libcrypto/libc-sha512.c patch
 3593lib/libcrypto/sha.inc patch
 3594lib/libcrypto/shlib_version patch
 3595sys/sys/sha2.h patch
 3596
 3597 - Add support for SHA224 to libc
 3598 - Fix Big Endian support in some cases
 3599 - Use libc support in libcrypto
 3600 [joerg, ticket #1338]
 3601