From 44d6e5be05411efac4c1f66ffe9472b295fd789d Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 6 Dec 2011 10:57:29 -0700 Subject: [PATCH] - Mark fortified __FD_ELT as extension - Fix typo in manual (#708455) --- glibc.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 63cda91..80ba912 100644 --- a/glibc.spec +++ b/glibc.spec @@ -28,7 +28,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 21 +Release: 22 # 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 @@ -48,6 +48,8 @@ Patch4: %{name}-arenalock.patch Patch5: %{name}-rh757881.patch Patch6: %{name}-rh750858.patch Patch7: %{name}-rh757887.patch +Patch8: %{name}-fdelt.patch +Patch9: %{name}-rh708455.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: glibc-profile < 2.4 Obsoletes: nss_db @@ -272,6 +274,8 @@ rm -rf %{glibcportsdir} %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 +%patch9 -p1 # A lot of programs still misuse memcpy when they have to use # memmove. The memcpy implementation below is not tolerant at @@ -1124,6 +1128,10 @@ rm -f *.filelist* %endif %changelog +* Mon Dec 5 2011 Jeff Law - 2.14.90-22 + - Mark fortified __FD_ELT as extension + - Fix typo in manual (#708455) + * Wed Nov 30 2011 Jeff Law - 2.14.90-21 - Don't fail in makedb if SELinux is disabled (#750858) - Fix access after end of search string in regex matcher (#757887)