From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [dunfell 00/20] Patch review Sept 5
Date: Sat, 5 Sep 2020 09:55:43 -0700 [thread overview]
Message-ID: <cover.1599324864.git.akuster808@gmail.com> (raw)
Here is the next set of dunfell changes.
Please review and have feedback by Monday.
The following changes since commit 654ad8bea49f142d20b2b96c0dd44810a6be233a:
jsoncpp: add PE do to revert to older PV (2020-07-18 07:24:39 -0700)
are available in the Git repository at:
git://git.openembedded.org/meta-openembedded-contrib stable/dunfell-nut
http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/dunfell-nut
Adrian Bunk (1):
gnome-settings-daemon: Remove duplicate outdated SRC_URI hashes
Alistair Francis (1):
python3-obd: Add missing setuptools RDEPENDS
Andreas Müller (1):
exiv2: upgrade 0.27.1 -> 0.27.3
Armin Kuster (3):
vlc: fix loop initial declarations are only allowed in C99 mode
babl-native: fix build issue
gnome-settings-daemon: Backport 3.36 fix for building without wayland
Changqing Li (1):
radvd: add /etc/radvd.conf
Julius Hemanth Pitti (1):
netkit-telnetd: Fix buffer overflow in netoprintf
Kai Kang (2):
lvm2: remove service template from SYSTEMD_SERVICE
rdist: fix parallel build
Khem Raj (2):
samba: Fix conflicts with nss.h from glibc
flashrom: Fix build failure with glibc 2.32
Leon Anavi (1):
python3-pandas: Upgrade 1.0.3 -> 1.0.5
Martin Jansa (1):
lcov: fix lcov-native build
Mingli Yu (2):
freeradius: fix the existed certificate error
freeradius: fix the occasional verification failure
Ovidiu Panait (1):
net-snmp: Fix CVE-2020-15861 and CVE-2020-15862
Ryan Rowe (1):
python3-pint: add setuptools and packaging to RDEPENDS
Yi Zhao (1):
samba: upgrade 4.10.15 -> 4.10.17
Yue Tao (1):
lua: Security Advisory - lua - CVE-2020-15888
meta-gnome/recipes-gimp/babl/babl_0.1.74.bb | 2 +
...gins-wacom-Fix-build-without-WAYLAND.patch | 27 ++
.../gnome-settings-daemon_3.34.2.bb | 5 +-
.../recipes-multimedia/vlc/vlc_3.0.9.2.bb | 2 +-
...file-fix-the-existed-certificate-err.patch | 55 +++
...file-fix-the-occasional-verification.patch | 135 +++++++
.../freeradius/freeradius_3.0.20.bb | 2 +
.../rdist-6.1.5-fix-parallel-build.patch | 31 ++
.../recipes-connectivity/rdist/rdist_6.1.5.bb | 1 +
....c-Avoid-nss-function-conflicts-with.patch | 96 +++++
.../0001-util-Simplify-input-validation.patch | 59 +++
...n-FreeBSD-by-avoiding-NSS_BUFLEN_PAS.patch | 79 ++++
...larger-buffer-if-getpwuid_r-returns-.patch | 50 +++
.../{samba_4.10.15.bb => samba_4.10.17.bb} | 8 +-
.../recipes-daemons/radvd/files/radvd.conf | 18 +
.../recipes-daemons/radvd/radvd.inc | 5 +-
....c-Fix-buffer-overflow-in-netoprintf.patch | 56 +++
.../netkit-telnet/netkit-telnet_0.17.bb | 1 +
.../net-snmp/CVE-2020-15861-0001.patch | 164 ++++++++
.../net-snmp/CVE-2020-15861-0002.patch | 44 +++
.../net-snmp/CVE-2020-15861-0003.patch | 40 ++
.../net-snmp/CVE-2020-15861-0004.patch | 33 ++
.../net-snmp/CVE-2020-15861-0005.patch | 349 ++++++++++++++++++
.../net-snmp/net-snmp/CVE-2020-15862.patch | 87 +++++
.../net-snmp/net-snmp_5.8.bb | 6 +
...or-last-line-only-from-preprocessed-.patch | 57 +++
meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb | 1 +
.../lua/lua/CVE-2020-15888.patch | 45 +++
meta-oe/recipes-devtools/lua/lua_5.3.5.bb | 1 +
...-protection-only-if-compiler-arch-su.patch | 40 ++
.../{exiv2_0.27.1.bb => exiv2_0.27.3.bb} | 7 +-
meta-oe/recipes-support/lcov/lcov_1.14.bb | 7 +-
meta-oe/recipes-support/lvm2/lvm2_2.03.06.bb | 8 +-
.../recipes-devtools/python/python-pint.inc | 5 +
.../python/python3-obd_0.7.1.bb | 2 +-
...andas_1.0.3.bb => python3-pandas_1.0.5.bb} | 4 +-
36 files changed, 1516 insertions(+), 16 deletions(-)
create mode 100644 meta-gnome/recipes-gnome/gnome-settings-daemon/files/0001-plugins-wacom-Fix-build-without-WAYLAND.patch
create mode 100644 meta-networking/recipes-connectivity/freeradius/files/0001-raddb-certs-Makefile-fix-the-existed-certificate-err.patch
create mode 100644 meta-networking/recipes-connectivity/freeradius/files/0001-raddb-certs-Makefile-fix-the-occasional-verification.patch
create mode 100644 meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-fix-parallel-build.patch
create mode 100644 meta-networking/recipes-connectivity/samba/samba/0001-nsswitch-nsstest.c-Avoid-nss-function-conflicts-with.patch
create mode 100644 meta-networking/recipes-connectivity/samba/samba/0001-util-Simplify-input-validation.patch
create mode 100644 meta-networking/recipes-connectivity/samba/samba/0002-util-Fix-build-on-FreeBSD-by-avoiding-NSS_BUFLEN_PAS.patch
create mode 100644 meta-networking/recipes-connectivity/samba/samba/0003-util-Reallocate-larger-buffer-if-getpwuid_r-returns-.patch
rename meta-networking/recipes-connectivity/samba/{samba_4.10.15.bb => samba_4.10.17.bb} (96%)
create mode 100644 meta-networking/recipes-daemons/radvd/files/radvd.conf
create mode 100644 meta-networking/recipes-netkit/netkit-telnet/files/0001-telnetd-utility.c-Fix-buffer-overflow-in-netoprintf.patch
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2020-15861-0001.patch
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2020-15861-0002.patch
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2020-15861-0003.patch
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2020-15861-0004.patch
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2020-15861-0005.patch
create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2020-15862.patch
create mode 100644 meta-oe/recipes-bsp/flashrom/flashrom/0001-Makefile-Check-for-last-line-only-from-preprocessed-.patch
create mode 100644 meta-oe/recipes-devtools/lua/lua/CVE-2020-15888.patch
create mode 100644 meta-oe/recipes-support/exiv2/exiv2/0001-Use-compiler-fcf-protection-only-if-compiler-arch-su.patch
rename meta-oe/recipes-support/exiv2/{exiv2_0.27.1.bb => exiv2_0.27.3.bb} (52%)
rename meta-python/recipes-devtools/python/{python3-pandas_1.0.3.bb => python3-pandas_1.0.5.bb} (81%)
--
2.17.1
next reply other threads:[~2020-09-05 16:56 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-05 16:55 akuster [this message]
2020-09-05 16:55 ` [dunfell 01/20] lvm2: remove service template from SYSTEMD_SERVICE akuster
2020-09-05 16:55 ` [dunfell 02/20] freeradius: fix the existed certificate error akuster
2020-09-05 16:55 ` [dunfell 03/20] netkit-telnetd: Fix buffer overflow in netoprintf akuster
2020-09-05 16:55 ` [dunfell 04/20] radvd: add /etc/radvd.conf akuster
2020-09-05 16:55 ` [dunfell 05/20] python3-obd: Add missing setuptools RDEPENDS akuster
2020-09-05 16:55 ` [dunfell 06/20] python3-pint: add setuptools and packaging to RDEPENDS akuster
2020-09-05 16:55 ` [dunfell 07/20] samba: Fix conflicts with nss.h from glibc akuster
2020-09-05 16:55 ` [dunfell 08/20] flashrom: Fix build failure with glibc 2.32 akuster
2020-09-05 16:55 ` [dunfell 09/20] lua: Security Advisory - lua - CVE-2020-15888 akuster
2020-09-05 16:55 ` [dunfell 10/20] exiv2: upgrade 0.27.1 -> 0.27.3 akuster
2020-09-05 16:55 ` [dunfell 11/20] samba: upgrade 4.10.15 -> 4.10.17 akuster
2020-09-08 11:31 ` [oe] " Andreas Müller
2020-09-14 0:27 ` Craig McQueen
2020-09-05 16:55 ` [dunfell 12/20] rdist: fix parallel build akuster
2020-09-05 16:55 ` [dunfell 13/20] freeradius: fix the occasional verification failure akuster
2020-09-05 16:55 ` [dunfell 14/20] lcov: fix lcov-native build akuster
2020-09-05 16:55 ` [dunfell 15/20] python3-pandas: Upgrade 1.0.3 -> 1.0.5 akuster
2020-09-05 16:55 ` [dunfell 16/20] vlc: fix loop initial declarations are only allowed in C99 mode akuster
2020-09-05 16:56 ` [dunfell 17/20] babl-native: fix build issue akuster
2020-09-05 16:56 ` [dunfell 18/20] gnome-settings-daemon: Backport 3.36 fix for building without wayland akuster
2020-09-05 16:56 ` [dunfell 19/20] gnome-settings-daemon: Remove duplicate outdated SRC_URI hashes akuster
2020-09-05 16:56 ` [dunfell 20/20] net-snmp: Fix CVE-2020-15861 and CVE-2020-15862 akuster
2020-09-05 18:43 ` [oe] [dunfell 00/20] Patch review Sept 5 Khem Raj
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.1599324864.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.