mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 09:27:43 +00:00
rpcbind: bump version 0.2.3
Refreshed patch: 0001-Remove-yellow-pages-support.patch Signed-off-by: Aurélien Chabot <aurelien@chabot.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4ef5bcde94
commit
48dad0689e
@ -1,4 +1,4 @@
|
|||||||
From 249e25c5cc675c212ca4e4a3342bff8f59285b1a Mon Sep 17 00:00:00 2001
|
From 226b9c57ff403b407dbf1ff8a615da455a4cbd23 Mon Sep 17 00:00:00 2001
|
||||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||||
Date: Sat, 10 Nov 2012 22:03:43 +0100
|
Date: Sat, 10 Nov 2012 22:03:43 +0100
|
||||||
Subject: [PATCH] Remove yellow pages support
|
Subject: [PATCH] Remove yellow pages support
|
||||||
@ -13,20 +13,20 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|||||||
1 file changed, 18 deletions(-)
|
1 file changed, 18 deletions(-)
|
||||||
|
|
||||||
diff --git a/src/security.c b/src/security.c
|
diff --git a/src/security.c b/src/security.c
|
||||||
index d272f74..8d5863c 100644
|
index 0c9453f..abc81bb 100644
|
||||||
--- a/src/security.c
|
--- a/src/security.c
|
||||||
+++ b/src/security.c
|
+++ b/src/security.c
|
||||||
@@ -23,9 +23,6 @@
|
@@ -24,9 +24,6 @@
|
||||||
#include <rpcsvc/mount.h>
|
#include <rpcsvc/mount.h>
|
||||||
#include <rpcsvc/rquota.h>
|
#include <rpcsvc/rquota.h>
|
||||||
#include <rpcsvc/nfs_prot.h>
|
#include <rpcsvc/nfs_prot.h>
|
||||||
-#include <rpcsvc/yp.h>
|
-#include <rpcsvc/yp.h>
|
||||||
-#include <rpcsvc/ypclnt.h>
|
-#include <rpcsvc/ypclnt.h>
|
||||||
-#include <rpcsvc/yppasswd.h>
|
-#include <rpcsvc/yppasswd.h>
|
||||||
|
#else
|
||||||
#include "rpcbind.h"
|
# define MOUNTPROC_MNT 1
|
||||||
|
# define MOUNTPROC_UMNT 3
|
||||||
@@ -308,24 +305,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
|
@@ -325,24 +322,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
|
||||||
args->rmt_proc != MOUNTPROC_UMNT)
|
args->rmt_proc != MOUNTPROC_UMNT)
|
||||||
break;
|
break;
|
||||||
goto deny;
|
goto deny;
|
||||||
@ -52,5 +52,5 @@ index d272f74..8d5863c 100644
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
--
|
--
|
||||||
2.0.0
|
2.4.5
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Locally computed:
|
# Locally computed:
|
||||||
sha256 da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e rpcbind-0.2.1.tar.bz2
|
sha256 9897823a9d820ea011d9ea02054d5ab99469b9ca5346265fee380713c8fed27b rpcbind-0.2.3.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
RPCBIND_VERSION = 0.2.1
|
RPCBIND_VERSION = 0.2.3
|
||||||
RPCBIND_SITE = http://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
|
RPCBIND_SITE = http://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
|
||||||
RPCBIND_SOURCE = rpcbind-$(RPCBIND_VERSION).tar.bz2
|
RPCBIND_SOURCE = rpcbind-$(RPCBIND_VERSION).tar.bz2
|
||||||
RPCBIND_LICENSE = BSD-3c
|
RPCBIND_LICENSE = BSD-3c
|
||||||
@ -14,6 +14,7 @@ RPCBIND_CONF_ENV += \
|
|||||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/tirpc/"
|
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/tirpc/"
|
||||||
RPCBIND_DEPENDENCIES += libtirpc host-pkgconf
|
RPCBIND_DEPENDENCIES += libtirpc host-pkgconf
|
||||||
RPCBIND_CONF_OPTS += --with-rpcuser=root
|
RPCBIND_CONF_OPTS += --with-rpcuser=root
|
||||||
|
RPCBIND_CONF_OPTS += --with-systemdsystemunitdir=no
|
||||||
|
|
||||||
define RPCBIND_INSTALL_INIT_SYSV
|
define RPCBIND_INSTALL_INIT_SYSV
|
||||||
$(INSTALL) -m 0755 -D package/rpcbind/S30rpcbind \
|
$(INSTALL) -m 0755 -D package/rpcbind/S30rpcbind \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user