Blame SOURCES/man-pages-4.15-host.conf.5-spoof-options.patch

fd941c
From 41b7763e490bddbc3308dfd32924bd19972c0604 Mon Sep 17 00:00:00 2001
fd941c
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
fd941c
Date: Tue, 15 May 2018 13:29:24 +0200
fd941c
Subject: [PATCH] host.conf.5: Clarify glibc versions in which spoof options
fd941c
 were removed
fd941c
MIME-Version: 1.0
fd941c
Content-Type: text/plain; charset=UTF-8
fd941c
Content-Transfer-Encoding: 8bit
fd941c
fd941c
The nospoof, spoofalert and spoof options as well as the
fd941c
RESOLV_SPOOF_CHECK environment variable were all removed
fd941c
from glibc in version 2.25 (with commit
fd941c
7d68cdaa4f748e87ee921f587ee2d483db624b3d).
fd941c
fd941c
Signed-off-by: Nikola Forró <nforro@redhat.com>
fd941c
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
fd941c
---
fd941c
 man5/host.conf.5 | 3 ++-
fd941c
 1 file changed, 2 insertions(+), 1 deletion(-)
fd941c
fd941c
diff --git a/man5/host.conf.5 b/man5/host.conf.5
fd941c
index 15e9aa7..66e6fb4 100644
fd941c
--- a/man5/host.conf.5
fd941c
+++ b/man5/host.conf.5
fd941c
@@ -150,7 +150,8 @@ Overrides the
fd941c
 .I order
fd941c
 command.
fd941c
 .PP
fd941c
-Since glibc 2.0.7, the following keywords and environment variable have
fd941c
+.\" commit 7d68cdaa4f748e87ee921f587ee2d483db624b3d
fd941c
+Since glibc 2.0.7, and up through glibc 2.24, the following keywords and environment variable have
fd941c
 been recognized but never implemented:
fd941c
 .TP
fd941c
 .I nospoof
fd941c
-- 
fd941c
2.17.1
fd941c