From d220d7fd6b0df13bcdc6ed3731dcfba1c0d54b65 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 24 Sep 2018 13:18:35 +0000 Subject: [PATCH] Note that we need to clean objdir for the OpenSSL update. --- UPDATING | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index f907b57200d74..f703436f1b42f 100644 --- a/UPDATING +++ b/UPDATING @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.297 2018/07/17 19:13:53 joerg Exp $ +$NetBSD: UPDATING,v 1.298 2018/09/24 13:18:35 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 @@ -19,6 +19,11 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20180924: + A newer OpenSSL version has been imported. If you are doing + update builds, make sure to remove all old obj dirs, like: + cd /usr/obj && find . -type d -name openssl | xargs rm -rf + 20180717: On aarch64 int64_t and related types have changed from long long to long. This requires recompiling all C++ binaries.