Hello community, here is the log from the commit of package man-pages for openSUSE:Factory checked in at 2020-02-09 21:01:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/man-pages (Old) and /work/SRC/openSUSE:Factory/.man-pages.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "man-pages" Sun Feb 9 21:01:33 2020 rev:136 rq:769510 version:5.04 Changes: -------- --- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes 2020-01-12 23:18:56.366695307 +0100 +++ /work/SRC/openSUSE:Factory/.man-pages.new.26092/man-pages.changes 2020-02-09 21:01:37.551326601 +0100 @@ -1,0 +2,7 @@ +Mon Feb 3 10:36:58 UTC 2020 - [email protected] + +- added patches + [bsc#1162464] + + man-pages-somaxconn-default-value.patch + +------------------------------------------------------------------- New: ---- man-pages-somaxconn-default-value.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ man-pages.spec ++++++ --- /var/tmp/diff_new_pack.k8rPgG/_old 2020-02-09 21:01:38.515327148 +0100 +++ /var/tmp/diff_new_pack.k8rPgG/_new 2020-02-09 21:01:38.527327155 +0100 @@ -32,6 +32,8 @@ Patch5: %{name}-tty_ioctl.patch # [bsc#1154701] Patch6: man-pages-tcp_fack.patch +# [bsc#1162464] +Patch7: man-pages-somaxconn-default-value.patch BuildRequires: fdupes Supplements: packageand(man:patterns-base-documentation) BuildArch: noarch @@ -53,6 +55,7 @@ %patch3 %patch5 -p1 %patch6 -p1 +%patch7 -p1 find -name "*.orig" | xargs rm -fv %build ++++++ man-pages-somaxconn-default-value.patch ++++++ Index: man-pages-5.04/man2/listen.2 =================================================================== --- man-pages-5.04.orig/man2/listen.2 2019-11-19 15:27:30.000000000 +0100 +++ man-pages-5.04/man2/listen.2 2020-02-03 11:18:26.040648707 +0100 @@ -167,7 +167,7 @@ If the argument is greater than the value in .IR /proc/sys/net/core/somaxconn , then it is silently truncated to that value; -the default value in this file is 128. +the default value in this file is 4096 (Was 128 before linux-5.4). In kernels before 2.4.25, this limit was a hard coded value, .BR SOMAXCONN , with the value 128.
