[Bug 848783] New: glibc / known bug: "options rotate" in /etc/resolv.conf causes DNS name reolution FAIL with IPv6 resolver addresses; patch available
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c0 Summary: glibc / known bug: "options rotate" in /etc/resolv.conf causes DNS name reolution FAIL with IPv6 resolver addresses; patch available Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: All OS/Version: openSUSE 12.3 Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: darx+opensuse@sent.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 on uname -a Linux darxdev.int 3.7.10-1.16-xen #1 SMP Fri May 31 20:21:23 UTC 2013 (97c14ba) x86_64 x86_64 x86_64 GNU/Linux with rpm -qa | grep -i glibc | sort glibc-2.17-4.7.1.x86_64 glibc-32bit-2.17-4.7.1.x86_64 glibc-debuginfo-2.17-4.7.1.x86_64 glibc-devel-2.17-4.7.1.x86_64 glibc-devel-static-2.17-4.7.1.x86_64 glibc-extra-2.17-4.7.1.x86_64 glibc-i18ndata-2.17-4.7.1.noarch glibc-info-2.17-4.7.1.noarch glibc-locale-2.17-4.7.1.x86_64 glibc-utils-2.17-4.7.1.x86_64 linux-glibc-devel-3.7.1-2.1.3.noarch with either IPv4 resolvers cat /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 or IPv6 resolvers cat /etc/resolv.conf nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844 'svn co' works as expected; in both cases: S="www.nlnetlabs.nl" T="svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual" svn co http://$S/$T test ... Checked out revision 4089. next, adding "options rotate" to resolv.conf, with IPv4 rolvers, cat /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 options rotate 'svn co' still works, svn co http://$S/$T test ... Checked out revision 4089. but with IPv6, FAILS cat /etc/resolv.conf nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844 options rotate svn co http://$S/$T test ... svn: E670002: Unable to connect to a repository at URL 'http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual' svn: E670002: Name or service not known note, using numeric IP for SVN still works, svn co http://[2001:7b8:206:1::1]/$T test ... Checked out revision 4089. this appears to be due to a glibc bug, https://bugzilla.redhat.com/show_bug.cgi?id=841787 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627531 https://bugzilla.redhat.com/show_bug.cgi?id=804630 https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/915272 1st link has a patch, but for an different version of glibc, and on redhat Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c darx suse <darx+opensuse@sent.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schwab@suse.com AssignedTo|bnc-team-screening@forge.pr |meissner@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c1 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@suse.com AssignedTo|meissner@suse.com |schwab@suse.com --- Comment #1 from Marcus Meissner <meissner@suse.com> 2013-11-04 07:34:21 UTC --- -> glibc maintainer -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c Andreas Schwab <schwab@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c2 Andreas Schwab <schwab@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |darx+opensuse@sent.com --- Comment #2 from Andreas Schwab <schwab@suse.com> 2013-11-04 14:06:15 CET --- I cannot reproduce that. Please use getent ahosts to rule out bugs in subversion. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c3 darx suse <darx+opensuse@sent.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|darx+opensuse@sent.com | --- Comment #3 from darx suse <darx+opensuse@sent.com> 2013-11-04 15:37:15 UTC --- fwiw, i'd initially thought this issue was with svn as well; I'd already discussed this @ svn ML http://svn.haxx.se/users/archive-2013-11/0011.shtml where the issue was redirected to APR, http://mail-archives.apache.org/mod_mbox/apr-dev/201311.mbox/browser now, most of that discussion was BEFORE I found the dependence on the presence of "options rotate" in any case, testing with getent cat /etc/resolv.conf nameserver 2600:3c01::2 nameserver 2600:3c01::3 svn co http://$S/$T test A test/size_0.tpkg A test/source_port_0.tpkg Checked out revision 4089. getent ahosts $S 2001:7b8:206:1::1 STREAM www.nlnetlabs.nl 2001:7b8:206:1::1 DGRAM 2001:7b8:206:1::1 RAW 213.154.224.1 STREAM 213.154.224.1 DGRAM 213.154.224.1 RAW cat /etc/resolv.conf nameserver 2600:3c01::2 nameserver 2600:3c01::3 options rotate svn co http://$S/$T test svn: E670002: Unable to connect to a repository at URL 'http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual' svn: E670002: Name or service not known getent ahosts $S 2001:7b8:206:1::1 STREAM www.nlnetlabs.nl 2001:7b8:206:1::1 DGRAM 2001:7b8:206:1::1 RAW 213.154.224.1 STREAM 213.154.224.1 DGRAM 213.154.224.1 RAW -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c4 Andreas Schwab <schwab@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|schwab@suse.com |draht@suse.com --- Comment #4 from Andreas Schwab <schwab@suse.com> 2013-11-04 16:46:09 CET --- -> libapr1 maintainer -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c5 --- Comment #5 from darx suse <darx+opensuse@sent.com> 2013-11-04 17:11:12 UTC --- Now that this is in the libapr queue, note that, as suggested in the threads referenced above, a possible APR 'issue' may be that some component in the apr/apr-util/serf/subversion in the distro packaging hasn't been properly IPv6-enabled. As one test of that, I've built from source a version-consistent stack of apr, apr-util, serf and subversion. fyi: cd /home/darx/SVN_TEST rm -rf /home/darx/SVN_TEST/* wget http://download.nextag.com/apache/apr/apr-1.4.8.tar.gz wget http://download.nextag.com/apache/apr/apr-util-1.5.2.tar.gz wget http://serf.googlecode.com/files/serf-1.3.2.tar.bz2 wget http://psg.mtu.edu/pub/apache/subversion/subversion-1.8.4.tar.gz tar zxvf apr-1.4.8.tar.gz tar zxvf apr-util-1.5.2.tar.gz tar jxvf serf-1.3.2.tar.bz2 tar zxvf subversion-1.8.4.tar.gz cd apr-1.4.8 /configure \ --prefix=/home/darx/SVN_TEST/apr1 \ --libdir=/home/darx/SVN_TEST/apr1/lib64 \ --enable-ipv6 make -j4 make install cd ../apr-util-1.5.2 /configure \ --prefix=/home/darx/SVN_TEST/apr1 \ --libdir=/home/darx/SVN_TEST/apr1/lib64 \ --with-apr=/home/darx/SVN_TEST/apr1/bin/apr-1-config make -j4 make install cd ../serf-1.3.2 scons -c scons \ PREFIX=/home/darx/SVN_TEST/serf \ LIBDIR=/home/darx/SVN_TEST/serf/lib64 \ APR=/home/darx/SVN_TEST/apr1/bin/apr-1-config \ APU=/home/darx/SVN_TEST/apr1/bin/apu-1-config scons install cd ../subversion-1.8.4 LDFLAGS="-L/home/darx/SVN_TEST/apr1/lib64 -Wl,-rpath,/home/darx/SVN_TEST/apr1/lib64 -L/home/darx/SVN_TEST/serv/lib64 -Wl,rpath,/home/darx/SVN_TEST/serv/lib64 -laprutil-1 -lapr-1 -lserf" LIBS="-laprutil-1 -lapr-1 -lserf" make clean /configure \ --prefix=/home/darx/SVN_TEST/svn184 \ --libdir=/home/darx/SVN_TEST/svn184/lib64 \ --with-apr=/home/darx/SVN_TEST/apr1/bin/apr-1-config \ --with-apr-util=/home/darx/SVN_TEST/apr1/bin/apu-1-config \ --with-gnu-ld \ --with-serf make -j4 make install verify consistent apr, apr-util, serf, subversion links ldd /home/darx/SVN_TEST/svn184/bin/svn | egrep -i "apr|serf" libsvn_ra_serf-1.so.0 => /home/darx/SVN_TEST/svn184/lib64/libsvn_ra_serf-1.so.0 (0x00007fcf15ae0000) libserf-1.so.1 => /home/darx/SVN_TEST/serf/lib64/libserf-1.so.1 (0x00007fcf158c6000) libaprutil-1.so.0 => /home/darx/SVN_TEST/apr1/lib64/libaprutil-1.so.0 (0x00007fcf14b1e000) libapr-1.so.0 => /home/darx/SVN_TEST/apr1/lib64/libapr-1.so.0 (0x00007fcf148ef000) with resolvers set to IPv6 cat /etc/resolv.conf nameserver 2600:3c01::2 nameserver 2600:3c01::3 options rotate checking hosts dig A www.nlnetlabs.nl +short 213.154.224.1 dig AAAA www.nlnetlabs.nl +short 2001:7b8:206:1::1 no problems with resolver testing 2 specific FAIL cases, as reported previously, S="www.nlnetlabs.nl" T="svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual" both rm -rf test /usr/bin/svn co http://$S/$T test svn: E670002: Unable to connect to a repository at URL 'http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual' svn: E670002: Name or service not known and rm -rf test /home/darx/SVN_TEST/svn184/bin/svn co http://$S/$T test svn: E670002: Unable to connect to a repository at URL 'http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual' svn: E670002: Name or service not known still FAIL. but, testing with the numeric IPv6 IP-address, both rm -rf test /usr/bin/svn co http://[2001:7b8:206:1::1]/$T test ... Checked out revision 4089. and rm -rf test /home/darx/SVN_TEST/svn184/bin/svn co http://[2001:7b8:206:1::1]/$T test ... Checked out revision 4089. still succeed. I.e., *BOTH* the opensuse distro-provided pkgs AND source-built bins still FAIL in the case of URL name targets, and SUCCEED in the case of URL IP-address targets. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c darx suse <darx+opensuse@sent.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |draht@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c6 --- Comment #6 from darx suse <darx+opensuse@sent.com> 2013-11-15 16:22:11 UTC --- bump -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c7 Roman Drahtmueller <draht@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |draht@suse.com InfoProvider|draht@suse.com | --- Comment #7 from Roman Drahtmueller <draht@suse.com> 2013-11-15 16:35:04 UTC --- Thanks for the efforts that you have put into this. I'm traveling right now, and will be back in the office next week. Will dig into this asap. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c8 Roman Drahtmueller <draht@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|draht@suse.com |schwab@suse.com --- Comment #8 from Roman Drahtmueller <draht@suse.com> 2013-11-22 08:24:28 UTC --- Nah, sorry Andreas. libapr1 has no resolver magic anywhere, it just calls gethostbyname_r(). -> glibc maintainer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c9 Andreas Schwab <schwab@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|schwab@suse.com |draht@suse.com --- Comment #9 from Andreas Schwab <schwab@suse.com> 2013-11-25 13:02:17 CET --- gethostbyname_r doesn't support IPv6, it should use getaddrinfo instead. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c10 Roman Drahtmueller <draht@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|draht@suse.com |schwab@suse.com --- Comment #10 from Roman Drahtmueller <draht@suse.com> 2013-11-29 16:28:30 UTC --- darx: the use of dig is not really productive; as a utility originating from the bind nameserver, it may or may not use its own resolver logic and code. This makes the tool very suitable for debugging nameservers: O/S dependent failures are limited or excluded. This means that if a resolver task works with dig, but doesn't with ping, telnet, svn or alike, the indication is that it's either the glibc resolver or some part of the client utility. In our case here: svn uses libapr1, uses gethostbyname_r(3), uses glibc. Andreas: can you please explain why gethostbyname(3) (or gethostbyname_r(3) for that matter) shall not support ipv6? As we can see in the examples above, it apparently does, and there is nothing the the documentation that contradicts. We see a failure if the "options rotate" in resolv.conf is set. I wonder how this can have anything to do with libapr1, or how it can be related to "gethost* doesn't support IPv6...". Saying "it should use getaddrinfo instead" is not a suitable answer and resembles "My car's right indicator doesn't work." -> "Then don't turn right, that's not supported anyway." R. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c11 --- Comment #11 from Roman Drahtmueller <draht@suse.com> 2013-11-29 16:29:35 UTC --- mis-written: dig uses the bind resolver, not "may or may not". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c12 --- Comment #12 from Andreas Stieger <Andreas.Stieger@gmx.de> 2014-02-09 11:10:46 UTC --- When using svn 1.8.x, ra_serf / libserf will be used. openSUSE ships with libserf 1.3.2. The following change may be relevant: - update to 1.3.3 This is a small patch release containing a fix to solve a problem connecting to multi-homed servers (e.g. ipv4/ipv6) and some improvements in the use of error codes during ssl certificate validation and handling of timed out connections. * Try more addresses of multihomed servers Can you please try with serf 1.3.3 or 1.3.4 (just updated from devel:libraries:c_c++ or devel:tools:scm:svn? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c Andreas Schwab <schwab@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|schwab@suse.com |Andreas.Stieger@gmx.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c13 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |darx+opensuse@sent.com --- Comment #13 from Andreas Stieger <Andreas.Stieger@gmx.de> 2014-02-10 21:14:34 UTC --- Please test with serf 1.3.4 (devel:libraries:c_c++, devel:tools:scm:svn) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c14 darx suse <darx+opensuse@sent.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|darx+opensuse@sent.com | --- Comment #14 from darx suse <darx+opensuse@sent.com> 2014-02-10 22:23:58 UTC --- updating zypper lr -pu SCM-svn C_C++ | grep ^URI URI : http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/repositories/... URI : http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/repositories/... rpm -qa | egrep -i "serf-|subversion" libserf-1-1-1.3.4-40.1.x86_64 subversion-1.8.5-153.1.x86_64 svn --version svn, version 1.8.5 (r1542147) checking, NO 'options rotate' cat /etc/resolv.conf nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844 S="www.nlnetlabs.nl" T="svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual" getent ahosts $S 2001:7b8:206:1::1 STREAM www.nlnetlabs.nl 2001:7b8:206:1::1 DGRAM 2001:7b8:206:1::1 RAW 213.154.224.1 STREAM 213.154.224.1 DGRAM 213.154.224.1 RAW rm -rf test svn co http://$S/$T test A test/size_0.tpkg A test/source_port_0.tpkg Checked out revision 4201. is OK. checking, WITH 'options rotate' cat /etc/resolv.conf nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844 options rotate getent ahosts $S 2001:7b8:206:1::1 STREAM www.nlnetlabs.nl 2001:7b8:206:1::1 DGRAM 2001:7b8:206:1::1 RAW 213.154.224.1 STREAM 213.154.224.1 DGRAM 213.154.224.1 RAW rm -rf test svn co http://$S/$T test svn: E020014: Unable to connect to a repository at URL 'http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual' svn: E020014: Internal error still fails. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c15 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceware.org/bugz | |illa/show_bug.cgi?id=13028 --- Comment #15 from Andreas Stieger <Andreas.Stieger@gmx.de> 2014-02-24 23:00:29 UTC --- Some discussion on #svn-dev brought up this... http://colabti.org/irclogger/irclogger_log/svn-dev?date=2014-02-24#l126 https://mail-archives.apache.org/mod_mbox/subversion-users/201311.mbox/%3C13... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c16 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|ASSIGNED |NEEDINFO InfoProvider| |darx+opensuse@sent.com OS/Version|openSUSE 12.3 |openSUSE 13.1 --- Comment #16 from Andreas Stieger <Andreas.Stieger@gmx.de> 2014-02-24 23:28:55 UTC --- upstream glibc bug: https://sourceware.org/bugzilla/show_bug.cgi?id=13028 upstream commit: https://sourceware.org/git/?p=glibc.git;a=commit;h=cabba9343c8bd99e4aea66aa1... An update for this is already in the openSUSE:13.1:Update: https://build.opensuse.org/package/view_file/openSUSE:13.1:Update/glibc/glib...
Tue Dec 17 13:18:45 UTC 2013 - schwab@suse.de [...] - options-rotate.patch: Fix rotation in presence of name servers with IPv6 address (bnc#848783)
https://build.opensuse.org/package/view_file/openSUSE:13.1:Update/glibc/opti... For 32 bit, this update is only available as i586, not i686: S | Name | Type | Version | Arch | Repository --+-------+------------+-------------+--------+--------------------- v | glibc | package | 2.18-4.7.1 | i686 | openSUSE-13.1-Update v | glibc | package | 2.18-4.7.1 | i586 | openSUSE-13.1-Update v | glibc | package | 2.18-4.4.1 | i686 | openSUSE-13.1-Oss v | glibc | package | 2.18-4.4.1 | i586 | openSUSE-13.1-Oss i | glibc | package | 2.18-4.11.1 | i586 | openSUSE-13.1-Update Patch is not in this package http://download.opensuse.org/update/13.1/i686/glibc-2.18-4.7.1.i686.rpm Patch is contained in these glibc packages: http://download.opensuse.org/update/13.1/i586/glibc-2.18-4.11.1.i586.rpm http://download.opensuse.org/update/13.1/x86_64/glibc-2.18-4.11.1.x86_64.rpm Can you please verify this is fixed for you with either of these glibc packages specifically? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c17 --- Comment #17 from Andreas Stieger <Andreas.Stieger@gmx.de> 2014-02-24 23:54:21 UTC --- For testing on openSUSE 12.3, please get glibc packages with the patch applied from here when it has finished building: https://build.opensuse.org/project/show/home:AndreasStieger:branches:OBS_Mai... http://download.opensuse.org/repositories/home:/AndreasStieger:/branches:/OB... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c18 darx suse <darx+opensuse@sent.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|darx+opensuse@sent.com | --- Comment #18 from darx suse <darx+opensuse@sent.com> 2014-02-25 00:29:57 UTC ---
An update for this is already in the openSUSE:13.1:Update: https://build.opensuse.org/package/view_file/openSUSE:13.1:Update/glibc/glib...
(1) 13.1/64 -> FAIL lsb_release -r Release: 13.1 rpm -qa | grep -i glibc-2 glibc-2.18-4.11.1.x86_64 rpm -q --changelog glibc | head * Tue Dec 17 2013 schwab@suse.de - arm-dl_hwcap-ifunc-resolver.patch: Correctly determine hwcap for IFUNC resolver - nscd-getservbyport.patch: Fix nscd getservbyport not to ignore proto (bnc#849719)
- options-rotate.patch: Fix rotation in presence of name servers with IPv6 address (bnc#848783)
* Mon Nov 25 2013 guillaume@opensuse.org - Fix ARMv7 on SoC that are not NEON capable with cat /etc/resolv.conf nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844 #options rotate S="www.nlnetlabs.nl" T="svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual" rm -rf test svn co http://$S/$T test A test/source_port_0.tpkg A test/size_0.tpkg Checked out revision 4207. edit /etc/resolv.conf - #options rotate + options rotate rm -rf test svn co http://$S/$T test svn: E670002: Unable to connect to a repository at URL 'http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual' svn: E670002: Name or service not known (2) 12.3 pkgs not yet available to test -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c19 --- Comment #19 from darx suse <darx+opensuse@sent.com> 2014-02-25 16:40:15 UTC --- (2) 12.3 -> FAIL rpm -qa | grep -i glibc-2 glibc-2.17-4.9.1.x86_64 rpm -q --changelog glibc | head * Mon Feb 24 2014 andreas.stieger@gmx.de
- options-rotate.patch: Fix rotation in presence of name servers with IPv6 address (bnc#848783)
* Mon Sep 16 2013 schwab@suse.de - arm-ld-so-cache.patch: Support loading unmarked objects from cache - strcoll-overflow.patch: Fix buffer overflow in strcoll (CVE-2012-4412, bnc#779320) - regexp-overrun.patch: Fix buffer overrun in regexp matcher (CVE-2013-0242, bnc#801246) cat /etc/resolv.conf nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844 #options rotate S="www.nlnetlabs.nl" T="svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual" rm -rf test svn co http://$S/$T test A test/source_port_0.tpkg A test/size_0.tpkg Checked out revision 4207. edit /etc/resolv.conf - #options rotate + options rotate rm -rf test svn co http://$S/$T test svn: E670002: Unable to connect to a repository at URL 'http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/tpkg/manual' svn: E670002: Name or service not known -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c20 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|Andreas.Stieger@gmx.de |schwab@suse.com --- Comment #20 from Andreas Stieger <Andreas.Stieger@gmx.de> 2014-02-26 19:04:56 UTC --- Sorry to hand this around like this... I would say this in in glibc, the bug referenced in others distributions would agree. The changelog in the glibc package contains a reference to this bug. Can you check if further patches used by other distributions fix this issue? ->glibc maintainer -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c21 darx suse <darx+opensuse@sent.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Basesystem |Basesystem AssignedTo|schwab@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 12.3 |openSUSE 13.1 Target Milestone|--- |Final --- Comment #21 from darx suse <darx+opensuse@sent.com> 2014-06-18 21:47:42 UTC --- bump -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c darx suse <darx+opensuse@sent.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |Andreas.Stieger@gmx.de |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c22 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW AssignedTo|Andreas.Stieger@gmx.de |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #22 from Andreas Stieger <Andreas.Stieger@gmx.de> 2014-06-18 22:18:37 UTC --- Sorry, not picking up as subversion maintainer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848783 https://bugzilla.novell.com/show_bug.cgi?id=848783#c Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |schwab@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=848783 C. Holm <them4z@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |them4z@gmail.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=848783 SMASH SMASH <smash_bz@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| | | |CVSSv2:NVD:CVE-2012-4412:7. | |5:(AV:N/AC:L/Au:N/C:P/I:P/A | |:P) | |CVSSv2:RedHat:CVE-2012-4412 | |:4.4:(AV:L/AC:M/Au:N/C:P/I: | |P/A:P) -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com