[oe-commits] [openembedded-core] branch master updated (bbbb985 -> 5090afc)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 17 08:39:54 UTC 2019


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

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

    from bbbb985  timezone: update to 2019b
     add 3c3a9ba  devtool/standard.py: Update devtool modify to copy source from work-shared if its already downloaded
     add bb42ab9  devtool/standard.py: Create a copy of kernel source within work-shared if not present
     add 417feb5  devtool: provide support for devtool menuconfig command
     new 23573d4  webkitgtk: set incomptible with tune mips
     new 1228ddd  nfs-mountd: Add missing dependency on systemd service
     new a8c7960  scripts/buildstats-diff: Add option to filter tasks
     new 333c2bd  opkg: make ptest output format align with common style
     new 99176bc  mdadm: make ptest output format align with common style
     new 536d54a  systemd: Fix interface bring-up on kernels >= 5.2
     new 07bb8b2  cve-check: remove redundant readline CVE whitelisting
     new 5388ed6  cve-check-tool: remove
     new 1f9a963  glibc: exclude child recipes from CVE scanning
     new 0663e5f  libid3tag: CVE-2017-11551 is the same as CVE-2004-2779
     new 5090afc  libid3tag: handle unknown encodings (CVE-2017-11550)

The 11 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/cve-check.bbclass                     |  19 +-
 .../nfs-utils/nfs-utils/nfs-mountd.service         |   1 +
 meta/recipes-core/glibc/glibc-locale.inc           |   3 +
 meta/recipes-core/glibc/glibc-mtrace.inc           |   3 +
 meta/recipes-core/glibc/glibc-scripts.inc          |   3 +
 .../systemd/0001-networkd-fix-link-up.patch        |  66 +++++++
 .../systemd/0002-network-do-not-send-ipv6.patch    |  96 +++++++++
 meta/recipes-core/systemd/systemd_242.bb           |   2 +
 .../cve-check-tool/cve-check-tool_5.6.4.bb         |  62 ------
 ...01-Fix-freeing-memory-allocated-by-sqlite.patch |  50 -----
 ...ow-overriding-default-CA-certificate-file.patch | 215 ---------------------
 ...ogress-in-percent-when-downloading-CVE-db.patch | 135 -------------
 ...are-computed-vs-expected-sha256-digit-str.patch |  52 -----
 .../check-for-malloc_trim-before-using-it.patch    |  51 -----
 meta/recipes-devtools/opkg/opkg_0.4.1.bb           |   5 +
 meta/recipes-extended/mdadm/files/run-ptest        |  17 +-
 meta/recipes-extended/mdadm/mdadm_4.1.bb           |   8 +
 .../libid3tag/libid3tag/10_utf16.patch             |   1 +
 .../libid3tag/libid3tag/unknown-encoding.patch     |  39 ++++
 .../libid3tag/libid3tag_0.15.1b.bb                 |   1 +
 meta/recipes-sato/webkit/webkitgtk_2.24.2.bb       |   2 +
 scripts/buildstats-diff                            |  14 +-
 scripts/lib/buildstats.py                          |   6 +-
 scripts/lib/devtool/menuconfig.py                  |  79 ++++++++
 scripts/lib/devtool/standard.py                    | 147 +++++++++++---
 25 files changed, 457 insertions(+), 620 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-networkd-fix-link-up.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0002-network-do-not-send-ipv6.patch
 delete mode 100644 meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb
 delete mode 100644 meta/recipes-devtools/cve-check-tool/files/0001-Fix-freeing-memory-allocated-by-sqlite.patch
 delete mode 100644 meta/recipes-devtools/cve-check-tool/files/0001-curl-allow-overriding-default-CA-certificate-file.patch
 delete mode 100644 meta/recipes-devtools/cve-check-tool/files/0001-print-progress-in-percent-when-downloading-CVE-db.patch
 delete mode 100644 meta/recipes-devtools/cve-check-tool/files/0001-update-Compare-computed-vs-expected-sha256-digit-str.patch
 delete mode 100644 meta/recipes-devtools/cve-check-tool/files/check-for-malloc_trim-before-using-it.patch
 create mode 100644 meta/recipes-multimedia/libid3tag/libid3tag/unknown-encoding.patch
 create mode 100644 scripts/lib/devtool/menuconfig.py

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


More information about the Openembedded-commits mailing list