[oe-commits] [openembedded-core] branch krogoth updated (ff8c885 -> 47f5c2a)

git at git.openembedded.org git at git.openembedded.org
Thu May 18 12:14:42 UTC 2017


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

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

    from ff8c885  Revert "file: update SRCREV for 5.25 to fix fetch fail on missing commit"
     new b7c0601  sstate: Ensure we don't remove sigbasedata files
     new 014683b  rm_work: Ensure we don't remove sigbasedata files
     new add28b0  classes/cross: set lt_cv_sys_lib_dlsearch_path_spec
     new f1849bb  classes/native: set lt_cv_sys_lib_dlsearch_path_spec
     new 6470e50  binutils: fix typo in libtool patch
     new 29ddf96  binutils: apply RPATH fixes from our libtool patches
     new 6df5997  nss: Disable warning on deprecated API usage
     new d32af02  gstreamer1.0-libav: Add 'valgrind' config option
     new 1bc0711  qemu: Security fix CVE-2016-4439
     new 3d6b4fd  qemu: Security fix CVE-2016-4952
     new c146249  weston: Add no-input-device patch to 1.9.0.
     new ba4e218  curl: CVE-2016-8615
     new 0bec84b  curl: CVE-2016-8616
     new 8241521  curl: CVE-2016-8617
     new 4163dac  curl: CVE-2016-8618
     new 4e18b8a  curl: CVE-2016-8619
     new 7308140  curl: CVE-2016-8620
     new db6106a  curl: CVE-2016-8621
     new a712024  curl: CVE-2016-8622
     new 3bbd963  curl: CVE-2016-8623
     new 3127e96  curl: CVE-2016-8624
     new bf8d4e9  curl: CVE-2016-8625
     new 56eaca6  tzcode-native: update to 2016h
     new 0e4c2ba  tzdata: Update to 2016h
     new 0add1a3  tiff: Security fix CVE-2016-3945
     new 5e87d1d  tiff: Security fix CVE-2016-3990
     new a0115f8  tiff: Security fix CVE-2016-3991
     new 4cb3294  tiff: Security fix CVE-2016-3623
     new e2eeb68  tiff: Security fix CVE-2016-3622
     new edb2fe2  openssl: Security fix CVE-2016-8610
     new 866d486  tzcode: update to 2016i
     new 989be10  tzdata: update to 2016i
     new 990db70  oeqa: fix hasPackage, add hasPackageMatch
     new c9a2e2f  expat: CVE-2012-6702, CVE-2016-5300
     new 7ba456a  tiff: Security fix CVE-2016-3658
     new f10cef0  tiff: Security fix CVE-2016-3632
     new 6f58c18  tiff: Security fix CVE-2016-9540
     new d80b6e3  tiff: Security fix CVE-2016-9539
     new 3f22e42  tiff: Security fix CVE-2016-9535
     new 5597998  tiff: Security fix CVE-2016-9538
     new 31ce792  populate_sdk_ext: fix working with uninative sstate
     new 6549641  populate_sdk_ext: whitelist do_package tasks
     new d2522df  zlib: update SRC_URI to fix fetching
     new cf9f844  libpcre: update SRC_URI
     new 30722ea  libpng: update SRC_URI back to SF
     new 251e4ed  libxslt: update SRC_URI
     new e924479  libpng -lsb: update SRC_URI
     new 97d9fff  mesa: update SRC_URI
     new e2b2fbe  openssl: Fix MIPS64be and add MIPS64le
     new 11c3882  openssl: fix add missing `make depend` command before `make` library
     new 28419a4  openssl: fix add missing dependencies building for test directory
     new 9ae6e10  openssl: Add Shell-Script based c_rehash utility
     new 735f452  openssl: Ensure SSL certificates are stored on sysconfdir
     new c270ebf  openssl: prevent warnings from openssl-c_rehash.sh
     new 217d245  openssl: Security fix CVE-2016-2177
     new d050032  openssl: fix do_configure error when cwd is not in @INC
     new b309bfa  openssl.inc: avoid random ptest failures
     new 92214ca  pseudo: obey our LDFLAGS
     new 47f5c2a  pseudo: Work around issues with glibc 2.24

