All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sagaert Johan <sagaert.johan@skynet.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] libtirpc : always include svc_auth_none
Date: Sat, 14 Jun 2014 23:27:41 +0200	[thread overview]
Message-ID: <8D427F050DB04548AD6DA7733E2188A1@JohanW7> (raw)
In-Reply-To: <20140614210407.GE3503@free.fr>

 

-----Oorspronkelijk bericht-----
Van: Yann E. MORIN [mailto:yann.morin.1998 at gmail.com] Namens Yann E. MORIN
Verzonden: zaterdag 14 juni 2014 23:04
Aan: Sagaert Johan
CC: buildroot at busybox.net
Onderwerp: Re: [Buildroot] [PATCH 1/1] libtirpc : always include svc_auth_none

Sagaert, All,

On 2014-06-14 22:57 +0200, Sagaert Johan spake thusly:
> This function is needed in rpcbind >= 0.2.1 without this patch the 
> linking of rpcbind > 0.2.1 will fail.
> (based on http://www.spinics.net/lists/linux-nfs/msg27277.html )

> Does that fix an autobuilder issue? If so, please add:
Not that I know of, its just needed before I can bump rpcbind to version 0.2.1
I have a few other patches ready to bump rpcbind to 0.2.1, reworked the patches
and added a post install hook to add an rpcbind startup script to /etc/init.d
 

>    Fixes:
>        http://autobuild.b.n/results/XXX/SHA1

What do I need to look for here : http://autobuild.buildroot.net ?

Regards Johan

> Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
> ---
>  ...btirpc-0011-always-include-svc_auth_none.patch | 39 
> ++++++++++++++++++++++
>  1 file changed, 39 insertions(+)
>  create mode 100644 
> package/libtirpc/libtirpc-0011-always-include-svc_auth_none.patch
> 
> diff --git 
> a/package/libtirpc/libtirpc-0011-always-include-svc_auth_none.patch 
> b/package/libtirpc/libtirpc-0011-always-include-svc_auth_none.patch
> new file mode 100644
> index 0000000..66c660c
> --- /dev/null
> +++ b/package/libtirpc/libtirpc-0011-always-include-svc_auth_none.patc
> +++ h
> @@ -0,0 +1,39 @@
> +From 02c9f3898e4189bb0ec817d492b36da6de31abf8 Mon Sep 17 00:00:00 
> +2001
> +From: Sagaert Johan <sagaert.johan@skynet.be>
> +Date: Sat, 14 Jun 2014 22:02:59 +0200
> +Subject: [PATCH 1/1] always include svc_auth_none
> +
> +(needed by rpcbind >=0.2.1 )
> +
> +Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>

Since you use the patch as-is, you should keep the authorship of the patch, and just add your own SoB line.

Regards,
Yann E. MORIN.

> +---
> + src/Makefile.am | 7 +++----
> + 1 file changed, 3 insertions(+), 4 deletions(-)
> +
> +diff --git a/src/Makefile.am b/src/Makefile.am index bd276cf..a6313b7 
> +100644
> +--- a/src/Makefile.am
> ++++ b/src/Makefile.am
> +@@ -48,16 +48,15 @@ libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c cln
> +         getrpcport.c mt_misc.c pmap_clnt.c pmap_getmaps.c pmap_getport.c \
> +         pmap_prot.c pmap_prot2.c pmap_rmt.c rpc_prot.c rpc_commondata.c \
> +         rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
> +-        rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \
> +-        svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c
> ++        rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \
> ++        svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c 
> ++ getpeereid.c
> + 
> + ## XDR
> + libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c 
> + xdr_mem.c xdr_reference.c xdr_stdio.c
> + 
> + ## Secure-RPC
> + if GSS
> +-    libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c \
> +-		svc_auth_none.c
> ++    libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c
> +     libtirpc_la_LDFLAGS += $(GSSGLUE_LIBS)
> +     libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSGLUE_CFLAGS)  endif
> +--
> +2.0.0
> +
> --
> 2.0.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

--
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' 
| conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-06-14 21:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-14 20:57 [Buildroot] [PATCH 1/1] libtirpc : always include svc_auth_none Sagaert Johan
2014-06-14 21:04 ` Yann E. MORIN
2014-06-14 21:27   ` Sagaert Johan [this message]
2014-06-14 21:37     ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8D427F050DB04548AD6DA7733E2188A1@JohanW7 \
    --to=sagaert.johan@skynet.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.