[arch-commits] Commit in rpcbind/trunk (PKGBUILD rpcbind-sunrpc.patch)

Andreas Radke andyrtr at archlinux.org
Mon Apr 27 19:02:43 UTC 2015


    Date: Monday, April 27, 2015 @ 21:02:43
  Author: andyrtr
Revision: 238066

upgpkg: rpcbind 0.2.3-1

upstream update 0.2.3

Modified:
  rpcbind/trunk/PKGBUILD
  rpcbind/trunk/rpcbind-sunrpc.patch

----------------------+
 PKGBUILD             |   14 +++++++-------
 rpcbind-sunrpc.patch |   17 +++--------------
 2 files changed, 10 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-27 18:45:55 UTC (rev 238065)
+++ PKGBUILD	2015-04-27 19:02:43 UTC (rev 238066)
@@ -3,8 +3,8 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=rpcbind
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.2.3
+pkgrel=1
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(i686 x86_64)
 backup=('etc/conf.d/rpcbind')
@@ -20,11 +20,11 @@
         rpcbind.socket
         rpcbind.conf)
 install=rpcbind.install
-md5sums=('8acf839bfef2364a05fbd6be5f8edf9a'
-         'c02ac36a98baac70b8a26190524b7b73'
-         '0f493a590c250267034e230e7bf1f894'
-         'e5a205cd7402fedaf74a744b2a22f0ad'
-         'd4c74d1be9f98344af138a15ad3b6f8c')
+sha1sums=('e79974a99d09b6d6fff9d86bf00225dc33723ce2'
+          '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
+          '3534c7bcdecebda90182fe2328a16137353cb1ad'
+          'c52f8396cd05181b788fbdf74898730343c03c9a'
+          '08246ff18d12cee01e5c9391c6ba8f5597cac936')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver

Modified: rpcbind-sunrpc.patch
===================================================================
--- rpcbind-sunrpc.patch	2015-04-27 18:45:55 UTC (rev 238065)
+++ rpcbind-sunrpc.patch	2015-04-27 19:02:43 UTC (rev 238066)
@@ -1,6 +1,6 @@
---- rpcbind-0.1.7/src/rpcbind.c.orig	2008-11-19 14:17:34.000000000 +0100
-+++ rpcbind-0.1.7/src/rpcbind.c	2010-01-07 13:03:37.416632894 +0100
-@@ -114,7 +114,7 @@
+--- rpcbind-0.2.3/src/rpcbind.c	2015-04-27 16:07:43.000000000 +0200
++++ rpcbind-0.2.3/src/rpcbind.c.new	2015-04-27 19:48:44.518124944 +0200
+@@ -132,7 +132,7 @@
  char *udp_uaddr;	/* Universal UDP address */
  char *tcp_uaddr;	/* Universal TCP address */
  #endif
@@ -9,14 +9,3 @@
  static char superuser[] = "superuser";
  
  int main __P((int, char *[]));
---- rpcbind-0.1.7/src/rpcinfo.c~	2010-01-08 16:14:24.592156602 +0000
-+++ rpcbind-0.1.7/src/rpcinfo.c	2010-01-08 16:14:31.578838609 +0000
-@@ -633,7 +633,7 @@
- 	{
- 	  memset (&hints, 0, sizeof hints);
- 	  hints.ai_family = AF_INET;
--	  if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
-+	  if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
-               (error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
- 	    {
- 	      fprintf (stderr, "rpcinfo: %s: %s\n",



More information about the arch-commits mailing list