[oe-commits] [openembedded-core] branch master updated (d3083e9 -> 621ea68)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 5 13:47:52 UTC 2020


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

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

    from d3083e9  kernel-yocto.bbclass: export LD in the environment used by kconf_check
     new b314e9a  baremetal-helloworld: Create recipe for baremetal examples on QEMU
     new cdb4b65  netbase: Upgrade to 6.0
     new d4ecf97  musl: Update to latest on master
     new b939240  logrotate.py: improve oeqa test implementation
     new 94446ea  webkitgtk: Prefer -pthread over -lpthread
     new 14f34d3  gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'
     new f7cc44c  x264: upgrade to latest revision
     new fdb2a95  ncurses: add CVE_VERSION
     new f2f7aa9  libxml2: fix CVE-2020-7595
     new 621ea68  sqlite3: upgrade 3.30.1 -> 3.31.1

The 10 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:
 .../baremetal-examples/baremetal-helloworld_git.bb | 105 +++++++++++++++++++++
 meta/lib/oeqa/runtime/cases/logrotate.py           |  62 ++++++++----
 .../libxml/libxml2/CVE-2020-7595.patch             |  36 +++++++
 meta/recipes-core/libxml/libxml2_2.9.10.bb         |   1 +
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 meta/recipes-core/ncurses/ncurses_6.1+20191019.bb  |   2 +
 .../netbase/{netbase_5.8.bb => netbase_6.0.bb}     |  10 +-
 meta/recipes-devtools/gcc/gcc-9.2.inc              |   1 +
 ...t-91102-aarch64-ICE-on-Linux-kernel-with-.patch |  95 +++++++++++++++++++
 .../x264/x264/Fix-X32-build-by-disabling-asm.patch |  14 ++-
 meta/recipes-multimedia/x264/x264_git.bb           |   4 +-
 .../0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch  |  45 +++++++++
 meta/recipes-sato/webkit/webkitgtk_2.26.2.bb       |   1 +
 .../sqlite/sqlite3/CVE-2019-19244.patch            |  33 -------
 .../sqlite/sqlite3/CVE-2019-19880.patch            |  33 -------
 .../sqlite/sqlite3/CVE-2019-19923.patch            |  50 ----------
 .../sqlite/sqlite3/CVE-2019-19924.patch            |  65 -------------
 .../sqlite/sqlite3/CVE-2019-19925.patch            |  33 -------
 .../sqlite/sqlite3/CVE-2019-19926.patch            |  31 ------
 .../sqlite/sqlite3/CVE-2019-19959.patch            |  46 ---------
 .../sqlite/sqlite3/CVE-2019-20218.patch            |  31 ------
 meta/recipes-support/sqlite/sqlite3_3.30.1.bb      |  20 ----
 meta/recipes-support/sqlite/sqlite3_3.31.1.bb      |  12 +++
 23 files changed, 356 insertions(+), 376 deletions(-)
 create mode 100644 meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb
 create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2020-7595.patch
 rename meta/recipes-core/netbase/{netbase_5.8.bb => netbase_6.0.bb} (61%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.2/re-PR-target-91102-aarch64-ICE-on-Linux-kernel-with-.patch
 create mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-19244.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-19880.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-19923.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-19924.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-19925.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-19926.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-19959.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-20218.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.30.1.bb
 create mode 100644 meta/recipes-support/sqlite/sqlite3_3.31.1.bb

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


More information about the Openembedded-commits mailing list