All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.98.1
@ 2025-02-26 22:16 Bernd Kuhls
  2025-02-27  8:04 ` Luca Ceresoli via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2025-02-26 22:16 UTC (permalink / raw)
  To: buildroot; +Cc: Luca Ceresoli

Fixes CVE 2025-26794:
https://lists.exim.org/lurker/message/20250221.121401.a509f6c9.en.html
https://exim.org/static/doc/security/CVE-2025-26794.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 de803bb27b..eba73e267f 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  0ebc108a779f9293ba4b423c20818f9a3db79b60286d96abc6ba6b85a15852f7  exim-4.98.tar.xz
+sha256  d858b75ad2cc6bf71c9071ba26a55b3ea9add26607bd832df3cb54f82221c2ce  exim-4.98.1.tar.xz
 # From https://ftp.exim.org/pub/exim/exim4/00-sha512sums.txt
-sha512  13dd963dd0899bb4d64bee44c20883e720e469a4d77456b877d6693cfc4419805a045cb561508cdf763dbb37cc84fbdc6177d68acc2183934c3224fbd03caf15  exim-4.98.tar.xz
+sha512  8f80999a41ed40e86ee16eea5cfd765e2f164ea149f40eeb410fd02fcf35c23317dc69540efe336e9e0fae930b1cc6771e0180dd70f1314531cdb139740c744e  exim-4.98.1.tar.xz
 # Locally calculated
 sha256  49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f  LICENCE
diff --git a/package/exim/exim.mk b/package/exim/exim.mk
index 45708d3941..5135d02574 100644
--- a/package/exim/exim.mk
+++ b/package/exim/exim.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EXIM_VERSION = 4.98
+EXIM_VERSION = 4.98.1
 EXIM_SOURCE = exim-$(EXIM_VERSION).tar.xz
 EXIM_SITE = https://ftp.exim.org/pub/exim/exim4
 EXIM_LICENSE = GPL-2.0+
-- 
2.39.5

_______________________________________________
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.98.1
  2025-02-26 22:16 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.98.1 Bernd Kuhls
@ 2025-02-27  8:04 ` Luca Ceresoli via buildroot
  2025-02-27  9:55 ` Peter Korsgaard
  2025-03-14 10:25 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli via buildroot @ 2025-02-27  8:04 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Hello Bernd,

On Wed, 26 Feb 2025 23:16:18 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> Fixes CVE 2025-26794:
> https://lists.exim.org/lurker/message/20250221.121401.a509f6c9.en.html
> https://exim.org/static/doc/security/CVE-2025-26794.txt
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

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.98.1
  2025-02-26 22:16 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.98.1 Bernd Kuhls
  2025-02-27  8:04 ` Luca Ceresoli via buildroot
@ 2025-02-27  9:55 ` Peter Korsgaard
  2025-03-14 10:25 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2025-02-27  9:55 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot, Luca Ceresoli

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

 > Fixes CVE 2025-26794:
 > https://lists.exim.org/lurker/message/20250221.121401.a509f6c9.en.html
 > https://exim.org/static/doc/security/CVE-2025-26794.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.98.1
  2025-02-26 22:16 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.98.1 Bernd Kuhls
  2025-02-27  8:04 ` Luca Ceresoli via buildroot
  2025-02-27  9:55 ` Peter Korsgaard
@ 2025-03-14 10:25 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2025-03-14 10:25 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot, Luca Ceresoli

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

 > Fixes CVE 2025-26794:
 > https://lists.exim.org/lurker/message/20250221.121401.a509f6c9.en.html
 > https://exim.org/static/doc/security/CVE-2025-26794.txt

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

Committed to 2024.02.x and 2024.11.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:[~2025-03-14 10:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 22:16 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.98.1 Bernd Kuhls
2025-02-27  8:04 ` Luca Ceresoli via buildroot
2025-02-27  9:55 ` Peter Korsgaard
2025-03-14 10:25 ` Peter Korsgaard

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.