All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/exim: security bump version to 4.98.2
@ 2025-03-27 18:29 Bernd Kuhls
  2025-03-28  7:58 ` Luca Ceresoli via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2025-03-27 18:29 UTC (permalink / raw)
  To: buildroot; +Cc: Luca Ceresoli

Fixes CVE-2025-30232:
https://lists.exim.org/lurker/message/20250326.140105.6b97555b.en.html
https://exim.org/static/doc/security/CVE-2025-30232.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 eba73e267f..0dd5ac47ae 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  d858b75ad2cc6bf71c9071ba26a55b3ea9add26607bd832df3cb54f82221c2ce  exim-4.98.1.tar.xz
+sha256  88b8e8a67c1db6cc0b1d148161aa36e662f4ca2fef25d5b6f3694d490e42dcae  exim-4.98.2.tar.xz
 # From https://ftp.exim.org/pub/exim/exim4/00-sha512sums.txt
-sha512  8f80999a41ed40e86ee16eea5cfd765e2f164ea149f40eeb410fd02fcf35c23317dc69540efe336e9e0fae930b1cc6771e0180dd70f1314531cdb139740c744e  exim-4.98.1.tar.xz
+sha512  aaa4cfc8aee90818c6d1c2fd0cf64b82668d1a343f462f678b38b2b79e10a467240f2e81786eec7705eec3598d23686a74437c50b68502f29ff67788393c812a  exim-4.98.2.tar.xz
 # Locally calculated
 sha256  49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f  LICENCE
diff --git a/package/exim/exim.mk b/package/exim/exim.mk
index 5135d02574..9ecae0d038 100644
--- a/package/exim/exim.mk
+++ b/package/exim/exim.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EXIM_VERSION = 4.98.1
+EXIM_VERSION = 4.98.2
 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] package/exim: security bump version to 4.98.2
  2025-03-27 18:29 [Buildroot] [PATCH] package/exim: security bump version to 4.98.2 Bernd Kuhls
@ 2025-03-28  7:58 ` Luca Ceresoli via buildroot
  2025-03-28 18:53 ` Julien Olivain
  2025-04-16 21:17 ` Arnout Vandecappelle via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli via buildroot @ 2025-03-28  7:58 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Thu, 27 Mar 2025 19:29:40 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> Fixes CVE-2025-30232:
> https://lists.exim.org/lurker/message/20250326.140105.6b97555b.en.html
> https://exim.org/static/doc/security/CVE-2025-30232.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] package/exim: security bump version to 4.98.2
  2025-03-27 18:29 [Buildroot] [PATCH] package/exim: security bump version to 4.98.2 Bernd Kuhls
  2025-03-28  7:58 ` Luca Ceresoli via buildroot
@ 2025-03-28 18:53 ` Julien Olivain
  2025-04-16 21:17 ` Arnout Vandecappelle via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain @ 2025-03-28 18:53 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot, Luca Ceresoli

On 27/03/2025 19:29, Bernd Kuhls wrote:
> Fixes CVE-2025-30232:
> https://lists.exim.org/lurker/message/20250326.140105.6b97555b.en.html
> https://exim.org/static/doc/security/CVE-2025-30232.txt
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Applied to master, thanks.
_______________________________________________
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/exim: security bump version to 4.98.2
  2025-03-27 18:29 [Buildroot] [PATCH] package/exim: security bump version to 4.98.2 Bernd Kuhls
  2025-03-28  7:58 ` Luca Ceresoli via buildroot
  2025-03-28 18:53 ` Julien Olivain
@ 2025-04-16 21:17 ` Arnout Vandecappelle via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2025-04-16 21:17 UTC (permalink / raw)
  To: Bernd Kuhls, buildroot; +Cc: Luca Ceresoli


On 27/03/2025 19:29, Bernd Kuhls wrote:
> Fixes CVE-2025-30232:
> https://lists.exim.org/lurker/message/20250326.140105.6b97555b.en.html
> https://exim.org/static/doc/security/CVE-2025-30232.txt
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

  Applied to 2025.02.x, 2024.11.x and 2024.02.x, thanks.

  Regards,
  Arnout

> ---
>   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 eba73e267f..0dd5ac47ae 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  d858b75ad2cc6bf71c9071ba26a55b3ea9add26607bd832df3cb54f82221c2ce  exim-4.98.1.tar.xz
> +sha256  88b8e8a67c1db6cc0b1d148161aa36e662f4ca2fef25d5b6f3694d490e42dcae  exim-4.98.2.tar.xz
>   # From https://ftp.exim.org/pub/exim/exim4/00-sha512sums.txt
> -sha512  8f80999a41ed40e86ee16eea5cfd765e2f164ea149f40eeb410fd02fcf35c23317dc69540efe336e9e0fae930b1cc6771e0180dd70f1314531cdb139740c744e  exim-4.98.1.tar.xz
> +sha512  aaa4cfc8aee90818c6d1c2fd0cf64b82668d1a343f462f678b38b2b79e10a467240f2e81786eec7705eec3598d23686a74437c50b68502f29ff67788393c812a  exim-4.98.2.tar.xz
>   # Locally calculated
>   sha256  49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f  LICENCE
> diff --git a/package/exim/exim.mk b/package/exim/exim.mk
> index 5135d02574..9ecae0d038 100644
> --- a/package/exim/exim.mk
> +++ b/package/exim/exim.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -EXIM_VERSION = 4.98.1
> +EXIM_VERSION = 4.98.2
>   EXIM_SOURCE = exim-$(EXIM_VERSION).tar.xz
>   EXIM_SITE = https://ftp.exim.org/pub/exim/exim4
>   EXIM_LICENSE = GPL-2.0+
_______________________________________________
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-04-16 21:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-27 18:29 [Buildroot] [PATCH] package/exim: security bump version to 4.98.2 Bernd Kuhls
2025-03-28  7:58 ` Luca Ceresoli via buildroot
2025-03-28 18:53 ` Julien Olivain
2025-04-16 21:17 ` Arnout Vandecappelle via buildroot

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.