Module Name: src
Committed By: martin
Date: Tue Jul 11 15:05:17 UTC 2023
Modified Files:
src: UPDATING
Log Message:
Belatedly add an entry for the openssl version switch - it may cause
subtle test failures after update builds (files with same installed
name created from different sources depending on openssl version).
To generate a diff of this commit:
cvs rdiff -u -r1.339 -r1.340 src/UPDATING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/UPDATING
diff -u src/UPDATING:1.339 src/UPDATING:1.340
--- src/UPDATING:1.339 Sun Jun 4 16:14:59 2023
+++ src/UPDATING Tue Jul 11 15:05:17 2023
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.339 2023/06/04 16:14:59 martin Exp $
+$NetBSD: UPDATING,v 1.340 2023/07/11 15:05:17 martin Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -29,6 +29,12 @@ Recent changes:
ctfmerge was fixed as macOS host tool. This may require a clean tools
rebuild to detect the update to tools/compat/configure.
+20230515:
+ New openssl build requires removal of the crypto/external/bsd/openssl
+ and tests/crypto/libcrypto subdirectories in the ${OBJDIR} hierachy.
+ Otherwise test results may be wrong due to wrong "golden" output
+ files being installed.
+
20230322:
Fixes for moved /lib/libisns* mean that builds will complain about
./usr/lib/libisns* being missing until src/lib/libisns is forced