Date: Thursday, October 20, 2022 @ 10:08:51
  Author: eworm
Revision: 1332966

upgpkg: at 3.2.5-2: remove the deprecated user_readenv...

... option of pam_env.so. 

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-20 10:02:29 UTC (rev 1332965)
+++ PKGBUILD    2022-10-20 10:08:51 UTC (rev 1332966)
@@ -5,7 +5,7 @@
 
 pkgname=at
 pkgver=3.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='AT and batch delayed command scheduling utility and daemon'
 arch=('x86_64')
 url='https://salsa.debian.org/debian/at'
@@ -23,7 +23,7 @@
 sha256sums=('bb066b389d7c9bb9d84a35738032b85c30cba7d949f758192adc72c9477fd3b8'
             'SKIP'
             'a7048d6dbd8aa4d881979716829d16053b5007c2d83eb2167edd5221f9e48a33'
-            'e51630c26765e88bc9c3046c62bf12c56d9863f22bcf04eb00ccd5eb421c7e18')
+            '663cd2f7c5abf56d1ea3f38dfac8d3e64896f1384ca5e97b7ec6d26fd6afafef')
 
 build() {
   cd "$pkgname-$pkgver"

Modified: pam.conf
===================================================================
--- pam.conf    2022-10-20 10:02:29 UTC (rev 1332965)
+++ pam.conf    2022-10-20 10:08:51 UTC (rev 1332966)
@@ -1,7 +1,7 @@
 #%PAM-1.0
 
 auth           required        pam_unix.so
-auth           required        pam_env.so user_readenv=1
+auth           required        pam_env.so
 
 account                required        pam_access.so
 account                required        pam_unix.so

Reply via email to