import man-pages-overrides-8.5.0.1-1.el8

This commit is contained in:
CentOS Sources 2021-07-17 04:24:54 +00:00 committed by Andrew Lukoshko
parent 4f0baa5767
commit 1a34ff46fd
4 changed files with 42 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/man-pages-overrides-8.5.0.0.tar.xz
SOURCES/man-pages-overrides-8.5.0.1.tar.xz

View File

@ -1 +1 @@
01c71a443d15d00f0413a091e869aa7a7cec1594 SOURCES/man-pages-overrides-8.5.0.0.tar.xz
e3bb39c32428a5f6868c07ab4c704cd97b2a3bc1 SOURCES/man-pages-overrides-8.5.0.1.tar.xz

View File

@ -0,0 +1,33 @@
From 1d6d37ced8828bd33efeeeda598030d709a66a57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
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

View File

@ -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ó <nforro@redhat.com> - 8.5.0.1-1
- Upload new tarball
- tcp.7: remove tcp_tso_win_divisor option
resolves: #1981853
* Fri Jul 09 2021 Nikola Forró <nforro@redhat.com> - 8.5.0.0-1
- Upload new tarball
- statx.2: add STATX_ATTR_DAX