Fri Apr 17 09:39:59 2015 UTC ()
Ticket 1288.


(msaitoh)
diff -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-6.0.7

cvs diff -r1.1.2.39 -r1.1.2.40 src/doc/Attic/CHANGES-6.0.7 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.0.7 2015/04/16 13:40:55 1.1.2.39
+++ src/doc/Attic/CHANGES-6.0.7 2015/04/17 09:39:58 1.1.2.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0.7,v 1.1.2.39 2015/04/16 13:40:55 msaitoh Exp $ 1# $NetBSD: CHANGES-6.0.7,v 1.1.2.40 2015/04/17 09:39:58 msaitoh Exp $
2 2
3A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7 3A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
4release: 4release:
5 5
6doc/LAST_MINUTE patched by hand 6doc/LAST_MINUTE patched by hand
7doc/README.files patched by hand 7doc/README.files patched by hand
8gnu/usr.bin/groff/tmac/mdoc.local patched by hand 8gnu/usr.bin/groff/tmac/mdoc.local patched by hand
9sys/sys/param.h patched by hand 9sys/sys/param.h patched by hand
10 10
11 Welcome to 6.0.6_PATCH. 11 Welcome to 6.0.6_PATCH.
12 [snj] 12 [snj]
13 13
14sys/compat/freebsd/freebsd_sysctl.c 1.17 14sys/compat/freebsd/freebsd_sysctl.c 1.17
@@ -5967,13 +5967,18 @@ crypto/external/bsd/openssl/lib/libcrypt @@ -5967,13 +5967,18 @@ crypto/external/bsd/openssl/lib/libcrypt
5967 OpenSSL now supports AES-NI in evp, not in an engine. We can 5967 OpenSSL now supports AES-NI in evp, not in an engine. We can
5968 now get rid of the no longer maintained aesni engine, which 5968 now get rid of the no longer maintained aesni engine, which
5969 was broken last summer. Not only can OpenSSL now use AES-NI 5969 was broken last summer. Not only can OpenSSL now use AES-NI
5970 for everything it did before we broke it last summer, but it 5970 for everything it did before we broke it last summer, but it
5971 can also use AES-NI for more encryption modes than before, 5971 can also use AES-NI for more encryption modes than before,
5972 such as CTR. 5972 such as CTR.
5973 [riastradh, ticket #832] 5973 [riastradh, ticket #832]
5974 5974
5975sys/arch/sparc/stand/ofwboot/Locore.c 1.14 5975sys/arch/sparc/stand/ofwboot/Locore.c 1.14
5976 5976
5977 Fix kernel loading failures from partitions started from over first 5977 Fix kernel loading failures from partitions started from over first
5978 4GB of disks on sparc64. 5978 4GB of disks on sparc64.
5979 [nakayama, ticket #1285] 5979 [nakayama, ticket #1285]
 5980
 5981libexec/ld.elf_so/rtld.c 1.176
 5982
 5983 lib/49813: Release mutex on error.
 5984 [joerg, ticket #1288]