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 context 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,4 +1,4 @@
-#	$NetBSD: CHANGES-4.0.2,v 1.1.2.46 2009/07/17 05:48:19 snj Exp $
+#	$NetBSD: CHANGES-4.0.2,v 1.1.2.47 2009/07/22 22:40:52 snj Exp $
 
 A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
 release:
@@ -728,4 +728,24 @@
 	Fix behavior of dhcpd in the case where clientid and hardware
 	ethernet definitions are mixed. Fixes a refcount assertion.
 	[tonnerre, ticket #1337]
+
+common/lib/libc/hash/sha2/sha2.c		patch
+crypto/dist/openssl/crypto/evp/m_sha1.c		patch
+distrib/sets/lists/base/shl.mi			patch
+distrib/sets/lists/comp/mi			patch
+lib/libc/shlib_version				patch
+lib/libc/hash/sha2/Makefile.inc			patch
+lib/libc/hash/sha2/sha2.3			patch
+lib/libc/hash/sha2/sha224hl.c			patch
+lib/libc/include/namespace.h			patch
+lib/libcrypto/libc-sha256.c			patch
+lib/libcrypto/libc-sha512.c			patch
+lib/libcrypto/sha.inc				patch
+lib/libcrypto/shlib_version			patch
+sys/sys/sha2.h					patch
+
+	- Add support for SHA224 to libc
+	- Fix Big Endian support in some cases
+	- Use libc support in libcrypto
+	[joerg, ticket #1338]