[glibc/f22] Fedora 22 --- glibc 2.21 update.

Carlos O'Donell codonell at fedoraproject.org
Wed Feb 11 21:00:16 UTC 2015


commit 098cd8cdf9c45c4ad4e23d3c47c800c306485225
Author: Carlos O'Donell <carlos at systemhalted.org>
Date:   Wed Feb 11 15:58:22 2015 -0500

    Fedora 22 --- glibc 2.21 update.
    
    - Fix __memcpy_chk on non-SSE2 CPUs (Upstream BZ #17949)
    - Rebase to upstream release 2.21 to provide ABI and API assurances.
    
    See:
    https://fedoraproject.org/wiki/Changes/GLIBC221

 glibc.spec |   13 ++++++++++---
 sources    |    2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index b5392de..4a794d6 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,6 +1,6 @@
-%define glibcsrcdir  glibc-2.20-549-g86bba16
-%define glibcversion 2.20.90
-%define glibcrelease 20%{?dist}
+%define glibcsrcdir  glibc-2.21
+%define glibcversion 2.21
+%define glibcrelease 1%{?dist}
 # Pre-release tarballs are pulled in from git using a command that is
 # effectively:
 #
@@ -214,6 +214,8 @@ Patch0054: %{name}-revert-x86-vdso.patch
 # Patches from upstream
 #
 ##############################################################################
+# BZ #17949 - Fix __memcpy_chk on non-SSE2 CPUs.
+Patch1000: glibc-swbz17949.patch
 
 ##############################################################################
 #
@@ -579,6 +581,7 @@ package or when debugging this package.
 %patch0052 -p1
 %patch0053 -p1
 %patch0054 -p1 -R
+%patch1000 -p1
 
 ##############################################################################
 # %%prep - Additional prep required...
@@ -1751,6 +1754,10 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Feb 11 2015 Carlos O'Donell <carlos at redhat.com> - 2.21-1
+- Fix __memcpy_chk on non-SSE2 CPUs (Upstream BZ #17949)
+- Rebase to upstream release 2.21 to provide ABI and API assurances.
+
 * Wed Jan 21 2015 Siddhesh Poyarekar <siddhesh at redhat.com> - 2.20.90-20
 - Sync with upstream master.
 - Disable werror on s390x.
diff --git a/sources b/sources
index 50f3d2d..aa44884 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d20bdbec8a3e6d22d7070abdf998db9c  glibc-2.20-549-g86bba16.tar.gz
+641021d33934b327b216af60af71a728  glibc-2.21.tar.gz


More information about the scm-commits mailing list