[oe-commits] [openembedded-core] branch pyro updated (e584be7 -> 4fe5918)

git at git.openembedded.org git at git.openembedded.org
Sat Apr 29 10:18:35 UTC 2017


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

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

    from e584be7  build-appliance-image: Update to master head revision
     add a171597  useradd-statids.bbclass: Add support for -P / --clear-password option
     add a31b143  runqemu-gen-tapdevs: fix runqemu-ifup script call
     add 91faa91  oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT
     add 4d5890b  kernel-yocto/kern-tools: fix do_validate_branches clean stage
     add afe1d30  selftest/bbtests: improve download rename test
     add e01eb9b  gstreamer1.0-vaapi: Fix playback breaking bug
     add 29a2098  wic: Fix typo in help screen.
     add 182fdb9  devtool: Avoid touch sstates when cleaning linux-yocto environment
     add cb6c02b  bitbake.conf: Add pr to list of hosttools
     add b85e41e  bitbake.conf: Add python2 to HOSTTOOLS
     add 5cbf102  runqemu: support virtio drive type
     add ea6befa  cmake.bbclass: Do not use bitbake variable syntax for shell variables
     add 07390e3  cmake.bbclass: use weakest ??= assignment for default OECMAKE_SOURCEPATH
     add 9ad941b  libcap: drop obsolete attr PACKAGECONFIG option and libattr dependency
     add da11fbd  rpm: properly relocate additional native tools
     add db2798d  lsbtest: add option --ignoreos to rpm install command
     add a5d5a24  acpica: fix upstream version check
     add 21e9e36  python3-iniparse: fix upstream version check
     add b64c4d7  boost: fix upstream version check
     add e4d1100  libproxy: speed up upstream version check
     add 83d55bc  linux-libc-headers: fix upstream version check
     add c06f3a5  bind: Security fix CVE-2016-8864
     add 14abd76  bind: Security fix CVE-2016-6170
     add 6679a4d  ghostscript : CVE-2016-10219, CVE-2016-10220, CVE-2017-5951
     add 0dd44c0  libxml2: CVE-2016-9318
     new 1092a8d  gst-player: Disable visualizations as workaround
     new 86a2db0  busybox: make bash a valid login shell if enabled
     new f66278f  package_deb.bbclass: Fix multi-line package descriptions
     new f0959c0  package_deb.bbclass: Avoid writing empty custom fields
     new 766bef5  build-appliance-image: Update to master head revision
     new 4fe5918  build-appliance-image: Update to master head revision

The 6 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/cmake.bbclass                         |   12 +-
 meta/classes/kernel-yocto.bbclass                  |    1 +
 meta/classes/package_deb.bbclass                   |    7 +-
 meta/classes/useradd-staticids.bbclass             |   12 +-
 meta/conf/bitbake.conf                             |    2 +-
 meta/lib/oeqa/selftest/bbtests.py                  |    7 +-
 meta/lib/oeqa/selftest/devtool.py                  |    2 +-
 .../bind/bind/CVE-2016-6170.patch                  | 1090 ++++++++++++++++++++
 .../bind/bind/CVE-2016-8864.patch                  |  219 ++++
 meta/recipes-connectivity/bind/bind_9.10.3-P3.bb   |    2 +
 meta/recipes-core/busybox/busybox.inc              |    9 +
 .../images/build-appliance-image_15.0.0.bb         |    2 +-
 .../libxml/libxml2/CVE-2016-9318.patch             |  207 ++++
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |    1 +
 .../python/python3-iniparse_0.4.bb                 |    1 +
 meta/recipes-devtools/rpm/rpm_git.bb               |   30 +
 meta/recipes-extended/acpica/acpica_20150515.bb    |    1 +
 meta/recipes-extended/acpica/acpitests_20140828.bb |    1 +
 .../ghostscript/ghostscript/CVE-2016-10219.patch   |   49 +
 .../ghostscript/ghostscript/CVE-2016-10220.patch   |   55 +
 .../ghostscript/ghostscript/CVE-2017-5951.patch    |   44 +
 .../ghostscript/ghostscript_9.20.bb                |    3 +
 meta/recipes-extended/lsb/lsbtest/LSB_Test.sh      |    4 +-
 .../kern-tools/kern-tools-native_git.bb            |    2 +-
 .../linux-libc-headers/linux-libc-headers.inc      |    1 +
 .../0001-gtk-play-Disable-visualizations.patch     |   59 ++
 .../recipes-multimedia/gstreamer/gst-player_git.bb |    1 +
 ...ideobufferpool-create-allocator-if-needed.patch |   61 ++
 .../gstreamer/gstreamer1.0-vaapi_1.10.4.bb         |    2 +
 meta/recipes-support/boost/boost-1.63.0.inc        |    3 +-
 meta/recipes-support/libcap/libcap_2.25.bb         |    4 +-
 meta/recipes-support/libproxy/libproxy_0.4.14.bb   |    1 +
 scripts/lib/wic/help.py                            |    2 +-
 scripts/oe-find-native-sysroot                     |    1 -
 scripts/runqemu                                    |   15 +-
 scripts/runqemu-gen-tapdevs                        |   10 +-
 36 files changed, 1884 insertions(+), 39 deletions(-)
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-6170.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-8864.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-9318.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-10219.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-10220.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-5951.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-Disable-visualizations.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer-vaapi/vaapivideobufferpool-create-allocator-if-needed.patch

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


More information about the Openembedded-commits mailing list