summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-03-03 23:26:48 +0000
committerdelphij <delphij@FreeBSD.org>2014-03-03 23:26:48 +0000
commitda8783a6ce44a6f4cbb4954b436fd8b85287d431 (patch)
treee851ac76eb707e43e234249e53027c8b4f73fdf8
parentd8c11794301033d6dcb451931b35f9fc953ef97c (diff)
downloadFreeBSD-src-da8783a6ce44a6f4cbb4954b436fd8b85287d431.zip
FreeBSD-src-da8783a6ce44a6f4cbb4954b436fd8b85287d431.tar.gz
Document the fact that OpenSSH default configuration requires Capsicum
capability mode support in kernel, which have been worked around later but it's still recommended to have it enabled.
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b487d78e..4293555 100644
--- a/UPDATING
+++ b/UPDATING
@@ -52,6 +52,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
has now been fixed, but any C++ applications or shared libraries built
between r261283 and r261801 should be recompiled.
+20140204:
+ OpenSSH will now ignore errors caused by kernel lacking of Capsicum
+ capability mode support. Please note that enabling the feature in
+ kernel is still highly recommended.
+
+20140131:
+ OpenSSH is now built with sandbox support, and will use sandbox as
+ the default privilege separation method. This requires Capsicum
+ capability mode support in kernel.
+
20140128:
The libelf and libdwarf libraries have been updated to newer
versions from upstream. Shared library version numbers for
OpenPOWER on IntegriCloud