Skip to content

Commit a243662

Browse files
committed
Dependency version bumps
- Update libarchive to 3.7.7. - Update ImageMagick to 6.9.13-17. - Update Poppler to 24.10.0.
1 parent 91ff12d commit a243662

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
2828
| [harfbuzz] | 10.0.1 | MIT Licence |
2929
| [highway] | 1.2.0 | Apache-2.0 License, BSD 3-Clause |
3030
| [lcms] | 2.16 | MIT Licence |
31-
| [libarchive] | 3.7.6 | BSD 2-Clause |
31+
| [libarchive] | 3.7.7 | BSD 2-Clause |
3232
| [libexif] | 0.6.24 | LGPLv3 |
3333
| [libffi] | 3.4.6 | MIT Licence |
3434
| [libheif] | 1.18.2 | LGPLv3 |
@@ -96,7 +96,7 @@ Same as libvips-web + these extra dependencies:
9696
| [cfitsio] | 4.5.0 | BSD-like |
9797
| [fftw] | 3.3.10 | GPLv2 |
9898
| [gdk-pixbuf] | 2.42.12 | LGPLv3 |
99-
| [imagemagick] | 6.9.13-16 | [ImageMagick License] (Apache-2.0-like) |
99+
| [imagemagick] | 6.9.13-17 | [ImageMagick License] (Apache-2.0-like) |
100100
| [imath] | 3.1.9 | BSD 3-Clause |
101101
| [libdicom] | 1.0.5 | MIT Licence |
102102
| [libjxl] | 0.11.0 | BSD 3-Clause |
@@ -105,7 +105,7 @@ Same as libvips-web + these extra dependencies:
105105
| [openexr] | 3.1.11 | BSD 3-Clause |
106106
| [openjpeg] | 2.5.2 | BSD 2-Clause |
107107
| [openslide] | 4.0.0 | LGPLv3 |
108-
| [poppler] | 24.09.0 | GPLv2 |
108+
| [poppler] | 24.10.0 | GPLv2 |
109109
| [sqlite] | 3.46.1 | Public domain |
110110

111111
[brotli]: https://github.com/google/brotli

build/overrides.mk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ matio_FILE := matio-$(matio_VERSION).tar.gz
2222
matio_URL := https://github.com/tbeu/matio/releases/download/v$(matio_VERSION)/$(matio_FILE)
2323

2424
# upstream version is 3.4.0
25-
libarchive_VERSION := 3.7.6
26-
libarchive_CHECKSUM := 0a2efdcb185da2eb1e7cd8421434cb9a6119f72417a13335cca378d476fd3ba0
25+
libarchive_VERSION := 3.7.7
26+
libarchive_CHECKSUM := 879acd83c3399c7caaee73fe5f7418e06087ab2aaf40af3e99b9e29beb29faee
2727
libarchive_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/libarchive-[0-9]*.patch)))
2828
libarchive_SUBDIR := libarchive-$(libarchive_VERSION)
2929
libarchive_FILE := libarchive-$(libarchive_VERSION).tar.xz
3030
libarchive_URL := https://github.com/libarchive/libarchive/releases/download/v$(libarchive_VERSION)/$(libarchive_FILE)
3131

3232
# upstream version is 7, we want ImageMagick 6
33-
imagemagick_VERSION := 6.9.13-16
34-
imagemagick_CHECKSUM := ab04edc1b0b6ee39fd7f568125c1b1ec12bbdb41f97a6888f5cde8622610ae30
33+
imagemagick_VERSION := 6.9.13-17
34+
imagemagick_CHECKSUM := e47682c10a730304fd78d3497314581c0bdc9bffe6d103201beca7b2e1d5d086
3535
imagemagick_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/imagemagick-[0-9]*.patch)))
3636
imagemagick_GH_CONF := ImageMagick/ImageMagick6/tags
3737

@@ -103,8 +103,8 @@ libjpeg-turbo_FILE := libjpeg-turbo-$(libjpeg-turbo_VERSION).tar.gz
103103
libjpeg-turbo_URL := https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/$(libjpeg-turbo_VERSION)/$(libjpeg-turbo_FILE)
104104

105105
# upstream version is 23.09.0
106-
poppler_VERSION := 24.09.0
107-
poppler_CHECKSUM := ebd857987e2395608c69fdc44009692d5906f13b612c5280beff65a0b75dc255
106+
poppler_VERSION := 24.10.0
107+
poppler_CHECKSUM := 58ed1849810f04a10b37c7ff6f3e411845c8a57d731d599d0045acc7a7fff09d
108108
poppler_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/poppler-[0-9]*.patch)))
109109
poppler_SUBDIR := poppler-$(poppler_VERSION)
110110
poppler_FILE := poppler-$(poppler_VERSION).tar.xz

0 commit comments

Comments
 (0)