[oe-commits] [openembedded-core] branch master updated (9f674a8 -> 148d54f)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 28 12:29:28 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 9f674a8  busybox: Fix typo in syslog initscript
     add 0f82b53  package.bbclass: fix directories setuid and setgid bits
     new 2c8740f  devtool: warn user about multiple layer having the same base name
     new 82714d3  glib-2.0: Update to 2.60.4
     new 337e692  ltp: fix shmctl01 failure when executed.
     new b3ac82a  buildhistory: write the contents of the sysroot
     new e9df98b  buildhistory: report sysroot changes
     new f65013a  encodings: update to 1.0.5
     new 975793e  cve-update-db: do_populate_cve_db depends on do_fetch
     new 34dd24a  gawk: update to 5.0.1
     new e4c3166  libinput: update to 1.13.3
     new d529068  libxi: update to 1.7.10
     new 4a77ac2  libxt: update to 1.2.0
     new 5ef547b  autoconf-archive: update to 2019.01.06
     new 9225797  python3-mako: update to 1.0.12
     new 9bb4c8b  python3-pbr: update to 5.3.1
     new 26b7298  python3-pygobject: update to 3.32.2
     new 7e4d2d2  git: update to 2.22.0
     new e2ae595  eudev: update to 3.2.8
     new 148d54f  python3: Fix .pyc file reproduciblility

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/buildhistory.bbclass                  | 10 ++-
 meta/classes/package.bbclass                       |  3 +-
 meta/lib/oe/buildhistory_analysis.py               | 11 ++-
 .../glib-2.0/glib-2.0/CVE-2019-12450.patch         | 62 -----------------
 .../{glib-2.0_2.60.3.bb => glib-2.0_2.60.4.bb}     |  5 +-
 meta/recipes-core/meta/cve-update-db.bb            | 21 +++---
 .../udev/{eudev_3.2.7.bb => eudev_3.2.8.bb}        |  4 +-
 ...018.03.13.bb => autoconf-archive_2019.01.06.bb} |  4 +-
 meta/recipes-devtools/git/git_2.21.0.bb            | 11 ---
 meta/recipes-devtools/git/git_2.22.0.bb            | 11 +++
 meta/recipes-devtools/python/python-mako.inc       |  6 +-
 ...thon3-mako_1.0.10.bb => python3-mako_1.0.12.bb} |  0
 meta/recipes-devtools/python/python3-pbr_5.2.0.bb  |  5 --
 meta/recipes-devtools/python/python3-pbr_5.3.1.bb  |  5 ++
 ...bject_3.32.1.bb => python3-pygobject_3.32.2.bb} |  6 +-
 ...-Use-FLAG_REF-always-for-interned-strings.patch | 35 ++++++++++
 meta/recipes-devtools/python/python3_3.7.3.bb      |  1 +
 .../gawk/{gawk_5.0.0.bb => gawk_5.0.1.bb}          |  4 +-
 ...n-t-use-hardcoded-index-0-for-SHM_STAT-te.patch | 81 ++++++++++++++++++++++
 meta/recipes-extended/ltp/ltp_20190115.bb          |  1 +
 .../{libinput_1.13.2.bb => libinput_1.13.3.bb}     |  4 +-
 .../xorg-font/encodings/nocompiler.patch           | 23 ++++--
 .../{encodings_1.0.4.bb => encodings_1.0.5.bb}     |  5 +-
 .../xorg-lib/{libxi_1.7.9.bb => libxi_1.7.10.bb}   |  5 +-
 ...il-don-t-link-makestrs-with-target-cflags.patch | 33 ---------
 .../xorg-lib/libxt/libxt_fix_for_x32.patch         | 16 ++++-
 .../xorg-lib/{libxt_1.1.5.bb => libxt_1.2.0.bb}    |  9 +--
 scripts/lib/devtool/standard.py                    | 22 ++++--
 28 files changed, 238 insertions(+), 165 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2019-12450.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.60.3.bb => glib-2.0_2.60.4.bb} (85%)
 rename meta/recipes-core/udev/{eudev_3.2.7.bb => eudev_3.2.8.bb} (95%)
 rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2018.03.13.bb => autoconf-archive_2019.01.06.bb} (78%)
 delete mode 100644 meta/recipes-devtools/git/git_2.21.0.bb
 create mode 100644 meta/recipes-devtools/git/git_2.22.0.bb
 rename meta/recipes-devtools/python/{python3-mako_1.0.10.bb => python3-mako_1.0.12.bb} (100%)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.2.0.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_5.3.1.bb
 rename meta/recipes-devtools/python/{python3-pygobject_3.32.1.bb => python3-pygobject_3.32.2.bb} (87%)
 create mode 100644 meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch
 rename meta/recipes-extended/gawk/{gawk_5.0.0.bb => gawk_5.0.1.bb} (91%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-shmctl01-don-t-use-hardcoded-index-0-for-SHM_STAT-te.patch
 rename meta/recipes-graphics/wayland/{libinput_1.13.2.bb => libinput_1.13.3.bb} (86%)
 rename meta/recipes-graphics/xorg-font/{encodings_1.0.4.bb => encodings_1.0.5.bb} (77%)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.7.9.bb => libxi_1.7.10.bb} (81%)
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxt/0001-libXt-util-don-t-link-makestrs-with-target-cflags.patch
 rename meta/recipes-graphics/xorg-lib/{libxt_1.1.5.bb => libxt_1.2.0.bb} (76%)

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


More information about the Openembedded-commits mailing list