[arch-commits] Commit in pambase/trunk (PKGBUILD system-auth)

Christian Hesse eworm at archlinux.org
Sat Jun 5 21:10:47 UTC 2021


    Date: Saturday, June 5, 2021 @ 21:10:46
  Author: eworm
Revision: 417170

upgpkg: pambase 20210605-1: hash with sha512 by default

Modified:
  pambase/trunk/PKGBUILD
  pambase/trunk/system-auth

-------------+
 PKGBUILD    |    6 +++---
 system-auth |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-05 20:33:16 UTC (rev 417169)
+++ PKGBUILD	2021-06-05 21:10:46 UTC (rev 417170)
@@ -1,8 +1,8 @@
 # Maintainer: Dave Reisner <dreisner at archlinux.org>
 
 pkgname=pambase
-pkgver=20200721.1
-pkgrel=2
+pkgver=20210605
+pkgrel=1
 pkgdesc="Base PAM configuration for services"
 arch=('any')
 url="https://www.archlinux.org"
@@ -19,7 +19,7 @@
         'etc/pam.d/system-remote-login'
         'etc/pam.d/system-services'
         'etc/pam.d/other')
-sha256sums=('89d62406b2d623a76d53c33aca98ce8ee124ed4a450ff6c8a44cfccca78baa2f'
+sha256sums=('e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee'
             '005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
             '2ed270c2789526336cc6479e63f6263b5c6f41cfc829a17a449a38621b6bf020'
             '005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'

Modified: system-auth
===================================================================
--- system-auth	2021-06-05 20:33:16 UTC (rev 417169)
+++ system-auth	2021-06-05 21:10:46 UTC (rev 417170)
@@ -18,7 +18,7 @@
 account    required                    pam_time.so
 
 -password  [success=1 default=ignore]  pam_systemd_home.so
-password   required                    pam_unix.so          try_first_pass nullok shadow
+password   required                    pam_unix.so          try_first_pass nullok shadow sha512
 password   optional                    pam_permit.so
 
 session    required                    pam_limits.so



More information about the arch-commits mailing list