Module Name: src
Committed By: dholland
Date: Wed Aug 22 04:16:47 UTC 2012
Modified Files:
src: UPDATING
Log Message:
Add note about cleaning required by last month's openssl update.
Closes PR 46816.
To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 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.237 src/UPDATING:1.238
--- src/UPDATING:1.237 Mon May 7 11:20:24 2012
+++ src/UPDATING Wed Aug 22 04:16:47 2012
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.237 2012/05/07 11:20:24 wiz Exp $
+$NetBSD: UPDATING,v 1.238 2012/08/22 04:16:47 dholland 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
@@ -16,6 +16,12 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20120726:
+ The update of openssl requires cleaning both the openssl build
+ directory and DESTDIR; update builds done without taking these
+ steps may fail, or if not, have been observed to cause
+ third-party software to link incorrectly.
+
20120507:
The database schema for makemandb was changed. You will
need to update the database using 'makemandb -f' or wait