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

The following changes since commit c51e79dd854460c6f6949a187970d05362152e84:

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

are available in the Git repository at:

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

for you to fetch changes up to 6a7ba8f7f210e04183fb64ab181520d817a34a11:

  sysbench: fix memory test (2021-07-14 21:27:01 -0700)

----------------------------------------------------------------
Adrian Zaharia (1):
      ntp: fix ntpdate to wait for subprocesses

Akifumi Chikazawa (1):
      openvpn: add CVE-2020-7224 and CVE-2020-27569 to allowlist

Changqing Li (1):
      nginx: fix CVE-2021-23017

Li Wang (1):
      apache2: fix CVE-2020-13950 CVE-2020-35452 CVE-2021-26690
CVE-2021-26691 CVE-2021-30641

Masaki Ambai (1):
      nss: add CVE-2006-5201 to allowlist

Sam Van Den Berge (1):
      libiio: fix installing libiio when python3 bindings are enabled

massimo toscanelli (1):
      sysbench: fix memory test

 meta-networking/recipes-support/ntp/ntp/ntpdate                 |  5 +++
 meta-networking/recipes-support/openvpn/openvpn_2.5.2.bb        |  3 ++
 ...1-Adding-volatile-modifier-to-tmp-variable-in-memory-t.patch | 40
+++++++++++++++++
 meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb           |  4 +-
 ...1-python-Do-not-verify-whether-libiio-is-installed-whe.patch | 37
++++++++++++++++
 meta-oe/recipes-support/libiio/libiio_git.bb                    |  4 +-
 meta-oe/recipes-support/nss/nss_3.64.bb                         |  3 ++
 .../recipes-httpd/apache2/apache2/CVE-2020-13950.patch          | 45
++++++++++++++++++++
 .../recipes-httpd/apache2/apache2/CVE-2020-35452.patch          | 49
+++++++++++++++++++++
 .../recipes-httpd/apache2/apache2/CVE-2021-26690.patch          | 39
+++++++++++++++++
 .../recipes-httpd/apache2/apache2/CVE-2021-26691.patch          | 35
+++++++++++++++
 .../recipes-httpd/apache2/apache2/CVE-2021-30641.patch          | 66
+++++++++++++++++++++++++++++
 meta-webserver/recipes-httpd/apache2/apache2_2.4.46.bb          |  5 +++
 meta-webserver/recipes-httpd/nginx/files/CVE-2021-23017.patch   | 46
++++++++++++++++++++
 meta-webserver/recipes-httpd/nginx/nginx.inc                    |  1 +
 15 files changed, 380 insertions(+), 2 deletions(-)
 create mode 100644
meta-oe/recipes-benchmark/sysbench/sysbench/0001-Adding-volatile-modifier-to-tmp-variable-in-memory-t.patch
 create mode 100644
meta-oe/recipes-support/libiio/files/0001-python-Do-not-verify-whether-libiio-is-installed-whe.patch
 create mode 100644
meta-webserver/recipes-httpd/apache2/apache2/CVE-2020-13950.patch
 create mode 100644
meta-webserver/recipes-httpd/apache2/apache2/CVE-2020-35452.patch
 create mode 100644
meta-webserver/recipes-httpd/apache2/apache2/CVE-2021-26690.patch
 create mode 100644
meta-webserver/recipes-httpd/apache2/apache2/CVE-2021-26691.patch
 create mode 100644
meta-webserver/recipes-httpd/apache2/apache2/CVE-2021-30641.patch
 create mode 100644
meta-webserver/recipes-httpd/nginx/files/CVE-2021-23017.patch


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

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



