* [Buildroot] [PATCH] package/exim: drop stale CVE-2022-3559
@ 2025-06-02 18:40 Daniel Lang via buildroot
2025-06-02 21:23 ` Luca Ceresoli via buildroot
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Daniel Lang via buildroot @ 2025-06-02 18:40 UTC (permalink / raw)
To: buildroot; +Cc: Bernd Kuhls, Luca Ceresoli
The CVE database was updated and includes the additional "up to
(including) 4.97" version information.
Signed-off-by: Daniel Lang <dalang@gmx.at>
---
package/exim/exim.mk | 4 ----
1 file changed, 4 deletions(-)
diff --git a/package/exim/exim.mk b/package/exim/exim.mk
index 6fa16e69a2..3afe553caa 100644
--- a/package/exim/exim.mk
+++ b/package/exim/exim.mk
@@ -13,10 +13,6 @@ EXIM_CPE_ID_VENDOR = exim
EXIM_SELINUX_MODULES = exim mta
EXIM_DEPENDENCIES = host-berkeleydb host-pcre2 pcre2 berkeleydb host-pkgconf
-# Incorrect NVD database, reported at
-# https://lore.kernel.org/buildroot/20250517183423.07951665@windsurf/
-EXIM_IGNORE_CVES += CVE-2022-3559
-
# Modify a variable value. It must already exist in the file, either
# commented or not.
define exim-config-change # variable-name, variable-value
--
2.49.0
_______________________________________________
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: drop stale CVE-2022-3559
2025-06-02 18:40 [Buildroot] [PATCH] package/exim: drop stale CVE-2022-3559 Daniel Lang via buildroot
@ 2025-06-02 21:23 ` Luca Ceresoli via buildroot
2025-06-03 20:27 ` Peter Korsgaard
2025-06-12 20:07 ` Arnout Vandecappelle via buildroot
2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli via buildroot @ 2025-06-02 21:23 UTC (permalink / raw)
To: Daniel Lang; +Cc: buildroot, Bernd Kuhls
On Mon, 2 Jun 2025 20:40:48 +0200
Daniel Lang <dalang@gmx.at> wrote:
> The CVE database was updated and includes the additional "up to
> (including) 4.97" version information.
>
> Signed-off-by: Daniel Lang <dalang@gmx.at>
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: drop stale CVE-2022-3559
2025-06-02 18:40 [Buildroot] [PATCH] package/exim: drop stale CVE-2022-3559 Daniel Lang via buildroot
2025-06-02 21:23 ` Luca Ceresoli via buildroot
@ 2025-06-03 20:27 ` Peter Korsgaard
2025-06-12 20:07 ` Arnout Vandecappelle via buildroot
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2025-06-03 20:27 UTC (permalink / raw)
To: Daniel Lang via buildroot; +Cc: Daniel Lang, Bernd Kuhls, Luca Ceresoli
>>>>> "Daniel" == Daniel Lang via buildroot <buildroot@buildroot.org> writes:
> The CVE database was updated and includes the additional "up to
> (including) 4.97" version information.
> Signed-off-by: Daniel Lang <dalang@gmx.at>
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/exim: drop stale CVE-2022-3559
2025-06-02 18:40 [Buildroot] [PATCH] package/exim: drop stale CVE-2022-3559 Daniel Lang via buildroot
2025-06-02 21:23 ` Luca Ceresoli via buildroot
2025-06-03 20:27 ` Peter Korsgaard
@ 2025-06-12 20:07 ` Arnout Vandecappelle via buildroot
2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2025-06-12 20:07 UTC (permalink / raw)
To: Daniel Lang, buildroot; +Cc: Bernd Kuhls, Luca Ceresoli
On 02/06/2025 20:40, Daniel Lang via buildroot wrote:
> The CVE database was updated and includes the additional "up to
> (including) 4.97" version information.
>
> Signed-off-by: Daniel Lang <dalang@gmx.at>
Applied to 2025.02.x, thanks.
Regards,
Arnout
> ---
> package/exim/exim.mk | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/package/exim/exim.mk b/package/exim/exim.mk
> index 6fa16e69a2..3afe553caa 100644
> --- a/package/exim/exim.mk
> +++ b/package/exim/exim.mk
> @@ -13,10 +13,6 @@ EXIM_CPE_ID_VENDOR = exim
> EXIM_SELINUX_MODULES = exim mta
> EXIM_DEPENDENCIES = host-berkeleydb host-pcre2 pcre2 berkeleydb host-pkgconf
>
> -# Incorrect NVD database, reported at
> -# https://lore.kernel.org/buildroot/20250517183423.07951665@windsurf/
> -EXIM_IGNORE_CVES += CVE-2022-3559
> -
> # Modify a variable value. It must already exist in the file, either
> # commented or not.
> define exim-config-change # variable-name, variable-value
_______________________________________________
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-06-12 20:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-02 18:40 [Buildroot] [PATCH] package/exim: drop stale CVE-2022-3559 Daniel Lang via buildroot
2025-06-02 21:23 ` Luca Ceresoli via buildroot
2025-06-03 20:27 ` Peter Korsgaard
2025-06-12 20:07 ` Arnout Vandecappelle via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox