[oe-commits] [openembedded-core] branch master-next updated (6c8d3cd -> 92bb08e)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 17 08:40:13 UTC 2019


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

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

 discard 6c8d3cd  libid3tag: handle unknown encodings (CVE-2017-11550)
 discard bc2db6c  libid3tag: CVE-2017-11551 is the same as CVE-2004-2779
 discard e52b23a  glibc: exclude child recipes from CVE scanning
 discard afe828c  cve-check-tool: remove
 discard 175eb15  cve-check: remove redundant readline CVE whitelisting
 discard 249692f  systemd: Fix interface bring-up on kernels >= 5.2
 discard 663b539  mdadm: make ptest output format align with common style
 discard 74a1e1f  opkg: make ptest output format align with common style
 discard df505e0  scripts/buildstats-diff: Add option to filter tasks
 discard e920a30  nfs-mountd: Add missing dependency on systemd service
 discard 05bca3c  webkitgtk: set incomptible with tune mips
 discard 06b4c6e  Revert "pigz: Add debug for autobuilder errors"
 discard cdf47c2  pigz: Add debug for autobuilder errors
 discard 5e8c12d  defaultsetup.conf: enable select init manager
     add 23573d4  webkitgtk: set incomptible with tune mips
     add 1228ddd  nfs-mountd: Add missing dependency on systemd service
     add a8c7960  scripts/buildstats-diff: Add option to filter tasks
     add 333c2bd  opkg: make ptest output format align with common style
     add 99176bc  mdadm: make ptest output format align with common style
     add 536d54a  systemd: Fix interface bring-up on kernels >= 5.2
     add 07bb8b2  cve-check: remove redundant readline CVE whitelisting
     add 5388ed6  cve-check-tool: remove
     add 1f9a963  glibc: exclude child recipes from CVE scanning
     add 0663e5f  libid3tag: CVE-2017-11551 is the same as CVE-2004-2779
     add 5090afc  libid3tag: handle unknown encodings (CVE-2017-11550)
     new 9e1acf3  defaultsetup.conf: enable select init manager
     new f61f222  opkg/package/rootfs_ipk: allow overwriting OPKGLIBDIR
     new 682ef99  nasm: fix CVE-2018-19755
     new b0dc570  wic: add support for kernel with initramfs bundled
     new d2054c0  python: fix CVE-2019-9740
     new a339404  python3: upgrade 3.7.3 -> 3.7.4
     new 92bb08e  squashfs-tools: upgrade to commit f95864afe883

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6c8d3cd)
            \
             N -- N -- N   refs/heads/master-next (92bb08e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 7 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/image_types_wic.bbclass               |   5 +-
 meta/classes/package_ipk.bbclass                   |   2 +-
 meta/classes/rootfs_ipk.bbclass                    |   2 +-
 meta/lib/oeqa/selftest/cases/wic.py                |   3 +-
 .../nasm/nasm/CVE-2018-19755.patch                 | 116 +++++++++++
 meta/recipes-devtools/nasm/nasm_2.14.02.bb         |   4 +-
 meta/recipes-devtools/opkg/opkg_0.4.1.bb           |   2 +-
 .../python/python/CVE-2019-9740.patch              | 215 +++++++++++++++++++++
 .../python/{python3_3.7.3.bb => python3_3.7.4.bb}  |   4 +-
 meta/recipes-devtools/python/python_2.7.16.bb      |   1 +
 ...shfs.c-get-inline-functions-work-with-C99.patch | 154 ---------------
 ...-squashfs-tools-patch-for-CVE-2015-4645-6.patch |  47 -----
 .../squashfs-tools/squashfs-tools/fix-compat.patch |  17 --
 .../squashfs-tools-4.3-sysmacros.patch             |   2 +-
 .../squashfs-tools/squashfs-tools_git.bb           |   9 +-
 scripts/lib/wic/plugins/source/bootimg-efi.py      |  18 +-
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |   6 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |  19 +-
 18 files changed, 380 insertions(+), 246 deletions(-)
 create mode 100644 meta/recipes-devtools/nasm/nasm/CVE-2018-19755.patch
 create mode 100644 meta/recipes-devtools/python/python/CVE-2019-9740.patch
 rename meta/recipes-devtools/python/{python3_3.7.3.bb => python3_3.7.4.bb} (98%)
 delete mode 100644 meta/recipes-devtools/squashfs-tools/squashfs-tools/0001-mksquashfs.c-get-inline-functions-work-with-C99.patch
 delete mode 100644 meta/recipes-devtools/squashfs-tools/squashfs-tools/0001-squashfs-tools-patch-for-CVE-2015-4645-6.patch
 delete mode 100644 meta/recipes-devtools/squashfs-tools/squashfs-tools/fix-compat.patch

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


More information about the Openembedded-commits mailing list