From a346e953c461270ae0c5b1ca780139b11cde6c64 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 17 2021 04:24:54 +0000 Subject: import man-pages-overrides-8.5.0.1-1.el8 --- diff --git a/.gitignore b/.gitignore index 6974e61..90b224b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/man-pages-overrides-8.5.0.0.tar.xz +SOURCES/man-pages-overrides-8.5.0.1.tar.xz diff --git a/.man-pages-overrides.metadata b/.man-pages-overrides.metadata index 35e51d9..01a8584 100644 --- a/.man-pages-overrides.metadata +++ b/.man-pages-overrides.metadata @@ -1 +1 @@ -01c71a443d15d00f0413a091e869aa7a7cec1594 SOURCES/man-pages-overrides-8.5.0.0.tar.xz +e3bb39c32428a5f6868c07ab4c704cd97b2a3bc1 SOURCES/man-pages-overrides-8.5.0.1.tar.xz diff --git a/SOURCES/1981853-mpo-8.5.0.1-tcp.7.patch b/SOURCES/1981853-mpo-8.5.0.1-tcp.7.patch new file mode 100644 index 0000000..da4fc33 --- /dev/null +++ b/SOURCES/1981853-mpo-8.5.0.1-tcp.7.patch @@ -0,0 +1,33 @@ +From 1d6d37ced8828bd33efeeeda598030d709a66a57 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Nikola=20Forr=C3=B3?= +Date: Fri, 16 Jul 2021 17:53:28 +0200 +Subject: [PATCH] tcp.7: remove tcp_tso_win_divisor option + +--- + man-pages/man7/tcp.7 | 10 ---------- + 1 file changed, 10 deletions(-) + +diff --git a/man-pages/man7/tcp.7 b/man-pages/man7/tcp.7 +index 0ff5030..e5cc587 100644 +--- a/man-pages/man7/tcp.7 ++++ b/man-pages/man7/tcp.7 +@@ -863,16 +863,6 @@ This parameter controls what percentage of the congestion window + can be consumed by a single TCP Segmentation Offload (TSO) frame. + The setting of this parameter is a tradeoff between burstiness and + building larger TSO frames. +-.TP +-.IR tcp_tw_recycle " (Boolean; default: disabled; Linux 2.4 to 4.11)" +-.\" Since 2.3.15 +-.\" removed in 4.12; commit 4396e46187ca5070219b81773c4e65088dac50cc +-Enable fast recycling of TIME_WAIT sockets. +-Enabling this option is +-not recommended as the remote IP may not use monotonically increasing +-timestamps (devices behind NAT, devices with per-connection timestamp +-offsets). +-See RFC 1323 (PAWS) and RFC 6191. + .\" + .\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt + .TP +-- +2.31.1 + diff --git a/SPECS/man-pages-overrides.spec b/SPECS/man-pages-overrides.spec index 11dffa2..0dab3ff 100644 --- a/SPECS/man-pages-overrides.spec +++ b/SPECS/man-pages-overrides.spec @@ -2,7 +2,7 @@ Summary: Complementary and updated manual pages Name: man-pages-overrides -Version: 8.5.0.0 +Version: 8.5.0.1 Release: 1%{?dist} # license is the same as for the man-pages package License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE @@ -19,6 +19,7 @@ Patch5: 1731058-mpo-8.3.0.1-radvd.8.patch Patch6: 1850065-mpo-8.3.0.2-sgdisk.8.patch Patch7: 1899552-mpo-8.5.0.0-statx.2.patch Patch8: 1928160-mpo-8.5.0.0-resolv.conf.5.patch +Patch9: 1981853-mpo-8.5.0.1-tcp.7.patch BuildArch: noarch @@ -67,6 +68,11 @@ done %{_mandir}/overrides/ %changelog +* Fri Jul 16 2021 Nikola Forró - 8.5.0.1-1 +- Upload new tarball +- tcp.7: remove tcp_tso_win_divisor option + resolves: #1981853 + * Fri Jul 09 2021 Nikola Forró - 8.5.0.0-1 - Upload new tarball - statx.2: add STATX_ATTR_DAX