All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Upgrade glibc 2.23
@ 2016-02-20  8:06 Khem Raj
  2016-02-20  8:07 ` [PATCH 1/3] glibc: Upgrade to 2.23 Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Khem Raj @ 2016-02-20  8:06 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-04-01 14:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-20  8:06 [PATCH 0/3] Upgrade glibc 2.23 Khem Raj
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

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.