forked from buildroot/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/rpcbind: bump version to 1.3.2
Rebased yellow pages patch. Signed-off-by: Petr Vorel <[email protected]> Signed-off-by: Yann E. MORIN <[email protected]>
- Loading branch information
1 parent
6b5907b
commit d13b292
Showing
2 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
@@ -52,5 +44,5 @@ index 0c9453f..abc81bb 100644 | |
break; | ||
} | ||
-- | ||
2.4.5 | ||
2.31.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters