[arch-commits] Commit in libtirpc/trunk (3 files)

Andreas Radke andyrtr at archlinux.org
Fri Mar 16 07:44:45 UTC 2018


    Date: Friday, March 16, 2018 @ 07:44:45
  Author: andyrtr
Revision: 319383

upgpkg: libtirpc 1.0.3-1

upstream update 1.0.3

Modified:
  libtirpc/trunk/PKGBUILD
Deleted:
  libtirpc/trunk/buildfix.diff
  libtirpc/trunk/export_key_secretkey_is_set.patch

-----------------------------------+
 PKGBUILD                          |   18 ++++--------------
 buildfix.diff                     |   28 ----------------------------
 export_key_secretkey_is_set.patch |   13 -------------
 3 files changed, 4 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-16 07:33:58 UTC (rev 319382)
+++ PKGBUILD	2018-03-16 07:44:45 UTC (rev 319383)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libtirpc
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Transport Independent RPC library (SunRPC replacement)"
 arch=('x86_64')
 url="http://libtirpc.sourceforge.net/"
@@ -12,19 +12,9 @@
 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')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('48adb32dc7c3b73c66f001c239da76b8398abf11')
 
-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

Deleted: buildfix.diff
===================================================================
--- buildfix.diff	2018-03-16 07:33:58 UTC (rev 319382)
+++ buildfix.diff	2018-03-16 07:44:45 UTC (rev 319383)
@@ -1,28 +0,0 @@
-From acb9a37977cf0a9630eac74af9adebf35e38e719 Mon Sep 17 00:00:00 2001
-From: Thorsten Kukuk <kukuk at thkukuk.de>
-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 <kukuk at suse.de>
-Signed-off-by: Steve Dickson <steved at redhat.com>
----
- 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
-
-

Deleted: export_key_secretkey_is_set.patch
===================================================================
--- export_key_secretkey_is_set.patch	2018-03-16 07:33:58 UTC (rev 319382)
+++ export_key_secretkey_is_set.patch	2018-03-16 07:44:45 UTC (rev 319383)
@@ -1,13 +0,0 @@
-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;



More information about the arch-commits mailing list