On 7/19/21 8:15 AM, akuster808 wrote:
> The following changes since commit c51e79dd854460c6f6949a187970d05362152e84:
> 
>    python3-django: upgrade 2.2.23 -> 2.2.24 (2021-06-27 07:50:20 -0700)
> 
> are available in the Git repository at:
> 
>    https://git.openembedded.org/meta-openembedded hardknott-next
> 
> for you to fetch changes up to 6a7ba8f7f210e04183fb64ab181520d817a34a11:
> 
>    sysbench: fix memory test (2021-07-14 21:27:01 -0700)
> 
> ----------------------------------------------------------------
> Adrian Zaharia (1):
>        ntp: fix ntpdate to wait for subprocesses
> 
> Akifumi Chikazawa (1):
>        openvpn: add CVE-2020-7224 and CVE-2020-27569 to allowlist
> 
> Changqing Li (1):
>        nginx: fix CVE-2021-23017
> 
> Li Wang (1):
>        apache2: fix CVE-2020-13950 CVE-2020-35452 CVE-2021-26690
> CVE-2021-26691 CVE-2021-30641
> 
> Masaki Ambai (1):
>        nss: add CVE-2006-5201 to allowlist
> 
> Sam Van Den Berge (1):
>        libiio: fix installing libiio when python3 bindings are enabled
> 
> massimo toscanelli (1):
>        sysbench: fix memory test
> 
>   meta-networking/recipes-support/ntp/ntp/ntpdate                 |  5 +++
>   meta-networking/recipes-support/openvpn/openvpn_2.5.2.bb        |  3 ++
>   ...1-Adding-volatile-modifier-to-tmp-variable-in-memory-t.patch | 40
> +++++++++++++++++
>   meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb           |  4 +-
>   ...1-python-Do-not-verify-whether-libiio-is-installed-whe.patch | 37
> ++++++++++++++++
>   meta-oe/recipes-support/libiio/libiio_git.bb                    |  4 +-
>   meta-oe/recipes-support/nss/nss_3.64.bb                         |  3 ++
>   .../recipes-httpd/apache2/apache2/CVE-2020-13950.patch          | 45
> ++++++++++++++++++++
>   .../recipes-httpd/apache2/apache2/CVE-2020-35452.patch          | 49
> +++++++++++++++++++++
>   .../recipes-httpd/apache2/apache2/CVE-2021-26690.patch          | 39
> +++++++++++++++++
>   .../recipes-httpd/apache2/apache2/CVE-2021-26691.patch          | 35
> +++++++++++++++
>   .../recipes-httpd/apache2/apache2/CVE-2021-30641.patch          | 66
> +++++++++++++++++++++++++++++
>   meta-webserver/recipes-httpd/apache2/apache2_2.4.46.bb          |  5 +++
>   meta-webserver/recipes-httpd/nginx/files/CVE-2021-23017.patch   | 46
> ++++++++++++++++++++
>   meta-webserver/recipes-httpd/nginx/nginx.inc                    |  1 +
>   15 files changed, 380 insertions(+), 2 deletions(-)
>   create mode 100644
> meta-oe/recipes-benchmark/sysbench/sysbench/0001-Adding-volatile-modifier-to-tmp-variable-in-memory-t.patch
>   create mode 100644
> meta-oe/recipes-support/libiio/files/0001-python-Do-not-verify-whether-libiio-is-installed-whe.patch
>   create mode 100644
> meta-webserver/recipes-httpd/apache2/apache2/CVE-2020-13950.patch
>   create mode 100644
> meta-webserver/recipes-httpd/apache2/apache2/CVE-2020-35452.patch
>   create mode 100644
> meta-webserver/recipes-httpd/apache2/apache2/CVE-2021-26690.patch
>   create mode 100644
> meta-webserver/recipes-httpd/apache2/apache2/CVE-2021-26691.patch
>   create mode 100644
> meta-webserver/recipes-httpd/apache2/apache2/CVE-2021-30641.patch
>   create mode 100644
> meta-webserver/recipes-httpd/nginx/files/CVE-2021-23017.patch
> 

merged thanks.

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

end of thread, other threads:[~2021-07-19 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 15:15 Hardknott merge request -July 19th Armin Kuster
2021-07-19 21:41 ` 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.