mbox series

[0/7] Misc recipe fixes and updates

Message ID cover.1497279306.git.raj.khem@gmail.com
Headers show
Series Misc recipe fixes and updates | expand

Message

Khem Raj June 12, 2017, 2:58 p.m. UTC
* Upgrade binutils to latest on 2.28 release
* Add fixes to recipe to compile with upcoming glibc 2.26 release
* Prepare recipes to let gcc pass -pie flags itself when configured

The following changes since commit aea90e9ee6f34e7c1c08307080b1e29646668df6:

  package.bbclass: Restore functionality to detect RPM dependencies (2017-06-12 15:24:21 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/pu
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/pu

Khem Raj (7):
  mpg123: Upgrade to 1.25.0
  binutils-2.28: Update to latest on release branch
  ltp: Include stdint.h for uintptr_t
  libnsl2: Include stdint.h
  valgrind: Fix ptest build with musl
  kexec-tools: Pass -no-pie to linker
  ovmf: Update to latest

 ...g-UefiHiiLib-Fix-incorrect-comparison-exp.patch | 45 --------------------
 .../ovmf/ovmf/0001-ia32-Dont-use-pie.patch         | 37 ++++++++++++++++
 ...makefile-adjust-to-build-in-under-bitbake.patch | 25 ++++++-----
 .../ovmf/ovmf/no-stack-protector-all-archs.patch   | 19 +++++++++
 meta/recipes-core/ovmf/ovmf_git.bb                 |  6 ++-
 meta/recipes-devtools/binutils/binutils-2.28.inc   |  2 +-
 .../binutils/binutils/CVE-2017-6965.patch          | 15 -------
 .../binutils/binutils/CVE-2017-6966.patch          | 20 ---------
 .../binutils/binutils/CVE-2017-6969.patch          | 14 -------
 .../binutils/binutils/CVE-2017-6969_2.patch        | 18 --------
 .../binutils/binutils/CVE-2017-7209.patch          | 14 -------
 .../binutils/binutils/CVE-2017-7210.patch          | 15 -------
 ...e-Rename-_sifields-to-__si_fields-on-musl.patch | 31 ++++++++++++++
 ...tr_tester.c-Limit-rawmemchr-test-to-glibc.patch | 39 +++++++++++++++++
 ...02-context-APIs-are-not-available-on-musl.patch | 49 ++++++++++++++++++++++
 ...rrect-include-directive-path-for-config.h.patch | 45 ++++++++++++++++++++
 ...4-pth_atfork1.c-Define-error-API-for-musl.patch | 37 ++++++++++++++++
 ...erifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch | 30 +++++++++++++
 ...d3.c-Dereference-pthread_t-before-adding-.patch | 32 ++++++++++++++
 meta/recipes-devtools/valgrind/valgrind_3.12.0.bb  | 12 ++++++
 ...Include-stdint.h-for-uintptr_t-definition.patch | 27 ++++++++++++
 meta/recipes-extended/libnsl/libnsl2_git.bb        |  1 +
 .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch   | 34 +++++++++++++++
 meta/recipes-extended/ltp/ltp_20170516.bb          |  1 +
 .../kexec-tools/0001-Disable-PIE-during-link.patch | 31 ++++++++++++++
 .../kexec/kexec-tools/0001-arm64-Disable-PIC.patch | 31 ++++++++++++++
 meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb    |  2 +
 .../mpg123/{mpg123_1.24.0.bb => mpg123_1.25.0.bb}  | 10 +----
 28 files changed, 477 insertions(+), 165 deletions(-)
 delete mode 100644 meta/recipes-core/ovmf/ovmf/0001-MdeModulePkg-UefiHiiLib-Fix-incorrect-comparison-exp.patch
 create mode 100644 meta/recipes-core/ovmf/ovmf/0001-ia32-Dont-use-pie.patch
 create mode 100644 meta/recipes-core/ovmf/ovmf/no-stack-protector-all-archs.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-sigqueue-Rename-_sifields-to-__si_fields-on-musl.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-str_tester.c-Limit-rawmemchr-test-to-glibc.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0002-context-APIs-are-not-available-on-musl.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0003-correct-include-directive-path-for-config.h.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0004-pth_atfork1.c-Define-error-API-for-musl.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0006-pth_detached3.c-Dereference-pthread_t-before-adding-.patch
 create mode 100644 meta/recipes-extended/libnsl/libnsl2/0001-nis_call.c-Include-stdint.h-for-uintptr_t-definition.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch
 create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-Disable-PIE-during-link.patch
 create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-arm64-Disable-PIC.patch
 rename meta/recipes-multimedia/mpg123/{mpg123_1.24.0.bb => mpg123_1.25.0.bb} (87%)

-- 
2.13.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core