[arch-commits] Commit in sudo/repos (16 files)

2015-02-05 Thread Evangelos Foutras
Date: Thursday, February 5, 2015 @ 23:18:43
  Author: foutrelis
Revision: 230877

archrelease: copy trunk to core-i686, core-x86_64

Added:
  sudo/repos/core-i686/PKGBUILD
(from rev 230876, sudo/trunk/PKGBUILD)
  sudo/repos/core-i686/sudo.install
(from rev 230876, sudo/trunk/sudo.install)
  sudo/repos/core-i686/sudo.pam
(from rev 230876, sudo/trunk/sudo.pam)
  sudo/repos/core-i686/sudo.tmpfiles.conf
(from rev 230876, sudo/trunk/sudo.tmpfiles.conf)
  sudo/repos/core-x86_64/PKGBUILD
(from rev 230876, sudo/trunk/PKGBUILD)
  sudo/repos/core-x86_64/sudo.install
(from rev 230876, sudo/trunk/sudo.install)
  sudo/repos/core-x86_64/sudo.pam
(from rev 230876, sudo/trunk/sudo.pam)
  sudo/repos/core-x86_64/sudo.tmpfiles.conf
(from rev 230876, sudo/trunk/sudo.tmpfiles.conf)
Deleted:
  sudo/repos/core-i686/PKGBUILD
  sudo/repos/core-i686/sudo.install
  sudo/repos/core-i686/sudo.pam
  sudo/repos/core-i686/sudo.tmpfiles.conf
  sudo/repos/core-x86_64/PKGBUILD
  sudo/repos/core-x86_64/sudo.install
  sudo/repos/core-x86_64/sudo.pam
  sudo/repos/core-x86_64/sudo.tmpfiles.conf

+
 /PKGBUILD  |  134 +++
 /sudo.install  |   38 +++
 /sudo.pam  |8 ++
 /sudo.tmpfiles.conf|2 
 core-i686/PKGBUILD |   66 ---
 core-i686/sudo.install |   19 -
 core-i686/sudo.pam |4 -
 core-i686/sudo.tmpfiles.conf   |1 
 core-x86_64/PKGBUILD   |   66 ---
 core-x86_64/sudo.install   |   19 -
 core-x86_64/sudo.pam   |4 -
 core-x86_64/sudo.tmpfiles.conf |1 
 12 files changed, 182 insertions(+), 180 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-02-05 22:18:03 UTC (rev 230876)
+++ core-i686/PKGBUILD  2015-02-05 22:18:43 UTC (rev 230877)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sudo
-_sudover=1.8.11p2
-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=('8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad'
-'SKIP'
-'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
-'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
-
-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/core-i686/PKGBUILD (from rev 230876, sudo/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-02-05 22:18:43 UTC (rev 230877)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.11p2
+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=('8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad'
+'SKIP'
+'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+build() {
+  cd "

[arch-commits] Commit in sudo/repos (16 files)

2014-03-17 Thread Evangelos Foutras
Date: Monday, March 17, 2014 @ 17:15:48
  Author: foutrelis
Revision: 208082

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  sudo/repos/testing-i686/PKGBUILD
(from rev 208081, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 208081, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 208081, sudo/trunk/sudo.pam)
  sudo/repos/testing-i686/sudo.tmpfiles.conf
(from rev 208081, sudo/trunk/sudo.tmpfiles.conf)
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 208081, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 208081, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 208081, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/sudo.tmpfiles.conf
(from rev 208081, 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 |  132 
 /sudo.install |   38 ++
 /sudo.pam |8 ++
 /sudo.tmpfiles.conf   |2 
 testing-i686/PKGBUILD |   66 --
 testing-i686/sudo.install |   19 -
 testing-i686/sudo.pam |4 -
 testing-i686/sudo.tmpfiles.conf   |1 
 testing-x86_64/PKGBUILD   |   66 --
 testing-x86_64/sudo.install   |   19 -
 testing-x86_64/sudo.pam   |4 -
 testing-x86_64/sudo.tmpfiles.conf |1 
 12 files changed, 180 insertions(+), 180 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-03-17 16:15:33 UTC (rev 208081)
+++ testing-i686/PKGBUILD   2014-03-17 16:15:48 UTC (rev 208082)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sudo
-_sudover=1.8.10p1
-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=('bc0426b315c6e9d470b6fdb8d6afa6d924332c1ad24c8303f6b52e81fa1f32fb'
-'SKIP'
-'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
-'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
-
-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 208081, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-17 16:15:48 UTC (rev 208082)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.10p2
+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=('ba6cb8db6dccdb92a96e8ae63ca65c410f8b61270b603ab9af4b1154fef379f1'
+'SKIP'
+'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
+'d1738818070684a5d2c9b2622

[arch-commits] Commit in sudo/repos (16 files)

2014-03-15 Thread Evangelos Foutras
Date: Saturday, March 15, 2014 @ 15:54:54
  Author: foutrelis
Revision: 207957

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  sudo/repos/testing-i686/PKGBUILD
(from rev 207956, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 207956, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 207956, sudo/trunk/sudo.pam)
  sudo/repos/testing-i686/sudo.tmpfiles.conf
(from rev 207956, sudo/trunk/sudo.tmpfiles.conf)
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 207956, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 207956, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 207956, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/sudo.tmpfiles.conf
(from rev 207956, 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 |  132 
 /sudo.install |   38 ++
 /sudo.pam |8 ++
 /sudo.tmpfiles.conf   |2 
 testing-i686/PKGBUILD |   65 -
 testing-i686/sudo.install |   17 
 testing-i686/sudo.pam |4 -
 testing-i686/sudo.tmpfiles.conf   |1 
 testing-x86_64/PKGBUILD   |   65 -
 testing-x86_64/sudo.install   |   17 
 testing-x86_64/sudo.pam   |4 -
 testing-x86_64/sudo.tmpfiles.conf |1 
 12 files changed, 180 insertions(+), 174 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-03-15 14:54:42 UTC (rev 207956)
+++ testing-i686/PKGBUILD   2014-03-15 14:54:54 UTC (rev 207957)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sudo
-_sudover=1.8.10
-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=('781296ec571e2595cfaa13846902ea03684ef826f261d61e6705da90a4f904aa'
-'SKIP'
-'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
-'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
-
-build() {
-  cd "$srcdir/$pkgname-$_sudover"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-rundir=/run/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 207956, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-15 14:54:54 UTC (rev 207957)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.10p1
+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=('bc0426b315c6e9d470b6fdb8d6afa6d924332c1ad24c8303f6b52e81fa1f32fb'
+'SKIP'
+'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa