All of lore.kernel.org
 help / color / mirror / Atom feed
* Dunfell merge request Jan 20th
@ 2021-01-21  5:10 akuster
  0 siblings, 0 replies; only message in thread
From: akuster @ 2021-01-21  5:10 UTC (permalink / raw)
  To: OpenEmbedded Devel List, Khem Raj

The following changes since commit f2d02cb71eaff8eb285a1997b30be52486c160ae:

  python3-pyinotify: Add missing ctypes dependency (2020-11-15 11:13:25
-0800)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded dunfell-next

for you to fetch changes up to 5bba79488b7d393d2258d6e917f7bf7b0d7c4073:

  gupnp: Upgrade to 1.2.2 -> 1.2.4 (2021-01-18 08:40:15 -0800)

----------------------------------------------------------------
Armin Kuster (5):
      wireguard-module: fix build issue with 5.4 kernel
      mariadb: update to 10.4.17 for cve fixes
      lua: update to 5.3.6
      nss: Security fix CVE-2020-12401
      wireshark: Several securtiy fixes

Chenxi Mao (1):
      geoclue: select avahi-daemon if nmea enabled

Diego Santa Cruz (2):
      gssdp: Upgrade to 1.2.2 -> 1.2.3
      gupnp: Upgrade to 1.2.2 -> 1.2.4

Gianfranco (1):
      dlt-daemon: add upstream patch to fix CVE-2020-29394

Khem Raj (4):
      nodejs: Fix build with icu 67.1
      nodejs: Upgrade to 12.18.3
      nodejs: Fix arm32/thumb builds with clang
      nodejs: Update to 12.19.0

Leon Anavi (1):
      php: Upgrade 7.4.4 -> 7.4.9

Max Kellermann (1):
      php: remove the failing ${D}/${TMPDIR} code

Robert Joslyn (1):
      postgresql: Update to 12.5

Roland Hieber (1):
      pcsc-lite: provide pcsc-lite-lib-native explicitly for native build

Sakib Sajal (1):
      apache2: upgrade v2.4.43 -> v2.4.46

Sean Nyekjaer (1):
      nodejs: 12.19.1 -> 12.20.1

Stacy Gaikovaia (1):
      nodejs: 12.19.0 -> 12.19.1

Wang Mingyu (1):
      zabbix: CVE-2020-15803 Security Advisory

Wenlin Kang (2):
      lua: fix CVE-2020-15945
      lua: fix CVE-2020-24371

Zang Ruochen (1):
      mcpp: Normalize the patch format of CVE

Zheng Ruoqin (4):
      samba: CVE-2020-14318 Security Advisory
      samba: CVE-2020-14383 Security Advisory
      php: CVE-2020-7070
      php: CVE-2020-7069

jabdoa2 (2):
      libsdl2-mixer: Fix ogg/vorbis support in libsdl2-mixer
      libsdl2-mixer: set --disable-music-ogg-shared to link statically

viatsk (1):
      tcpdump: Patch for CVE-2020-8037

 .../gupnp/{gssdp_1.2.2.bb => gssdp_1.2.3.bb}       |   4 +-
 .../gupnp/{gupnp_1.2.2.bb => gupnp_1.2.4.bb}       |   4 +-
 .../samba/samba/CVE-2020-14318.patch               | 142 ++++++++++++++++++
 .../samba/samba/CVE-2020-14383.patch               | 112 ++++++++++++++
 .../recipes-connectivity/samba/samba_4.10.18.bb    |   2 +
 ...YM_FUNC_-START-END-were-backported-to-5.4.patch |  29 ++++
 .../wireguard/wireguard-module_1.0.20200401.bb     |   3 +-
 ...-escaping-don-t-allocate-a-too-large-buff.patch |  70 +++++++++
 .../recipes-support/tcpdump/tcpdump_4.9.3.bb       |   1 +
 .../{wireshark_3.2.7.bb => wireshark_3.2.10.bb}    |   2 +-
 .../zabbix/zabbix/CVE-2020-15803.patch             |  36 +++++
 .../recipes-connectivity/zabbix/zabbix_4.4.6.bb    |   1 +
 ...native_10.4.12.bb => mariadb-native_10.4.17.bb} |   0
 meta-oe/recipes-dbs/mysql/mariadb.inc              |   6 +-
 ...build-breakage-from-lock_guard-error-6161.patch |  32 ----
 .../mariadb/0001-Fix-library-LZ4-lookup.patch      |  19 +--
 .../recipes-dbs/mysql/mariadb/c11_atomics.patch    |  24 +--
 .../mariadb/configure.cmake-fix-valgrind.patch     |  10 +-
 .../mysql/mariadb/fix-a-building-failure.patch     |  13 +-
 .../recipes-dbs/mysql/mariadb/fix-arm-atomic.patch |  13 +-
 ...CMakeLists.txt-fix-gen_lex_hash-not-found.patch |  12 +-
 ...es-CMakeLists.txt-fix-do_populate_sysroot.patch |  10 +-
 .../{mariadb_10.4.12.bb => mariadb_10.4.17.bb}     |   0
 .../{postgresql_12.4.bb => postgresql_12.5.bb}     |   2 +-
 ...ug-barriers-cannot-be-active-during-sweep.patch |  90 +++++++++++
 .../recipes-devtools/lua/lua/CVE-2020-15945.patch  | 167
+++++++++++++++++++++
 .../lua/{lua_5.3.5.bb => lua_5.3.6.bb}             |   8 +-
 .../mcpp/files/CVE-2019-14274.patch                |  34 +++++
 meta-oe/recipes-devtools/mcpp/files/ice-mcpp.patch |  31 ----
 meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb        |   3 +-
 ...of-register-r7-because-llvm-now-issues-an.patch |  53 +++++++
 ...allow-passing-multiple-libs-to-pkg_config.patch |  41 -----
 ...uild-allow-use-of-system-installed-brotli.patch |  66 --------
 ...0003-Install-both-binaries-and-use-libdir.patch |  28 ++--
 .../{nodejs_12.14.1.bb => nodejs_12.20.1.bb}       |  12 +-
 .../recipes-devtools/php/php/CVE-2020-7069.patch   | 158
+++++++++++++++++++
 .../recipes-devtools/php/php/CVE-2020-7070.patch   |  24 +++
 .../php/php/debian-php-fixheader.patch             |  27 ++--
 .../php/{php_7.4.4.bb => php_7.4.9.bb}             |  16 +-
 .../dlt-daemon/dlt-daemon/275.patch                |  38 +++++
 .../dlt-daemon/dlt-daemon_2.18.4.bb                |   1 +
 .../recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb |   2 +-
 .../recipes-navigation/geoclue/geoclue_2.5.3.bb    |   2 +-
 .../recipes-support/nss/nss/CVE-2020-12401.patch   |  52 +++++++
 meta-oe/recipes-support/nss/nss_3.51.1.bb          |   1 +
 .../recipes-support/pcsc-lite/pcsc-lite_1.8.26.bb  |   1 +
 .../{apache2_2.4.43.bb => apache2_2.4.46.bb}       |   4 +-
 47 files changed, 1116 insertions(+), 290 deletions(-)
 rename meta-multimedia/recipes-connectivity/gupnp/{gssdp_1.2.2.bb =>
gssdp_1.2.3.bb} (83%)
 rename meta-multimedia/recipes-connectivity/gupnp/{gupnp_1.2.2.bb =>
gupnp_1.2.4.bb} (64%)
 create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2020-14318.patch
 create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2020-14383.patch
 create mode 100644
meta-networking/recipes-kernel/wireguard/files/0001-compat-SYM_FUNC_-START-END-were-backported-to-5.4.patch
 create mode 100644
meta-networking/recipes-support/tcpdump/tcpdump/0001-PPP-When-un-escaping-don-t-allocate-a-too-large-buff.patch
 rename meta-networking/recipes-support/wireshark/{wireshark_3.2.7.bb =>
wireshark_3.2.10.bb} (96%)
 create mode 100644
meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2020-15803.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.4.12.bb =>
mariadb-native_10.4.17.bb} (100%)
 delete mode 100644
meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-build-breakage-from-lock_guard-error-6161.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.4.12.bb =>
mariadb_10.4.17.bb} (100%)
 rename meta-oe/recipes-dbs/postgresql/{postgresql_12.4.bb =>
postgresql_12.5.bb} (73%)
 create mode 100644
meta-oe/recipes-devtools/lua/lua/0001-Fixed-bug-barriers-cannot-be-active-during-sweep.patch
 create mode 100644 meta-oe/recipes-devtools/lua/lua/CVE-2020-15945.patch
 rename meta-oe/recipes-devtools/lua/{lua_5.3.5.bb => lua_5.3.6.bb} (87%)
 create mode 100644 meta-oe/recipes-devtools/mcpp/files/CVE-2019-14274.patch
 create mode 100644
meta-oe/recipes-devtools/nodejs/nodejs/0001-Remove-use-of-register-r7-because-llvm-now-issues-an.patch
 delete mode 100644
meta-oe/recipes-devtools/nodejs/nodejs/0001-build-allow-passing-multiple-libs-to-pkg_config.patch
 delete mode 100644
meta-oe/recipes-devtools/nodejs/nodejs/0002-build-allow-use-of-system-installed-brotli.patch
 rename meta-oe/recipes-devtools/nodejs/{nodejs_12.14.1.bb =>
nodejs_12.20.1.bb} (94%)
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2020-7069.patch
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2020-7070.patch
 mode change 100755 => 100644
meta-oe/recipes-devtools/php/php/debian-php-fixheader.patch
 rename meta-oe/recipes-devtools/php/{php_7.4.4.bb => php_7.4.9.bb} (97%)
 create mode 100644 meta-oe/recipes-extended/dlt-daemon/dlt-daemon/275.patch
 create mode 100644 meta-oe/recipes-support/nss/nss/CVE-2020-12401.patch
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.43.bb =>
apache2_2.4.46.bb} (98%)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-21  5:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  5:10 Dunfell merge request Jan 20th akuster

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.