From 0b5bf13572fca033374dc9a34201e47476fa9549 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 13 Jan 2020 06:03:59 +0000 Subject: [PATCH] www/firefox: document Capsicum usage via UPDATING PR: 243252 Reported by: Jakub Lach Analyzed by: Greg V --- UPDATING | 11 +++++++++++ 1 file changed, 11 insertions(+) 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