[oe-commits] [openembedded-core] branch krogoth updated (dd33005 -> 1882abd)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 27 07:34:23 UTC 2016


rpurdie pushed a change to branch krogoth
in repository openembedded-core.

      from  dd33005   build-appliance-image: Update to krogoth head revision
       new  7aa7d0c   ghostscript: update SRC_URI
       new  7c27f25   systemtap: Add missing memory flag to fix stap module compilation
       new  6c5aaa3   glibc: Security fix for CVE-2016-3706
       new  c14f2ba   glibc: Security fix for CVE-2016-4429
       new  d867cc3   musl: Upgrade to tip of tree
       new  11b36c1   musl: Update to latest tip
       new  fc73e73   musl: Upgrade to tip
       new  e9bbced   dropbear: Remove incorrect SFTPSERVER_PATH from CFLAGS
       new  6e7a9fd   musl: Update to v1.1.15 release
       new  a6c75ed   binutils: backport fix for TLSDESC relocations with no TLS segment on arch64
       new  5b50a99   pkgconfig: Fix build with gcc-6
       new  ea6afc2   elfutils-0.148: Fix build with gcc6
       new  619eff3   elfutils: Fix build for gcc-6
       new  d60a2ce   rpm: Fix build with gcc6
       new  76271b5   glib-2.0: Ignore useless warning found with gcc-6
       new  6402356   binutils: disable werror on native build
       new  901c179   openjade-native: work around bug exposed by GCC 6
       new  41756d4   gcc-5.3: fix build for gcc-6
       new  777d93c   tzdata: update to 2016f
       new  b4c4ba0   tzcode-native: update to 2016f
       new  1882abd   nss: fix build for gcc-6

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/recipes-core/dropbear/dropbear.inc            |   1 -
 .../0001-Do-not-ignore-return-value-of-write.patch |  42 +++
 .../glib-2.0/0002-tests-Ignore-y2k-warnings.patch  |  42 +++
 .../ignore-format-nonliteral-warning.patch         |  39 ++
 meta/recipes-core/glib-2.0/glib-2.0_2.46.2.bb      |   7 +-
 meta/recipes-core/glibc/glibc/CVE-2016-3706.patch  | 224 +++++++++++
 meta/recipes-core/glibc/glibc/CVE-2016-4429.patch  |  89 +++++
 meta/recipes-core/glibc/glibc_2.23.bb              |   2 +
 meta/recipes-core/musl/musl.inc                    |   2 +-
 meta/recipes-core/musl/musl_git.bb                 |   4 +-
 meta/recipes-devtools/binutils/binutils-2.26.inc   |   1 +
 .../binutils/binutils/aarch64-tls.patch            | 177 +++++++++
 meta/recipes-devtools/binutils/binutils_2.26.bb    |   3 +-
 .../elfutils/elfutils-0.148/gcc6.patch             |  23 ++
 ...missing-brackets-around-if-statement-body.patch | 419 +++++++++++++++++++++
 meta/recipes-devtools/elfutils/elfutils_0.148.bb   |   1 +
 meta/recipes-devtools/elfutils/elfutils_0.164.bb   |   1 +
 meta/recipes-devtools/gcc/gcc-5.3.inc              |   1 +
 .../0060-fix-build-when-using-gcc6.patch}          |  48 +--
 .../openjade/openjade-native_1.3.2.bb              |   1 +
 ...te-suppress-string-format-literal-warning.patch |  34 ++
 meta/recipes-devtools/pkgconfig/pkgconfig_git.bb   |   1 +
 meta/recipes-devtools/rpm/rpm/gcc6-stdlib.patch    |  54 +++
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |   3 +-
 .../ghostscript/ghostscript_9.18.bb                |   2 +-
 ...code-native_2016e.bb => tzcode-native_2016f.bb} |   8 +-
 .../tzdata/{tzdata_2016e.bb => tzdata_2016f.bb}    |   4 +-
 ...48-by-updating-systemtap-s-memory-flag-us.patch |  73 ++++
 meta/recipes-kernel/systemtap/systemtap_git.inc    |   1 +
 meta/recipes-support/nss/nss/nss-gcc6-fix.patch    | 343 +++++++++++++++++
 meta/recipes-support/nss/nss_3.21.bb               |   1 +
 31 files changed, 1615 insertions(+), 36 deletions(-)
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Do-not-ignore-return-value-of-write.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0002-tests-Ignore-y2k-warnings.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/ignore-format-nonliteral-warning.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-3706.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-4429.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/aarch64-tls.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.148/gcc6.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/libebl-Fix-missing-brackets-around-if-statement-body.patch
 copy meta/recipes-devtools/gcc/{gcc-4.9/0076-Fix-build-with-gcc-6.patch => gcc-5.3/0060-fix-build-when-using-gcc6.patch} (76%)
 create mode 100644 meta/recipes-devtools/pkgconfig/pkgconfig/0001-gdate-suppress-string-format-literal-warning.patch
 create mode 100644 meta/recipes-devtools/rpm/rpm/gcc6-stdlib.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2016e.bb => tzcode-native_2016f.bb} (68%)
 rename meta/recipes-extended/tzdata/{tzdata_2016e.bb => tzdata_2016f.bb} (98%)
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-Fix-BZ1285348-by-updating-systemtap-s-memory-flag-us.patch
 create mode 100644 meta/recipes-support/nss/nss/nss-gcc6-fix.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list