Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.96.1
@ 2023-10-03  7:15 Bernd Kuhls
  2023-10-03 10:03 ` Luca Ceresoli via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2023-10-03  7:15 UTC (permalink / raw)
  To: buildroot; +Cc: Luca Ceresoli

Fixes CVE-2023-42114, CVE-2023-42115, CVE-2023-42116:
https://exim.org/static/doc/security/CVE-2023-zdi.txt

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/exim/exim.hash | 4 ++--
 package/exim/exim.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/exim/exim.hash b/package/exim/exim.hash
index 2336aaa5c6..6cdeea0614 100644
--- a/package/exim/exim.hash
+++ b/package/exim/exim.hash
@@ -1,6 +1,6 @@
 # From https://ftp.exim.org/pub/exim/exim4/00-sha256sums.txt
-sha256  299a56927b2eb3477daafd3c5bda02bc67e5c4e5898a7aeaf2740875278cf1a3  exim-4.96.tar.xz
+sha256  93ac0755c317e1fdbbea8ccb70a868876bdf3148692891c72ad0fe816767033d  exim-4.96.1.tar.xz
 # From https://ftp.exim.org/pub/exim/exim4/00-sha512sums.txt
-sha512  6b863661465a0b9897c1b71875c5196a1903cf560dd85de45b08242b9731edb2bc10eb56945d62e477e5d15cc7a8d493915bff2ca81689673a8091c66f62c89e  exim-4.96.tar.xz
+sha512  ef1a0e57c59cdf4e915b3ac5dcdbc69f565b14dd92b0527f6796b2c46a9ec34f991f9790fb4171c99417f7e482cdd62d77e780cc71fab227c8bed876103f7fdd  exim-4.96.1.tar.xz
 # Locally calculated
 sha256  49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f  LICENCE
diff --git a/package/exim/exim.mk b/package/exim/exim.mk
index b84a51d6de..f5695d048d 100644
--- a/package/exim/exim.mk
+++ b/package/exim/exim.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EXIM_VERSION = 4.96
+EXIM_VERSION = 4.96.1
 EXIM_SOURCE = exim-$(EXIM_VERSION).tar.xz
 EXIM_SITE = https://ftp.exim.org/pub/exim/exim4
 EXIM_LICENSE = GPL-2.0+
-- 
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 1/1] package/exim: security bump version to 4.96.1
  2023-10-03  7:15 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.96.1 Bernd Kuhls
@ 2023-10-03 10:03 ` Luca Ceresoli via buildroot
  2023-10-04 11:44 ` Peter Korsgaard
  2023-10-13 15:42 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli via buildroot @ 2023-10-03 10:03 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Hello Bernd,

On Tue,  3 Oct 2023 09:15:36 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> Fixes CVE-2023-42114, CVE-2023-42115, CVE-2023-42116:
> https://exim.org/static/doc/security/CVE-2023-zdi.txt
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Thanks!

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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 1/1] package/exim: security bump version to 4.96.1
  2023-10-03  7:15 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.96.1 Bernd Kuhls
  2023-10-03 10:03 ` Luca Ceresoli via buildroot
@ 2023-10-04 11:44 ` Peter Korsgaard
  2023-10-13 15:42 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-04 11:44 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Luca Ceresoli, buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Fixes CVE-2023-42114, CVE-2023-42115, CVE-2023-42116:
 > https://exim.org/static/doc/security/CVE-2023-zdi.txt

 > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

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 1/1] package/exim: security bump version to 4.96.1
  2023-10-03  7:15 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.96.1 Bernd Kuhls
  2023-10-03 10:03 ` Luca Ceresoli via buildroot
  2023-10-04 11:44 ` Peter Korsgaard
@ 2023-10-13 15:42 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-10-13 15:42 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Luca Ceresoli, buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Fixes CVE-2023-42114, CVE-2023-42115, CVE-2023-42116:
 > https://exim.org/static/doc/security/CVE-2023-zdi.txt

 > Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

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-10-13 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03  7:15 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.96.1 Bernd Kuhls
2023-10-03 10:03 ` Luca Ceresoli via buildroot
2023-10-04 11:44 ` Peter Korsgaard
2023-10-13 15:42 ` Peter Korsgaard

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