Wed Jul 22 22:40:52 2009 UTC ()
Ticket 1338.


(snj)
diff -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-4.0.2

cvs diff -r1.1.2.46 -r1.1.2.47 src/doc/Attic/CHANGES-4.0.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.0.2 2009/07/17 05:48:19 1.1.2.46
+++ src/doc/Attic/CHANGES-4.0.2 2009/07/22 22:40:52 1.1.2.47
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.0.2,v 1.1.2.46 2009/07/17 05:48:19 snj Exp $ 1# $NetBSD: CHANGES-4.0.2,v 1.1.2.47 2009/07/22 22:40:52 snj Exp $
2 2
3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
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.1_PATCH 11 Welcome to 4.0.1_PATCH
12 12
13sys/arch/cobalt/conf/INSTALL 1.32,1.35 13sys/arch/cobalt/conf/INSTALL 1.32,1.35
14 14
@@ -719,13 +719,33 @@ crypto/dist/openssl/ssl/d1_both.c patch @@ -719,13 +719,33 @@ crypto/dist/openssl/ssl/d1_both.c patch
719 719
720dist/dhcp/client/dhclient.c 1.20 720dist/dhcp/client/dhclient.c 1.20
721 721
722 Limit the length of the address mask before we copy it. 722 Limit the length of the address mask before we copy it.
723 Fixes CVE-2009-0692. 723 Fixes CVE-2009-0692.
724 [tonnerre, ticket #1336] 724 [tonnerre, ticket #1336]
725 725
726dist/dhcp/server/dhcp.c 1.11 726dist/dhcp/server/dhcp.c 1.11
727 727
728 Fix behavior of dhcpd in the case where clientid and hardware 728 Fix behavior of dhcpd in the case where clientid and hardware
729 ethernet definitions are mixed. Fixes a refcount assertion. 729 ethernet definitions are mixed. Fixes a refcount assertion.
730 [tonnerre, ticket #1337] 730 [tonnerre, ticket #1337]
731 731
 732common/lib/libc/hash/sha2/sha2.c patch
 733crypto/dist/openssl/crypto/evp/m_sha1.c patch
 734distrib/sets/lists/base/shl.mi patch
 735distrib/sets/lists/comp/mi patch
 736lib/libc/shlib_version patch
 737lib/libc/hash/sha2/Makefile.inc patch
 738lib/libc/hash/sha2/sha2.3 patch
 739lib/libc/hash/sha2/sha224hl.c patch
 740lib/libc/include/namespace.h patch
 741lib/libcrypto/libc-sha256.c patch
 742lib/libcrypto/libc-sha512.c patch
 743lib/libcrypto/sha.inc patch
 744lib/libcrypto/shlib_version patch
 745sys/sys/sha2.h patch
 746
 747 - Add support for SHA224 to libc
 748 - Fix Big Endian support in some cases
 749 - Use libc support in libcrypto
 750 [joerg, ticket #1338]
 751