- added patches

[bsc#1162464]
  + man-pages-somaxconn-default-value.patch

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=203
This commit is contained in:
Petr Gajdos 2020-02-03 10:37:20 +00:00 committed by Git OBS Bridge
parent 7836576b02
commit ddcb6767d7
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 3 10:36:58 UTC 2020 - pgajdos@suse.com
- added patches
[bsc#1162464]
+ man-pages-somaxconn-default-value.patch
-------------------------------------------------------------------
Fri Jan 10 11:31:23 UTC 2020 - pgajdos@suse.com

View File

@ -32,6 +32,8 @@ Patch3: %{name}_gai.conf-reference.patch
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 @@ only).
%patch3
%patch5 -p1
%patch6 -p1
%patch7 -p1
find -name "*.orig" | xargs rm -fv
%build