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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Thu Feb 6 16:13:48 UTC 2014


    Date: Thursday, February 6, 2014 @ 17:13:48
  Author: foutrelis
Revision: 205520

upgpkg: sudo 1.8.9.p5-1

- New upstream release.
- Build with LDAP support (FS#36809).
- sudo.pam: Change to include system-auth from pambase (FS#38739).

Modified:
  sudo/trunk/PKGBUILD
  sudo/trunk/sudo.pam

----------+
 PKGBUILD |   10 ++++++----
 sudo.pam |    5 +++--
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-06 16:12:44 UTC (rev 205519)
+++ PKGBUILD	2014-02-06 16:13:48 UTC (rev 205520)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sudo
-_sudover=1.8.9p4
+_sudover=1.8.9p5
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
@@ -12,13 +12,13 @@
 url="http://www.sudo.ws/sudo/"
 license=('custom')
 groups=('base-devel')
-depends=('glibc' 'pam')
+depends=('glibc' 'pam' 'libldap')
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
         sudo.pam)
-sha256sums=('1943f9e9409c6542935d2e2d862c48d0d69dcf27288b294b8b537c02f52ac7a7'
+sha256sums=('bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21'
             'SKIP'
-            'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae')
+            'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 
 build() {
   cd "$srcdir/$pkgname-$_sudover"
@@ -29,6 +29,8 @@
     --libexecdir=/usr/lib \
     --with-logfac=auth \
     --with-pam \
+    --with-ldap \
+    --with-ldap-conf-file=/etc/openldap/ldap.conf \
     --with-env-editor \
     --with-passprompt="[sudo] password for %p: " \
     --with-all-insults

Modified: sudo.pam
===================================================================
--- sudo.pam	2014-02-06 16:12:44 UTC (rev 205519)
+++ sudo.pam	2014-02-06 16:13:48 UTC (rev 205520)
@@ -1,3 +1,4 @@
 #%PAM-1.0
-auth		required	pam_unix.so
-auth		required	pam_nologin.so
+auth		include		system-auth
+account		include		system-auth
+session		include		system-auth




More information about the arch-commits mailing list