[arch-commits] Commit in sudo/repos (18 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Feb 10 16:59:48 UTC 2015
Date: Tuesday, February 10, 2015 @ 17:59:47
Author: foutrelis
Revision: 231228
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
sudo/repos/testing-i686/PKGBUILD
(from rev 231227, sudo/trunk/PKGBUILD)
sudo/repos/testing-i686/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
(from rev 231227, sudo/trunk/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch)
sudo/repos/testing-i686/sudo.install
(from rev 231227, sudo/trunk/sudo.install)
sudo/repos/testing-i686/sudo.pam
(from rev 231227, sudo/trunk/sudo.pam)
sudo/repos/testing-i686/sudo.tmpfiles.conf
(from rev 231227, sudo/trunk/sudo.tmpfiles.conf)
sudo/repos/testing-x86_64/PKGBUILD
(from rev 231227, sudo/trunk/PKGBUILD)
sudo/repos/testing-x86_64/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
(from rev 231227, sudo/trunk/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch)
sudo/repos/testing-x86_64/sudo.install
(from rev 231227, sudo/trunk/sudo.install)
sudo/repos/testing-x86_64/sudo.pam
(from rev 231227, sudo/trunk/sudo.pam)
sudo/repos/testing-x86_64/sudo.tmpfiles.conf
(from rev 231227, sudo/trunk/sudo.tmpfiles.conf)
Deleted:
sudo/repos/testing-i686/PKGBUILD
sudo/repos/testing-i686/sudo.install
sudo/repos/testing-i686/sudo.pam
sudo/repos/testing-i686/sudo.tmpfiles.conf
sudo/repos/testing-x86_64/PKGBUILD
sudo/repos/testing-x86_64/sudo.install
sudo/repos/testing-x86_64/sudo.pam
sudo/repos/testing-x86_64/sudo.tmpfiles.conf
---------------------------------------------------------------------+
/PKGBUILD | 152 ++++++++++
/sudo.install | 38 ++
/sudo.pam | 8
/sudo.tmpfiles.conf | 2
testing-i686/PKGBUILD | 74 ----
testing-i686/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch | 41 ++
testing-i686/sudo.install | 19 -
testing-i686/sudo.pam | 4
testing-i686/sudo.tmpfiles.conf | 1
testing-x86_64/PKGBUILD | 74 ----
testing-x86_64/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch | 41 ++
testing-x86_64/sudo.install | 19 -
testing-x86_64/sudo.pam | 4
testing-x86_64/sudo.tmpfiles.conf | 1
14 files changed, 282 insertions(+), 196 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2015-02-10 16:59:07 UTC (rev 231227)
+++ testing-i686/PKGBUILD 2015-02-10 16:59:47 UTC (rev 231228)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=sudo
-_sudover=1.8.12
-pkgver=${_sudover/p/.p}
-pkgrel=1
-pkgdesc="Give certain users the ability to run some commands as root"
-arch=('i686' 'x86_64')
-url="http://www.sudo.ws/sudo/"
-license=('custom')
-groups=('base-devel')
-depends=('glibc' 'pam' 'libldap')
-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=('163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0'
- 'SKIP'
- '080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
- 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
-validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
-
-prepare() {
- cd "$srcdir/$pkgname-$_sudover"
-
- # http://bugzilla.sudo.ws/show_bug.cgi?id=682
- sed -i 's|\(exampledir = \).*|\1 at docdir@/examples|' {examples/,}Makefile.in
-}
-
-build() {
- cd "$srcdir/$pkgname-$_sudover"
-
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --libexecdir=/usr/lib \
- --with-rundir=/run/sudo \
- --with-vardir=/var/db/sudo \
- --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
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-$_sudover"
- make check
-}
-
-package() {
- cd "$srcdir/$pkgname-$_sudover"
- make DESTDIR="$pkgdir" install
-
- # Remove /run/sudo directory from the package; we create it using tmpfiles.d
- rmdir "$pkgdir/run/sudo"
- rmdir "$pkgdir/run"
-
- 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"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: sudo/repos/testing-i686/PKGBUILD (from rev 231227, sudo/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=sudo
+_sudover=1.8.12
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="http://www.sudo.ws/sudo/"
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+ sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
+ sudo.tmpfiles.conf
+ sudo.pam)
+sha256sums=('163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0'
+ 'SKIP'
+ 'a6b3a6066df7fec1bd31cdff33770640bccedb3d57461f61a8b238abea8799b0'
+ '080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
+ 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+prepare() {
+ cd "$srcdir/$pkgname-$_sudover"
+
+ # http://bugzilla.sudo.ws/show_bug.cgi?id=682
+ patch -Np1 -i ../sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
+}
+
+build() {
+ cd "$srcdir/$pkgname-$_sudover"
+
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --libexecdir=/usr/lib \
+ --with-rundir=/run/sudo \
+ --with-vardir=/var/db/sudo \
+ --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
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$_sudover"
+ make check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$_sudover"
+ make DESTDIR="$pkgdir" install
+
+ # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+ rmdir "$pkgdir/run/sudo"
+ rmdir "$pkgdir/run"
+
+ 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"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: sudo/repos/testing-i686/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch (from rev 231227, sudo/trunk/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch)
===================================================================
--- testing-i686/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch (rev 0)
+++ testing-i686/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1,41 @@
+# HG changeset patch
+# User Todd C. Miller <Todd.Miller at courtesan.com>
+# Date 1423587009 25200
+# Tue Feb 10 09:50:09 2015 -0700
+# Node ID 494d9a0484b66ab9c559d5efe2ee7bdf0803e747
+# Parent 91859f613b88b1653e59ade2330fecd823b12491
+Move example dir under the doc dir to conform to Debian guidelines.
+Bug #682.
+
+diff -r 91859f613b88 -r 494d9a0484b6 Makefile.in
+--- a/Makefile.in Tue Feb 10 09:37:10 2015 -0700
++++ b/Makefile.in Tue Feb 10 09:50:09 2015 -0700
+@@ -1,5 +1,5 @@
+ #
+-# Copyright (c) 2010-2014 Todd C. Miller <Todd.Miller at courtesan.com>
++# Copyright (c) 2010-2015 Todd C. Miller <Todd.Miller at courtesan.com>
+ #
+ # Permission to use, copy, modify, and distribute this software for any
+ # purpose with or without fee is hereby granted, provided that the above
+@@ -32,7 +32,7 @@
+ localedir = @localedir@
+ localstatedir = @localstatedir@
+ docdir = @docdir@
+-exampledir = $(datarootdir)/examples/$(PACKAGE_TARNAME)
++exampledir = $(docdir)/examples
+ mandir = @mandir@
+ rundir = @rundir@
+ vardir = @vardir@
+diff -r 91859f613b88 -r 494d9a0484b6 examples/Makefile.in
+--- a/examples/Makefile.in Tue Feb 10 09:37:10 2015 -0700
++++ b/examples/Makefile.in Tue Feb 10 09:50:09 2015 -0700
+@@ -20,7 +20,8 @@
+ #### Start of system configuration section. ####
+
+ srcdir = @srcdir@
+-exampledir = $(datarootdir)/examples/$(PACKAGE_TARNAME)
++docdir = @docdir@
++exampledir = $(docdir)/examples
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+
Deleted: testing-i686/sudo.install
===================================================================
--- testing-i686/sudo.install 2015-02-10 16:59:07 UTC (rev 231227)
+++ testing-i686/sudo.install 2015-02-10 16:59:47 UTC (rev 231228)
@@ -1,19 +0,0 @@
-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
- if (($(vercmp $2 1.8.10-1) < 0)); then
- chmod 0711 var/db/sudo
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: sudo/repos/testing-i686/sudo.install (from rev 231227, sudo/trunk/sudo.install)
===================================================================
--- testing-i686/sudo.install (rev 0)
+++ testing-i686/sudo.install 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1,19 @@
+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
+ if (($(vercmp $2 1.8.10-1) < 0)); then
+ chmod 0711 var/db/sudo
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: testing-i686/sudo.pam
===================================================================
--- testing-i686/sudo.pam 2015-02-10 16:59:07 UTC (rev 231227)
+++ testing-i686/sudo.pam 2015-02-10 16:59:47 UTC (rev 231228)
@@ -1,4 +0,0 @@
-#%PAM-1.0
-auth include system-auth
-account include system-auth
-session include system-auth
Copied: sudo/repos/testing-i686/sudo.pam (from rev 231227, sudo/trunk/sudo.pam)
===================================================================
--- testing-i686/sudo.pam (rev 0)
+++ testing-i686/sudo.pam 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth include system-auth
+account include system-auth
+session include system-auth
Deleted: testing-i686/sudo.tmpfiles.conf
===================================================================
--- testing-i686/sudo.tmpfiles.conf 2015-02-10 16:59:07 UTC (rev 231227)
+++ testing-i686/sudo.tmpfiles.conf 2015-02-10 16:59:47 UTC (rev 231228)
@@ -1 +0,0 @@
-d /run/sudo 0711 root root -
Copied: sudo/repos/testing-i686/sudo.tmpfiles.conf (from rev 231227, sudo/trunk/sudo.tmpfiles.conf)
===================================================================
--- testing-i686/sudo.tmpfiles.conf (rev 0)
+++ testing-i686/sudo.tmpfiles.conf 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1 @@
+d /run/sudo 0711 root root -
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2015-02-10 16:59:07 UTC (rev 231227)
+++ testing-x86_64/PKGBUILD 2015-02-10 16:59:47 UTC (rev 231228)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=sudo
-_sudover=1.8.12
-pkgver=${_sudover/p/.p}
-pkgrel=1
-pkgdesc="Give certain users the ability to run some commands as root"
-arch=('i686' 'x86_64')
-url="http://www.sudo.ws/sudo/"
-license=('custom')
-groups=('base-devel')
-depends=('glibc' 'pam' 'libldap')
-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=('163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0'
- 'SKIP'
- '080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
- 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
-validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
-
-prepare() {
- cd "$srcdir/$pkgname-$_sudover"
-
- # http://bugzilla.sudo.ws/show_bug.cgi?id=682
- sed -i 's|\(exampledir = \).*|\1 at docdir@/examples|' {examples/,}Makefile.in
-}
-
-build() {
- cd "$srcdir/$pkgname-$_sudover"
-
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --libexecdir=/usr/lib \
- --with-rundir=/run/sudo \
- --with-vardir=/var/db/sudo \
- --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
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-$_sudover"
- make check
-}
-
-package() {
- cd "$srcdir/$pkgname-$_sudover"
- make DESTDIR="$pkgdir" install
-
- # Remove /run/sudo directory from the package; we create it using tmpfiles.d
- rmdir "$pkgdir/run/sudo"
- rmdir "$pkgdir/run"
-
- 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"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 231227, sudo/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=sudo
+_sudover=1.8.12
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="http://www.sudo.ws/sudo/"
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+ sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
+ sudo.tmpfiles.conf
+ sudo.pam)
+sha256sums=('163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0'
+ 'SKIP'
+ 'a6b3a6066df7fec1bd31cdff33770640bccedb3d57461f61a8b238abea8799b0'
+ '080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
+ 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+prepare() {
+ cd "$srcdir/$pkgname-$_sudover"
+
+ # http://bugzilla.sudo.ws/show_bug.cgi?id=682
+ patch -Np1 -i ../sudo-1.8.12-move-example-dir-under-the-doc-dir.patch
+}
+
+build() {
+ cd "$srcdir/$pkgname-$_sudover"
+
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --libexecdir=/usr/lib \
+ --with-rundir=/run/sudo \
+ --with-vardir=/var/db/sudo \
+ --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
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$_sudover"
+ make check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$_sudover"
+ make DESTDIR="$pkgdir" install
+
+ # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+ rmdir "$pkgdir/run/sudo"
+ rmdir "$pkgdir/run"
+
+ 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"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: sudo/repos/testing-x86_64/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch (from rev 231227, sudo/trunk/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch)
===================================================================
--- testing-x86_64/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch (rev 0)
+++ testing-x86_64/sudo-1.8.12-move-example-dir-under-the-doc-dir.patch 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1,41 @@
+# HG changeset patch
+# User Todd C. Miller <Todd.Miller at courtesan.com>
+# Date 1423587009 25200
+# Tue Feb 10 09:50:09 2015 -0700
+# Node ID 494d9a0484b66ab9c559d5efe2ee7bdf0803e747
+# Parent 91859f613b88b1653e59ade2330fecd823b12491
+Move example dir under the doc dir to conform to Debian guidelines.
+Bug #682.
+
+diff -r 91859f613b88 -r 494d9a0484b6 Makefile.in
+--- a/Makefile.in Tue Feb 10 09:37:10 2015 -0700
++++ b/Makefile.in Tue Feb 10 09:50:09 2015 -0700
+@@ -1,5 +1,5 @@
+ #
+-# Copyright (c) 2010-2014 Todd C. Miller <Todd.Miller at courtesan.com>
++# Copyright (c) 2010-2015 Todd C. Miller <Todd.Miller at courtesan.com>
+ #
+ # Permission to use, copy, modify, and distribute this software for any
+ # purpose with or without fee is hereby granted, provided that the above
+@@ -32,7 +32,7 @@
+ localedir = @localedir@
+ localstatedir = @localstatedir@
+ docdir = @docdir@
+-exampledir = $(datarootdir)/examples/$(PACKAGE_TARNAME)
++exampledir = $(docdir)/examples
+ mandir = @mandir@
+ rundir = @rundir@
+ vardir = @vardir@
+diff -r 91859f613b88 -r 494d9a0484b6 examples/Makefile.in
+--- a/examples/Makefile.in Tue Feb 10 09:37:10 2015 -0700
++++ b/examples/Makefile.in Tue Feb 10 09:50:09 2015 -0700
+@@ -20,7 +20,8 @@
+ #### Start of system configuration section. ####
+
+ srcdir = @srcdir@
+-exampledir = $(datarootdir)/examples/$(PACKAGE_TARNAME)
++docdir = @docdir@
++exampledir = $(docdir)/examples
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+
Deleted: testing-x86_64/sudo.install
===================================================================
--- testing-x86_64/sudo.install 2015-02-10 16:59:07 UTC (rev 231227)
+++ testing-x86_64/sudo.install 2015-02-10 16:59:47 UTC (rev 231228)
@@ -1,19 +0,0 @@
-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
- if (($(vercmp $2 1.8.10-1) < 0)); then
- chmod 0711 var/db/sudo
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: sudo/repos/testing-x86_64/sudo.install (from rev 231227, sudo/trunk/sudo.install)
===================================================================
--- testing-x86_64/sudo.install (rev 0)
+++ testing-x86_64/sudo.install 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1,19 @@
+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
+ if (($(vercmp $2 1.8.10-1) < 0)); then
+ chmod 0711 var/db/sudo
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: testing-x86_64/sudo.pam
===================================================================
--- testing-x86_64/sudo.pam 2015-02-10 16:59:07 UTC (rev 231227)
+++ testing-x86_64/sudo.pam 2015-02-10 16:59:47 UTC (rev 231228)
@@ -1,4 +0,0 @@
-#%PAM-1.0
-auth include system-auth
-account include system-auth
-session include system-auth
Copied: sudo/repos/testing-x86_64/sudo.pam (from rev 231227, sudo/trunk/sudo.pam)
===================================================================
--- testing-x86_64/sudo.pam (rev 0)
+++ testing-x86_64/sudo.pam 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth include system-auth
+account include system-auth
+session include system-auth
Deleted: testing-x86_64/sudo.tmpfiles.conf
===================================================================
--- testing-x86_64/sudo.tmpfiles.conf 2015-02-10 16:59:07 UTC (rev 231227)
+++ testing-x86_64/sudo.tmpfiles.conf 2015-02-10 16:59:47 UTC (rev 231228)
@@ -1 +0,0 @@
-d /run/sudo 0711 root root -
Copied: sudo/repos/testing-x86_64/sudo.tmpfiles.conf (from rev 231227, sudo/trunk/sudo.tmpfiles.conf)
===================================================================
--- testing-x86_64/sudo.tmpfiles.conf (rev 0)
+++ testing-x86_64/sudo.tmpfiles.conf 2015-02-10 16:59:47 UTC (rev 231228)
@@ -0,0 +1 @@
+d /run/sudo 0711 root root -
More information about the arch-commits
mailing list