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

2020-07-06 Thread Christian Hesse via arch-commits
Date: Monday, July 6, 2020 @ 21:36:54
  Author: eworm
Revision: 390926

archrelease: copy trunk to testing-x86_64

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

+
 PKGBUILD   |   39 +++
 reproducible.patch |   24 
 request-key.conf.patch |   21 +
 3 files changed, 84 insertions(+)

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 390925, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-06 21:36:54 UTC (rev 390926)
@@ -0,0 +1,39 @@
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Tobias Powalowski 
+
+pkgname=keyutils
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Linux Key Management Utilities'
+arch=('x86_64')
+url='https://www.kernel.org/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+makedepends=('git')
+provides=('libkeyutils.so')
+backup=('etc/request-key.conf')
+validpgpkeys=('A86E54B0D5E1B4E0AB7C640FFBB7576BA7CB0B6B') # David Howells 

+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git#tag=v${pkgver}?signed;
+'request-key.conf.patch' 'reproducible.patch')
+sha256sums=('SKIP'
+'203c602c61ed94ccd423a0a453d74143d678c641a9a4486367576ee8af2cb8d6'
+'7bb7400b2b8c8f0288c86ec9191f8964a1e682745a204013d5fc7c2e1a253d8e')
+
+prepare() {
+  cd ${pkgname}
+  # fix paths of binaries in /etc/request-key.conf
+  patch -Np0 -i ../request-key.conf.patch
+
+  # make keyutils reproducible
+  patch -Np1 -i ../reproducible.patch
+}
+
+build() {
+  cd ${pkgname}
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SBINDIR='/usr/bin' 
BINDIR='/usr/bin'
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' install
+}

Copied: keyutils/repos/testing-x86_64/reproducible.patch (from rev 390925, 
keyutils/trunk/reproducible.patch)
===
--- testing-x86_64/reproducible.patch   (rev 0)
+++ testing-x86_64/reproducible.patch   2020-07-06 21:36:54 UTC (rev 390926)
@@ -0,0 +1,24 @@
+Adhere to the SOURCE_DATE_EPOCH standard and use it's date when set
+otherwise fall back to the default behaviour.
+
+Signed-off-by: Jelle van der Waa 
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 33a451e..9066d5d 100644
+--- a/Makefile
 b/Makefile
+@@ -108,7 +108,7 @@ all: keyctl request-key key.dns_resolver
+ 
###
+ #RPATH = -Wl,-rpath,$(LIBDIR)
+ 
+-VCPPFLAGS := -DPKGBUILD="\"$(shell date -u +%F)\""
++VCPPFLAGS := -DPKGBUILD="\"$(date --utc 
--date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%F)\""
+ VCPPFLAGS += -DPKGVERSION="\"keyutils-$(VERSION)\""
+ VCPPFLAGS += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
+ 
+-- 
+2.21.0
+

Copied: keyutils/repos/testing-x86_64/request-key.conf.patch (from rev 390925, 
keyutils/trunk/request-key.conf.patch)
===
--- testing-x86_64/request-key.conf.patch   (rev 0)
+++ testing-x86_64/request-key.conf.patch   2020-07-06 21:36:54 UTC (rev 
390926)
@@ -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   TYPEDESCRIPTION CALLOUT INFOPROGRAM ARG1 ARG2 ARG3 ...
+ #==   === === === 
===
+-create  dns_resolver **   /sbin/key.dns_resolver 
%k
+-createuserdebug:* negate  /bin/keyctl negate %k 
30 %S
+-create  userdebug:* rejected/bin/keyctl reject %k 30 %c %S
+-create  userdebug:* expired /bin/keyctl reject %k 30 %c %S
+-create  userdebug:* revoked /bin/keyctl reject %k 30 %c %S
+-createuserdebug:loop:**   |/bin/cat
++create  dns_resolver **   
/usr/bin/key.dns_resolver %k
++createuserdebug:* negate  /usr/bin/keyctl negate 
%k 30 %S
++create  userdebug:* rejected/usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* expired /usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* revoked /usr/bin/keyctl reject %k 30 
%c %S

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

2020-05-07 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:51:44
  Author: eworm
Revision: 382628

archrelease: copy trunk to testing-x86_64

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

+
 PKGBUILD   |   39 +++
 reproducible.patch |   24 
 request-key.conf.patch |   21 +
 3 files changed, 84 insertions(+)

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 382627, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-07 06:51:44 UTC (rev 382628)
@@ -0,0 +1,39 @@
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Tobias Powalowski 
+
+pkgname=keyutils
+pkgver=1.6.1
+pkgrel=4
+pkgdesc='Linux Key Management Utilities'
+arch=('x86_64')
+url='https://www.kernel.org/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+makedepends=('git')
+provides=('libkeyutils.so')
+backup=('etc/request-key.conf')
+validpgpkeys=('A86E54B0D5E1B4E0AB7C640FFBB7576BA7CB0B6B') # David Howells 

+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git#tag=v${pkgver}?signed;
+'request-key.conf.patch' 'reproducible.patch')
+sha256sums=('SKIP'
+'203c602c61ed94ccd423a0a453d74143d678c641a9a4486367576ee8af2cb8d6'
+'7bb7400b2b8c8f0288c86ec9191f8964a1e682745a204013d5fc7c2e1a253d8e')
+
+prepare() {
+  cd ${pkgname}
+  # fix paths of binaries in /etc/request-key.conf
+  patch -Np0 -i ../request-key.conf.patch
+
+  # make keyutils reproducible
+  patch -Np1 -i ../reproducible.patch
+}
+
+build() {
+  cd ${pkgname}
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SBINDIR='/usr/bin' 
BINDIR='/usr/bin'
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' install
+}

Copied: keyutils/repos/testing-x86_64/reproducible.patch (from rev 382627, 
keyutils/trunk/reproducible.patch)
===
--- testing-x86_64/reproducible.patch   (rev 0)
+++ testing-x86_64/reproducible.patch   2020-05-07 06:51:44 UTC (rev 382628)
@@ -0,0 +1,24 @@
+Adhere to the SOURCE_DATE_EPOCH standard and use it's date when set
+otherwise fall back to the default behaviour.
+
+Signed-off-by: Jelle van der Waa 
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 33a451e..9066d5d 100644
+--- a/Makefile
 b/Makefile
+@@ -108,7 +108,7 @@ all: keyctl request-key key.dns_resolver
+ 
###
+ #RPATH = -Wl,-rpath,$(LIBDIR)
+ 
+-VCPPFLAGS := -DPKGBUILD="\"$(shell date -u +%F)\""
++VCPPFLAGS := -DPKGBUILD="\"$(date --utc 
--date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%F)\""
+ VCPPFLAGS += -DPKGVERSION="\"keyutils-$(VERSION)\""
+ VCPPFLAGS += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
+ 
+-- 
+2.21.0
+

Copied: keyutils/repos/testing-x86_64/request-key.conf.patch (from rev 382627, 
keyutils/trunk/request-key.conf.patch)
===
--- testing-x86_64/request-key.conf.patch   (rev 0)
+++ testing-x86_64/request-key.conf.patch   2020-05-07 06:51:44 UTC (rev 
382628)
@@ -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   TYPEDESCRIPTION CALLOUT INFOPROGRAM ARG1 ARG2 ARG3 ...
+ #==   === === === 
===
+-create  dns_resolver **   /sbin/key.dns_resolver 
%k
+-createuserdebug:* negate  /bin/keyctl negate %k 
30 %S
+-create  userdebug:* rejected/bin/keyctl reject %k 30 %c %S
+-create  userdebug:* expired /bin/keyctl reject %k 30 %c %S
+-create  userdebug:* revoked /bin/keyctl reject %k 30 %c %S
+-createuserdebug:loop:**   |/bin/cat
++create  dns_resolver **   
/usr/bin/key.dns_resolver %k
++createuserdebug:* negate  /usr/bin/keyctl negate 
%k 30 %S
++create  userdebug:* rejected/usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* expired /usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* revoked /usr/bin/keyctl reject %k 30 
%c %S

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

2019-11-20 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 20, 2019 @ 20:35:21
  Author: jelle
Revision: 369506

archrelease: copy trunk to testing-x86_64

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

+
 PKGBUILD   |   38 ++
 reproducible.patch |   24 
 request-key.conf.patch |   21 +
 3 files changed, 83 insertions(+)

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 369505, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-20 20:35:21 UTC (rev 369506)
@@ -0,0 +1,38 @@
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Tobias Powalowski 
+
+pkgname=keyutils
+pkgver=1.6.1
+pkgrel=3
+pkgdesc='Linux Key Management Utilities'
+arch=('x86_64')
+url='https://www.kernel.org/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+makedepends=('git')
+backup=('etc/request-key.conf')
+validpgpkeys=('A86E54B0D5E1B4E0AB7C640FFBB7576BA7CB0B6B') # David Howells 

