git: e4add0d91e96 - main - UPDATING: Add entry for x11/xscreensaver
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 16:48:22 UTC
The branch main has been updated by zirias:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e4add0d91e9608ca80247f6765cc0f37b7cb68a1
commit e4add0d91e9608ca80247f6765cc0f37b7cb68a1
Author: Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2022-08-31 16:31:55 +0000
Commit: Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2022-08-31 16:47:46 +0000
UPDATING: Add entry for x11/xscreensaver
Warn about crashing pam_exec.so on 13.1-RELEASE prior to -p1.
PR: 264361
Approved by: tcberner (mentor)
---
UPDATING | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/UPDATING b/UPDATING
index b2f740123be1..afce7b273036 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20220831:
+ AFFECTS: users of x11/xscreensaver on 13.1-RELEASE
+ AUTHOR: zirias@FreeBSD.org
+
+ With the update to 6.04, xscreensaver now uses security/unix-selfauth-helper
+ for PAM authentication. This relies on pam_exec.so, which had a bug causing
+ a segfault on authentication attempts prior to 13.1-RELEASE-p1. For details,
+ please see
+ https://www.freebsd.org/security/advisories/FreeBSD-EN-22:19.pam_exec.asc
+
+ Make sure your system is fully upgraded, otherwise you might be unable to
+ unlock your screen.
+
20220825:
AFFECTS: users of net/xrdp or net/xrdp-devel
AUTHOR: meta@FreeBSD.org