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

2018-02-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, February 3, 2018 @ 23:59:48
  Author: bpiotrowski
Revision: 315829

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 315828, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/buildfix.diff
(from rev 315828, libtirpc/trunk/buildfix.diff)
  libtirpc/repos/testing-x86_64/export_key_secretkey_is_set.patch
(from rev 315828, libtirpc/trunk/export_key_secretkey_is_set.patch)

---+
 PKGBUILD  |   38 
 buildfix.diff |   28 ++
 export_key_secretkey_is_set.patch |   13 
 3 files changed, 79 insertions(+)

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 315828, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-03 23:59:48 UTC (rev 315829)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2
+buildfix.diff
+export_key_secretkey_is_set.patch)
+sha1sums=('2a8dc0e6eecc45be6597c8287b1d8e15cbee46e3'
+  '6bf8a0afc9f11832f94573ff938114aad2cfa862'
+  'e8d40593f3c7c8741dd80eb19bd927a50b62a356')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/buildfix.diff
+  patch -Np1 -i $srcdir/export_key_secretkey_is_set.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/testing-x86_64/buildfix.diff (from rev 315828, 
libtirpc/trunk/buildfix.diff)
===
--- testing-x86_64/buildfix.diff(rev 0)
+++ testing-x86_64/buildfix.diff2018-02-03 23:59:48 UTC (rev 315829)
@@ -0,0 +1,28 @@
+From acb9a37977cf0a9630eac74af9adebf35e38e719 Mon Sep 17 00:00:00 2001
+From: Thorsten Kukuk 
+Date: Tue, 14 Nov 2017 10:39:08 -0500
+Subject: [PATCH] Include stdint.h from xdr_sizeof.c to avoid missing
+ declaration errors.
+
+Signed-off-by: Thorsten Kukuk 
+Signed-off-by: Steve Dickson 
+---
+ src/xdr_sizeof.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/xdr_sizeof.c b/src/xdr_sizeof.c
+index d23fbd1..79d6707 100644
+--- a/src/xdr_sizeof.c
 b/src/xdr_sizeof.c
+@@ -39,6 +39,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include "un-namespace.h"
+ 
+ /* ARGSUSED */
+-- 
+1.8.3.1
+
+

Copied: libtirpc/repos/testing-x86_64/export_key_secretkey_is_set.patch (from 
rev 315828, libtirpc/trunk/export_key_secretkey_is_set.patch)
===
--- testing-x86_64/export_key_secretkey_is_set.patch
(rev 0)
+++ testing-x86_64/export_key_secretkey_is_set.patch2018-02-03 23:59:48 UTC 
(rev 315829)
@@ -0,0 +1,13 @@
+diff --git a/src/libtirpc.map b/src/libtirpc.map
+index f385de5..21d6065 100644
+--- a/src/libtirpc.map
 b/src/libtirpc.map
+@@ -298,7 +298,7 @@ TIRPC_0.3.2 {
+ key_gendes;
+ key_get_conv;
+ key_setsecret;
+-key_secret_is_set;
++key_secretkey_is_set;
+ key_setnet;
+ netname2host;
+ netname2user;


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

2017-07-05 Thread Andreas Radke
Date: Wednesday, July 5, 2017 @ 18:28:11
  Author: andyrtr
Revision: 299716

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

Added:
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-i686/PKGBUILD
(from rev 299715, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 299715, libtirpc/trunk/PKGBUILD)

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

Copied: libtirpc/repos/testing-i686/PKGBUILD (from rev 299715, 
libtirpc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-05 18:28:11 UTC (rev 299716)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('i686' 'x86_64')
+url="http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2a8dc0e6eecc45be6597c8287b1d8e15cbee46e3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 299715, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-05 18:28:11 UTC (rev 299716)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('i686' 'x86_64')
+url="http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2a8dc0e6eecc45be6597c8287b1d8e15cbee46e3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-11-01 Thread Andreas Radke
Date: Sunday, November 1, 2015 @ 11:42:39
  Author: andyrtr
Revision: 249921

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

Added:
  libtirpc/repos/staging-i686/
  libtirpc/repos/staging-i686/PKGBUILD
(from rev 249920, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/staging-x86_64/
  libtirpc/repos/staging-x86_64/PKGBUILD
(from rev 249920, libtirpc/trunk/PKGBUILD)

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

Copied: libtirpc/repos/staging-i686/PKGBUILD (from rev 249920, 
libtirpc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-01 10:42:39 UTC (rev 249921)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('i686' 'x86_64')
+url="http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8da1636f98b5909c0d587e7534bc1e91f5c1a970')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/staging-x86_64/PKGBUILD (from rev 249920, 
libtirpc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-01 10:42:39 UTC (rev 249921)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('i686' 'x86_64')
+url="http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8da1636f98b5909c0d587e7534bc1e91f5c1a970')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-06-17 Thread Andreas Radke
Date: Wednesday, June 17, 2015 @ 21:39:14
  Author: andyrtr
Revision: 240994

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

Added:
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-i686/PKGBUILD
(from rev 240993, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 240993, libtirpc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libtirpc/repos/testing-i686/PKGBUILD (from rev 240993, 
libtirpc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-17 19:39:14 UTC (rev 240994)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libtirpc
+pkgver=0.3.2
+pkgrel=1
+pkgdesc=Transport Independent RPC library (SunRPC replacement)
+arch=('i686' 'x86_64')
+url=http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('af9b74d0c4d1499a7b1a43e396e5b7d62180ea65')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 240993, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-17 19:39:14 UTC (rev 240994)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libtirpc
+pkgver=0.3.2
+pkgrel=1
+pkgdesc=Transport Independent RPC library (SunRPC replacement)
+arch=('i686' 'x86_64')
+url=http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('af9b74d0c4d1499a7b1a43e396e5b7d62180ea65')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-06-01 Thread Andreas Radke
Date: Monday, June 1, 2015 @ 20:56:55
  Author: andyrtr
Revision: 239997

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

Added:
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-i686/PKGBUILD
(from rev 239996, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 239996, libtirpc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libtirpc/repos/testing-i686/PKGBUILD (from rev 239996, 
libtirpc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-01 18:56:55 UTC (rev 239997)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libtirpc
+pkgver=0.3.1
+pkgrel=1
+pkgdesc=Transport Independent RPC library (SunRPC replacement)
+arch=('i686' 'x86_64')
+url=http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('0e0ef9123cf28cd0940148fabd23952476a8fcd6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 239996, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-01 18:56:55 UTC (rev 239997)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libtirpc
+pkgver=0.3.1
+pkgrel=1
+pkgdesc=Transport Independent RPC library (SunRPC replacement)
+arch=('i686' 'x86_64')
+url=http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('0e0ef9123cf28cd0940148fabd23952476a8fcd6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-05-07 Thread Andreas Radke
Date: Thursday, May 7, 2015 @ 21:27:12
  Author: andyrtr
Revision: 238609

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

Added:
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-i686/PKGBUILD
(from rev 238608, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 238608, libtirpc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libtirpc/repos/testing-i686/PKGBUILD (from rev 238608, 
libtirpc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-07 19:27:12 UTC (rev 238609)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libtirpc
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=Transport Independent RPC library (SunRPC replacement)
+arch=('i686' 'x86_64')
+url=http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fd7b83ed2dd0e322d400cb3173c1ff32ea0482dc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 238608, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-07 19:27:12 UTC (rev 238609)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libtirpc
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=Transport Independent RPC library (SunRPC replacement)
+arch=('i686' 'x86_64')
+url=http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fd7b83ed2dd0e322d400cb3173c1ff32ea0482dc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}