[oe-commits] [meta-openembedded] branch master-next updated (948d2d6 -> 0477c76)

git at git.openembedded.org git at git.openembedded.org
Thu Apr 11 18:31:19 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 948d2d6  fatresize_1.0.2.bb: Add recipe for fatresize command line tool
 discard c084950  python-cffi: upgrade 1.11.5 -> 1.12.2
 discard 52e6566  python-certifi: upgrade 2018.8.13 -> 2019.3.9
 discard 1b4e7dc  python-beautifulsoup4: upgrade 4.6.0 -> 4.7.1
 discard 2f190f0  python-attrs: upgrade 18.1.0 -> 19.1.0
 discard 6d77af3  wireshark: upgrade 3.0.0 -> 3.0.1
 discard 706c5a9  chrony: update to 3.4
 discard 10704ec  apache2: upgrade 2.4.34 -> 2.4.39
     new f035da4  chrony: update to 3.4
     new 256f973  wireshark: upgrade 3.0.0 -> 3.0.1
     new a5806d7  fatresize_1.0.2.bb: Add recipe for fatresize command line tool
     new fc144a1  networkmanager: rework musl build
     new be6481c  lua: upgrade from v5.3.4 to v5.3.5
     new 0477c76  multipath-tools: fix up patch to avoid segfault

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   (948d2d6)
            \
             N -- N -- N   refs/heads/master-next (0477c76)

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 6 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:
 ...001-Fix-build-with-musl-systemd-specific.patch} | 196 +-------
 .../musl/0002-Fix-build-with-musl.patch            | 118 +++++
 .../networkmanager/networkmanager_1.16.0.bb        |  26 +-
 .../lua/{lua_5.3.4.bb => lua_5.3.5.bb}             |  12 +-
 ...-warn-on-invalid-regex-instead-of-failing.patch |  25 +-
 .../recipes-devtools/python/python-attrs.inc       |   4 +-
 ...thon-attrs_19.1.0.bb => python-attrs_18.1.0.bb} |   0
 .../python/python-beautifulsoup4.inc               |   4 +-
 ...up4_4.7.1.bb => python-beautifulsoup4_4.6.0.bb} |   0
 .../recipes-devtools/python/python-certifi.inc     |   4 +-
 ...ifi_2019.3.9.bb => python-certifi_2018.8.13.bb} |   0
 .../recipes-devtools/python/python-cffi.inc        |   4 +-
 ...python-cffi_1.12.2.bb => python-cffi_1.11.5.bb} |   0
 .../recipes-httpd/apache2/apache2-native_2.4.34.bb |  46 ++
 ...nfigure-use-pkg-config-for-PCRE-detection.patch |   8 +-
 .../apache2/apache2/CVE-2018-11763.patch           | 512 +++++++++++++++++++++
 .../apache2/apache2/apache-configure_perlbin.patch |  27 ++
 ...nfigure-allow-to-disable-selinux-support.patch} |   8 +-
 ...DumpDirec.patch => httpd-2.4.1-corelimit.patch} |  12 +-
 ...-at-startup.patch => httpd-2.4.1-selinux.patch} |  23 +-
 ...ttpd-2.4.3-fix-race-issue-of-dir-install.patch} |   6 +-
 ...ls-when-usin.patch => httpd-2.4.4-export.patch} |  10 +-
 ...replace-lynx-to-curl-in-apachectl-script.patch} |   6 +-
 ...r-gen_test_char.patch => server-makefile.patch} |   8 +-
 .../recipes-httpd/apache2/apache2_2.4.34.bb        | 202 ++++++++
 .../recipes-httpd/apache2/apache2_2.4.39.bb        | 171 -------
 meta-webserver/recipes-httpd/apache2/files/init    |   0
 27 files changed, 991 insertions(+), 441 deletions(-)
 rename meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/{0001-Fix-build-with-musl.patch => 0001-Fix-build-with-musl-systemd-specific.patch} (51%)
 create mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0002-Fix-build-with-musl.patch
 rename meta-oe/recipes-devtools/lua/{lua_5.3.4.bb => lua_5.3.5.bb} (80%)
 rename meta-python/recipes-devtools/python/{python-attrs_19.1.0.bb => python-attrs_18.1.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-beautifulsoup4_4.7.1.bb => python-beautifulsoup4_4.6.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-certifi_2019.3.9.bb => python-certifi_2018.8.13.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-cffi_1.12.2.bb => python-cffi_1.11.5.bb} (100%)
 create mode 100644 meta-webserver/recipes-httpd/apache2/apache2-native_2.4.34.bb
 create mode 100644 meta-webserver/recipes-httpd/apache2/apache2/CVE-2018-11763.patch
 create mode 100644 meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch
 rename meta-webserver/recipes-httpd/apache2/apache2/{0007-apache2-allow-to-disable-selinux-support.patch => configure-allow-to-disable-selinux-support.patch} (91%)
 rename meta-webserver/recipes-httpd/apache2/apache2/{0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch => httpd-2.4.1-corelimit.patch} (83%)
 rename meta-webserver/recipes-httpd/apache2/apache2/{0004-apache2-log-the-SELinux-context-at-startup.patch => httpd-2.4.1-selinux.patch} (85%)
 rename meta-webserver/recipes-httpd/apache2/apache2/{0006-apache2-fix-the-race-issue-of-parallel-installation.patch => httpd-2.4.3-fix-race-issue-of-dir-install.patch} (94%)
 rename meta-webserver/recipes-httpd/apache2/apache2/{0003-apache2-do-not-export-apr-apr-util-symbols-when-usin.patch => httpd-2.4.4-export.patch} (80%)
 rename meta-webserver/recipes-httpd/apache2/apache2/{0005-replace-lynx-to-curl-in-apachectl-script.patch => replace-lynx-to-curl-in-apachectl-script.patch} (95%)
 rename meta-webserver/recipes-httpd/apache2/apache2/{0008-apache2-do-not-use-relative-path-for-gen_test_char.patch => server-makefile.patch} (76%)
 create mode 100644 meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb
 delete mode 100644 meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
 mode change 100644 => 100755 meta-webserver/recipes-httpd/apache2/files/init

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


More information about the Openembedded-commits mailing list