aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2023-09-13 11:43:34 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2023-09-13 11:43:45 +0000
commitd2c839eee0d5410095f5984d2126f41f4cf62a00 (patch)
treee16ad75e0469a4d3d997b115ee8b9dc2db2985f7 /UPDATING
parent7d45cdbad4d7905239404e1abc25dbbae4658446 (diff)
downloadsrc-d2c839eee0d5410095f5984d2126f41f4cf62a00.tar.gz
src-d2c839eee0d5410095f5984d2126f41f4cf62a00.zip
Belatedly document OPIE removal in RELNOTES and UPDATING.
MFC after: 3 days Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41822
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b370f2f3ebb4..59788ab2c15d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -207,6 +207,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
after upgrading to restore all the component that were previously
installed.
+20221002:
+ OPIE has been removed from the base system. If needed, it can
+ be installed from ports (security/opie) or packages (opie).
+ Otherwise, make sure that your PAM policies do not reference
+ pam_opie or pam_opieaccess.
+
20220610:
LinuxKPI pm.h changes require an update to the latest drm-kmod version
before re-compiling to avoid errors.