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

git at git.openembedded.org git at git.openembedded.org
Wed Jul 17 18:27:07 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 5090afc  libid3tag: handle unknown encodings (CVE-2017-11550)
     new 81eae38  opkg/package/rootfs_ipk: allow overwriting OPKGLIBDIR
     new 4a46516  nasm: fix CVE-2018-19755
     new bac984f  wic: add support for kernel with initramfs bundled
     new 8eddac3  python: fix CVE-2019-9740
     new 73579c8  python3: upgrade 3.7.3 -> 3.7.4

The 5 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 +
 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 +-
 13 files changed, 375 insertions(+), 22 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%)

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


More information about the Openembedded-commits mailing list