The 59 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/cross.bbclass                         |   2 +
 meta/classes/native.bbclass                        |   3 +-
 meta/classes/populate_sdk_ext.bbclass              |   8 +-
 meta/classes/rm_work.bbclass                       |   2 +-
 meta/classes/sstate.bbclass                        |   2 +-
 meta/lib/oeqa/oetest.py                            |  28 +-
 meta/lib/oeqa/runtime/_ptest.py                    |   4 +-
 meta/lib/oeqa/runtime/python.py                    |   2 +-
 meta/lib/oeqa/runtime/smart.py                     |   2 +-
 meta/lib/oeqa/sdk/buildsudoku.py                   |   2 +-
 meta/recipes-connectivity/openssl/openssl.inc      |  50 +-
 .../openssl/openssl/CVE-2016-2177.patch            | 286 ++++++++++
 .../openssl/openssl/CVE-2016-8610.patch            | 124 +++++
 .../openssl/openssl/openssl-c_rehash.sh            | 210 +++++++
 .../openssl/openssl-util-perlpath.pl-cwd.patch     |  34 ++
 .../recipes-connectivity/openssl/openssl_1.0.2h.bb |   4 +
 .../expat-2.1.0/CVE-2016-5300_CVE-2012-6702.patch  | 123 +++++
 meta/recipes-core/expat/expat_2.1.0.bb             |   4 +
 meta/recipes-core/zlib/zlib_1.2.8.bb               |   2 +-
 meta/recipes-devtools/binutils/binutils-2.26.inc   |   1 +
 .../binutils/binutils/0006-Use-libtool-2.4.patch   |   5 +-
 .../binutils/0014-libtool-remove-rpath.patch       | 100 ++++
 .../pseudo/pseudo/obey-ldflags.patch               |  50 ++
 .../pseudo/pseudo-glibc-rtld-next-workaround.patch |  85 +++
 meta/recipes-devtools/pseudo/pseudo_1.7.5.bb       |  17 +-
 .../recipes-devtools/qemu/qemu/CVE-2016-4441.patch |  78 +++
 .../recipes-devtools/qemu/qemu/CVE-2016-4952.patch | 105 ++++
 meta/recipes-devtools/qemu/qemu_2.5.0.bb           |   2 +
 ...code-native_2016g.bb => tzcode-native_2016i.bb} |   8 +-
 .../tzdata/{tzdata_2016g.bb => tzdata_2016i.bb}    |   4 +-
 meta/recipes-graphics/mesa/mesa_11.1.1.bb          |   2 +-
 .../add-config-option-for-no-input-device.patch    | 125 +++++
 meta/recipes-graphics/wayland/weston_1.9.0.bb      |   1 +
 meta/recipes-lsb4/libpng/libpng12_1.2.56.bb        |   2 +-
 .../gstreamer/gstreamer1.0-libav.inc               |   1 +
 meta/recipes-multimedia/libpng/libpng_1.6.21.bb    |   4 +-
 .../libtiff/files/CVE-2016-3622.patch              | 129 +++++
 .../libtiff/files/CVE-2016-3623.patch              |  52 ++
 .../libtiff/files/CVE-2016-3632.patch              |  34 ++
 .../libtiff/files/CVE-2016-3658.patch              | 111 ++++
 .../libtiff/files/CVE-2016-3945.patch              | 118 ++++
 .../libtiff/files/CVE-2016-3990.patch              |  66 +++
 .../libtiff/files/CVE-2016-3991.patch              | 147 +++++
 .../libtiff/files/CVE-2016-9535-1.patch            | 423 ++++++++++++++
 .../libtiff/files/CVE-2016-9535-2.patch            |  67 +++
 .../libtiff/files/CVE-2016-9538.patch              |  67 +++
 .../libtiff/files/CVE-2016-9539.patch              |  60 ++
 .../libtiff/files/CVE-2016-9540.patch              |  60 ++
 meta/recipes-multimedia/libtiff/tiff_4.0.6.bb      |  12 +
 meta/recipes-support/curl/curl/CVE-2016-8615.patch |  77 +++
 meta/recipes-support/curl/curl/CVE-2016-8616.patch |  49 ++
 meta/recipes-support/curl/curl/CVE-2016-8617.patch |  28 +
 meta/recipes-support/curl/curl/CVE-2016-8618.patch |  52 ++
 meta/recipes-support/curl/curl/CVE-2016-8619.patch |  52 ++
 meta/recipes-support/curl/curl/CVE-2016-8620.patch |  44 ++
 meta/recipes-support/curl/curl/CVE-2016-8621.patch | 120 ++++
 meta/recipes-support/curl/curl/CVE-2016-8622.patch |  94 ++++
 meta/recipes-support/curl/curl/CVE-2016-8623.patch | 209 +++++++
 meta/recipes-support/curl/curl/CVE-2016-8624.patch |  51 ++
 meta/recipes-support/curl/curl/CVE-2016-8625.patch | 615 +++++++++++++++++++++
 .../url-remove-unconditional-idn2.h-include.patch  |  29 +
 meta/recipes-support/curl/curl_7.47.1.bb           |  12 +
 meta/recipes-support/libpcre/libpcre_8.38.bb       |   2 +-
 meta/recipes-support/libxslt/libxslt_1.1.28.bb     |   3 +-
 .../nss/nss-disable-werror-on-deprecated-api.patch |  22 +
 meta/recipes-support/nss/nss_3.21.bb               |   1 +
 66 files changed, 4237 insertions(+), 51 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-2177.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2016-8610.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/openssl-c_rehash.sh
 create mode 100644 meta/recipes-connectivity/openssl/openssl/openssl-util-perlpath.pl-cwd.patch
 create mode 100644 meta/recipes-core/expat/expat-2.1.0/CVE-2016-5300_CVE-2012-6702.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0014-libtool-remove-rpath.patch
 create mode 100644 meta/recipes-devtools/pseudo/pseudo/obey-ldflags.patch
 create mode 100644 meta/recipes-devtools/pseudo/pseudo/pseudo-glibc-rtld-next-workaround.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-4441.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-4952.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2016g.bb => tzcode-native_2016i.bb} (68%)
 rename meta/recipes-extended/tzdata/{tzdata_2016g.bb => tzdata_2016i.bb} (98%)
 create mode 100644 meta/recipes-graphics/wayland/weston/add-config-option-for-no-input-device.patch
 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-3632.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-3658.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
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-9535-1.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-9535-2.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-9538.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-9539.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2016-9540.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8615.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8616.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8617.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8618.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8619.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8620.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8621.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8622.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8623.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2016-8624.patch
 create mode 100755 meta/recipes-support/curl/curl/CVE-2016-8625.patch
 create mode 100644 meta/recipes-support/curl/curl/url-remove-unconditional-idn2.h-include.patch
 create mode 100644 meta/recipes-support/nss/nss/nss-disable-werror-on-deprecated-api.patch

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


More information about the Openembedded-commits mailing list