[oe-commits] [meta-openembedded] branch master updated (d7d0cc5 -> cdd3e9a)

git at git.openembedded.org git at git.openembedded.org
Fri Oct 19 06:39:37 UTC 2018


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

khem pushed a change to branch master
in repository meta-openembedded.

    from d7d0cc5  nodejs: Enable system ICU support
     add 5559ea5  cpuid: upgrade 20170122 -> 20180519
     add e6978e6  glog: enable building shared library again
     add 336242e  keepalived: remove update-rc.d settings
     add fc26880  Khronos: Add Khronos LICENSE
     add 7eb7a22  zlog: fix up library path for multilib
     add dd2f7c1  wireshark: update to 2.6.4
     add 7023d0f  cpupower: Update LIC_FILES_CHKSUM
     add 1d7ae74  catch2: new package
     add 256de49  opencl-headers: Initial recipe for OpenCL headers
     add bc14dcc  sharutils: CVE-2018-1000097
     add b461c40  opencl-icd-loader: Initial recipe for OpenCL ICD loader
     add d6bd1ed  dracut: 048->049
     add 02fd051  hwdata:0.315->0.316
     add df9f15c  ipc-run: 0.99->20180523.0
     add 107eefe  python-requests: fix CVE-2018-18074
     add e499d11  gnulib: Security fix for CVE-2018-17942
     add 3e6226f  strongswan: upgrade to 5.7.1
     add 104a87a  libnet-dns-sec-perl: add recipe for 1.10
     add 632a6d1  libnet-dns-perl: upgrade 1.17 -> 1.18; enable ptest
     add 56fe12a  udisks2: Upgrade to 2.7.8
     add 9981811  gstreamer: Remove machine specific append
     add 60a8ded  libeigen: update to 3.3.5
     add a5591f7  radvd: remove update-rc.d settings
     add 897c10b  vim: alternatify xxd
     add cdd3e9a  toybox: Fix paths to match OE conventions

No new revisions were added by this update.

Summary of changes:
 .../recipes-devtools/dracut/dracut_git.bb          |   4 +-
 .../gstreamer-0.10/gstreamer_0.10.36.bb            |   3 -
 .../recipes-daemons/keepalived/keepalived_1.4.2.bb |   5 +-
 meta-networking/recipes-daemons/radvd/radvd.inc    |   7 +-
 .../{strongswan_5.6.3.bb => strongswan_5.7.1.bb}   |   4 +-
 .../fix-fatal-no-names-found-git-error.patch       |  23 ---
 .../{wireshark_2.6.2.bb => wireshark_2.6.4.bb}     |   7 +-
 meta-oe/licenses/Khronos                           |  35 ++++
 .../opencl-headers/opencl-headers_git.bb           |  17 ++
 .../opencl-icd-loader/opencl-icd-loader_git.bb     |  45 +++++
 .../toybox/toybox/OE-path-changes.patch            | 195 +++++++++++++++++++++
 meta-oe/recipes-core/toybox/toybox_0.7.5.bb        |   4 +-
 .../cpuid/{cpuid_20170122.bb => cpuid_20180519.bb} |  12 +-
 ...ix-Add-sys-sysmacros.h-to-fix-build-issue.patch |  24 ---
 .../{ipc-run_0.99.bb => ipc-run_20180523.0.bb}     |   2 +-
 meta-oe/recipes-extended/zlog/zlog_git.bb          |   2 +-
 meta-oe/recipes-kernel/cpupower/cpupower.bb        |   2 +-
 ...0001-Rework-CMake-glog-VERSION-management.patch |  71 ++++++++
 meta-oe/recipes-support/glog/glog_0.3.5.bb         |   3 +
 .../gnulib/gnulib/CVE-2018-17942.patch             |  88 ++++++++++
 .../recipes-support/gnulib/gnulib_2017-08-20.18.bb |   3 +
 meta-oe/recipes-support/hwdata/hwdata_git.bb       |   4 +-
 .../{libeigen_3.3.4.bb => libeigen_3.3.5.bb}       |   6 +-
 .../sharutils/sharutils/CVE-2018-1000097.patch     |  61 +++++++
 .../recipes-support/sharutils/sharutils_4.15.2.bb  |   1 +
 .../udisks/{udisks2_2.7.7.bb => udisks2_2.7.8.bb}  |   4 +-
 meta-oe/recipes-support/vim/vim_8.1.0347.bb        |   6 +-
 .../0001-Fix-convert-from-char-on-ARM-build.patch  |  46 +++++
 meta-oe/recipes-test/catch2/catch2_2.4.1.bb        |  24 +++
 .../recipes-perl/libnet/libnet-dns-perl_1.17.bb    |  27 ---
 .../recipes-perl/libnet/libnet-dns-perl_1.18.bb    |  66 +++++++
 .../libnet/libnet-dns-sec-perl_1.10.bb             |  33 ++++
 .../recipes-devtools/python/python-requests.inc    |   6 +
 ...rization-header-whenever-root-URL-changes.patch |  62 +++++++
 ...uthorization-stripping-logic-as-discussed.patch | 118 +++++++++++++
 35 files changed, 906 insertions(+), 114 deletions(-)
 rename meta-networking/recipes-support/strongswan/{strongswan_5.6.3.bb => strongswan_5.7.1.bb} (97%)
 delete mode 100644 meta-networking/recipes-support/wireshark/wireshark/fix-fatal-no-names-found-git-error.patch
 rename meta-networking/recipes-support/wireshark/{wireshark_2.6.2.bb => wireshark_2.6.4.bb} (92%)
 create mode 100644 meta-oe/licenses/Khronos
 create mode 100644 meta-oe/recipes-core/opencl-headers/opencl-headers_git.bb
 create mode 100644 meta-oe/recipes-core/opencl-icd-loader/opencl-icd-loader_git.bb
 create mode 100644 meta-oe/recipes-core/toybox/toybox/OE-path-changes.patch
 rename meta-oe/recipes-devtools/cpuid/{cpuid_20170122.bb => cpuid_20180519.bb} (63%)
 delete mode 100644 meta-oe/recipes-devtools/cpuid/files/0001-Fix-Add-sys-sysmacros.h-to-fix-build-issue.patch
 rename meta-oe/recipes-devtools/perl/{ipc-run_0.99.bb => ipc-run_20180523.0.bb} (93%)
 create mode 100644 meta-oe/recipes-support/glog/glog/0001-Rework-CMake-glog-VERSION-management.patch
 create mode 100644 meta-oe/recipes-support/gnulib/gnulib/CVE-2018-17942.patch
 rename meta-oe/recipes-support/libeigen/{libeigen_3.3.4.bb => libeigen_3.3.5.bb} (79%)
 create mode 100644 meta-oe/recipes-support/sharutils/sharutils/CVE-2018-1000097.patch
 rename meta-oe/recipes-support/udisks/{udisks2_2.7.7.bb => udisks2_2.7.8.bb} (89%)
 create mode 100644 meta-oe/recipes-test/catch2/catch2/0001-Fix-convert-from-char-on-ARM-build.patch
 create mode 100644 meta-oe/recipes-test/catch2/catch2_2.4.1.bb
 delete mode 100644 meta-perl/recipes-perl/libnet/libnet-dns-perl_1.17.bb
 create mode 100644 meta-perl/recipes-perl/libnet/libnet-dns-perl_1.18.bb
 create mode 100644 meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb
 create mode 100644 meta-python/recipes-devtools/python/python-requests/0001-Strip-Authorization-header-whenever-root-URL-changes.patch
 create mode 100644 meta-python/recipes-devtools/python/python-requests/0002-Rework-authorization-stripping-logic-as-discussed.patch

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


More information about the Openembedded-commits mailing list