All of lore.kernel.org
 help / color / mirror / Atom feed
* [hardknott 00/20] Patch review; June 27
@ 2021-06-27 20:21 Armin Kuster
  2021-06-27 20:21 ` [hardknott 01/20] libpfm4 4.10.1 : enable arm64 host platform Armin Kuster
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Armin Kuster @ 2021-06-27 20:21 UTC (permalink / raw)
  To: openembedded-devel

Please have comments back by wednesday.

The following changes since commit aca88908fd329f5cef6f19995b072397fb2d8ec6:

  thunar: fix CVE-2021-32563 (2021-06-13 12:35:48 -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

Andrea Adami (3):
  initramfs-kexecboot-image: support cases where machines override
    IMAGE_FSTYPES
  initramfs-debug-image: support cases where machines override
    IMAGE_FSTYPES
  rapidjson: remove stale LIB_INSTALL_DIR

Chen Qi (1):
  minifi-cpp: set CLEANBROKEN to 1

Geoff Parker (1):
  cifs-utils: set ROOTSBINDIR to /usr/sbin if DISTRO_FEATURES has
    usrmerge

Leon Anavi (1):
  python3-django: Upgrade 3.2.3 -> 3.2.4

Olivier Georget (1):
  libpfm4 4.10.1 : enable arm64 host platform

Ovidiu Panait (1):
  libeigen: update LICENSE information

Peter Kjellerstedt (2):
  net-snmp: A little clean up
  net-snmp: Support building for native

Sekine Shigeki (2):
  add CVE-2011-2411 to allowlist
  ntp: add CVE-2016-9312 to allowlist

Trevor Gamblin (3):
  python3-django: upgrade 2.2.22 -> 2.2.23
  python3-django: upgrade 3.2.2 -> 3.2.3
  python3-django: upgrade 2.2.23 -> 2.2.24

Yi Zhao (1):
  minifi-cpp: set correct python processor directory in configure file

ito-yuichi@fujitsu.com (2):
  cyrus-sasl: add CVE-2020-8032 to allowlist
  dovecot: add CVE-2016-4983 to allowlist

zangrc (1):
  wireshark: upgrade 3.4.5 -> 3.4.6

zhengruoqin (1):
  net-snmp: upgrade 5.9 -> 5.9.1

 .../images/initramfs-debug-image.bb           |  7 ++-
 .../images/initramfs-kexecboot-image.bb       |  8 ++-
 .../samba/samba_4.10.18.bb                    |  4 ++
 .../cyrus-sasl/cyrus-sasl_2.1.27.bb           |  3 ++
 ....7.2-fix-engineBoots-value-on-SIGHUP.patch | 19 ++++---
 .../{net-snmp_5.9.bb => net-snmp_5.9.1.bb}    | 53 ++++++++++---------
 .../recipes-support/cifs/cifs-utils_6.13.bb   | 17 ++++--
 .../recipes-support/dovecot/dovecot_2.3.14.bb |  3 ++
 .../recipes-support/ntp/ntp_4.2.8p15.bb       |  3 ++
 ...{wireshark_3.4.5.bb => wireshark_3.4.6.bb} |  2 +-
 meta-oe/licenses/MINPACK                      | 51 ++++++++++++++++++
 .../rapidjson/rapidjson_git.bb                |  2 +-
 .../minifi-cpp/minifi-cpp_0.7.0.bb            |  5 ++
 .../recipes-kernel/libpfm/libpfm4_4.10.1.bb   |  3 +-
 .../libeigen/libeigen_3.3.7.bb                |  9 +++-
 ...ngo_2.2.22.bb => python3-django_2.2.24.bb} |  4 +-
 ...jango_3.2.2.bb => python3-django_3.2.4.bb} |  2 +-
 17 files changed, 149 insertions(+), 46 deletions(-)
 rename meta-networking/recipes-protocols/net-snmp/{net-snmp_5.9.bb => net-snmp_5.9.1.bb} (89%)
 rename meta-networking/recipes-support/wireshark/{wireshark_3.4.5.bb => wireshark_3.4.6.bb} (97%)
 create mode 100644 meta-oe/licenses/MINPACK
 rename meta-python/recipes-devtools/python/{python3-django_2.2.22.bb => python3-django_2.2.24.bb} (41%)
 rename meta-python/recipes-devtools/python/{python3-django_3.2.2.bb => python3-django_3.2.4.bb} (77%)

-- 
2.17.1


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

end of thread, other threads:[~2021-06-27 20:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-27 20:21 [hardknott 00/20] Patch review; June 27 Armin Kuster
2021-06-27 20:21 ` [hardknott 01/20] libpfm4 4.10.1 : enable arm64 host platform Armin Kuster
2021-06-27 20:21 ` [hardknott 02/20] wireshark: upgrade 3.4.5 -> 3.4.6 Armin Kuster
2021-06-27 20:21 ` [hardknott 03/20] libeigen: update LICENSE information Armin Kuster
2021-06-27 20:21 ` [hardknott 04/20] net-snmp: upgrade 5.9 -> 5.9.1 Armin Kuster
2021-06-27 20:22 ` [hardknott 05/20] minifi-cpp: set correct python processor directory in configure file Armin Kuster
2021-06-27 20:22 ` [hardknott 06/20] add CVE-2011-2411 to allowlist Armin Kuster
2021-06-27 20:22 ` [hardknott 07/20] cyrus-sasl: add CVE-2020-8032 " Armin Kuster
2021-06-27 20:22 ` [hardknott 08/20] initramfs-kexecboot-image: support cases where machines override IMAGE_FSTYPES Armin Kuster
2021-06-27 20:22 ` [hardknott 09/20] initramfs-debug-image: " Armin Kuster
2021-06-27 20:22 ` [hardknott 10/20] rapidjson: remove stale LIB_INSTALL_DIR Armin Kuster
2021-06-27 20:22 ` [hardknott 11/20] net-snmp: A little clean up Armin Kuster
2021-06-27 20:22 ` [hardknott 12/20] net-snmp: Support building for native Armin Kuster
2021-06-27 20:22 ` [hardknott 13/20] dovecot: add CVE-2016-4983 to allowlist Armin Kuster
2021-06-27 20:22 ` [hardknott 14/20] minifi-cpp: set CLEANBROKEN to 1 Armin Kuster
2021-06-27 20:22 ` [hardknott 15/20] cifs-utils: set ROOTSBINDIR to /usr/sbin if DISTRO_FEATURES has usrmerge Armin Kuster
2021-06-27 20:22 ` [hardknott 16/20] ntp: add CVE-2016-9312 to allowlist Armin Kuster
2021-06-27 20:22 ` [hardknott 17/20] python3-django: upgrade 2.2.22 -> 2.2.23 Armin Kuster
2021-06-27 20:22 ` [hardknott 18/20] python3-django: upgrade 3.2.2 -> 3.2.3 Armin Kuster
2021-06-27 20:22 ` [hardknott 19/20] python3-django: Upgrade 3.2.3 -> 3.2.4 Armin Kuster
2021-06-27 20:22 ` [hardknott 20/20] python3-django: upgrade 2.2.23 -> 2.2.24 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.