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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sat Mar 15 14:54:42 UTC 2014


    Date: Saturday, March 15, 2014 @ 15:54:42
  Author: foutrelis
Revision: 207956

upgpkg: sudo 1.8.10.p1-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD
  sudo/trunk/sudo.install

--------------+
 PKGBUILD     |    5 +++--
 sudo.install |    4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-15 14:36:55 UTC (rev 207955)
+++ PKGBUILD	2014-03-15 14:54:42 UTC (rev 207956)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sudo
-_sudover=1.8.10
+_sudover=1.8.10p1
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
@@ -18,7 +18,7 @@
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
         sudo.tmpfiles.conf
         sudo.pam)
-sha256sums=('781296ec571e2595cfaa13846902ea03684ef826f261d61e6705da90a4f904aa'
+sha256sums=('bc0426b315c6e9d470b6fdb8d6afa6d924332c1ad24c8303f6b52e81fa1f32fb'
             'SKIP'
             '080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
             'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
@@ -31,6 +31,7 @@
     --sbindir=/usr/bin \
     --libexecdir=/usr/lib \
     --with-rundir=/run/sudo \
+    --with-vardir=/var/db/sudo \
     --with-logfac=auth \
     --with-pam \
     --with-ldap \

Modified: sudo.install
===================================================================
--- sudo.install	2014-03-15 14:36:55 UTC (rev 207955)
+++ sudo.install	2014-03-15 14:54:42 UTC (rev 207956)
@@ -1,5 +1,7 @@
 post_install() {
-  type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --create sudo.conf
+  if type -P systemd-tmpfiles >/dev/null; then
+    systemd-tmpfiles --create sudo.conf
+  fi
 }
 
 pre_upgrade() {




More information about the arch-commits mailing list