From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3] Upgrade glibc 2.23
Date: Sat, 20 Feb 2016 08:06:45 +0000 [thread overview]
Message-ID: <cover.1455955403.git.raj.khem@gmail.com> (raw)
Glibc 2.23 has been cut out.
Additional fixes for packages failing due
to PIE flags, cleans up the world build
The following changes since commit 84065e9b33e6d401e4e50436665838be2d0267ad:
cml1/sstate: Fix missing getVar parameter (2016-02-19 15:32:56 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/pu
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/pu
Khem Raj (3):
glibc: Upgrade to 2.23
pseudo: Fix build when security flags are enabled
libnewt: Fix build with PIE flags
meta/conf/distro/include/tcmode-default.inc | 4 +-
...tive_2.22.bb => cross-localedef-native_2.23.bb} | 23 +-
meta/recipes-core/glibc/glibc-initial.inc | 1 -
...glibc-initial_2.22.bb => glibc-initial_2.23.bb} | 2 -
.../{glibc-locale_2.22.bb => glibc-locale_2.23.bb} | 0
.../{glibc-mtrace_2.22.bb => glibc-mtrace_2.23.bb} | 0
meta/recipes-core/glibc/glibc-options.inc | 162 -
...glibc-scripts_2.22.bb => glibc-scripts_2.23.bb} | 0
meta/recipes-core/glibc/glibc.inc | 17 +-
...libc-Look-for-host-system-ld.so.cache-as-.patch | 23 +-
...libc-Fix-buffer-overrun-with-a-relocated-.patch | 10 +-
...libc-Raise-the-size-of-arrays-containing-.patch | 16 +-
...tps-sourceware.org-ml-libc-ports-2007-12-.patch | 34 -
...ivesdk-glibc-Allow-64-bit-atomics-for-x86.patch | 32 +
...500-e5500-e6500-603e-fsqrt-implementation.patch | 6 +-
...-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch | 6 +-
...-Fix-undefined-reference-to-__sqrt_finite.patch | 6 +-
...qrt-f-are-now-inline-functions-and-call-o.patch | 6 +-
...bug-1443-which-explains-what-the-patch-do.patch | 6 +-
...n-libm-err-tab.pl-with-specific-dirs-in-S.patch | 8 +-
...qrt-f-are-now-inline-functions-and-call-o.patch | 6 +-
...ersion-output-matching-grok-gold-s-output.patch | 14 +-
...-configure.ac-handle-correctly-libc_cv_ro.patch | 8 +-
.../glibc/glibc/0014-Add-unused-attribute.patch | 6 +-
...ing-SSE-also-make-sure-that-fpmath-is-not.patch | 32 -
...hin-the-path-sets-wrong-config-variables.patch} | 20 +-
...timezone-re-written-tzselect-as-posix-sh.patch} | 10 +-
...ove-bash-dependency-for-nscd-init-script.patch} | 16 +-
...c-Cross-building-and-testing-instructions.patch | 6 +-
...g-Eglibc-option-group-infrastructure-to-g.patch | 1436 --
...19-eglibc-Help-bootstrap-cross-toolchain.patch} | 8 +-
....patch => 0020-eglibc-cherry-picked-from.patch} | 36 +-
... 0021-eglibc-Clear-cache-lines-on-ppc8xx.patch} | 28 +-
...022-eglibc-Resolve-__fpscr_values-on-SH4.patch} | 6 +-
...atch => 0023-eglibc-Install-PIC-archives.patch} | 20 +-
...orward-port-eglibc-options-groups-support.patch | 16842 -------------------
...ward-port-cross-locale-generation-support.patch | 566 +
...ing-SSE-make-sure-fpmath-is-not-set-to-us.patch | 48 +
...ebug_mask-is-controlled-by-__OPTION_EGLIB.patch | 556 -
...option-groups-Conditionally-exclude-c-tes.patch | 145 -
...TYPE_CLASS_EXTERN_PROTECTED_DATA-for-prel.patch | 84 -
.../glibc/0029-fix-getmntent-empty-lines.patch | 40 -
meta/recipes-core/glibc/glibc/CVE-2015-7547.patch | 642 -
...ove-incorrect-STRDIFF-based-optimization-.patch | 323 -
.../glibc/glibc/use_64bit_atomics.patch | 24 -
.../glibc/{glibc_2.22.bb => glibc_2.23.bb} | 40 +-
meta/recipes-devtools/gcc/gcc-5.3.inc | 2 +-
.../files/0001-configure-Prune-PIE-flags.patch | 44 +
meta/recipes-devtools/pseudo/pseudo_1.7.5.bb | 1 +
meta/recipes-extended/newt/files/pie-flags.patch | 36 +
meta/recipes-extended/newt/libnewt_0.52.18.bb | 2 +
51 files changed, 899 insertions(+), 20510 deletions(-)
rename meta/recipes-core/glibc/{cross-localedef-native_2.22.bb => cross-localedef-native_2.23.bb} (60%)
rename meta/recipes-core/glibc/{glibc-initial_2.22.bb => glibc-initial_2.23.bb} (85%)
rename meta/recipes-core/glibc/{glibc-locale_2.22.bb => glibc-locale_2.23.bb} (100%)
rename meta/recipes-core/glibc/{glibc-mtrace_2.22.bb => glibc-mtrace_2.23.bb} (100%)
delete mode 100644 meta/recipes-core/glibc/glibc-options.inc
rename meta/recipes-core/glibc/{glibc-scripts_2.22.bb => glibc-scripts_2.23.bb} (100%)
delete mode 100644 meta/recipes-core/glibc/glibc/0004-Backport-https-sourceware.org-ml-libc-ports-2007-12-.patch
create mode 100644 meta/recipes-core/glibc/glibc/0004-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch
delete mode 100644 meta/recipes-core/glibc/glibc/0015-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch
rename meta/recipes-core/glibc/glibc/{0016-yes-within-the-path-sets-wrong-config-variables.patch => 0015-yes-within-the-path-sets-wrong-config-variables.patch} (96%)
rename meta/recipes-core/glibc/glibc/{0017-timezone-re-written-tzselect-as-posix-sh.patch => 0016-timezone-re-written-tzselect-as-posix-sh.patch} (84%)
rename meta/recipes-core/glibc/glibc/{nscd-no-bash.patch => 0017-Remove-bash-dependency-for-nscd-init-script.patch} (72%)
delete mode 100644 meta/recipes-core/glibc/glibc/0019-eglibc-Bring-Eglibc-option-group-infrastructure-to-g.patch
rename meta/recipes-core/glibc/glibc/{0020-eglibc-Help-bootstrap-cross-toolchain.patch => 0019-eglibc-Help-bootstrap-cross-toolchain.patch} (95%)
rename meta/recipes-core/glibc/glibc/{0021-eglibc-cherry-picked-from-http-www.eglibc.org-archiv.patch => 0020-eglibc-cherry-picked-from.patch} (70%)
rename meta/recipes-core/glibc/glibc/{0022-eglibc-Clear-cache-lines-on-ppc8xx.patch => 0021-eglibc-Clear-cache-lines-on-ppc8xx.patch} (80%)
rename meta/recipes-core/glibc/glibc/{0023-eglibc-Resolve-__fpscr_values-on-SH4.patch => 0022-eglibc-Resolve-__fpscr_values-on-SH4.patch} (92%)
rename meta/recipes-core/glibc/glibc/{0025-eglibc-Install-PIC-archives.patch => 0023-eglibc-Install-PIC-archives.patch} (90%)
delete mode 100644 meta/recipes-core/glibc/glibc/0024-eglibc-Forward-port-eglibc-options-groups-support.patch
create mode 100644 meta/recipes-core/glibc/glibc/0025-eglibc-Forward-port-cross-locale-generation-support.patch
create mode 100644 meta/recipes-core/glibc/glibc/0026-When-disabling-SSE-make-sure-fpmath-is-not-set-to-us.patch
delete mode 100644 meta/recipes-core/glibc/glibc/0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch
delete mode 100644 meta/recipes-core/glibc/glibc/0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch
delete mode 100644 meta/recipes-core/glibc/glibc/0028-Clear-ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA-for-prel.patch
delete mode 100644 meta/recipes-core/glibc/glibc/0029-fix-getmntent-empty-lines.patch
delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2015-7547.patch
delete mode 100644 meta/recipes-core/glibc/glibc/strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch
delete mode 100644 meta/recipes-core/glibc/glibc/use_64bit_atomics.patch
rename meta/recipes-core/glibc/{glibc_2.22.bb => glibc_2.23.bb} (72%)
create mode 100644 meta/recipes-devtools/pseudo/files/0001-configure-Prune-PIE-flags.patch
create mode 100644 meta/recipes-extended/newt/files/pie-flags.patch
--
1.8.3.1
next reply other threads:[~2016-02-20 8:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-20 8:06 Khem Raj [this message]
2016-02-20 8:07 ` [PATCH 1/3] glibc: Upgrade to 2.23 Khem Raj
2016-02-22 15:49 ` Martin Jansa
2016-02-22 16:19 ` Khem Raj
2016-02-22 16:38 ` Martin Jansa
2016-02-22 22:31 ` Andre McCurdy
2016-03-29 1:38 ` ChenQi
2016-03-29 2:16 ` Khem Raj
2016-03-31 7:01 ` ChenQi
2016-04-01 8:44 ` ChenQi
2016-04-01 14:11 ` Khem Raj
2016-02-20 8:07 ` [PATCH 2/3] pseudo: Fix build when security flags are enabled Khem Raj
2016-02-20 8:07 ` [PATCH 3/3] libnewt: Fix build with PIE flags Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1455955403.git.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.