All of lore.kernel.org
 help / color / mirror / Atom feed
* [hardknott 00/18] Patch review
@ 2021-08-15 14:06 Armin Kuster
  2021-08-15 14:06 ` [hardknott 01/18] wireshark: update to 3.4.7 Armin Kuster
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Armin Kuster @ 2021-08-15 14:06 UTC (permalink / raw)
  To: openembedded-devel

Please have comments back by Tuesday

The following changes since commit 5a4b2ab29d38c02535f24d5308cc40615739f557:

  python3-urllib3: Upgrade 1.26.4 -> 1.26.5 (2021-07-30 16:20:20 -0700)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib stable/hardknott-nut
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/hardknott-nut

Anastasios Kavoukis (1):
  pm-qa: fix paths for shell scripts

Armin Kuster (1):
  wireshark: update to 3.4.7

Changqing Li (1):
  ndpi: fix CVE-2021-36082

Devendra Tewari (1):
  Suppress eol in functionfs setup scripts (#147)

Gianfranco (1):
  vboxguestdrivers: upgrade 6.1.22 -> 6.1.24

Joe Slater (1):
  php: move to version 7.4.21

Kai Kang (1):
  libdbi-perl: fix CVE-2014-10402

Li Wang (1):
  openlldp: fix segfault

Michael Opdenacker (1):
  bigbuckbunny-1080p: fix sample video URL

Mingli Yu (2):
  mariadb: redefine log-error item
  mariadb: Update SRC_URI

Paulo Neves (1):
  htop: Add ncurses-terminfo-base to RDEPENDS

Tony Battersby (3):
  net-snmp: fix QA Issue after LDFLAGS change
  curlpp: fix QA Issue after LDFLAGS change
  ldns: fix QA Issue after LDFLAGS change

Tony Tascioglu (1):
  redis: fix CVE-2021-32625

wangmy (2):
  nghttp2: upgrade 1.43.0 -> 1.44.0
  libtalloc: upgrade 2.3.2 -> 2.3.3

 .../sample-content/bigbuckbunny-1080p.bb      |   2 +-
 .../net-snmp/net-snmp_5.9.1.bb                |   5 +
 .../lldp_head-remove-all-references.patch     | 331 ++++++++++++++++++
 .../openlldp/openlldp_1.0.1.bb                |   1 +
 .../recipes-support/curlpp/curlpp_0.8.1.bb    |   7 +
 ...{libtalloc_2.3.2.bb => libtalloc_2.3.3.bb} |   6 +-
 .../{nghttp2_1.43.0.bb => nghttp2_1.44.0.bb}  |   2 +-
 .../ntopng/files/CVE-2021-36082.patch         | 116 ++++++
 .../recipes-support/ntopng/ndpi_3.4.bb        |   1 +
 ...{wireshark_3.4.6.bb => wireshark_3.4.7.bb} |   2 +-
 meta-oe/recipes-dbs/mysql/mariadb.inc         |   7 +-
 meta-oe/recipes-dbs/mysql/mariadb/my.cnf      |   2 +-
 .../android-gadget-cleanup                    |   2 +-
 .../android-gadget-setup                      |   4 +-
 .../android-gadget-start                      |   2 +-
 meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb   |   7 +
 .../perl/libdbi-perl/CVE-2014-10402.patch     |  56 +++
 .../perl/libdbi-perl_1.643.bb                 |   4 +-
 .../php/{php_7.4.16.bb => php_7.4.21.bb}      |   3 +-
 .../redis/redis/fix-CVE-2021-32625.patch      |  61 ++++
 meta-oe/recipes-extended/redis/redis_6.2.2.bb |   1 +
 meta-oe/recipes-support/htop/htop_3.0.5.bb    |   2 +
 .../40-linux-5.13-support.patch               | 276 ---------------
 ...s_6.1.22.bb => vboxguestdrivers_6.1.26.bb} |   6 +-
 meta-oe/recipes-test/pm-qa/pm-qa_git.bb       |   3 +-
 25 files changed, 610 insertions(+), 299 deletions(-)
 create mode 100644 meta-networking/recipes-protocols/openlldp/files/lldp_head-remove-all-references.patch
 rename meta-networking/recipes-support/libtalloc/{libtalloc_2.3.2.bb => libtalloc_2.3.3.bb} (91%)
 rename meta-networking/recipes-support/nghttp2/{nghttp2_1.43.0.bb => nghttp2_1.44.0.bb} (93%)
 create mode 100644 meta-networking/recipes-support/ntopng/files/CVE-2021-36082.patch
 rename meta-networking/recipes-support/wireshark/{wireshark_3.4.6.bb => wireshark_3.4.7.bb} (97%)
 create mode 100644 meta-oe/recipes-devtools/perl/libdbi-perl/CVE-2014-10402.patch
 rename meta-oe/recipes-devtools/php/{php_7.4.16.bb => php_7.4.21.bb} (99%)
 create mode 100644 meta-oe/recipes-extended/redis/redis/fix-CVE-2021-32625.patch
 delete mode 100644 meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/40-linux-5.13-support.patch
 rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.22.bb => vboxguestdrivers_6.1.26.bb} (94%)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2021-08-15 14:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-15 14:06 [hardknott 00/18] Patch review Armin Kuster
2021-08-15 14:06 ` [hardknott 01/18] wireshark: update to 3.4.7 Armin Kuster
2021-08-15 14:06 ` [hardknott 02/18] nghttp2: upgrade 1.43.0 -> 1.44.0 Armin Kuster
2021-08-15 14:06 ` [hardknott 03/18] libtalloc: upgrade 2.3.2 -> 2.3.3 Armin Kuster
2021-08-15 14:06 ` [hardknott 04/18] openlldp: fix segfault Armin Kuster
2021-08-15 14:06 ` [hardknott 05/18] htop: Add ncurses-terminfo-base to RDEPENDS Armin Kuster
2021-08-15 14:06 ` [hardknott 06/18] php: move to version 7.4.21 Armin Kuster
2021-08-15 14:06 ` [hardknott 07/18] net-snmp: fix QA Issue after LDFLAGS change Armin Kuster
2021-08-15 14:06 ` [hardknott 08/18] Suppress eol in functionfs setup scripts (#147) Armin Kuster
2021-08-15 14:06 ` [hardknott 09/18] pm-qa: fix paths for shell scripts Armin Kuster
2021-08-15 14:06 ` [hardknott 10/18] vboxguestdrivers: upgrade 6.1.22 -> 6.1.24 Armin Kuster
2021-08-15 14:06 ` [hardknott 11/18] mariadb: redefine log-error item Armin Kuster
2021-08-15 14:06 ` [hardknott 12/18] mariadb: Update SRC_URI Armin Kuster
2021-08-15 14:06 ` [hardknott 13/18] ndpi: fix CVE-2021-36082 Armin Kuster
2021-08-15 14:06 ` [hardknott 14/18] libdbi-perl: fix CVE-2014-10402 Armin Kuster
2021-08-15 14:06 ` [hardknott 15/18] curlpp: fix QA Issue after LDFLAGS change Armin Kuster
2021-08-15 14:06 ` [hardknott 16/18] ldns: " Armin Kuster
2021-08-15 14:06 ` [hardknott 17/18] bigbuckbunny-1080p: fix sample video URL Armin Kuster
2021-08-15 14:06 ` [hardknott 18/18] redis: fix CVE-2021-32625 Armin Kuster

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.