[oe-commits] [meta-openembedded] branch master-next updated (7058fff -> aea8bb8)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 24 06:11:15 UTC 2019


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

khem pushed a change to branch master-next
in repository meta-openembedded.

 discard 7058fff  log4cplus: Fix build with gold linker
 discard 482b79d  Introduce recipes for sdbus-c++ library and its tools
     new 3a7abb1  log4cplus: Fix build with gold linker
     new 9483d4d  cpprest: update to 2.10.14
     new 5032f0d  snort: upgrade 2.9.13 -> 2.9.14
     new 24af5ce  python-mako: upgrade 1.0.13 -> 1.0.14
     new b5f8310  xfsprogs: upgrade 5.0.0 -> 5.1.0
     new 64a3c86  python-jsonref: add recipe
     new ccf2220  cpprest: Do not export Werror from build system instead of adding -Wno-error to the same build command
     new 915098f  libsdl: import from OE-Core
     new a8f362d  nftables: 0.9.0 > 0.9.1
     new 9f41d8a  xfwm4: fix assertion error
     new aea8bb8  python-beautifulsoup4: upgrade 4.7.1 -> 4.8.0

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   (7058fff)
            \
             N -- N -- N   refs/heads/master-next (aea8bb8)

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 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:
 .../{xfsprogs_5.0.0.bb => xfsprogs_5.1.0.bb}       |   4 +-
 .../snort/{snort_2.9.13.bb => snort_2.9.14.bb}     |   4 +-
 .../{nftables_0.9.0.bb => nftables_0.9.1.bb}       |  16 +-
 .../sdbus-c++/sdbus-c++-0.7.2/run-ptest            |  15 --
 .../sdbus-c++/sdbus-c++-tools-native_0.7.2.bb      |  14 --
 meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.7.2.bb  |  49 ------
 ...-Pass-tag-CC-explictly-when-using-libtool.patch |  73 ++++++++
 .../libsdl/libsdl-1.2.15/CVE-2019-7572.patch       | 114 ++++++++++++
 .../libsdl/libsdl-1.2.15/CVE-2019-7574.patch       |  68 ++++++++
 .../libsdl/libsdl-1.2.15/CVE-2019-7575.patch       |  81 +++++++++
 .../libsdl/libsdl-1.2.15/CVE-2019-7576.patch       |  80 +++++++++
 .../libsdl/libsdl-1.2.15/CVE-2019-7577.patch       | 123 +++++++++++++
 .../libsdl/libsdl-1.2.15/CVE-2019-7578.patch       |  64 +++++++
 .../libsdl/libsdl-1.2.15/CVE-2019-7635.patch       |  63 +++++++
 .../libsdl/libsdl-1.2.15/CVE-2019-7637.patch       | 192 +++++++++++++++++++++
 .../libsdl/libsdl-1.2.15/CVE-2019-7638.patch       |  38 ++++
 .../libsdl-1.2.15/libsdl-1.2.15-xdata32.patch      |  19 ++
 .../libsdl/libsdl-1.2.15/pkgconfig.patch           | 187 ++++++++++++++++++++
 meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb   |  83 +++++++++
 .../{cpprest_2.10.13.bb => cpprest_2.10.14.bb}     |   8 +-
 .../python-jsonref/python-jsonref.inc              |  11 ++
 .../python-jsonref/python-jsonref_0.2.bb           |   1 +
 .../python/python-beautifulsoup4.inc               |   4 +-
 ...up4_4.7.1.bb => python-beautifulsoup4_4.8.0.bb} |   0
 .../recipes-devtools/python/python-mako.inc        |   4 +-
 ...python-mako_1.0.13.bb => python-mako_1.0.14.bb} |   0
 ...p4_4.7.1.bb => python3-beautifulsoup4_4.8.0.bb} |   0
 ...ositor-Revert-to-GLX-as-default-vblank-me.patch |  90 ++++++++++
 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.3.bb       |   1 +
 29 files changed, 1310 insertions(+), 96 deletions(-)
 rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_5.0.0.bb => xfsprogs_5.1.0.bb} (94%)
 rename meta-networking/recipes-connectivity/snort/{snort_2.9.13.bb => snort_2.9.14.bb} (96%)
 rename meta-networking/recipes-filter/nftables/{nftables_0.9.0.bb => nftables_0.9.1.bb} (51%)
 delete mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.7.2/run-ptest
 delete mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.7.2.bb
 delete mode 100644 meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.7.2.bb
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/0001-build-Pass-tag-CC-explictly-when-using-libtool.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7572.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7574.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7575.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7576.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7577.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7578.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7635.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7637.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7638.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/libsdl-1.2.15-xdata32.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/pkgconfig.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb
 rename meta-oe/recipes-support/cpprest/{cpprest_2.10.13.bb => cpprest_2.10.14.bb} (86%)
 create mode 100644 meta-python/recipes-devtools/python-jsonref/python-jsonref.inc
 create mode 100644 meta-python/recipes-devtools/python-jsonref/python-jsonref_0.2.bb
 rename meta-python/recipes-devtools/python/{python-beautifulsoup4_4.7.1.bb => python-beautifulsoup4_4.8.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-mako_1.0.13.bb => python-mako_1.0.14.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.7.1.bb => python3-beautifulsoup4_4.8.0.bb} (100%)
 create mode 100644 meta-xfce/recipes-xfce/xfwm4/files/0001-Revert-compositor-Revert-to-GLX-as-default-vblank-me.patch

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


More information about the Openembedded-commits mailing list