All of lore.kernel.org
 help / color / mirror / Atom feed
* Hardknott merge request; July 1st
@ 2021-07-01 13:57 Armin Kuster
  2021-07-01 15:19 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2021-07-01 13:57 UTC (permalink / raw)
  To: OpenEmbedded Devel List, Khem Raj

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:

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

for you to fetch changes up to c51e79dd854460c6f6949a187970d05362152e84:

  python3-django: upgrade 2.2.23 -> 2.2.24 (2021-06-27 07:50:20 -0700)

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

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


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

* Re: Hardknott merge request; July 1st
  2021-07-01 13:57 Hardknott merge request; July 1st Armin Kuster
@ 2021-07-01 15:19 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-07-01 15:19 UTC (permalink / raw)
  To: akuster808, OpenEmbedded Devel List



On 7/1/21 6:57 AM, akuster808 wrote:
> 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:
> 
>    https://git.openembedded.org/meta-openembedded hardknott-next
> 
> for you to fetch changes up to c51e79dd854460c6f6949a187970d05362152e84:
> 
>    python3-django: upgrade 2.2.23 -> 2.2.24 (2021-06-27 07:50:20 -0700)
> 
> ----------------------------------------------------------------
> 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
> 
>   meta-initramfs/recipes-core/images/initramfs-debug-image.bb     |  7 +++-
>   meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb |  8 +++--
>   meta-networking/recipes-connectivity/samba/samba_4.10.18.bb     |  4 +++
>   meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb |  3 ++
>   .../net-snmp-5.7.2-fix-engineBoots-value-on-SIGHUP.patch        | 19
> ++++++-----
>   .../net-snmp/{net-snmp_5.9.bb => net-snmp_5.9.1.bb}             | 53
> ++++++++++++++++-------------
>   meta-networking/recipes-support/cifs/cifs-utils_6.13.bb         | 17
> +++++++--
>   meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb       |  3 ++
>   meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb             |  3 ++
>   .../wireshark/{wireshark_3.4.5.bb => wireshark_3.4.6.bb}        |  2 +-
>   meta-oe/licenses/MINPACK                                        | 51
> +++++++++++++++++++++++++++
>   meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb             |  2 +-
>   meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb         |  5 +++
>   meta-oe/recipes-kernel/libpfm/libpfm4_4.10.1.bb                 |  3 +-
>   meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb              |  9 +++--
>   meta-python/recipes-devtools/python/python3-django_2.2.22.bb    |  9 -----
>   meta-python/recipes-devtools/python/python3-django_2.2.24.bb    |  9 +++++
>   .../python/{python3-django_3.2.2.bb => python3-django_3.2.4.bb} |  2 +-
>   18 files changed, 156 insertions(+), 53 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
>   delete mode 100644
> meta-python/recipes-devtools/python/python3-django_2.2.22.bb
>   create mode 100644
> meta-python/recipes-devtools/python/python3-django_2.2.24.bb
>   rename meta-python/recipes-devtools/python/{python3-django_3.2.2.bb =>
> python3-django_3.2.4.bb} (77%)
> 


applied thank you Armin.

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

end of thread, other threads:[~2021-07-01 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01 13:57 Hardknott merge request; July 1st Armin Kuster
2021-07-01 15:19 ` Khem Raj

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.