Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Note that we need to clean objdir for the OpenSSL update.
details: https://anonhg.NetBSD.org/src/rev/72153f180520
branches: trunk
changeset: 433624:72153f180520
user: martin <martin%NetBSD.org@localhost>
date: Mon Sep 24 13:18:35 2018 +0000
description:
Note that we need to clean objdir for the OpenSSL update.
diffstat:
UPDATING | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 4780e72b042a -r 72153f180520 UPDATING
--- a/UPDATING Mon Sep 24 11:03:39 2018 +0000
+++ b/UPDATING Mon Sep 24 13:18:35 2018 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index