Re: [PATCH libtirpc] Disable libtirpc's own bindresvport{,_sa}() in favor of Cygwin's

2018-02-07 Thread Mark Geisert
Yaakov Selkowitz wrote: On 2018-02-07 01:29, Mark Geisert wrote: I don't have libtirpc in git so I'm submitting a text patch. Sorry for any inconvenience. This is Cygwin-specific and against src/bindresvport.c of libtirpc 1.0.1. Unsure if it ought to go upstream; appreciate input on that. A

Re: [PATCH libtirpc] Disable libtirpc's own bindresvport{,_sa}() in favor of Cygwin's

2018-02-07 Thread Mark Geisert
Brian Inglis wrote: On 2018-02-07 08:38, Eric Blake wrote: On 02/07/2018 01:29 AM, Mark Geisert wrote: I don't have libtirpc in git so I'm submitting a text patch. Sorry for any inconvenience. This is Cygwin-specific and against src/bindresvport.c of libtirpc 1.0.1. Unsure if it ought to go

RPC package changes

2018-02-07 Thread Yaakov Selkowitz
Pavel, With glibc finally shedding its deprecated SUNRPC code, some packaging changes are needed wrt RPC: * rpcsvc-proto replaces onc-rpc-devel/rpcgen: https://github.com/cygwinports/rpcsvc-proto * libnsl needs to be added for and : https://github.com/cygwinports/libnsl * rpcbind can then be

Re: [PATCH libtirpc] Disable libtirpc's own bindresvport{,_sa}() in favor of Cygwin's

2018-02-07 Thread Yaakov Selkowitz
On 2018-02-07 01:29, Mark Geisert wrote: > I don't have libtirpc in git so I'm submitting a text patch.  Sorry for > any inconvenience.  This is Cygwin-specific and against > src/bindresvport.c of libtirpc 1.0.1.  Unsure if it ought to go > upstream; appreciate input on that. As Eric mentioned, ed

Re: [PATCH libtirpc] Disable libtirpc's own bindresvport{,_sa}() in favor of Cygwin's

2018-02-07 Thread Brian Inglis
On 2018-02-07 08:38, Eric Blake wrote: > On 02/07/2018 01:29 AM, Mark Geisert wrote: >> I don't have libtirpc in git so I'm submitting a text patch.  Sorry for any >> inconvenience.  This is Cygwin-specific and against src/bindresvport.c of >> libtirpc 1.0.1.  Unsure if it ought to go upstream; app

Re: [PATCH libtirpc] Disable libtirpc's own bindresvport{,_sa}() in favor of Cygwin's

2018-02-07 Thread Eric Blake
On 02/07/2018 01:29 AM, Mark Geisert wrote: I don't have libtirpc in git so I'm submitting a text patch.  Sorry for any inconvenience.  This is Cygwin-specific and against src/bindresvport.c of libtirpc 1.0.1.  Unsure if it ought to go upstream; appreciate input on that. Thanks much, ..mark