Wed Mar 31 13:52:02 2021 UTC ()
Tickets #1238 - #1240


(martin)
diff -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-9.2

cvs diff -r1.1.2.62 -r1.1.2.63 src/doc/Attic/CHANGES-9.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.2 2021/03/28 18:23:56 1.1.2.62
+++ src/doc/Attic/CHANGES-9.2 2021/03/31 13:52:02 1.1.2.63
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.2,v 1.1.2.62 2021/03/28 18:23:56 martin Exp $ 1# $NetBSD: CHANGES-9.2,v 1.1.2.63 2021/03/31 13:52:02 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2 3A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 9.1_STABLE. 9 Welcome to 9.1_STABLE.
10 [martin] 10 [martin]
11 11
12xsrc/external/mit/freetype/dist/builds/unix/ftconfig.h.in up to 1.1.1.1 12xsrc/external/mit/freetype/dist/builds/unix/ftconfig.h.in up to 1.1.1.1
13xsrc/external/mit/freetype/dist/builds/unix/ax_compare_version.m4 up to 1.1.1.1 13xsrc/external/mit/freetype/dist/builds/unix/ax_compare_version.m4 up to 1.1.1.1
14xsrc/external/mit/freetype/dist/builds/unix/ax_prog_python_version.m4 up to 1.1.1.1 14xsrc/external/mit/freetype/dist/builds/unix/ax_prog_python_version.m4 up to 1.1.1.1
@@ -2859,13 +2859,29 @@ crypto/external/bsd/openssl/lib/libcrypt @@ -2859,13 +2859,29 @@ crypto/external/bsd/openssl/lib/libcrypt
2859crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.1 up to 1.20 2859crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.1 up to 1.20
2860crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store-file.7 up to 1.3 2860crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store-file.7 up to 1.3
2861crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store.7 up to 1.3 2861crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store.7 up to 1.3
2862crypto/external/bsd/openssl/lib/libcrypto/man/passphrase-encoding.7 up to 1.3 2862crypto/external/bsd/openssl/lib/libcrypto/man/passphrase-encoding.7 up to 1.3
2863crypto/external/bsd/openssl/lib/libcrypto/man/scrypt.7 up to 1.3 2863crypto/external/bsd/openssl/lib/libcrypto/man/scrypt.7 up to 1.3
2864crypto/external/bsd/openssl/lib/libcrypto/man/ssl.7 up to 1.3 2864crypto/external/bsd/openssl/lib/libcrypto/man/ssl.7 up to 1.3
2865crypto/external/bsd/openssl/lib/libcrypto/man/x509.7 up to 1.3 2865crypto/external/bsd/openssl/lib/libcrypto/man/x509.7 up to 1.3
2866crypto/external/bsd/openssl/lib/libcrypto/man/x509v3_config.5 up to 1.3 2866crypto/external/bsd/openssl/lib/libcrypto/man/x509v3_config.5 up to 1.3
2867doc/3RDPARTY (manually edited) 2867doc/3RDPARTY (manually edited)
2868 2868
2869 Import OpenSSL 1.1.1k. 2869 Import OpenSSL 1.1.1k.
2870 [christos, ticket #1237] 2870 [christos, ticket #1237]
2871 2871
 2872sys/arch/arm/cortex/gic.c 1.47
 2873
 2874 PR 55243: only target the boot cpu for real with SPI interrupts.
 2875 [skrll, ticket #1238]
 2876
 2877sys/arch/sparc/dev/audioamd.c (apply patch)
 2878
 2879 PR 56078: fix sparc audioamd(4) locking.
 2880 [tsutsui, ticket #1239]
 2881
 2882sys/arch/sparc/sparc/trap.c 1.199
 2883
 2884 PR 55573: remove kernel message about disabled coprocessor
 2885 instructions.
 2886 [christos, ticket #1240]
 2887