[arch-commits] Commit in keyutils/repos (8 files)

Eric Bélanger eric at nymeria.archlinux.org
Mon Oct 28 17:39:23 UTC 2013


    Date: Monday, October 28, 2013 @ 18:39:23
  Author: eric
Revision: 197701

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

Added:
  keyutils/repos/testing-i686/PKGBUILD
    (from rev 197700, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-i686/request-key.conf.patch
    (from rev 197700, keyutils/trunk/request-key.conf.patch)
  keyutils/repos/testing-x86_64/PKGBUILD
    (from rev 197700, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/request-key.conf.patch
    (from rev 197700, keyutils/trunk/request-key.conf.patch)
Deleted:
  keyutils/repos/testing-i686/PKGBUILD
  keyutils/repos/testing-i686/request-key.conf.patch
  keyutils/repos/testing-x86_64/PKGBUILD
  keyutils/repos/testing-x86_64/request-key.conf.patch

---------------------------------------+
 /PKGBUILD                             |   64 ++++++++++++++++++++++++++++++++
 /request-key.conf.patch               |   42 +++++++++++++++++++++
 testing-i686/PKGBUILD                 |   32 ----------------
 testing-i686/request-key.conf.patch   |   21 ----------
 testing-x86_64/PKGBUILD               |   32 ----------------
 testing-x86_64/request-key.conf.patch |   21 ----------
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-10-28 17:38:34 UTC (rev 197700)
+++ testing-i686/PKGBUILD	2013-10-28 17:39:23 UTC (rev 197701)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-pkgname=keyutils
-pkgver=1.5.5
-pkgrel=6
-pkgdesc="Linux Key Management Utilities"
-arch=(i686 x86_64)
-url="http://www.kernel.org"
-license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'sh')
-backup=(etc/request-key.conf)
-source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-request-key.conf.patch)
-md5sums=('d759680b2f23c99af95938f5026f25fb'
-         '89a819a7e4e90936b210c9d5020d296d')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # fix paths of binaries in /etc/request-key.conf
-  patch -Np0 -i ../request-key.conf.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SBINDIR='/usr/bin' BINDIR='/usr/bin'
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
-}

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 197700, keyutils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-10-28 17:39:23 UTC (rev 197701)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=keyutils
+pkgver=1.5.8
+pkgrel=1
+pkgdesc="Linux Key Management Utilities"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org"
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=('etc/request-key.conf')
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+        request-key.conf.patch)
+md5sums=('3c7f463039b83833c12a9414c2fcb389'
+         '89a819a7e4e90936b210c9d5020d296d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix paths of binaries in /etc/request-key.conf
+  patch -Np0 -i ../request-key.conf.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SBINDIR='/usr/bin' BINDIR='/usr/bin'
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
+}

Deleted: testing-i686/request-key.conf.patch
===================================================================
--- testing-i686/request-key.conf.patch	2013-10-28 17:38:34 UTC (rev 197700)
+++ testing-i686/request-key.conf.patch	2013-10-28 17:39:23 UTC (rev 197701)
@@ -1,21 +0,0 @@
---- request-key.conf.old	2013-05-28 15:34:10.966001242 +0200
-+++ request-key.conf	2013-05-28 15:35:34.857969598 +0200
-@@ -31,11 +31,11 @@
- 
- #OP	TYPE	DESCRIPTION	CALLOUT INFO	PROGRAM ARG1 ARG2 ARG3 ...
- #======	=======	===============	===============	===============================
--create  dns_resolver *		*               /sbin/key.dns_resolver %k
--create	user	debug:*		negate		/bin/keyctl negate %k 30 %S
--create  user    debug:*         rejected        /bin/keyctl reject %k 30 %c %S
--create  user    debug:*         expired         /bin/keyctl reject %k 30 %c %S
--create  user    debug:*         revoked         /bin/keyctl reject %k 30 %c %S
--create	user	debug:loop:*	*		|/bin/cat
-+create  dns_resolver *		*               /usr/bin/key.dns_resolver %k
-+create	user	debug:*		negate		/usr/bin/keyctl negate %k 30 %S
-+create  user    debug:*         rejected        /usr/bin/keyctl reject %k 30 %c %S
-+create  user    debug:*         expired         /usr/bin/keyctl reject %k 30 %c %S
-+create  user    debug:*         revoked         /usr/bin/keyctl reject %k 30 %c %S
-+create	user	debug:loop:*	*		|/usr/bin/cat
- create	user	debug:*		*		/usr/share/keyutils/request-key-debug.sh %k %d %c %S
--negate	*	*		*		/bin/keyctl negate %k 30 %S
-+negate	*	*		*		/usr/bin/keyctl negate %k 30 %S

