From ae9ec49b3d72f2dcdf16b9dd3d404780fc4d25a7 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 31 May 2024 16:53:24 +0000 Subject: [PATCH] Import from AlmaLinux stable repository --- .gitignore | 2 +- .man-pages-overrides.metadata | 1 - .../2184023-mpo-8.9.0.0-resolv.conf.5.patch | 47 +++++++++++++++++++ SPECS/man-pages-overrides.spec | 8 +++- 4 files changed, 55 insertions(+), 3 deletions(-) delete mode 100644 .man-pages-overrides.metadata create mode 100644 SOURCES/2184023-mpo-8.9.0.0-resolv.conf.5.patch diff --git a/.gitignore b/.gitignore index ff9da9f..24abe7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/man-pages-overrides-8.6.0.0.tar.xz +SOURCES/man-pages-overrides-8.9.0.0.tar.xz diff --git a/.man-pages-overrides.metadata b/.man-pages-overrides.metadata deleted file mode 100644 index f475d53..0000000 --- a/.man-pages-overrides.metadata +++ /dev/null @@ -1 +0,0 @@ -d1707d2d08a1616249858efb5953bf389c099651 SOURCES/man-pages-overrides-8.6.0.0.tar.xz diff --git a/SOURCES/2184023-mpo-8.9.0.0-resolv.conf.5.patch b/SOURCES/2184023-mpo-8.9.0.0-resolv.conf.5.patch new file mode 100644 index 0000000..43298e8 --- /dev/null +++ b/SOURCES/2184023-mpo-8.9.0.0-resolv.conf.5.patch @@ -0,0 +1,47 @@ +From ebd8a5bc9259cc7a95460ee835df50cef0c32aae Mon Sep 17 00:00:00 2001 +From: Lukas Javorsky +Date: Wed, 12 Apr 2023 17:52:14 +0000 +Subject: [PATCH] resolv.conf.5: Add option no-aaaa to the resolv.conf manual + page + +--- + man-pages/man5/resolv.conf.5 | 23 +++++++++++++++++++++++ + 1 file changed, 23 insertions(+) + +diff --git a/man-pages/man5/resolv.conf.5 b/man-pages/man5/resolv.conf.5 +index 93c6b47..7c61783 100644 +--- a/man-pages/man5/resolv.conf.5 ++++ b/man-pages/man5/resolv.conf.5 +@@ -189,6 +189,29 @@ which causes round-robin selection of name servers from among those listed. + This has the effect of spreading the query load among all listed servers, + rather than having all clients try the first listed server first every time. + .TP ++.B no\-aaaa ++.\" f282cdbe7f436c75864e5640a409a10485e9abb2 ++Sets ++.B RES_NOAAAA ++in ++.IR _res.options , ++which suppresses AAAA queries made by the stub resolver, ++including AAAA lookups triggered by NSS-based interfaces such as ++.BR getaddrinfo (3). ++Only DNS lookups are affected: IPv6 data in ++.BR hosts (5) ++is still used, ++.BR getaddrinfo (3) ++with ++.B AI_PASSIVE ++will stillproduce IPv6 addresses, ++and configured IPv6 name servers are still used. ++To produce correct Name Error (NXDOMAIN) results, ++AAAA queries are translated to A queries. ++This option is intended preliminary for diagnostic purposes, ++to rule out that AAAA DNS queries have adverse impact. ++It is incompatible with EDNS0 usage and DNSSEC validation by applications. ++.TP + .B no\-check\-names + .\" since glibc 2.2 + Sets +-- +2.39.2 + diff --git a/SPECS/man-pages-overrides.spec b/SPECS/man-pages-overrides.spec index fe97f7e..2807ee3 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.6.0.0 +Version: 8.9.0.0 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 @@ 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 +Patch10: 2184023-mpo-8.9.0.0-resolv.conf.5.patch BuildArch: noarch @@ -67,6 +68,11 @@ done %{_mandir}/overrides/ %changelog +* Wed Apr 12 2023 Lukas Javorsky - 8.9.0.0-1 +- Upload new tarball +- resolv.conf.5: Add option no-aaaa + resolves: #2184023 + * Thu Feb 03 2022 Nikola Forró - 8.6.0.0-1 - Upload new tarball - rpc.3: remove the man page