Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Titouan Christophe <titouan.christophe@mind.be>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/imagemagick: security bump to v7.1.2-19
Date: Mon,  4 May 2026 16:47:45 +0200	[thread overview]
Message-ID: <20260504144745.10346-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20260422171252.3200023-1-titouan.christophe@mind.be>

In reply of:
> This fixes a large number of CVEs:
> - CVE-2026-28493 (since 7.1.2-16)
> - CVE-2026-28494 (since 7.1.2-16)
> - CVE-2026-28686 (since 7.1.2-16)
> - CVE-2026-28687 (since 7.1.2-16)
> - CVE-2026-28688 (since 7.1.2-16)
> - CVE-2026-28689 (since 7.1.2-16)
> - CVE-2026-28690 (since 7.1.2-16)
> - CVE-2026-28691 (since 7.1.2-16)
> - CVE-2026-28692 (since 7.1.2-16)
> - CVE-2026-28693 (since 7.1.2-16)
> - CVE-2026-30883 (since 7.1.2-16)
> - CVE-2026-30929 (since 7.1.2-16)
> - CVE-2026-30931 (since 7.1.2-16)
> - CVE-2026-30935 (since 7.1.2-16)
> - CVE-2026-30936 (since 7.1.2-16)
> - CVE-2026-30937 (since 7.1.2-16)
> - CVE-2026-31853 (since 7.1.2-16)
> - CVE-2026-32259 (since 7.1.2-16)
> - CVE-2026-32636 (since 7.1.2-17)
> - CVE-2026-33535 (since 7.1.2-18)
> - CVE-2026-33536 (since 7.1.2-18)
> - CVE-2026-33899 (since 7.1.2-19)
> - CVE-2026-33900 (since 7.1.2-19)
> - CVE-2026-33901 (since 7.1.2-19)
> - CVE-2026-33902 (since 7.1.2-19)
> - CVE-2026-33905 (since 7.1.2-19)
> - CVE-2026-33908 (since 7.1.2-19)
> - CVE-2026-34238 (since 7.1.2-19)
> - CVE-2026-40169 (since 7.1.2-19)
> - CVE-2026-40183 (since 7.1.2-19)
> - CVE-2026-40310 (since 7.1.2-19)
> - CVE-2026-40311 (since 7.1.2-19)
> - CVE-2026-40312 (since 7.1.2-19)
> 
> Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>

Applied to 2025.02.x & 2026.02.x. Thanks

> ---
>  package/imagemagick/imagemagick.hash | 2 +-
>  package/imagemagick/imagemagick.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/imagemagick/imagemagick.hash b/package/imagemagick/imagemagick.hash
> index 90383c4d17..a308cd1f06 100644
> --- a/package/imagemagick/imagemagick.hash
> +++ b/package/imagemagick/imagemagick.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  bf646e7fffdf50b7d886eec6bbe51c3ced1c4d68fbabfcc534e014575359fe7f  imagemagick-7.1.2-15.tar.gz
> +sha256  91ffe35706ef01d0fc9630e3a81b168b9bdb10b5e1e0b0983c287063cce21210  imagemagick-7.1.2-19.tar.gz
>  sha256  131447ad0099069beaa32acf1700716eea294a5bdf936d8211d7026b1849e5d4  LICENSE
> diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
> index 5a03fbfd8f..d88323ca2d 100644
> --- a/package/imagemagick/imagemagick.mk
> +++ b/package/imagemagick/imagemagick.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -IMAGEMAGICK_VERSION = 7.1.2-15
> +IMAGEMAGICK_VERSION = 7.1.2-19
>  IMAGEMAGICK_SITE = $(call github,ImageMagick,ImageMagick,$(IMAGEMAGICK_VERSION))
>  IMAGEMAGICK_LICENSE = Apache-2.0
>  IMAGEMAGICK_LICENSE_FILES = LICENSE
> -- 
> 2.53.0
> 
> _______________________________________________
> 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

      parent reply	other threads:[~2026-05-04 14:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-22 17:12 [Buildroot] [PATCH] package/imagemagick: security bump to v7.1.2-19 Titouan Christophe via buildroot
2026-04-22 19:33 ` Julien Olivain via buildroot
2026-05-04 14:47 ` Thomas Perale via buildroot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260504144745.10346-1-thomas.perale@mind.be \
    --to=buildroot@buildroot.org \
    --cc=thomas.perale@mind.be \
    --cc=titouan.christophe@mind.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox