aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-13 06:03:59 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-13 06:03:59 +0000
commit0b5bf13572fca033374dc9a34201e47476fa9549 (patch)
tree4c17c988acfff377912f0067f26d8a5d61fcabc2 /UPDATING
parent03d922c1c7fa732b5957198a511e236a461bba3a (diff)
downloadports-0b5bf13572fca033374dc9a34201e47476fa9549.tar.gz
ports-0b5bf13572fca033374dc9a34201e47476fa9549.zip
www/firefox: document Capsicum usage via UPDATING
PR: 243252 Reported by: Jakub Lach Analyzed by: Greg V
Notes
Notes: svn path=/head/; revision=522856
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b3e2a2b46055..4da330e98939 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20200109:
+ AFFECTS: www/firefox
+ AUTHOR: gecko@FreeBSD.org
+
+ Firefox requires Capsicum since r522464 for IPC and in future will
+ require Capsicum for process sandboxing. If you use a custom kernel
+ make sure to copy the following lines from GENERIC kernel:
+
+ options CAPABILITY_MODE # Capsicum capability mode
+ options CAPABILITIES # Capsicum capabilities
+
20200107:
AFFECTS: Users of *-emacs27-* packages
AUTHOR: ashish@FreeBSD.org