<div dir="ltr"><div>Hi Roman,<br><br></div>Thank you so much - it worked great!<br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div>Cheers,<br>Kevin<br>--<br>Kevin Worthington<br>kworthington ( at ) gmail {dot} com<br><a href="https://kevinworthington.com/" target="_blank">https://kevinworthington.com/</a><br><a href="https://twitter.com/kworthington/" target="_blank">https://twitter.com/kworthington</a></div></div></div></div>
<br><div class="gmail_quote">On Tue, Apr 25, 2017 at 1:32 PM, Roman Arutyunyan <span dir="ltr"><<a href="mailto:arut@nginx.com" target="_blank">arut@nginx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Please try the patch.<br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
On Tue, Apr 25, 2017 at 11:41:10AM -0400, Kevin Worthington wrote:<br>
> Hello!<br>
><br>
> Getting a make error on 32-bit and 64-bit Cygwin:<br>
><br>
>         -o objs/src/os/unix/ngx_writev_<wbr>chain.o \<br>
>         src/os/unix/ngx_writev_chain.c<br>
> cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g<br>
> -D FD_<br>
> SETSIZE=2048 -I src/core -I src/event -I src/event/modules -I src/os/unix<br>
> -I /us<br>
> r/include/libxml2 -I objs \<br>
>         -o objs/src/os/unix/ngx_udp_send.<wbr>o \<br>
>         src/os/unix/ngx_udp_send.c<br>
> cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g<br>
> -D FD_<br>
> SETSIZE=2048 -I src/core -I src/event -I src/event/modules -I src/os/unix<br>
> -I /us<br>
> r/include/libxml2 -I objs \<br>
>         -o objs/src/os/unix/ngx_udp_<wbr>sendmsg_chain.o \<br>
>         src/os/unix/ngx_udp_sendmsg_<wbr>chain.c<br>
> src/os/unix/ngx_udp_sendmsg_<wbr>chain.c: In function `ngx_sendmsg':<br>
> src/os/unix/ngx_udp_sendmsg_<wbr>chain.c:274:16: error: `struct in_pktinfo' has<br>
> no me<br>
> mber named `ipi_spec_dst'<br>
>              pkt->ipi_spec_dst = sin->sin_addr;<br>
>                 ^<br>
> objs/Makefile:847: recipe for target<br>
> 'objs/src/os/unix/ngx_udp_<wbr>sendmsg_chain.o'<br>
> failed<br>
> make[1]: *** [objs/src/os/unix/ngx_udp_<wbr>sendmsg_chain.o] Error 1<br>
> make[1]: Leaving directory '/home/kevin.worthington/<wbr>nginx-1.13.0'<br>
> Makefile:8: recipe for target 'build' failed<br>
> make: *** [build] Error 2<br>
><br>
> Any tips to fix this? Thank you for reading.<br>
><br>
> Best regards,<br>
> Kevin<br>
> --<br>
> Kevin Worthington<br>
> kworthington ( at ) gmail {dot} com<br>
> <a href="https://kevinworthington.com/" rel="noreferrer" target="_blank">https://kevinworthington.com/</a><br>
> <a href="https://twitter.com/kworthington" rel="noreferrer" target="_blank">https://twitter.com/<wbr>kworthington</a><br>
><br>
> On Tue, Apr 25, 2017 at 10:32 AM, Maxim Dounin <<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>> wrote:<br>
><br>
> > Changes with nginx 1.13.0                                        25 Apr<br>
> > 2017<br>
> ><br>
> >     *) Change: SSL renegotiation is now allowed on backend connections.<br>
> ><br>
> >     *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"<br>
> >        directives of the mail proxy and stream modules.<br>
> ><br>
> >     *) Feature: the "return" and "error_page" directives can now be used to<br>
> >        return 308 redirections.<br>
> >        Thanks to Simon Leblanc.<br>
> ><br>
> >     *) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.<br>
> ><br>
> >     *) Feature: when logging signals nginx now logs PID of the process<br>
> > which<br>
> >        sent the signal.<br>
> ><br>
> >     *) Bugfix: in memory allocation error handling.<br>
> ><br>
> >     *) Bugfix: if a server in the stream module listened on a wildcard<br>
> >        address, the source address of a response UDP datagram could differ<br>
> >        from the original datagram destination address.<br>
> ><br>
> ><br>
> > --<br>
> > Maxim Dounin<br>
> > <a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
> > ______________________________<wbr>_________________<br>
> > nginx-announce mailing list<br>
> > <a href="mailto:nginx-announce@nginx.org">nginx-announce@nginx.org</a><br>
> > <a href="http://mailman.nginx.org/mailman/listinfo/nginx-announce" rel="noreferrer" target="_blank">http://mailman.nginx.org/<wbr>mailman/listinfo/nginx-<wbr>announce</a><br>
> ><br>
<br>
</div></div><div class="gmail-HOEnZb"><div class="gmail-h5">> ______________________________<wbr>_________________<br>
> nginx mailing list<br>
> <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
> <a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/<wbr>mailman/listinfo/nginx</a><br>
<br>
<br>
</div></div><span class="gmail-HOEnZb"><font color="#888888">--<br>
Roman Arutyunyan<br>
</font></span><br>______________________________<wbr>_________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/<wbr>mailman/listinfo/nginx</a><br></blockquote></div><br></div></div>