Rebase to 2.23 branch, commit 1a8a7c12950a0026a3c406a7cb1608f96aa1460e

This commit is contained in:
Florian Weimer 2016-05-11 12:09:19 +02:00
parent 7b13d9e6ef
commit ddd59248e8
3 changed files with 12 additions and 53 deletions

View File

@ -1,47 +0,0 @@
Upstream patch:
commit ff889b196575c2fbf6aa7130abb1ec862714ea4e
Author: Florian Weimer <fweimer@redhat.com>
Date: Fri Feb 19 14:21:34 2016 +0100
Remove trailing newline from date_fmt in Serbian locales [BZ #19581]
diff --git a/localedata/locales/sr_ME b/localedata/locales/sr_ME
index 4f243dc..dd68df8 100644
--- a/localedata/locales/sr_ME
+++ b/localedata/locales/sr_ME
@@ -119,7 +119,7 @@ am_pm "";""
t_fmt_ampm "<U0025><U0054>"
date_fmt "<U0025><U0061><U002c><U0020><U0025><U0065><U002E><U0020>/
<U0025><U0062><U0020><U0025><U0059><U002E><U0020><U0020><U0025><U0048>/
-<U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A><U000A>"
+<U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A>"
week 7;19971130;4
first_weekday 2
first_workday 2
diff --git a/localedata/locales/sr_RS b/localedata/locales/sr_RS
index 2ae085b..ffea86f 100644
--- a/localedata/locales/sr_RS
+++ b/localedata/locales/sr_RS
@@ -300,7 +300,7 @@ am_pm "";""
t_fmt_ampm "<U0025><U0054>"
date_fmt "<U0025><U0061><U002C><U0020><U0025><U0065><U002E><U0020>/
<U0025><U0062><U0020><U0025><U0059><U002E><U0020><U0020><U0025><U0048>/
-<U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A><U000A>"
+<U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A>"
week 7;19971130;4
first_weekday 2
first_workday 2
diff --git a/localedata/locales/sr_RS@latin b/localedata/locales/sr_RS@latin
index da6628b..fd10ea6 100644
--- a/localedata/locales/sr_RS@latin
+++ b/localedata/locales/sr_RS@latin
@@ -120,7 +120,7 @@ am_pm "";""
t_fmt_ampm "<U0025><U0054>"
date_fmt "<U0025><U0061><U002c><U0020><U0025><U0065><U002E><U0020>/
<U0025><U0062><U0020><U0025><U0059><U002E><U0020><U0020><U0025><U0048>/
-<U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A><U000A>"
+<U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A>"
week 7;19971130;4
first_weekday 2
first_workday 2

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.23-52-ga824d60
%define glibcsrcdir glibc-2.23-55-g1a8a7c1
%define glibcversion 2.23.1
%define glibcrelease 6%{?dist}
%define glibcrelease 7%{?dist}
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -301,8 +301,6 @@ Patch2035: glibc-nsswitch-Add-group-merging-support.patch
Patch2036: glibc-gcc-PR69537.patch
# Upstream BZ 19581
Patch2101: glibc-rh1114591.patch
Patch2102: glibc-rh1321372.patch
##############################################################################
@ -790,7 +788,6 @@ microbenchmark tests on the system.
%patch0059 -p1
%patch2035 -p1
%patch2036 -p1
%patch2101 -p1
%patch2102 -p1
%patch0060 -p1
@ -2119,6 +2116,15 @@ rm -f *.filelist*
%endif
%changelog
* Wed May 11 2016 Florian Weimer <fweimer@redhat.com> - 2.23.1-7
- Drop glibc-rh1114591.patch, now included upstream.
- Sync with the upstream 2.23 release branch
(commit 1a8a7c12950a0026a3c406a7cb1608f96aa1460e),
resolving the bugs listed below.
- CVE-2016-3706: stack overflow in getaddrinfo hostent conversion (#1330888)
- Back out dlsym (RTLD_NEXT)/dlerror change (#1333945)
because it reveals an ASAN bug (#1335011)
* Mon May 9 2016 Florian Weimer <fweimer@redhat.com> - 2.23.1-6
- Drop the revert in glibc-rh1252570.patch. There is now a series
of upstream fixes for the Hesiod crash and the IPv6 address

View File

@ -1 +1 @@
5caac941824ffc45a0e85ba17dc761dd glibc-2.23-52-ga824d60.tar.gz
6cfafbd4b4f57d209fd8f715a61857f0 glibc-2.23-55-g1a8a7c1.tar.gz