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 <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+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.diff        2018-02-03 23:59:48 UTC (rev 315829)
@@ -0,0 +1,28 @@
+From acb9a37977cf0a9630eac74af9adebf35e38e719 Mon Sep 17 00:00:00 2001
+From: Thorsten Kukuk <[email protected]>
+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 <[email protected]>
+Signed-off-by: Steve Dickson <[email protected]>
+---
+ 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 <rpc/xdr.h>
+ #include <sys/types.h>
+ #include <stdlib.h>
++#include <stdint.h>
+ #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.patch    2018-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;

Reply via email to