Skip to content

Commit

Permalink
package/rpcbind: bump version to 1.3.2
Browse files Browse the repository at this point in the history
Rebased yellow pages patch.

Signed-off-by: Petr Vorel <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
pevik authored and yann-morin-1998 committed May 18, 2021
1 parent 6b5907b commit d13b292
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
22 changes: 7 additions & 15 deletions package/rpcbind/0001-Remove-yellow-pages-support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,17 @@ available. As most Buildroot users are most likely never going to need
such feature, get rid of it.

Signed-off-by: Thomas Petazzoni <[email protected]>
[ rebased for 1.3.2 ]
Signed-off-by: Petr Vorel <[email protected]>
---
src/security.c | 18 ------------------
1 file changed, 18 deletions(-)
src/security.c | 15 ---------------
1 file changed, 15 deletions(-)

diff --git a/src/security.c b/src/security.c
index 0c9453f..abc81bb 100644
index 38967dd..0a70635 100644
--- a/src/security.c
+++ b/src/security.c
@@ -24,9 +24,6 @@
#include <rpcsvc/mount.h>
#include <rpcsvc/rquota.h>
#include <rpcsvc/nfs_prot.h>
-#include <rpcsvc/yp.h>
-#include <rpcsvc/ypclnt.h>
-#include <rpcsvc/yppasswd.h>
#else
# define MOUNTPROC_MNT 1
# define MOUNTPROC_UMNT 3
@@ -325,24 +322,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
@@ -318,24 +318,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
args->rmt_proc != MOUNTPROC_UMNT)
break;
goto deny;
Expand All @@ -52,5 +44,5 @@ index 0c9453f..abc81bb 100644
break;
}
--
2.4.5
2.31.1

2 changes: 1 addition & 1 deletion package/rpcbind/rpcbind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

RPCBIND_VERSION = 1.2.5
RPCBIND_VERSION = 1.3.2
RPCBIND_SITE = http://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
RPCBIND_SOURCE = rpcbind-$(RPCBIND_VERSION).tar.bz2
RPCBIND_LICENSE = BSD-3-Clause
Expand Down

0 comments on commit d13b292

Please sign in to comment.