Copied: keyutils/repos/testing-i686/request-key.conf.patch (from rev 197700, keyutils/trunk/request-key.conf.patch)
===================================================================
--- testing-i686/request-key.conf.patch	                        (rev 0)
+++ testing-i686/request-key.conf.patch	2013-10-28 17:39:23 UTC (rev 197701)
@@ -0,0 +1,21 @@
+--- request-key.conf.old	2013-05-28 15:34:10.966001242 +0200
++++ request-key.conf	2013-05-28 15:35:34.857969598 +0200
+@@ -31,11 +31,11 @@
+ 
+ #OP	TYPE	DESCRIPTION	CALLOUT INFO	PROGRAM ARG1 ARG2 ARG3 ...
+ #======	=======	===============	===============	===============================
+-create  dns_resolver *		*               /sbin/key.dns_resolver %k
+-create	user	debug:*		negate		/bin/keyctl negate %k 30 %S
+-create  user    debug:*         rejected        /bin/keyctl reject %k 30 %c %S
+-create  user    debug:*         expired         /bin/keyctl reject %k 30 %c %S
+-create  user    debug:*         revoked         /bin/keyctl reject %k 30 %c %S
+-create	user	debug:loop:*	*		|/bin/cat
++create  dns_resolver *		*               /usr/bin/key.dns_resolver %k
++create	user	debug:*		negate		/usr/bin/keyctl negate %k 30 %S
++create  user    debug:*         rejected        /usr/bin/keyctl reject %k 30 %c %S
++create  user    debug:*         expired         /usr/bin/keyctl reject %k 30 %c %S
++create  user    debug:*         revoked         /usr/bin/keyctl reject %k 30 %c %S
++create	user	debug:loop:*	*		|/usr/bin/cat
+ create	user	debug:*		*		/usr/share/keyutils/request-key-debug.sh %k %d %c %S
+-negate	*	*		*		/bin/keyctl negate %k 30 %S
++negate	*	*		*		/usr/bin/keyctl negate %k 30 %S

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-10-28 17:38:34 UTC (rev 197700)
+++ testing-x86_64/PKGBUILD	2013-10-28 17:39:23 UTC (rev 197701)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-pkgname=keyutils
-pkgver=1.5.5
-pkgrel=6
-pkgdesc="Linux Key Management Utilities"
-arch=(i686 x86_64)
-url="http://www.kernel.org"
-license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'sh')
-backup=(etc/request-key.conf)
-source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-request-key.conf.patch)
-md5sums=('d759680b2f23c99af95938f5026f25fb'
-         '89a819a7e4e90936b210c9d5020d296d')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # fix paths of binaries in /etc/request-key.conf
-  patch -Np0 -i ../request-key.conf.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SBINDIR='/usr/bin' BINDIR='/usr/bin'
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
-}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 197700, keyutils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-10-28 17:39:23 UTC (rev 197701)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=keyutils
+pkgver=1.5.8
+pkgrel=1
+pkgdesc="Linux Key Management Utilities"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org"
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=('etc/request-key.conf')
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+        request-key.conf.patch)
+md5sums=('3c7f463039b83833c12a9414c2fcb389'
+         '89a819a7e4e90936b210c9d5020d296d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix paths of binaries in /etc/request-key.conf
+  patch -Np0 -i ../request-key.conf.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SBINDIR='/usr/bin' BINDIR='/usr/bin'
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
+}

