- version update to 5.05

* Newly documented interfaces in existing pages
    clone.2
        Add clone3() set_tid information
        Document CLONE_CLEAR_SIGHAND
    fcntl.2
        Update manpage with new memfd F_SEAL_FUTURE_WRITE seal
    memfd_create.2
        Update manpage with new memfd F_SEAL_FUTURE_WRITE seal
    loop.4
        Document LOOP_SET_BLOCK_SIZE
        Document LOOP_SET_DIRECT_IO
    proc.5
        Document /proc/sys/vm/unprivileged_userfaultfd
- deleted patches
  - man-pages-somaxconn-default-value.patch (upstreamed)

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=205
This commit is contained in:
Petr Gajdos 2020-02-10 08:50:25 +00:00 committed by Git OBS Bridge
parent ddcb6767d7
commit a46d613712
5 changed files with 24 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c369e46a572a67f5fcb90a2f93316f72ee74bd0fd2da85268a1d290ade3cec6
size 2535472

3
man-pages-5.05.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c1f5150d3896cda2cb7c1c45c2d317c987cc915d879c46c467a73290e2220dd
size 2541176

View File

@ -1,13 +0,0 @@
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,23 @@
-------------------------------------------------------------------
Mon Feb 10 08:44:31 UTC 2020 - pgajdos@suse.com
- version update to 5.05
* Newly documented interfaces in existing pages
clone.2
Add clone3() set_tid information
Document CLONE_CLEAR_SIGHAND
fcntl.2
Update manpage with new memfd F_SEAL_FUTURE_WRITE seal
memfd_create.2
Update manpage with new memfd F_SEAL_FUTURE_WRITE seal
loop.4
Document LOOP_SET_BLOCK_SIZE
Document LOOP_SET_DIRECT_IO
proc.5
Document /proc/sys/vm/unprivileged_userfaultfd
- deleted patches
- man-pages-somaxconn-default-value.patch (upstreamed)
-------------------------------------------------------------------
Mon Feb 3 10:36:58 UTC 2020 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 5.04
Version: 5.05
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT
@ -32,8 +32,6 @@ 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
@ -55,7 +53,6 @@ only).
%patch3
%patch5 -p1
%patch6 -p1
%patch7 -p1
find -name "*.orig" | xargs rm -fv
%build