diff --git a/man-pages-3.42-resolv-conf.patch b/man-pages-3.42-resolv-conf.patch new file mode 100644 index 0000000..289c65b --- /dev/null +++ b/man-pages-3.42-resolv-conf.patch @@ -0,0 +1,17 @@ +diff -ur man-pages-3.42.orig/man5/resolv.conf.5 man-pages-3.42/man5/resolv.conf.5 +--- man-pages-3.42.orig/man5/resolv.conf.5 2012-08-14 00:39:40.000000000 +0200 ++++ man-pages-3.42/man5/resolv.conf.5 2012-09-12 17:58:59.898565259 +0200 +@@ -244,6 +244,13 @@ + This option disables the behavior and makes glibc perform the IPv6 + and IPv4 requests sequentially (at the cost of some slowdown of the + resolving process). ++.TP ++.BR single-request-reopen " (since glibc 2.9)" ++The resolver uses the same socket for the A and AAAA requests. Some hardware ++mistakenly only sends back one reply. When that happens the client sytem will ++sit and wait for the second reply. Turning this option on changes this behavior ++so that if two requests from the same port are not handled correctly it will ++close the socket and open a new one before sending the second request. + .RE + .LP + The \fIdomain\fP and \fIsearch\fP keywords are mutually exclusive. diff --git a/man-pages.spec b/man-pages.spec index f4b9c4c..8d4609f 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -48,6 +48,8 @@ Patch47: man-pages-3.42-nscd-conf.patch Patch48: man-pages-3.42-inet.patch # resolves: #751429, #786684 Patch49: man-pages-3.42-nsswitch-conf.patch +# resolves: #717770 +Patch50: man-pages-3.42-resolv-conf.patch Autoreq: false @@ -79,6 +81,7 @@ Documentation Project (LDP). %patch47 -p1 %patch48 -p1 %patch49 -p1 +%patch50 -p1 ## Remove man pages we are not going to use ## @@ -151,6 +154,7 @@ cd .. - resolves: #751429 include initgroups database in the nsswitch.conf(5) man page - remove the sccs-related man pages (#203302) +- added description of single-request-reopen to the resolv.conf(5) man page (#717770) * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild