[glibc] - Revert patch for BZ696143, it made it impossible to use IPV6 addresses explicitly in getaddr

Jeffrey Law law at fedoraproject.org
Thu Jul 26 06:00:29 UTC 2012


commit 64ea3f61e378d00d8d11dce10b9fb1fa84b76605
Author: Jeff Law <law at redhat.com>
Date:   Thu Jul 26 00:00:05 2012 -0600

      - Revert patch for BZ696143, it made it impossible to use IPV6
        addresses explicitly in getaddrinfo, which in turn broke
        ssh, apache and other code. (#808147)

 glibc-rh697149.patch |   14 --------------
 glibc.spec           |   11 +++++------
 2 files changed, 5 insertions(+), 20 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 625dc57..29bfe73 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -28,7 +28,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 5%{?dist}
+Release: 6%{?dist}
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -137,9 +137,6 @@ Patch2021: %{name}-rh790298.patch
 # Upstream BZ 13698
 Patch2022: %{name}-rh791161.patch
 
-# Upstream BZ 12377
-Patch2023: %{name}-rh697149.patch
-
 # Upstream BZ 9954
 Patch2024: %{name}-rh739743.patch
 
@@ -414,7 +411,6 @@ rm -rf %{glibcportsdir}
 %patch2020 -p1
 %patch2021 -p1
 %patch2022 -p1
-%patch2023 -p1
 %patch2024 -p1
 %patch2025 -p1
 %patch2026 -p1
@@ -1310,7 +1306,10 @@ rm -f *.filelist*
 %endif
 
 %changelog
-* Wed Jul 25 2012 Jeff Law <law at redhat.com> - 2.16-5
+* Wed Jul 25 2012 Jeff Law <law at redhat.com> - 2.16-6
+  - Revert patch for BZ696143, it made it impossible to use IPV6
+    addresses explicitly in getaddrinfo, which in turn broke
+    ssh, apache and other code. (#808147)
   - Avoid another unbound alloca in vfprintf (#841318)
   - Remove /etc/localtime.tzupdate in lua scriptlets
   - Revert back to using posix.symlink as posix.link with a 3rd


More information about the scm-commits mailing list