Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/xen: security bump to version 4.14.6
@ 2023-10-30 14:21 Peter Korsgaard
  2023-10-31  4:04 ` Alistair Francis
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-30 14:21 UTC (permalink / raw)
  To: buildroot; +Cc: Alistair Francis

Includes a number of bugfixes and the security fixes up to xsa-436:
https://xenproject.org/downloads/xen-project-archives/xen-project-4-14-series/xen-project-4-14-6/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/xen/xen.hash | 2 +-
 package/xen/xen.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/xen/xen.hash b/package/xen/xen.hash
index 5637f0e8d9..d2350ac515 100644
--- a/package/xen/xen.hash
+++ b/package/xen/xen.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  a1a24092ad14658eed420b7d56b67d0d9d5b314e96c30a799b45f3a721f98bf0  xen-4.14.5.tar.gz
+sha256  7917681bc6e744789815131fcf7799e6b83a0d45b5801ac654322b037ce472f8  xen-4.14.6.tar.gz
 sha256  ecca9538e9d3f7e3c2bff827502f4495e2ef9e22c451298696ea08886b176c2c  COPYING
diff --git a/package/xen/xen.mk b/package/xen/xen.mk
index 169753e89f..651442cfdf 100644
--- a/package/xen/xen.mk
+++ b/package/xen/xen.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XEN_VERSION = 4.14.5
+XEN_VERSION = 4.14.6
 XEN_SITE = https://downloads.xenproject.org/release/xen/$(XEN_VERSION)
 XEN_LICENSE = GPL-2.0
 XEN_LICENSE_FILES = COPYING
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/xen: security bump to version 4.14.6
  2023-10-30 14:21 [Buildroot] [PATCH] package/xen: security bump to version 4.14.6 Peter Korsgaard
@ 2023-10-31  4:04 ` Alistair Francis
  2023-10-31 18:03 ` Peter Korsgaard
  2023-11-01 11:14 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Alistair Francis @ 2023-10-31  4:04 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: Alistair Francis, buildroot

On Tue, Oct 31, 2023 at 12:22 AM Peter Korsgaard <peter@korsgaard.com> wrote:
>
> Includes a number of bugfixes and the security fixes up to xsa-436:
> https://xenproject.org/downloads/xen-project-archives/xen-project-4-14-series/xen-project-4-14-6/
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>

Alistair

> ---
>  package/xen/xen.hash | 2 +-
>  package/xen/xen.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/xen/xen.hash b/package/xen/xen.hash
> index 5637f0e8d9..d2350ac515 100644
> --- a/package/xen/xen.hash
> +++ b/package/xen/xen.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  a1a24092ad14658eed420b7d56b67d0d9d5b314e96c30a799b45f3a721f98bf0  xen-4.14.5.tar.gz
> +sha256  7917681bc6e744789815131fcf7799e6b83a0d45b5801ac654322b037ce472f8  xen-4.14.6.tar.gz
>  sha256  ecca9538e9d3f7e3c2bff827502f4495e2ef9e22c451298696ea08886b176c2c  COPYING
> diff --git a/package/xen/xen.mk b/package/xen/xen.mk
> index 169753e89f..651442cfdf 100644
> --- a/package/xen/xen.mk
> +++ b/package/xen/xen.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -XEN_VERSION = 4.14.5
> +XEN_VERSION = 4.14.6
>  XEN_SITE = https://downloads.xenproject.org/release/xen/$(XEN_VERSION)
>  XEN_LICENSE = GPL-2.0
>  XEN_LICENSE_FILES = COPYING
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/xen: security bump to version 4.14.6
  2023-10-30 14:21 [Buildroot] [PATCH] package/xen: security bump to version 4.14.6 Peter Korsgaard
  2023-10-31  4:04 ` Alistair Francis
@ 2023-10-31 18:03 ` Peter Korsgaard
  2023-11-01 11:14 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-31 18:03 UTC (permalink / raw)
  To: buildroot; +Cc: Alistair Francis

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Includes a number of bugfixes and the security fixes up to xsa-436:
 > https://xenproject.org/downloads/xen-project-archives/xen-project-4-14-series/xen-project-4-14-6/

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/xen: security bump to version 4.14.6
  2023-10-30 14:21 [Buildroot] [PATCH] package/xen: security bump to version 4.14.6 Peter Korsgaard
  2023-10-31  4:04 ` Alistair Francis
  2023-10-31 18:03 ` Peter Korsgaard
@ 2023-11-01 11:14 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-11-01 11:14 UTC (permalink / raw)
  To: buildroot; +Cc: Alistair Francis

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Includes a number of bugfixes and the security fixes up to xsa-436:
 > https://xenproject.org/downloads/xen-project-archives/xen-project-4-14-series/xen-project-4-14-6/

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2023.02.x and 2023.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-11-01 11:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30 14:21 [Buildroot] [PATCH] package/xen: security bump to version 4.14.6 Peter Korsgaard
2023-10-31  4:04 ` Alistair Francis
2023-10-31 18:03 ` Peter Korsgaard
2023-11-01 11:14 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox