From 0959f2bb54a685807217ea93b53db25a8ce9181e Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 13 Jun 2020 20:40:31 +0000 Subject: Sat Jun 13 20:40:31 UTC 2020 a/pam-1.4.0-x86_64-1.txz: Upgraded. IMPORTANT NOTE: This update removes the pam_cracklib and pam_tally2 modules. None of our current configuration files in /etc/pam.d/ use either of those, but if the configuration files on your machine do you'll need to comment out or remove those lines, otherwise you may experience login failures. a/shadow-4.8.1-x86_64-9.txz: Rebuilt. /etc/pam.d/system-auth: prefix lines that call pam_gnome_keyring.so with '-' to avoid spamming the logs about failures. a/sysvinit-scripts-2.1-noarch-32.txz: Rebuilt. rc.S: create /var/run/faillock directory for pam_faillock(8). a/util-linux-2.35.2-x86_64-2.txz: Rebuilt. /etc/pam.d/login: change the example for locking an account for too many failed login attempts to use pam_faillock instead of pam_tally2. l/imagemagick-7.0.10_19-x86_64-1.txz: Upgraded. l/libzip-1.7.1-x86_64-1.txz: Upgraded. n/openssh-8.3p1-x86_64-2.txz: Rebuilt. /etc/pam.d/sshd: change the example for locking an account for too many failed login attempts to use pam_faillock instead of pam_tally2. --- source/a/shadow/pam.d/system-auth | 4 ++-- source/a/shadow/shadow.SlackBuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/a/shadow') diff --git a/source/a/shadow/pam.d/system-auth b/source/a/shadow/pam.d/system-auth index c1d77dbdc..d504e232c 100644 --- a/source/a/shadow/pam.d/system-auth +++ b/source/a/shadow/pam.d/system-auth @@ -12,7 +12,7 @@ auth required pam_env.so auth optional pam_group.so auth sufficient pam_unix.so likeauth nullok auth required pam_deny.so -auth optional pam_gnome_keyring.so +-auth optional pam_gnome_keyring.so ################## # Account checks # @@ -67,4 +67,4 @@ session required pam_limits.so session required pam_unix.so #session required pam_lastlog.so showfailed #session optional pam_mail.so standard -session optional pam_gnome_keyring.so auto_start +-session optional pam_gnome_keyring.so auto_start diff --git a/source/a/shadow/shadow.SlackBuild b/source/a/shadow/shadow.SlackBuild index 403268789..a37b2ef3d 100755 --- a/source/a/shadow/shadow.SlackBuild +++ b/source/a/shadow/shadow.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=shadow VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-8} +BUILD=${BUILD:-9} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then -- cgit v1.2.3-65-gdbad