diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-05-18 23:30:26 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-05-19 08:59:53 +0200 |
commit | bb7dc1ffb7eb47db06eded668ce6c9e8eaa9cec0 (patch) | |
tree | 8d9835e5b3c1b0dff6059afab270c49cc79fb695 /source | |
parent | ffef56590d68c334819ecf26118a257bdafccf6b (diff) | |
download | current-bb7dc1ffb7eb47db06eded668ce6c9e8eaa9cec0.tar.gz |
Mon May 18 23:30:26 UTC 202020200518233026
d/Cython-0.29.18-x86_64-1.txz: Upgraded.
kde/kde-workspace-4.11.22-x86_64-8.txz: Rebuilt.
Added /etc/pam.d/kde-np to fix KDM autologin.
Thanks to USUARIONUEVO for the bug report.
l/gnu-efi-3.0.12-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/d/Cython/Cython.SlackBuild | 2 | ||||
-rw-r--r-- | source/kde/build/kde-workspace | 2 | ||||
-rw-r--r-- | source/kde/doinst.sh/kde-workspace | 3 | ||||
-rw-r--r-- | source/kde/post-install/kde-workspace.post-install | 3 | ||||
-rw-r--r-- | source/kde/post-install/kde-workspace/config/kde-np.pamd | 10 | ||||
-rw-r--r-- | source/l/gnu-efi/gnu-efi.url | 2 |
6 files changed, 19 insertions, 3 deletions
diff --git a/source/d/Cython/Cython.SlackBuild b/source/d/Cython/Cython.SlackBuild index 843f3ef1..d2893f07 100755 --- a/source/d/Cython/Cython.SlackBuild +++ b/source/d/Cython/Cython.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=Cython VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/kde/build/kde-workspace b/source/kde/build/kde-workspace index 7f8f011e..45a4fb75 100644 --- a/source/kde/build/kde-workspace +++ b/source/kde/build/kde-workspace @@ -1 +1 @@ -7 +8 diff --git a/source/kde/doinst.sh/kde-workspace b/source/kde/doinst.sh/kde-workspace index 796b2956..91bd6bc6 100644 --- a/source/kde/doinst.sh/kde-workspace +++ b/source/kde/doinst.sh/kde-workspace @@ -18,6 +18,9 @@ config etc/kde/kdm/kdmrc.new if [ -r etc/pam.d/kde.new ]; then config etc/pam.d/kde.new fi +if [ -r etc/pam.d/kde-np.new ]; then + config etc/pam.d/kde-np.new +fi if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 diff --git a/source/kde/post-install/kde-workspace.post-install b/source/kde/post-install/kde-workspace.post-install index 8dbc910d..915587ee 100644 --- a/source/kde/post-install/kde-workspace.post-install +++ b/source/kde/post-install/kde-workspace.post-install @@ -45,6 +45,9 @@ if [ -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then cp -a $CWD/post-install/kde-workspace/config/kde.pamd $PKG/etc/pam.d/kde.new chown root:root $PKG/etc/pam.d/kde.new chmod 644 $PKG/etc/pam.d/kde.new + cp -a $CWD/post-install/kde-workspace/config/kde-np.pamd $PKG/etc/pam.d/kde-np.new + chown root:root $PKG/etc/pam.d/kde-np.new + chmod 644 $PKG/etc/pam.d/kde-np.new fi # Move the KDM files someplace FHS compliant: diff --git a/source/kde/post-install/kde-workspace/config/kde-np.pamd b/source/kde/post-install/kde-workspace/config/kde-np.pamd new file mode 100644 index 00000000..01352824 --- /dev/null +++ b/source/kde/post-install/kde-workspace/config/kde-np.pamd @@ -0,0 +1,10 @@ +#%PAM-1.0 +auth requisite pam_nologin.so +auth required pam_env.so + +auth required pam_succeed_if.so uid >= 1000 quiet +auth required pam_permit.so + +account include system-auth +password include system-auth +session include system-auth diff --git a/source/l/gnu-efi/gnu-efi.url b/source/l/gnu-efi/gnu-efi.url index 1517b257..f8534125 100644 --- a/source/l/gnu-efi/gnu-efi.url +++ b/source/l/gnu-efi/gnu-efi.url @@ -1 +1 @@ -https://downloads.sourceforge.net/gnu-efi/gnu-efi-3.0.11.tar.bz2 +https://downloads.sourceforge.net/gnu-efi/gnu-efi-3.0.12.tar.bz2 |