Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2023 11:43:53 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d2c839eee0d5 - main - Belatedly document OPIE removal in RELNOTES and UPDATING.
Message-ID:  <202309131143.38DBhrVA066232@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=d2c839eee0d5410095f5984d2126f41f4cf62a00

commit d2c839eee0d5410095f5984d2126f41f4cf62a00
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-09-13 11:43:34 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-09-13 11:43:45 +0000

    Belatedly document OPIE removal in RELNOTES and UPDATING.
    
    MFC after:      3 days
    Reviewed by:    imp, emaste
    Differential Revision:  https://reviews.freebsd.org/D41822
---
 RELNOTES | 7 +++++++
 UPDATING | 6 ++++++
 2 files changed, 13 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 0ff123618e14..f3d717525929 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -148,6 +148,13 @@ f0bc4ed144fc:
 	instructions may be probed instead of logical entry and return
 	instructions.  The provider is currently amd64-only.
 
+0aa2700123e2:
+	OPIE has been removed from the base system.  If you still wish
+	to use it, install the security/opie port.  Otherwise, make
+	sure to remove or comment out any mention of pam_opie and
+	pam_opieaccess from your PAM policies (etcupdate will normally
+	take care of this for the stock policies).
+
 0eea46fb1f83:
 	Removed telnetd.
 
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309131143.38DBhrVA066232>