diff options
author | Felix Palmen <zirias@FreeBSD.org> | 2022-08-31 18:31:55 +0200 |
---|---|---|
committer | Felix Palmen <zirias@FreeBSD.org> | 2022-08-31 18:47:46 +0200 |
commit | e4add0d91e9608ca80247f6765cc0f37b7cb68a1 (patch) | |
tree | 5b62366220a940b9c4bd9f3fba4dbbe95daf1af7 /UPDATING | |
parent | c18825ce6d0ca97cf6801436bfb5e096ef347479 (diff) | |
download | freebsd-ports-e4add0d91e9608ca80247f6765cc0f37b7cb68a1.zip |
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)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |