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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86891): https://lists.openembedded.org/g/openembedded-devel/message/86891 Mute This Topic: https://lists.openembedded.org/mt/76652707/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-