All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Armin Kuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [hardknott 00/20] Patch review; June 27
Date: Sun, 27 Jun 2021 13:21:55 -0700	[thread overview]
Message-ID: <cover.1624825239.git.akuster808@gmail.com> (raw)

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


             reply	other threads:[~2021-06-27 20:22 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-27 20:21 Armin Kuster [this message]
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

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.1624825239.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.