Hello community, here is the log from the commit of package apache2 for openSUSE:Factory checked in at 2020-02-06 13:06:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache2 (Old) and /work/SRC/openSUSE:Factory/.apache2.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2" Thu Feb 6 13:06:54 2020 rev:165 rq:769465 version:2.4.41 Changes: -------- --- /work/SRC/openSUSE:Factory/apache2/apache2.changes 2020-01-23 16:10:16.735613258 +0100 +++ /work/SRC/openSUSE:Factory/.apache2.new.26092/apache2.changes 2020-02-06 13:06:57.132294587 +0100 @@ -1,0 +2,10 @@ +Fri Jan 31 18:22:09 UTC 2020 - Cristian RodrÃguez <[email protected]> + +- define DEFAULT_LISTENBACKLOG=APR_INT32_MAX. We want apache + to honour net.core.somaxconn sysctl as the mandatory limit. + the old value of 511 was never used as until v5.4-rc6 it was + clamped to 128, in current kernels the default limit is 4096. + Cannot use the apr_socket_listen(.., -1) idiom because the function + expects a positive integer argument. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache2.spec ++++++ --- /var/tmp/diff_new_pack.209URz/_old 2020-02-06 13:06:58.852295523 +0100 +++ /var/tmp/diff_new_pack.209URz/_new 2020-02-06 13:06:58.852295523 +0100 @@ -451,7 +451,7 @@ mv include/ap_config_auto.h.new include/ap_config_auto.h sed -i -e "s@%{_localstatedir}/run@%{runtimedir}@g" include/ap_config_layout.h - make CFLAGS="%{optflags} -fvisibility=hidden -fPIC -Wall -DDEFAULT_ERRORLOG='\"%{logfiledir}/error_log\"'" %{?_smp_mflags} + make CFLAGS="%{optflags} -fvisibility=hidden -fPIC -Wall -DDEFAULT_LISTENBACKLOG=APR_INT32_MAX -DDEFAULT_ERRORLOG='\"%{logfiledir}/error_log\"'" %{?_smp_mflags} make DESTDIR=%{buildroot} install -j1 # show pathnames in config files
