summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-03-06 13:20:38 +0000
committerjmmv <jmmv@FreeBSD.org>2014-03-06 13:20:38 +0000
commit16411e2c8037afd4bccaee5ea6892c2b98c2193e (patch)
tree67423e5f21e64a707fbeb882b3c143610ee4511f /UPDATING
parent1d275c07c24a6ac00d3d1401553e8ccf196a4ad7 (diff)
downloadFreeBSD-src-16411e2c8037afd4bccaee5ea6892c2b98c2193e.zip
FreeBSD-src-16411e2c8037afd4bccaee5ea6892c2b98c2193e.tar.gz
MFC various fixes for the ATF tests.
- r260505 Allow tests to provide a Kyuafile when they relied on auto-generation. - r260525 Respect the original layout of the atf-{c,c++} tests. - r260526 Fix path to the process_helpers for the libatf-c++ tests. - r260576 Generate and install pkg-config files for atf. - r260577 Add atf pkg-config files from the vendor branch. - r260584 Prevent misc_helpers from running as a test.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 081ec6f..174a375 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,14 @@ stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20140306:
+ If a Makefile in a tests/ directory was auto-generating a Kyuafile
+ instead of providing an explicit one, this would prevent such
+ Makefile from providing its own Kyuafile in the future during
+ NO_CLEAN builds. This has been fixed in the Makefiles but manual
+ intervention is needed to clean an objdir if you use NO_CLEAN:
+ # find /usr/obj -name Kyuafile | xargs rm -f
+
20140303:
OpenSSH will now ignore errors caused by kernel lacking of Capsicum
capability mode support. Please note that enabling the feature in
OpenPOWER on IntegriCloud