Here is an update to libvips 8.14.5.

18/9/23 8.14.5

- fix a crash with alpha plus icc_import and icc_export [jcupitt]
- fix a crash in jxlsave [jcupitt]

15/8/23 8.14.4

- fix null-pointer dereference during svgload [kleisauke]
- heif{load,save}: guard against NULL strings [kleisauke]
- pdfiumload: fix rendering of pages with different sizes [DarthSim]


Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/libvips/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile    14 Oct 2023 20:56:07 -0000      1.9
+++ Makefile    10 Apr 2024 11:46:25 -0000
@@ -1,6 +1,6 @@
 COMMENT =      fast image processing library with low memory needs
 
-VERSION =      8.14.3
+VERSION =      8.14.5
 DISTNAME =     vips-${VERSION}
 PKGNAME =      lib${DISTNAME}
 CATEGORIES =   graphics
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/libvips/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    12 Aug 2023 13:33:27 -0000      1.3
+++ distinfo    10 Apr 2024 11:46:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (vips-8.14.3.tar.xz) = +ITWGmtUyZza6FUAHIuVI+E7SYK+fnbKwD+sy5G+EFw=
-SIZE (vips-8.14.3.tar.xz) = 18679276
+SHA256 (vips-8.14.5.tar.xz) = kDdOn2+9Vle1+vMGys2iBljWFE04Uxa1m4ZbwaSHto0=
+SIZE (vips-8.14.5.tar.xz) = 18652928
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/libvips/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST   11 Jun 2023 10:47:07 -0000      1.3
+++ pkg/PLIST   10 Apr 2024 11:46:25 -0000
@@ -58,7 +58,6 @@ include/vips/video.h
 include/vips/vips.h
 include/vips/vips7compat.h
 include/vips/vips8
-lib/girepository-1.0/
 lib/girepository-1.0/Vips-8.0.typelib
 @static-lib lib/libvips-cpp.a
 @lib lib/libvips-cpp.so.${LIBvips-cpp_VERSION}
@@ -71,7 +70,6 @@ lib/pkgconfig/vips.pc
 @man man/man1/vipsheader.1
 @man man/man1/vipsprofile.1
 @man man/man1/vipsthumbnail.1
-share/gir-1.0/
 share/gir-1.0/Vips-8.0.gir
 share/locale/de/LC_MESSAGES/vips8.14.mo
 share/locale/en_GB/LC_MESSAGES/vips8.14.mo

Reply via email to