* [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.99.5
@ 2026-07-23 18:07 Bernd Kuhls
2026-07-23 19:24 ` Julien Olivain via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-07-23 18:07 UTC (permalink / raw)
To: buildroot; +Cc: Luca Ceresoli
https://lists.exim.org/lurker/message/20260722.140124.4feb2a88.en.html
https://www.exim.org/static/doc/security/EXIM-Security-2026-06-22.1/
Fixes GCVE-25-2026-07-45-1.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
Gitlab pipelines passed:
https://gitlab.com/bkuhls/buildroot/-/commits/68b474f9f72e0da743c2ca1a77a0fe3f031e1d34
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 cbf29c3f5d..4cdedb724d 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 87ff38815700dfb1ee4eb7e8dba7916df7a755905354d2d0faa1ae1790c4fd9d exim-4.99.4.tar.xz
+sha256 c2d2f80adc7c71d424fd82a46655eaa2d7d9b4ca2e77883eba9076947b7ee627 exim-4.99.5.tar.xz
# From https://ftp.exim.org/pub/exim/exim4/00-sha512sums.txt
-sha512 30fa01a301f8f4fe0c069f3da9e5247f0e22b19f64119cb8cccaf10aada8280ce02061a4671d110ad29b08af9e23ba3c3e8c7483874c7b1c992d90b51681ca9a exim-4.99.4.tar.xz
+sha512 28fd15d0d4e0114129fd42140fb5d5920fcd5cbfb6ac816197e3567c3d2ece6ec73367b43bd8d47d2b543adb89ad28a5e4c58a23210887f867a5c41c24e181b5 exim-4.99.5.tar.xz
# Locally calculated
sha256 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f LICENCE
diff --git a/package/exim/exim.mk b/package/exim/exim.mk
index 60870474c4..5e9746af4d 100644
--- a/package/exim/exim.mk
+++ b/package/exim/exim.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EXIM_VERSION = 4.99.4
+EXIM_VERSION = 4.99.5
EXIM_SOURCE = exim-$(EXIM_VERSION).tar.xz
EXIM_SITE = https://ftp.exim.org/pub/exim/exim4
EXIM_LICENSE = GPL-2.0+
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.99.5
2026-07-23 18:07 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.99.5 Bernd Kuhls
@ 2026-07-23 19:24 ` Julien Olivain via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-07-23 19:24 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot, Luca Ceresoli
On 23/07/2026 20:07, Bernd Kuhls wrote:
> https://lists.exim.org/lurker/message/20260722.140124.4feb2a88.en.html
> https://www.exim.org/static/doc/security/EXIM-Security-2026-06-22.1/
>
> Fixes GCVE-25-2026-07-45-1.
>
> 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] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.99.5
2026-07-23 18:07 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.99.5 Bernd Kuhls
2026-07-23 19:24 ` Julien Olivain via buildroot
@ 2026-07-31 12:05 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-07-31 12:05 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Thomas Perale, buildroot
In reply of:
> https://lists.exim.org/lurker/message/20260722.140124.4feb2a88.en.html
> https://www.exim.org/static/doc/security/EXIM-Security-2026-06-22.1/
>
> Fixes GCVE-25-2026-07-45-1.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x & 2026.05.x. Thanks
> ---
> Gitlab pipelines passed:
> https://gitlab.com/bkuhls/buildroot/-/commits/68b474f9f72e0da743c2ca1a77a0fe3f031e1d34
>
> 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 cbf29c3f5d..4cdedb724d 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 87ff38815700dfb1ee4eb7e8dba7916df7a755905354d2d0faa1ae1790c4fd9d exim-4.99.4.tar.xz
> +sha256 c2d2f80adc7c71d424fd82a46655eaa2d7d9b4ca2e77883eba9076947b7ee627 exim-4.99.5.tar.xz
> # From https://ftp.exim.org/pub/exim/exim4/00-sha512sums.txt
> -sha512 30fa01a301f8f4fe0c069f3da9e5247f0e22b19f64119cb8cccaf10aada8280ce02061a4671d110ad29b08af9e23ba3c3e8c7483874c7b1c992d90b51681ca9a exim-4.99.4.tar.xz
> +sha512 28fd15d0d4e0114129fd42140fb5d5920fcd5cbfb6ac816197e3567c3d2ece6ec73367b43bd8d47d2b543adb89ad28a5e4c58a23210887f867a5c41c24e181b5 exim-4.99.5.tar.xz
> # Locally calculated
> sha256 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f LICENCE
> diff --git a/package/exim/exim.mk b/package/exim/exim.mk
> index 60870474c4..5e9746af4d 100644
> --- a/package/exim/exim.mk
> +++ b/package/exim/exim.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -EXIM_VERSION = 4.99.4
> +EXIM_VERSION = 4.99.5
> EXIM_SOURCE = exim-$(EXIM_VERSION).tar.xz
> EXIM_SITE = https://ftp.exim.org/pub/exim/exim4
> EXIM_LICENSE = GPL-2.0+
> --
> 2.47.3
>
> _______________________________________________
> 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] 3+ messages in thread
end of thread, other threads:[~2026-07-31 12:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23 18:07 [Buildroot] [PATCH 1/1] package/exim: security bump version to 4.99.5 Bernd Kuhls
2026-07-23 19:24 ` Julien Olivain via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox