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

Evangelos Foutras foutrelis at archlinux.org
Wed Jan 18 13:30:45 UTC 2017


    Date: Wednesday, January 18, 2017 @ 13:30:45
  Author: foutrelis
Revision: 286912

upgpkg: sudo 1.8.19.p2-1

- New upstream release.
- Remove call to systemd-tmpfiles from install script.

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-18 12:13:08 UTC (rev 286911)
+++ PKGBUILD	2017-01-18 13:30:45 UTC (rev 286912)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sudo
-_sudover=1.8.19p1
+_sudover=1.8.19p2
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
         sudo.pam)
-sha256sums=('b8afb1cf8736b6c61f171f2bf4b174818d9e00e92ef73da55fabcd01286ffc92'
+sha256sums=('237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0'
             'SKIP'
             'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')

Modified: sudo.install
===================================================================
--- sudo.install	2017-01-18 12:13:08 UTC (rev 286911)
+++ sudo.install	2017-01-18 13:30:45 UTC (rev 286912)
@@ -1,9 +1,3 @@
-post_install() {
-  if type -P systemd-tmpfiles >/dev/null; then
-    systemd-tmpfiles --create sudo.conf
-  fi
-}
-
 pre_upgrade() {
   # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
   # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
@@ -12,8 +6,4 @@
   fi
 }
 
-post_upgrade() {
-  post_install
-}
-
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list