+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git#tag=v${pkgver}?signed;
+'request-key.conf.patch' 'reproducible.patch')
+sha256sums=('SKIP'
+'203c602c61ed94ccd423a0a453d74143d678c641a9a4486367576ee8af2cb8d6'
+'7bb7400b2b8c8f0288c86ec9191f8964a1e682745a204013d5fc7c2e1a253d8e')
+
+prepare() {
+  cd ${pkgname}
+  # fix paths of binaries in /etc/request-key.conf
+  patch -Np0 -i ../request-key.conf.patch
+
+  # make keyutils reproducible
+  patch -Np1 -i ../reproducible.patch
+}
+
+build() {
+  cd ${pkgname}
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SBINDIR='/usr/bin' 
BINDIR='/usr/bin'
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' install
+}

Copied: keyutils/repos/testing-x86_64/reproducible.patch (from rev 369505, 
keyutils/trunk/reproducible.patch)
===
--- testing-x86_64/reproducible.patch   (rev 0)
+++ testing-x86_64/reproducible.patch   2019-11-20 20:35:21 UTC (rev 369506)
@@ -0,0 +1,24 @@
+Adhere to the SOURCE_DATE_EPOCH standard and use it's date when set
+otherwise fall back to the default behaviour.
+
+Signed-off-by: Jelle van der Waa 
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 33a451e..9066d5d 100644
+--- a/Makefile
 b/Makefile
+@@ -108,7 +108,7 @@ all: keyctl request-key key.dns_resolver
+ 
###
+ #RPATH = -Wl,-rpath,$(LIBDIR)
+ 
+-VCPPFLAGS := -DPKGBUILD="\"$(shell date -u +%F)\""
++VCPPFLAGS := -DPKGBUILD="\"$(date --utc 
--date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%F)\""
+ VCPPFLAGS += -DPKGVERSION="\"keyutils-$(VERSION)\""
+ VCPPFLAGS += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
+ 
+-- 
+2.21.0
+

Copied: keyutils/repos/testing-x86_64/request-key.conf.patch (from rev 369505, 
keyutils/trunk/request-key.conf.patch)
===
--- testing-x86_64/request-key.conf.patch   (rev 0)
+++ testing-x86_64/request-key.conf.patch   2019-11-20 20:35:21 UTC (rev 
369506)
@@ -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   TYPEDESCRIPTION CALLOUT INFOPROGRAM ARG1 ARG2 ARG3 ...
+ #==   === === === 
===
+-create  dns_resolver **   /sbin/key.dns_resolver 
%k
+-createuserdebug:* negate  /bin/keyctl negate %k 
30 %S
+-create  userdebug:* rejected/bin/keyctl reject %k 30 %c %S
+-create  userdebug:* expired /bin/keyctl reject %k 30 %c %S
+-create  userdebug:* revoked /bin/keyctl reject %k 30 %c %S
+-createuserdebug:loop:**   |/bin/cat
++create  dns_resolver **   
/usr/bin/key.dns_resolver %k
++createuserdebug:* negate  /usr/bin/keyctl negate 
%k 30 %S
++create  userdebug:* rejected/usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* expired /usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* revoked /usr/bin/keyctl reject %k 30 
%c %S
++createuser

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

2013-05-14 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 13:50:09
  Author: stephane
Revision: 185502

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

Added:
  keyutils/repos/testing-i686/
  keyutils/repos/testing-i686/PKGBUILD
(from rev 185501, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/
  keyutils/repos/testing-x86_64/PKGBUILD
(from rev 185501, keyutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 185501, 
keyutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-14 11:50:09 UTC (rev 185502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=4
+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)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
+  # add nfsidmap to config file #30396
+  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
+  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
+$pkgdir/etc/request-key.conf
+}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 185501, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-14 11:50:09 UTC (rev 185502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=4
+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)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
+  # add nfsidmap to config file #30396
+  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
+  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
+$pkgdir/etc/request-key.conf
+}



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

2012-06-23 Thread Tobias Powalowski
Date: Saturday, June 23, 2012 @ 12:25:35
  Author: tpowa
Revision: 162208

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

Added:
  keyutils/repos/testing-i686/
  keyutils/repos/testing-i686/PKGBUILD
