* [Buildroot] [PATCH 1/1] package/imagemagick: bump to version 7.1.1-31
@ 2024-04-23 19:17 Julien Olivain
2024-05-09 16:32 ` Thomas Petazzoni via buildroot
2024-06-03 15:47 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2024-04-23 19:17 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
For change log, see [1].
License hash file changed, due to the addition of an URL. See [2].
Fixes: [3]
Some 32 bit architectures were failing at runtime with the message:
FATAL: time limit exceeded 'file.png' @ fatal/cache.c/GetImagePixelCache/1702
The fix is included in 7.1.1-23.
[1] https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
[2] https://github.com/ImageMagick/ImageMagick/commit/2c87d7da1b1db4573a37bd7933dfbf772ac3eecf
[3] https://github.com/ImageMagick/ImageMagick/issues/6891
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/imagemagick/imagemagick.hash | 4 ++--
package/imagemagick/imagemagick.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/imagemagick/imagemagick.hash b/package/imagemagick/imagemagick.hash
index fd80316ec57..30a12220dd6 100644
--- a/package/imagemagick/imagemagick.hash
+++ b/package/imagemagick/imagemagick.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 09402e5f17c6575ef9f010bb2e21ae1710f1f3426f115ad4317ee9129c32608e imagemagick-7.1.1-21.tar.gz
-sha256 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d LICENSE
+sha256 c82210ea3fdbd044b656ba3d5b42df1da9a18e78fc0e500169bad70d3b0d9ba3 imagemagick-7.1.1-31.tar.gz
+sha256 a556c5292c87c9a6ac795c80669b0c3660f9f729de8c476bf2b10f83ab1b34ec LICENSE
diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index 53cf02abf43..b2d3e755a62 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IMAGEMAGICK_VERSION = 7.1.1-21
+IMAGEMAGICK_VERSION = 7.1.1-31
IMAGEMAGICK_SITE = $(call github,ImageMagick,ImageMagick,$(IMAGEMAGICK_VERSION))
IMAGEMAGICK_LICENSE = Apache-2.0
IMAGEMAGICK_LICENSE_FILES = LICENSE
--
2.44.0
_______________________________________________
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/imagemagick: bump to version 7.1.1-31
2024-04-23 19:17 [Buildroot] [PATCH 1/1] package/imagemagick: bump to version 7.1.1-31 Julien Olivain
@ 2024-05-09 16:32 ` Thomas Petazzoni via buildroot
2024-06-03 15:47 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-09 16:32 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
On Tue, 23 Apr 2024 21:17:12 +0200
Julien Olivain <ju.o@free.fr> wrote:
> For change log, see [1].
>
> License hash file changed, due to the addition of an URL. See [2].
>
> Fixes: [3]
>
> Some 32 bit architectures were failing at runtime with the message:
>
> FATAL: time limit exceeded 'file.png' @ fatal/cache.c/GetImagePixelCache/1702
>
> The fix is included in 7.1.1-23.
>
> [1] https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
> [2] https://github.com/ImageMagick/ImageMagick/commit/2c87d7da1b1db4573a37bd7933dfbf772ac3eecf
> [3] https://github.com/ImageMagick/ImageMagick/issues/6891
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> package/imagemagick/imagemagick.hash | 4 ++--
> package/imagemagick/imagemagick.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, 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] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/imagemagick: bump to version 7.1.1-31
2024-04-23 19:17 [Buildroot] [PATCH 1/1] package/imagemagick: bump to version 7.1.1-31 Julien Olivain
2024-05-09 16:32 ` Thomas Petazzoni via buildroot
@ 2024-06-03 15:47 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-06-03 15:47 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:
> For change log, see [1].
> License hash file changed, due to the addition of an URL. See [2].
> Fixes: [3]
> Some 32 bit architectures were failing at runtime with the message:
> FATAL: time limit exceeded 'file.png' @ fatal/cache.c/GetImagePixelCache/1702
> The fix is included in 7.1.1-23.
> [1] https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
> [2] https://github.com/ImageMagick/ImageMagick/commit/2c87d7da1b1db4573a37bd7933dfbf772ac3eecf
> [3] https://github.com/ImageMagick/ImageMagick/issues/6891
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
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:[~2024-06-03 15:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23 19:17 [Buildroot] [PATCH 1/1] package/imagemagick: bump to version 7.1.1-31 Julien Olivain
2024-05-09 16:32 ` Thomas Petazzoni via buildroot
2024-06-03 15:47 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox