Module Name: src
Committed By: martin
Date: Mon Mar 25 15:54:20 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1819 - #1823
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.141 -r1.1.2.142 src/doc/CHANGES-9.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-9.4
diff -u src/doc/CHANGES-9.4:1.1.2.141 src/doc/CHANGES-9.4:1.1.2.142
--- src/doc/CHANGES-9.4:1.1.2.141 Tue Mar 12 12:45:42 2024
+++ src/doc/CHANGES-9.4 Mon Mar 25 15:54:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.141 2024/03/12 12:45:42 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.142 2024/03/25 15:54:20 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -13497,3 +13497,40 @@ usr.bin/audio/record/record.c
- audiorecord manual gained useful examples
[mrg, ticket #1818]
+crypto/external/bsd/openssl/dist/include/crypto/sha.h 1.2 (patch)
+crypto/external/bsd/openssl/dist/providers/implementations/digests/sha2_prov.c 1.2 (patch)
+ (applied to crypto/external/bsd/openssl/dist/crypto/evp/m_sha1.c)
+crypto/external/bsd/openssl/lib/libcrypto/libc-sha2xx.c 1.4 (patch)
+distrib/sets/lists/debug/mi 1.430 (patch)
+distrib/sets/lists/tests/mi 1.1311 (patch)
+tests/crypto/libcrypto/Makefile 1.16 (patch)
+tests/crypto/libcrypto/t_sha512trunc.c 1.1,1.2 (patch)
+
+ openssl: PR 58039: avoid buffer overrun in SHA512/256 and
+ SHA512/224 output.
+ [riastradh, ticket #1819]
+
+usr.bin/audio/common/wav.c 1.24
+
+ audioplay(1): avoid errors when a file has zero-length data.
+ [mrg, ticket #1821]
+
+distrib/amd64/ramdisks/common/Makefile.ramdisk 1.17
+distrib/i386/ramdisks/common/Makefile.ramdisk 1.16
+etc/etc.amd64/Makefile.inc 1.17
+etc/etc.i386/Makefile.inc 1.70
+
+ x86: PR 57534: release the zfs and cgd ramdisks too.
+ [riastradh, ticket #1820]
+
+sys/dev/qbus/if_qe.c 1.82
+
+ vax/qe(4): PR 58068: fix crash on various ifconfig operations.
+ [riastradh, ticket #1822]
+
+external/gpl2/groff/dist/tmac/doc.tmac 1.3
+
+ doc.tmac: PR 58074: .Lk - handle punctuation without anchor-text
+ correctly.
+ [uwe, ticket #1823]
+