summaryrefslogtreecommitdiffstats
path: root/package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-30 13:56:09 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-06-30 23:34:59 +0200
commit4414f7f165a32ba5934261d23a882b1152024cd1 (patch)
tree02e37d00300147fa3c947233babcbc9948377df3 /package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch
parentf2ac23454f2e6724ab252447452101c420b7cf90 (diff)
downloadbuildroot-4414f7f165a32ba5934261d23a882b1152024cd1.tar.gz
buildroot-4414f7f165a32ba5934261d23a882b1152024cd1.zip
rpcbind: bump to version 0.2.1
Patches that were updated to take into account minor upstream changes: - rpcbind-0001-Remove-yellow-pages-support.patch - rpcbind-0003-Make-IPv6-configurable.patch Patches that were removed as they were no longer needed thanks to upstream changes: - rpcbind-0002-Do-not-try-to-use-NSS-support-when-not-available-in-.patch Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch')
-rw-r--r--package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch b/package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch
index eba17bf058..e35828fe21 100644
--- a/package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch
+++ b/package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch
@@ -1,4 +1,4 @@
-From 6b5db966ae01c0bdaa7b3b90d9332394af6ea0be Mon Sep 17 00:00:00 2001
+From 249e25c5cc675c212ca4e4a3342bff8f59285b1a Mon Sep 17 00:00:00 2001
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Date: Sat, 10 Nov 2012 22:03:43 +0100
Subject: [PATCH] Remove yellow pages support
@@ -9,11 +9,11 @@ such feature, get rid of it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
- src/security.c | 18 ------------------
+ src/security.c | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/src/security.c b/src/security.c
-index 0edeac6..c6c977f 100644
+index d272f74..8d5863c 100644
--- a/src/security.c
+++ b/src/security.c
@@ -23,9 +23,6 @@
@@ -26,7 +26,7 @@ index 0edeac6..c6c977f 100644
#include "rpcbind.h"
-@@ -322,24 +319,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
+@@ -308,24 +305,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
args->rmt_proc != MOUNTPROC_UMNT)
break;
goto deny;
@@ -52,5 +52,5 @@ index 0edeac6..c6c977f 100644
break;
}
--
-1.7.9.5
+2.0.0
OpenPOWER on IntegriCloud