[arch-commits] Commit in at/trunk (PKGBUILD pam.conf)

Christian Hesse eworm at archlinux.org
Wed Feb 20 20:14:19 UTC 2019


    Date: Wednesday, February 20, 2019 @ 20:14:16
  Author: eworm
Revision: 434785

upgpkg: at 3.1.23-3

add pam_env.so for auth, as upstream does

Modified:
  at/trunk/PKGBUILD
  at/trunk/pam.conf

----------+
 PKGBUILD |    4 ++--
 pam.conf |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-20 19:44:47 UTC (rev 434784)
+++ PKGBUILD	2019-02-20 20:14:16 UTC (rev 434785)
@@ -5,7 +5,7 @@
 
 pkgname=at
 pkgver=3.1.23
-pkgrel=2
+pkgrel=3
 pkgdesc='AT and batch delayed command scheduling utility and daemon'
 arch=('x86_64')
 url='http://blog.calhariz.com/tag/at'
@@ -21,7 +21,7 @@
         'pam.conf')
 sha256sums=('97450aa954aaa8a70218cc8e61a33df9fee9f86527e9f861de302fb7a3c81710'
             'SKIP'
-            '8942154ed4d9ce9789064bacab934409ae5fcd5d93babb061792c67e09c0b96e')
+            'e51630c26765e88bc9c3046c62bf12c56d9863f22bcf04eb00ccd5eb421c7e18')
 
 build() {
   cd "$pkgname-$pkgver"

Modified: pam.conf
===================================================================
--- pam.conf	2019-02-20 19:44:47 UTC (rev 434784)
+++ pam.conf	2019-02-20 20:14:16 UTC (rev 434785)
@@ -1,6 +1,7 @@
 #%PAM-1.0
 
 auth		required	pam_unix.so
+auth		required	pam_env.so user_readenv=1
 
 account		required	pam_access.so
 account		required	pam_unix.so



More information about the arch-commits mailing list