Deleted: testing-x86_64/request-key.conf.patch
===================================================================
--- testing-x86_64/request-key.conf.patch	2013-10-28 17:38:34 UTC (rev 197700)
+++ testing-x86_64/request-key.conf.patch	2013-10-28 17:39:23 UTC (rev 197701)
@@ -1,21 +0,0 @@
---- request-key.conf.old	2013-05-28 15:34:10.966001242 +0200
-+++ request-key.conf	2013-05-28 15:35:34.857969598 +0200
-@@ -31,11 +31,11 @@
- 
- #OP	TYPE	DESCRIPTION	CALLOUT INFO	PROGRAM ARG1 ARG2 ARG3 ...
- #======	=======	===============	===============	===============================
--create  dns_resolver *		*               /sbin/key.dns_resolver %k
--create	user	debug:*		negate		/bin/keyctl negate %k 30 %S
--create  user    debug:*         rejected        /bin/keyctl reject %k 30 %c %S
--create  user    debug:*         expired         /bin/keyctl reject %k 30 %c %S
--create  user    debug:*         revoked         /bin/keyctl reject %k 30 %c %S
--create	user	debug:loop:*	*		|/bin/cat
-+create  dns_resolver *		*               /usr/bin/key.dns_resolver %k
-+create	user	debug:*		negate		/usr/bin/keyctl negate %k 30 %S
-+create  user    debug:*         rejected        /usr/bin/keyctl reject %k 30 %c %S
-+create  user    debug:*         expired         /usr/bin/keyctl reject %k 30 %c %S
-+create  user    debug:*         revoked         /usr/bin/keyctl reject %k 30 %c %S
-+create	user	debug:loop:*	*		|/usr/bin/cat
- create	user	debug:*		*		/usr/share/keyutils/request-key-debug.sh %k %d %c %S
--negate	*	*		*		/bin/keyctl negate %k 30 %S
-+negate	*	*		*		/usr/bin/keyctl negate %k 30 %S

Copied: keyutils/repos/testing-x86_64/request-key.conf.patch (from rev 197700, keyutils/trunk/request-key.conf.patch)
===================================================================
--- testing-x86_64/request-key.conf.patch	                        (rev 0)
+++ testing-x86_64/request-key.conf.patch	2013-10-28 17:39:23 UTC (rev 197701)
@@ -0,0 +1,21 @@
+--- request-key.conf.old	2013-05-28 15:34:10.966001242 +0200
++++ request-key.conf	2013-05-28 15:35:34.857969598 +0200
+@@ -31,11 +31,11 @@
+ 
+ #OP	TYPE	DESCRIPTION	CALLOUT INFO	PROGRAM ARG1 ARG2 ARG3 ...
+ #======	=======	===============	===============	===============================
+-create  dns_resolver *		*               /sbin/key.dns_resolver %k
+-create	user	debug:*		negate		/bin/keyctl negate %k 30 %S
+-create  user    debug:*         rejected        /bin/keyctl reject %k 30 %c %S
+-create  user    debug:*         expired         /bin/keyctl reject %k 30 %c %S
+-create  user    debug:*         revoked         /bin/keyctl reject %k 30 %c %S
+-create	user	debug:loop:*	*		|/bin/cat
++create  dns_resolver *		*               /usr/bin/key.dns_resolver %k
++create	user	debug:*		negate		/usr/bin/keyctl negate %k 30 %S
++create  user    debug:*         rejected        /usr/bin/keyctl reject %k 30 %c %S
++create  user    debug:*         expired         /usr/bin/keyctl reject %k 30 %c %S
++create  user    debug:*         revoked         /usr/bin/keyctl reject %k 30 %c %S
++create	user	debug:loop:*	*		|/usr/bin/cat
+ create	user	debug:*		*		/usr/share/keyutils/request-key-debug.sh %k %d %c %S
+-negate	*	*		*		/bin/keyctl negate %k 30 %S
++negate	*	*		*		/usr/bin/keyctl negate %k 30 %S




More information about the arch-commits mailing list