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

Evangelos Foutras foutrelis at archlinux.org
Fri Jul 17 15:47:10 UTC 2015


    Date: Friday, July 17, 2015 @ 17:47:10
  Author: foutrelis
Revision: 242319

upgpkg: sudo 1.8.14-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD
Deleted:
  sudo/trunk/sudo.tmpfiles.conf

--------------------+
 PKGBUILD           |   12 ++++--------
 sudo.tmpfiles.conf |    2 --
 2 files changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-17 15:15:44 UTC (rev 242318)
+++ PKGBUILD	2015-07-17 15:47:10 UTC (rev 242319)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sudo
-_sudover=1.8.13
+_sudover=1.8.14
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
@@ -16,11 +16,9 @@
 backup=('etc/sudoers' 'etc/pam.d/sudo')
 install=$pkgname.install
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
-        sudo.tmpfiles.conf
         sudo.pam)
-sha256sums=('e374e5edf2c11c00d6916a9f51cb0ad15e51c7b028370fa15169b07e61e05a25'
+sha256sums=('74308f7bf242f6f997d4c8145849581f06fb6fbe47032b6e87ac664c14b9f6d3'
             'SKIP'
-            'c1de59f1895373ecb39451372abf9a852518ed6eb3401da864e76a1baf2f20ce'
             'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
 
@@ -34,7 +32,9 @@
     --with-rundir=/run/sudo \
     --with-vardir=/var/db/sudo \
     --with-logfac=auth \
+    --enable-tmpfiles.d \
     --with-pam \
+    --with-sssd \
     --with-ldap \
     --with-ldap-conf-file=/etc/openldap/ldap.conf \
     --with-env-editor \
@@ -56,10 +56,6 @@
   rmdir "$pkgdir/run/sudo"
   rmdir "$pkgdir/run"
 
-  # http://bugzilla.sudo.ws/show_bug.cgi?id=689
-  install -Dm644 "$srcdir/sudo.tmpfiles.conf" \
-    "$pkgdir/usr/lib/tmpfiles.d/sudo.conf"
-
   install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
 
   install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"

Deleted: sudo.tmpfiles.conf
===================================================================
--- sudo.tmpfiles.conf	2015-07-17 15:15:44 UTC (rev 242318)
+++ sudo.tmpfiles.conf	2015-07-17 15:47:10 UTC (rev 242319)
@@ -1,2 +0,0 @@
-d /run/sudo 0711 root root
-d /run/sudo/ts 0700 root root



More information about the arch-commits mailing list