[oe-commits] [openembedded-core] branch master-next updated (1ce401d -> 9eb795c)

git at git.openembedded.org git at git.openembedded.org
Thu Nov 22 16:15:49 UTC 2018


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 1ce401d  u-boot: Add mkenvimage tool
     new d062715  documentation: Add newlib to TCLIBC's [doc] entry
     new a385e6c  openssl: output the configure data in do_configure
     new 4b6c566  openssl: don't disable the AFALG engine based on host kernel
     new 44e5bbb  gobject-introspection: update to 1.58.1
     new 03149ca  openssl10: update to 1.0.2q
     new bdde940  dmidecode: update to 3.2
     new 92a2e6d  tiff: update to 4.0.10
     new 7fa0996  gdbm: update to 1.18.1
     new 1276581  icu: update to 63.1
     new 8308656  btrfs-tools: update to 4.19
     new c7792e5  vala: update to 0.42.3
     new e53523e  webkitgtk: update to 2.22.4
     new fa3a6ea  psmisc: update to 23.2
     new f9ce904  sysprof: update to 3.30.2
     new bfa7aa2  libwebp: update to 1.0.1
     new 7dfee3b  lighttpd: update to 1.4.51
     new 59cdb60  libdnf: update to 0.22.3
     new 9eb795c  dnf: update to 4.0.9

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   (1ce401d)
            \
             N -- N -- N   refs/heads/master-next (9eb795c)

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 18 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.bbclass                   |   2 +-
 meta/classes/kernel-fitimage.bbclass               |   2 +-
 meta/classes/kernel-uimage.bbclass                 |   2 +-
 meta/conf/distro/include/distro_alias.inc          |   2 +-
 meta/conf/distro/include/maintainers.inc           |   2 +-
 meta/conf/documentation.conf                       |   2 +-
 ...-tools_2018.07.bb => u-boot-mkimage_2018.07.bb} |  26 +--
 .../openssl/openssl/afalg.patch                    |  31 ++++
 .../openssl/openssl10/0001-fix-CVE-2018-0734.patch |  33 ----
 .../{openssl10_1.0.2p.bb => openssl10_1.0.2q.bb}   |   5 +-
 meta/recipes-connectivity/openssl/openssl_1.1.1.bb |   2 +
 .../{btrfs-tools_4.17.1.bb => btrfs-tools_4.19.bb} |   2 +-
 ...1-Committing-changes-from-do_unpack_extra.patch |  24 +++
 .../{dmidecode_3.1.bb => dmidecode_3.2.bb}         |  13 +-
 .../dnf/{dnf_4.0.4.bb => dnf_4.0.9.bb}             |   2 +-
 .../libdnf/{libdnf_0.22.0.bb => libdnf_0.22.3.bb}  |   2 +-
 .../vala/{vala_0.42.0.bb => vala_0.42.3.bb}        |   4 +-
 .../{lighttpd_1.4.50.bb => lighttpd_1.4.51.bb}     |   4 +-
 ...001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch |  14 +-
 .../psmisc/{psmisc_23.1.bb => psmisc_23.2.bb}      |   2 +-
 ...1-Port-cross-compilation-support-to-meson.patch |  11 +-
 ...he-repository-directory-for-native-builds.patch |   2 +-
 ...n_1.58.0.bb => gobject-introspection_1.58.1.bb} |   4 +-
 ...0001-fix-non-literal-format-string-issues.patch |  34 ----
 meta/recipes-kernel/sysprof/files/wordsize.patch   |  38 -----
 .../{sysprof_3.30.0.bb => sysprof_3.30.2.bb}       |   6 +-
 .../libtiff/files/CVE-2017-17095.patch             |  46 ------
 .../libtiff/files/CVE-2017-18013.patch             |  42 -----
 .../libtiff/files/CVE-2017-9935.patch              | 160 ------------------
 .../libtiff/files/CVE-2018-10963.patch             |  39 -----
 .../libtiff/files/CVE-2018-5784.patch              | 135 ----------------
 .../libtiff/files/CVE-2018-7456.patch              | 178 ---------------------
 .../libtiff/files/CVE-2018-8905.patch              |  61 -------
 .../libtiff/files/libtool2.patch                   |  19 ++-
 .../libtiff/{tiff_4.0.9.bb => tiff_4.0.10.bb}      |  15 +-
 .../webp/{libwebp_1.0.0.bb => libwebp_1.0.1.bb}    |   4 +-
 .../{webkitgtk_2.22.3.bb => webkitgtk_2.22.4.bb}   |   4 +-
 .../gdbm/{gdbm_1.18.bb => gdbm_1.18.1.bb}          |   4 +-
 .../recipes-support/icu/icu/fix-install-manx.patch |  21 ++-
 .../icu/{icu_62.1.bb => icu_63.1.bb}               |   4 +-
 40 files changed, 129 insertions(+), 874 deletions(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2018.07.bb => u-boot-mkimage_2018.07.bb} (56%)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/afalg.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl10/0001-fix-CVE-2018-0734.patch
 rename meta/recipes-connectivity/openssl/{openssl10_1.0.2p.bb => openssl10_1.0.2q.bb} (98%)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.17.1.bb => btrfs-tools_4.19.bb} (96%)
 create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/0001-Committing-changes-from-do_unpack_extra.patch
 rename meta/recipes-devtools/dmidecode/{dmidecode_3.1.bb => dmidecode_3.2.bb} (60%)
 rename meta/recipes-devtools/dnf/{dnf_4.0.4.bb => dnf_4.0.9.bb} (98%)
 rename meta/recipes-devtools/libdnf/{libdnf_0.22.0.bb => libdnf_0.22.3.bb} (95%)
 rename meta/recipes-devtools/vala/{vala_0.42.0.bb => vala_0.42.3.bb} (64%)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.50.bb => lighttpd_1.4.51.bb} (96%)
 rename meta/recipes-extended/psmisc/{psmisc_23.1.bb => psmisc_23.2.bb} (87%)
 rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.58.0.bb => gobject-introspection_1.58.1.bb} (98%)
 delete mode 100644 meta/recipes-kernel/sysprof/files/0001-fix-non-literal-format-string-issues.patch
 delete mode 100644 meta/recipes-kernel/sysprof/files/wordsize.patch
 rename meta/recipes-kernel/sysprof/{sysprof_3.30.0.bb => sysprof_3.30.2.bb} (82%)
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-17095.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-18013.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-9935.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2018-10963.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2018-5784.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2018-7456.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2018-8905.patch
 rename meta/recipes-multimedia/libtiff/{tiff_4.0.9.bb => tiff_4.0.10.bb} (80%)
 rename meta/recipes-multimedia/webp/{libwebp_1.0.0.bb => libwebp_1.0.1.bb} (93%)
 rename meta/recipes-sato/webkit/{webkitgtk_2.22.3.bb => webkitgtk_2.22.4.bb} (97%)
 rename meta/recipes-support/gdbm/{gdbm_1.18.bb => gdbm_1.18.1.bb} (89%)
 rename meta/recipes-support/icu/{icu_62.1.bb => icu_63.1.bb} (85%)

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


More information about the Openembedded-commits mailing list