pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libheif



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 17 09:16:25 UTC 2024

Modified Files:
        pkgsrc/graphics/libheif: Makefile distinfo
Removed Files:
        pkgsrc/graphics/libheif/patches: patch-libheif_api_libheif_heif.h
            patch-libheif_context.cc

Log Message:
libheif: update to 1.19.3.

fixes a race condition that may lead to some image tiles not being included in the output image (#1379)
fix a potential crash when querying overlay image information


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/libheif/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/libheif/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/libheif/patches/patch-libheif_api_libheif_heif.h \
    pkgsrc/graphics/libheif/patches/patch-libheif_context.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libheif/Makefile
diff -u pkgsrc/graphics/libheif/Makefile:1.38 pkgsrc/graphics/libheif/Makefile:1.39
--- pkgsrc/graphics/libheif/Makefile:1.38       Sat Nov  9 10:57:04 2024
+++ pkgsrc/graphics/libheif/Makefile    Sun Nov 17 09:16:24 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2024/11/09 10:57:04 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2024/11/17 09:16:24 wiz Exp $
 
-DISTNAME=      libheif-1.19.2
-PKGREVISION=   1
+DISTNAME=      libheif-1.19.3
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strukturag/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/graphics/libheif/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.32 pkgsrc/graphics/libheif/distinfo:1.33
--- pkgsrc/graphics/libheif/distinfo:1.32       Thu Nov  7 18:42:14 2024
+++ pkgsrc/graphics/libheif/distinfo    Sun Nov 17 09:16:24 2024
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/11/07 18:42:14 wiz Exp $
+$NetBSD: distinfo,v 1.33 2024/11/17 09:16:24 wiz Exp $
 
-BLAKE2s (libheif-1.19.2.tar.gz) = ee4f75b2f84445d8555979ebc0e4b46d0b43262b3fb179ef02bd0ff239cfb3c4
-SHA512 (libheif-1.19.2.tar.gz) = fdb4753b57087c3dd8241b6d1378f36ea6c529e22a4b2bef3f87207676ca3aa85e123f49a8f286b15c5d8c6a7d4f38d82a1c75363e555bf2a75a81e4ce6635ab
-Size (libheif-1.19.2.tar.gz) = 1714527 bytes
-SHA1 (patch-libheif_api_libheif_heif.h) = 66f238f51e2c5c844b61f8d0fa7ed88528a483e1
-SHA1 (patch-libheif_context.cc) = a2703484fc6f94b3ccfc82ffc2d0e123143a9210
+BLAKE2s (libheif-1.19.3.tar.gz) = 21d4311d97a26b896e51f66b5304faa8f1885c73c2c04b5c5157f2ab818c1211
+SHA512 (libheif-1.19.3.tar.gz) = 515a98b1987ab0f0a25cb72fe0e860c2a939593ca83898ea97fcdc798741fa5e31961b79ac0febd83023db20c2dee141698d38c236486eba67414250f35c5536
+Size (libheif-1.19.3.tar.gz) = 1714718 bytes



Home | Main Index | Thread Index | Old Index