[glibc] - Revert recent changes to res_send (804630, 835090). - Fix memcpy args in res_send (#841787).

Jeffrey Law law at fedoraproject.org
Wed Jul 25 20:34:03 UTC 2012


commit b6a5cc17defb5549f8a8e3593cb5db650a6cba90
Author: Jeff Law <law at redhat.com>
Date:   Wed Jul 25 14:33:39 2012 -0600

     - Revert recent changes to res_send (804630, 835090).
      - Fix memcpy args in res_send (#841787).

 glibc.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 4c7b1ca..160106f 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -28,7 +28,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 3%{?dist}
+Release: 4%{?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
@@ -158,8 +158,8 @@ Patch2029: %{name}-rh789238-2.patch
 # Upstream BZ 13761
 Patch2030: %{name}-rh788989-2.patch
 
-# Upstream BZ 13027
-Patch2031: %{name}-rh804630.patch
+# Upstream BZ 13028
+Patch2031: %{name}-rh841787.patch
 
 # Upstream BZ 14185
 Patch2032: %{name}-rh819430.patch
@@ -1304,6 +1304,10 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Jul 25 2012 Jeff Law <law at redhat.com> - 2.16-4
+  - Revert recent changes to res_send (804630, 835090).
+  - Fix memcpy args in res_send (#841787).
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list