[oe-commits] [meta-openembedded] branch warrior updated (d7338c2 -> 6fa72d5)

git at git.openembedded.org git at git.openembedded.org
Mon May 27 22:35:53 UTC 2019


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

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

    from d7338c2  README: updated Maintainers list for Warrior
     add ddf9156  cpupower: remove LIC_FILES_CHKSUM
     add fd48edc  python-pyasn1: upgrade 0.4.4 -> 0.4.5
     add 07bd262  php: upgrade 7.3.2 -> 7.3.4
     add 1480f64  postgresql: fix compile error
     add 3ee48cd  openhpi: update openhpi-fix-testfail-errors.patch
     add 7207a25  phpmyadmin: upgrade 4.8.3 -> 4.8.5
     add 03d3e38  xfce4-vala: auto-detect vala api version
     add 5770b39  esound: fix SRC_URI for multilib
     add 88ea959  opusfile: fix SRC_URI for multilib
     add 974b28f  miniupnpd: fix SRC_URI for multilib
     add 1f7a4ac  zbar: fix SRC_URI for multilib
     add 1ecae7b  cpupower: Inherit bash completion class
     add b0d0d8f  python-urllib3: Set CVE_PRODUCT
     add 4ca31e8  python3-pillow: Set CVE_PRODUCT
     add 2324a67  python-requests: Set CVE_PRODUCT
     add 2b57e9f  php: correct httpd path
     add bf298ef  pmtools: use update-alternatives for acpidump
     add f94b2a3  xfce4-cpufreq-plugin: Fix memory leak and reduce CPU load
     add d90727a  packagegroup-meta-networking: replace DISTRO_FEATURE by DISTRO_FEATURES
     add 6d5ed37  meta-xfce: add meta-networking to layer depends
     add 34ae8c0  itstool: rework - it went out too early
     add 2a3bcf6  mongodb: Fix build with gcc
     add cccd74d  ebtables: add UPSTREAM_CHECK_URI
     add ce1d1a9  netkit-rsh: add tag to CVE patch
     add 1688225  ipsec-tools: fix CVE tag in patch
     add 0e24f92  gd: set CVE_PRODUCT
     add 752d14e  doxygen: replace ninja 1.9.0 fix with official one
     add 7250645  samba: update to 4.8.11
     add e2a468d  openvpn: update to 2.4.7
     add cf29ec6  efivar: prevent native efivar depending on target kernel
     add d98e62e  libdbi-perl: prevent native libdbi-perl depending on target perl
     add 6fa72d5  aufs-util: prevent native aufs-util depending on target kernel

No new revisions were added by this update.

Summary of changes:
 .../recipes-utils/aufs-util/aufs-util_git.bb       |   2 +-
 .../recipes-multimedia/opusfile/opusfile_0.10.bb   |   2 +-
 .../miniupnpd/miniupnpd_2.1.20190210.bb            |   2 +-
 ...to-build-Samba-against-a-newer-minor-vers.patch |  86 ------------
 .../samba/{samba_4.8.4.bb => samba_4.8.11.bb}      |   7 +-
 .../packagegroups/packagegroup-meta-networking.bb  |  13 +-
 ...penhpi-fix-function-saHpiSensorThresholds.patch |  35 +++++
 .../files/openhpi-fix-testfail-errors.patch        |  33 -----
 .../recipes-daemons/openhpi/openhpi_3.8.0.bb       |   2 +-
 .../recipes-filter/ebtables/ebtables_2.0.10-4.bb   |   2 +
 .../CVE-2019-7282-and-CVE-2019-7283.patch          |   2 +
 .../ipsec-tools/fix-CVE-2016-10396.patch           |   2 +-
 .../openvpn/{openvpn_2.4.6.bb => openvpn_2.4.7.bb} |   6 +-
 meta-oe/recipes-bsp/efivar/efivar_37.bb            |   2 +-
 meta-oe/recipes-dbs/mongodb/mongodb_git.bb         |   6 +-
 meta-oe/recipes-dbs/postgresql/postgresql.inc      |  10 ++
 .../doxygen/doxygen/0001-Fix-6906.patch            |  94 +++++++++++++
 meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb |   8 +-
 meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb |   9 +-
 meta-oe/recipes-devtools/php/php.inc               |   2 +-
 .../0001-opcache-config.m4-enable-opcache.patch    |  81 ++---------
 ...049-ext-intl-Use-pkg-config-to-detect-icu.patch | 154 ++++++++++++++-------
 .../php/{php_7.3.2.bb => php_7.3.4.bb}             |   4 +-
 meta-oe/recipes-devtools/pmtools/pmtools_git.bb    |   2 +-
 meta-oe/recipes-kernel/cpupower/cpupower.bb        |   3 +-
 meta-oe/recipes-multimedia/esound/esound_0.2.41.bb |   2 +-
 meta-oe/recipes-support/gd/gd_2.2.5.bb             |   2 +
 meta-oe/recipes-support/itstool/itstool_2.0.5.bb   |   6 +-
 meta-oe/recipes-support/zbar/zbar_0.10.bb          |   2 +-
 .../recipes-devtools/python/python-pyasn1.inc      |   6 +-
 ...thon-pyasn1_0.4.4.bb => python-pyasn1_0.4.5.bb} |   0
 .../recipes-devtools/python/python-requests.inc    |   2 +
 .../recipes-devtools/python/python-urllib3.inc     |   2 +
 .../python/python3-pillow_5.4.1.bb                 |   2 +
 ...on3-pyasn1_0.4.4.bb => python3-pyasn1_0.4.5.bb} |   0
 .../{phpmyadmin_4.8.3.bb => phpmyadmin_4.8.5.bb}   |   4 +-
 meta-xfce/conf/layer.conf                          |   1 +
 ...e.ac-Detect-vapidir-if-not-set-explicitly.patch |  31 +++++
 .../recipes-bindings/vala/xfce4-vala_4.10.3.bb     |   7 +-
 ...-memory-leak-and-reduce-cpu-load-slightly.patch | 121 ++++++++++++++++
 .../cpufreq/xfce4-cpufreq-plugin_1.2.1.bb          |   1 +
 41 files changed, 471 insertions(+), 287 deletions(-)
 delete mode 100644 meta-networking/recipes-connectivity/samba/samba/0001-ldb-Refuse-to-build-Samba-against-a-newer-minor-vers.patch
 rename meta-networking/recipes-connectivity/samba/{samba_4.8.4.bb => samba_4.8.11.bb} (98%)
 create mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-fix-function-saHpiSensorThresholds.patch
 delete mode 100644 meta-networking/recipes-daemons/openhpi/files/openhpi-fix-testfail-errors.patch
 rename meta-networking/recipes-support/openvpn/{openvpn_2.4.6.bb => openvpn_2.4.7.bb} (94%)
 create mode 100644 meta-oe/recipes-devtools/doxygen/doxygen/0001-Fix-6906.patch
 rename meta-oe/recipes-devtools/php/{php_7.3.2.bb => php_7.3.4.bb} (87%)
 rename meta-python/recipes-devtools/python/{python-pyasn1_0.4.4.bb => python-pyasn1_0.4.5.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyasn1_0.4.4.bb => python3-pyasn1_0.4.5.bb} (100%)
 rename meta-webserver/recipes-php/phpmyadmin/{phpmyadmin_4.8.3.bb => phpmyadmin_4.8.5.bb} (91%)
 create mode 100644 meta-xfce/recipes-bindings/vala/xfce4-vala/0001-configure.ac-Detect-vapidir-if-not-set-explicitly.patch
 create mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch

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


More information about the Openembedded-commits mailing list