[oe-commits] [openembedded-core] branch master-next updated (a83dd65 -> 3b827ef)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 25 13:19:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

    from a83dd65  linux-firmware: bump to latest linux-firmware git revision
     new bdd20c2  goarch.bbclass: fixups for Go mips32 support
     new 5d84042  go: disable PIE flags for cgo
     new 8a6b6c7  go_1.9: remove obsolete overrides
     new f080daf  go: Fix build with -buildmode=pie
     new 9c1ec61  systemd: move org.freedesktop.machine1.conf to systemd-container
     new dbc0eaf  meta: drop True option to getVar calls
     new b848c3c  scripts: drop True option to getVar calls
     new 3b827ef  libgcrypt: fix CVE-2017-0379

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


Summary of changes:
 meta/classes/buildhistory.bbclass                  |   2 +-
 meta/classes/go.bbclass                            |   3 +
 meta/classes/goarch.bbclass                        |  12 +-
 meta/classes/rootfs-postcommands.bbclass           |   2 +-
 meta/classes/staging.bbclass                       |  14 +-
 meta/conf/bitbake.conf                             |   2 +-
 meta/lib/oe/package_manager.py                     |   2 +-
 meta/recipes-core/systemd/systemd_234.bb           |   2 +-
 meta/recipes-devtools/go/go-1.9.inc                |   1 +
 ...dmode-pie-forces-external-linking-mode-on.patch |  47 ++++++
 meta/recipes-devtools/go/go-cross.inc              |   2 +-
 meta/recipes-devtools/go/go-crosssdk.inc           |   2 +-
 meta/recipes-devtools/go/go-native.inc             |   2 +-
 meta/recipes-devtools/go/go-target.inc             |   5 +-
 meta/recipes-devtools/go/go_1.9.bb                 |   2 -
 meta/recipes-devtools/llvm/llvm_git.bb             |   4 +-
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.8.bb |   2 +-
 .../0005-ecc-Add-input-validation-for-X25519.patch | 158 +++++++++++++++++++++
 meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb  |   1 +
 scripts/lib/checklayer/__init__.py                 |   8 +-
 scripts/lib/devtool/deploy.py                      |   8 +-
 21 files changed, 248 insertions(+), 33 deletions(-)
 create mode 100644 meta/recipes-devtools/go/go-1.9/0009-cmd-go-buildmode-pie-forces-external-linking-mode-on.patch
 create mode 100644 meta/recipes-support/libgcrypt/files/0005-ecc-Add-input-validation-for-X25519.patch

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


More information about the Openembedded-commits mailing list