Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2020-05-16 22:24:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx (Old)
 and      /work/SRC/openSUSE:Factory/.nginx.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nginx"

Sat May 16 22:24:56 2020 rev:52 rq:805686 version:1.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx/nginx.changes      2020-04-29 
20:43:12.663772281 +0200
+++ /work/SRC/openSUSE:Factory/.nginx.new.2738/nginx.changes    2020-05-16 
22:25:01.745112398 +0200
@@ -1,0 +2,7 @@
+Thu May  7 16:15:48 UTC 2020 - Cristian Rodríguez <crrodrig...@opensuse.org>
+
+- Do not arbitrarily limit the default listen backlog  
+ (NGX_LISTEN_BACKLOG) to 511, instead use -1 to choose the
+ system's default (sysctl net.core.somaxconn)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nginx.spec ++++++
--- /var/tmp/diff_new_pack.hUD9Fe/_old  2020-05-16 22:25:02.861114688 +0200
+++ /var/tmp/diff_new_pack.hUD9Fe/_new  2020-05-16 22:25:02.865114696 +0200
@@ -188,6 +188,8 @@
 sed -i "s/\/var\/run/\/run/" conf/nginx.conf
 %endif
 
+sed -i 's/^\(#define NGX_LISTEN_BACKLOG \).*/\1-1/' 
src/os/unix/ngx_linux_config.h
+
 %build
 # FIXME: you should use the %%configure macro
 ./configure                                    \




Reply via email to