(from rev 162207, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/
  keyutils/repos/testing-x86_64/PKGBUILD
(from rev 162207, keyutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 162207, 
keyutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-23 16:25:35 UTC (rev 162208)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=2
+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)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
+  # add nfsidmap to config file #30396
+  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
+  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
+$pkgdir/etc/request-key.conf
+}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 162207, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-23 16:25:35 UTC (rev 162208)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=2
+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)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
+  # add nfsidmap to config file #30396
+  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
+  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
+$pkgdir/etc/request-key.conf
+}



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

2012-06-23 Thread Tobias Powalowski
Date: Saturday, June 23, 2012 @ 12:28:17
  Author: tpowa
Revision: 162210

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

Added:
  keyutils/repos/testing-i686/PKGBUILD
(from rev 162209, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/PKGBUILD
(from rev 162209, keyutils/trunk/PKGBUILD)
Deleted:
  keyutils/repos/testing-i686/PKGBUILD
  keyutils/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |   56 +++---
 testing-x86_64/PKGBUILD |   56 +++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-06-23 16:27:48 UTC (rev 162209)
+++ testing-i686/PKGBUILD   2012-06-23 16:28:17 UTC (rev 162210)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-pkgname=keyutils
-pkgver=1.5.5
-pkgrel=2
-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)
-md5sums=('d759680b2f23c99af95938f5026f25fb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
-  # add nfsidmap to config file #30396
-  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
-  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
-$pkgdir/etc/request-key.conf
-}

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 162209, 
keyutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-23 16:28:17 UTC (rev 162210)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=3
+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)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
+  # add nfsidmap to config file #30396
+  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
+  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
+$pkgdir/etc/request-key.conf
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-06-23 16:27:48 UTC (rev 162209)
+++ testing-x86_64/PKGBUILD 2012-06-23 16:28:17 UTC (rev 162210)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-pkgname=keyutils
-pkgver=1.5.5
-pkgrel=2
-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)
-md5sums=('d759680b2f23c99af95938f5026f25fb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
-  # add nfsidmap to config file #30396
-  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
-  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
-$pkgdir/etc/request-key.conf
-}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 162209, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-23 16:28:17 UTC (rev 162210)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=3
+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)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd 

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

2012-04-08 Thread Stéphane Gaudreault
Date: Sunday, April 8, 2012 @ 19:31:56
  Author: stephane
Revision: 155899

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

Added:
  keyutils/repos/testing-i686/
  keyutils/repos/testing-i686/PKGBUILD
(from rev 155898, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/
  keyutils/repos/testing-x86_64/PKGBUILD
(from rev 155898, keyutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 155898, 
keyutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-08 23:31:56 UTC (rev 155899)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=2
+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)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
+}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 155898, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-08 23:31:56 UTC (rev 155899)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=2
+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)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
+}



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

2011-11-30 Thread Stéphane Gaudreault
Date: Wednesday, November 30, 2011 @ 16:52:16
  Author: stephane
Revision: 143944

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

Added:
  keyutils/repos/testing-i686/
  keyutils/repos/testing-i686/PKGBUILD
(from rev 143943, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/
  keyutils/repos/testing-x86_64/PKGBUILD
(from rev 143943, keyutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 143943, 
keyutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-30 21:52:16 UTC (rev 143944)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+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)
+md5sums=('9e8ab5164bc8f84be148761cc89e9d6f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i s|/lib64|/lib|g Makefile
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 143943, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-30 21:52:16 UTC (rev 143944)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+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)
+md5sums=('9e8ab5164bc8f84be148761cc89e9d6f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i s|/lib64|/lib|g Makefile
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-11-04 Thread Stéphane Gaudreault
Date: Friday, November 4, 2011 @ 16:54:48
  Author: stephane
Revision: 142044

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

Added:
  keyutils/repos/testing-i686/
  keyutils/repos/testing-i686/PKGBUILD
(from rev 142043, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/
  keyutils/repos/testing-x86_64/PKGBUILD
(from rev 142043, keyutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 142043, 
keyutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-04 20:54:48 UTC (rev 142044)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.2
+pkgrel=2
+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)
+md5sums=('19811ee31f683058a9aae3e6a3a23a7f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i s|/lib64|/lib|g Makefile
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 142043, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-04 20:54:48 UTC (rev 142044)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.2
+pkgrel=2
+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)
+md5sums=('19811ee31f683058a9aae3e6a3a23a7f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i s|/lib64|/lib|g Makefile
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}