[oe-commits] [openembedded-core] branch morty updated (2a59d0f -> c8d96b1)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 16 10:39:04 UTC 2016


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

      from  2a59d0f   build-applance-image: Fix to use the release branch for morty
       new  2b1a571   binutils-2.27: Fix linker segfaults when linking binary files
       new  545a2d4   python: fix python-tests rdepends
       new  ac2b041   build-appliance-image: Fix incorrect PATH
       new  87d6ccd   connman: fix bad file descriptor initialisation
       new  650ddf1   classes/license: fix handling of symlinks pointed to in LIC_FILES_CHKSUM
       new  f278310   slang: add PREMIRRORS to handle upstream moving tarballs
       new  200cc00   slang: clean up options and dependencies
       new  eaed926   boost: disable 'wave' in MIPS16e mode
       new  0f87812   rpm: fix file location of rpm2cpio.real
       new  87705ab   uboot-sign: fix do_concat_dtb for .img, .rom
       new  9ab0cba   openssl: rehash actual mozilla certificates inside rootfs
       new  51d3cab   oe/copy_buildsystem.py: dereference symlink
       new  df3f478   systemd: CVE-2016-7795
       new  3a4d261   tiff: Security fix CVE-2016-3945
       new  d7165cd   tiff: Security fix CVE-2016-3990
       new  cf58711   tiff: Security fix CVE-2016-3991
       new  f0e77ff   tiff: Security fix CVE-2016-3623
       new  928eadf   tiff: Security fix CVE-2016-3622
       new  bbad340   classes/populate_sdk_base: fix usage of & character in SDK_TITLE
       new  e02aa8e   classes/nativesdk: set SDK_OLDEST_KERNEL appropriately
       new  8364558   insane.bbclass:buildpaths: open() file with 'rb'
       new  0666c66   package_manager.py: correctly remove all dependent packages
       new  50d97ed   busybox/mdev.conf: Ignore eMMC RPMB and boot block devices
       new  bec0753   util-linux: add su.1 to update-alternatives
       new  4a91648   shadow: add nologin.8 to alternatives
       new  10e3246   lttng-tools: do not install shared libraries in ptest package
       new  623f9eb   gnome-desktop3: fix dependencies
       new  dd46a43   webkitgtk: remove lib_package inherit as executables are now installed in libexecdir
       new  5a577f1   rt-tests: fix the recipe version to match upstream
       new  fb5c4f1   epiphany: remove unnecessary libwnck3 dependency
       new  129281e   libwnck3: remove the recipe
       new  9fde7e2   libarchive: update to 3.2.2
       new  7178feb   valgrind: update to 3.12.0
       new  f31ec69   texi2html: Allow compiling out-of-source
       new  7c16202   testsdk.bbclass: Clean up comments, clarify image choices.
       new  9288b6e   tzcode-native: update to 2016h
       new  5637d15   tzdata: Update to 2016h
       new  417ee79   oe-pkgdata-util: Use standard verb form in help info.
       new  7fa6508   qemu: supplementary fix of CVE-2016-5403
       new  34b9be5   qemu: fix CVE-2016-7423 and CVE-2016-7908
       new  db3f533   bash_3.2.x: update recipe version to match what we're shipping
       new  3136666   oe-setup-builddir: fix TEMPLATECONF error message
       new  7fbc086   classes/populate_sdk_ext: prevent invalid TEMPLATECONF entering eSDK
       new  81b9ac0   subversion: fix "svnadmin create" fail on x86
       new  23a7c41   gdb: update 7.11+git1a982b689c -> 7.11.1
       new  3764a5c   sstate: Ensure we don't remove sigbasedata files
       new  c8d96b1   rm_work: Ensure we don't remove sigbasedata files

The 47 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/classes/insane.bbclass                        |   4 +-
 meta/classes/license.bbclass                       |   2 +
 meta/classes/nativesdk.bbclass                     |   2 +
 meta/classes/populate_sdk_base.bbclass             |   7 +-
 meta/classes/populate_sdk_ext.bbclass              |   6 +-
 meta/classes/rm_work.bbclass                       |   2 +-
 meta/classes/sstate.bbclass                        |   2 +-
 meta/classes/testsdk.bbclass                       |  14 +-
 meta/classes/uboot-sign.bbclass                    |   4 +-
 meta/conf/bitbake.conf                             |   5 +
 meta/conf/machine-sdk/i586.conf                    |   1 +
 meta/conf/machine-sdk/i686.conf                    |   1 +
 meta/conf/machine-sdk/x86_64.conf                  |   1 +
 meta/lib/oe/copy_buildsystem.py                    |   6 +-
 meta/lib/oe/package_manager.py                     |   2 +-
 ...ts-Fix-bad-file-descriptor-initialisation.patch | 102 ++++++++++++++
 meta/recipes-connectivity/connman/connman_1.33.bb  |   1 +
 .../openssl/openssl/openssl-c_rehash.sh            |  20 ++-
 meta/recipes-core/busybox/files/mdev.conf          |   2 +
 .../images/build-appliance-image_15.0.0.bb         |   2 +-
 .../systemd/systemd/CVE-2016-7795.patch            |  69 ++++++++++
 meta/recipes-core/systemd/systemd_230.bb           |   1 +
 meta/recipes-core/util-linux/util-linux.inc        |   8 +-
 meta/recipes-devtools/binutils/binutils-2.27.inc   |   1 +
 ...lt-in-ARM-linker-when-trying-to-parse-a-b.patch |  31 +++++
 meta/recipes-devtools/gdb/gdb-7.11.1.inc           |  22 +++
 meta/recipes-devtools/gdb/gdb-7.11.inc             |   9 --
 meta/recipes-devtools/gdb/gdb-common.inc           |  24 ----
 ...nadian_7.11.bb => gdb-cross-canadian_7.11.1.bb} |   0
 .../gdb/{gdb-cross_7.11.bb => gdb-cross_7.11.1.bb} |   0
 .../gdb/{gdb_7.11.bb => gdb_7.11.1.bb}             |   0
 .../python/python-2.7-manifest.inc                 |   2 +-
 ...0001-virtio-zero-vq-inuse-in-virtio_reset.patch |  57 ++++++++
 .../qemu/qemu/0002-fix-CVE-2016-7423.patch         |  45 +++++++
 .../qemu/qemu/0003-fix-CVE-2016-7908.patch         |  62 +++++++++
 meta/recipes-devtools/qemu/qemu_2.7.0.bb           |   3 +
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |   2 +-
 .../0001-fix-svnadmin-create-fail-on-x86.patch     |  56 ++++++++
 .../subversion/subversion_1.9.4.bb                 |   1 +
 .../valgrind/valgrind/11_mips-link-tool.patch      |  37 ------
 .../valgrind/valgrind/gcc5-port.patch              |  64 ---------
 .../{valgrind_3.11.0.bb => valgrind_3.12.0.bb}     |   6 +-
 .../{bash-3.2.48 => bash-3.2.57}/build-tests.patch |   0
 ...ont-include-target-CFLAGS-in-host-LDFLAGS.patch |   0
 .../mkbuiltins_have_stringize.patch                |   0
 .../bash/{bash-3.2.48 => bash-3.2.57}/run-ptest    |   0
 .../string-format.patch                            |   0
 .../{bash-3.2.48 => bash-3.2.57}/test-output.patch |   0
 meta/recipes-extended/bash/bash_3.2.48.bb          |  47 -------
 meta/recipes-extended/bash/bash_3.2.57.bb          |  18 +++
 .../{libarchive_3.2.1.bb => libarchive_3.2.2.bb}   |   4 +-
 meta/recipes-extended/shadow/shadow.inc            |   3 +-
 meta/recipes-extended/slang/slang/no-x.patch       |  14 ++
 meta/recipes-extended/slang/slang_2.3.0.bb         |  16 ++-
 .../files/0001-Allow-compiling-out-of-source.patch |  39 ++++++
 meta/recipes-extended/texi2html/texi2html_5.0.bb   |   1 +
 ...code-native_2016g.bb => tzcode-native_2016h.bb} |   8 +-
 .../tzdata/{tzdata_2016g.bb => tzdata_2016h.bb}    |   4 +-
 meta/recipes-gnome/epiphany/epiphany_3.20.3.bb     |   4 +-
 .../gnome-desktop/gnome-desktop3_3.20.2.bb         |   2 +-
 meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb      |  19 ---
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |   3 +
 .../libtiff/files/CVE-2016-3622.patch              | 129 ++++++++++++++++++
 .../libtiff/files/CVE-2016-3623.patch              |  52 ++++++++
 .../libtiff/files/CVE-2016-3945.patch              | 118 +++++++++++++++++
 .../libtiff/files/CVE-2016-3990.patch              |  66 +++++++++
 .../libtiff/files/CVE-2016-3991.patch              | 147 +++++++++++++++++++++
 meta/recipes-multimedia/libtiff/tiff_4.0.6.bb      |   5 +
 .../{hwlatdetect_2.0.bb => hwlatdetect_1.1.bb}     |   0
 meta/recipes-rt/rt-tests/rt-tests.inc              |   5 +-
 .../rt-tests/{rt-tests_2.0.bb => rt-tests_1.1.bb}  |   0
 meta/recipes-sato/webkit/webkitgtk_2.12.5.bb       |   2 +-
 meta/recipes-support/boost/boost.inc               |   2 +
 scripts/oe-pkgdata-util                            |   2 +-
 scripts/oe-setup-builddir                          |   2 +-
 75 files changed, 1140 insertions(+), 258 deletions(-)
 create mode 100644 meta/recipes-connectivity/connman/connman/0003-stats-Fix-bad-file-descriptor-initialisation.patch
 create mode 100644 meta/recipes-core/systemd/systemd/CVE-2016-7795.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0016-Fix-seg-fault-in-ARM-linker-when-trying-to-parse-a-b.patch
 create mode 100644 meta/recipes-devtools/gdb/gdb-7.11.1.inc
 delete mode 100644 meta/recipes-devtools/gdb/gdb-7.11.inc
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.11.bb => gdb-cross-canadian_7.11.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.11.bb => gdb-cross_7.11.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_7.11.bb => gdb_7.11.1.bb} (100%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-virtio-zero-vq-inuse-in-virtio_reset.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0002-fix-CVE-2016-7423.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0003-fix-CVE-2016-7908.patch
 create mode 100644 meta/recipes-devtools/subversion/subversion/0001-fix-svnadmin-create-fail-on-x86.patch
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/11_mips-link-tool.patch
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/gcc5-port.patch
 rename meta/recipes-devtools/valgrind/{valgrind_3.11.0.bb => valgrind_3.12.0.bb} (95%)
 rename meta/recipes-extended/bash/{bash-3.2.48 => bash-3.2.57}/build-tests.patch (100%)
 rename meta/recipes-extended/bash/{bash-3.2.48 => bash-3.2.57}/dont-include-target-CFLAGS-in-host-LDFLAGS.patch (100%)
 rename meta/recipes-extended/bash/{bash-3.2.48 => bash-3.2.57}/mkbuiltins_have_stringize.patch (100%)
 rename meta/recipes-extended/bash/{bash-3.2.48 => bash-3.2.57}/run-ptest (100%)
 rename meta/recipes-extended/bash/{bash-3.2.48 => bash-3.2.57}/string-format.patch (100%)
 rename meta/recipes-extended/bash/{bash-3.2.48 => bash-3.2.57}/test-output.patch (100%)
 delete mode 100644 meta/recipes-extended/bash/bash_3.2.48.bb
 create mode 100644 meta/recipes-extended/bash/bash_3.2.57.bb
 rename meta/recipes-extended/libarchive/{libarchive_3.2.1.bb => libarchive_3.2.2.bb} (94%)
 create mode 100644 meta/recipes-extended/slang/slang/no-x.patch
 create mode 100644 meta/recipes-extended/texi2html/files/0001-Allow-compiling-out-of-source.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2016g.bb => tzcode-native_2016h.bb} (69%)
 rename meta/recipes-extended/tzdata/{tzdata_2016g.bb => tzdata_2016h.bb} (98%)
 delete mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3622.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3623.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3945.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3990.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3991.patch
 rename meta/recipes-rt/rt-tests/{hwlatdetect_2.0.bb => hwlatdetect_1.1.bb} (100%)
 rename meta/recipes-rt/rt-tests/{rt-tests_2.0.bb => rt-tests_1.1.bb} (100%)

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


More information about the Openembedded-commits mailing list