From 5194a786bd887aaeb6be576db3c5f7d457f357a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 26 Feb 2019 11:27:21 +0100 Subject: [PATCH] socket.2: fix dead link in AF_ALG note - resolves #1679505 --- man-pages-4.16-socket.2-AF_ALG.patch | 16 ++++++++++++++++ man-pages.spec | 10 +++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 man-pages-4.16-socket.2-AF_ALG.patch diff --git a/man-pages-4.16-socket.2-AF_ALG.patch b/man-pages-4.16-socket.2-AF_ALG.patch new file mode 100644 index 0000000..40a70ef --- /dev/null +++ b/man-pages-4.16-socket.2-AF_ALG.patch @@ -0,0 +1,16 @@ +diff --git a/man2/socket.2 b/man2/socket.2 +index 3be1c92..491bc24 100644 +--- a/man2/socket.2 ++++ b/man2/socket.2 +@@ -390,9 +390,8 @@ standards use AF_* everywhere. + The + .B AF_ALG + protocol type was added in Linux 2.6.38. +-More information on this interface is provided with the kernel HTML +-documentation at +-.IR https://www.kernel.org/doc/htmldocs/crypto\-API/User.html . ++More information on this interface is provided in the kernel source file ++.IR Documentation/crypto/userspace-if.rst . + .SH EXAMPLE + An example of the use of + .BR socket () diff --git a/man-pages.spec b/man-pages.spec index cc3dcde..ca12306 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -7,7 +7,7 @@ Summary: Linux kernel and C library user-space interface documentation Name: man-pages Version: 4.16 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE URL: http://www.kernel.org/doc/man-pages/ Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz @@ -38,6 +38,9 @@ Patch0: man-pages-posix-2013-a-pthread_once.patch # https://bugzilla.kernel.org/show_bug.cgi?id=53781 Patch21: man-pages-3.42-close.patch +# resolves: #1679505 +Patch22: man-pages-4.16-socket.2-AF_ALG.patch + %description A large collection of manual pages from the Linux Documentation Project (LDP). @@ -46,6 +49,7 @@ A large collection of manual pages from the Linux Documentation Project (LDP). %patch0 -p1 %patch21 -p1 +%patch22 -p1 # rename posix README so we don't have conflict %{__mv} %{posix_name}/README %{posix_name}/%{posix_name}.README @@ -85,6 +89,10 @@ popd %{_mandir}/man*/* %changelog +* Tue Feb 26 2019 Nikola Forró - 4.16-5 +- socket.2: fix dead link in AF_ALG note + resolves #1679505 + * Fri Feb 01 2019 Fedora Release Engineering - 4.16-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild