From b6a5cc17defb5549f8a8e3593cb5db650a6cba90 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 25 Jul 2012 14:33:39 -0600 Subject: [PATCH] - Revert recent changes to res_send (804630, 835090). - Fix memcpy args in res_send (#841787). --- glibc.spec | 10 +++++++--- 1 file 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 - 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 - 2.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild