From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 00/34] Warrior pull request
Date: Mon, 27 May 2019 07:09:06 -0700 [thread overview]
Message-ID: <cover.1558966078.git.akuster808@gmail.com> (raw)
Please merge warrior-next to worrior
The following changes since commit d7338c2b3a96ef7d8bf9df59dcde11f8c131f9c0:
README: updated Maintainers list for Warrior (2019-05-07 09:34:43 -0700)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded warrior-next
http://cgit.openembedded.org/meta-openembedded/log/?h=warrior-next
Akshay Bhat (3):
python-urllib3: Set CVE_PRODUCT
python3-pillow: Set CVE_PRODUCT
python-requests: Set CVE_PRODUCT
Andreas Müller (7):
xfce4-vala: auto-detect vala api version
gnome-desktop3: set correct meson gtk doc option
evince: add patch to fix build with recent gobject-introspection
xfce4-cpufreq-plugin: Fix memory leak and reduce CPU load
packagegroup-meta-networking: replace DISTRO_FEATURE by
DISTRO_FEATURES
meta-xfce: add meta-networking to layer depends
itstool: rework - it went out too early
Changqing Li (3):
php: upgrade 7.3.2 -> 7.3.4
postgresql: fix compile error
php: correct httpd path
Hongxu Jia (1):
pmtools: use update-alternatives for acpidump
Johannes Pointner (1):
samba: update to 4.8.11
Khem Raj (1):
cpupower: Inherit bash completion class
Martin Jansa (7):
esound: fix SRC_URI for multilib
opusfile: fix SRC_URI for multilib
miniupnpd: fix SRC_URI for multilib
zbar: fix SRC_URI for multilib
efivar: prevent native efivar depending on target kernel
libdbi-perl: prevent native libdbi-perl depending on target perl
aufs-util: prevent native aufs-util depending on target kernel
Nicolas Dechesne (1):
cpupower: remove LIC_FILES_CHKSUM
Oleksandr Kravchuk (3):
ebtables: add UPSTREAM_CHECK_URI
doxygen: replace ninja 1.9.0 fix with official one
openvpn: update to 2.4.7
Qi.Chen@windriver.com (3):
netkit-rsh: add tag to CVE patch
ipsec-tools: fix CVE tag in patch
gd: set CVE_PRODUCT
Vincent Prince (1):
mongodb: Fix build with gcc
Yi Zhao (2):
openhpi: update openhpi-fix-testfail-errors.patch
phpmyadmin: upgrade 4.8.3 -> 4.8.5
Zang Ruochen (1):
python-pyasn1: upgrade 0.4.4 -> 0.4.5
.../recipes-utils/aufs-util/aufs-util_git.bb | 2 +-
...ove-EvDocumentModel-get-type-function-dec.patch | 33 +++++
meta-gnome/recipes-gnome/evince/evince_3.28.2.bb | 12 +-
.../gnome-desktop/gnome-desktop3_3.32.0.bb | 1 +
.../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 +
44 files changed, 512 insertions(+), 292 deletions(-)
create mode 100644 meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
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
--
2.7.4
next reply other threads:[~2019-05-27 14:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-27 14:09 Armin Kuster [this message]
2019-05-27 17:37 ` [PATCH 00/34] Warrior pull request Adrian Bunk
2019-05-27 17:49 ` akuster808
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1558966078.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.