Skip to content

Commit ac39e86

Browse files
committed
gegl: update to 0.4.70.
GEGL-0.4.70 2025-03-24 ---------------------- Core: ----- - GeglPath: avoid overflows when serializing paths with large coordinates - GeglPath: avoid hang on parsing malformed paths. Ops: ---- - png-save: avoid integer overflow when computing row_size - exr-save: avoid integer overflow when computing width*height Build: ------ - Improvements to defcheck, - More efforts to get rid of compiler warnings.
1 parent cbbe320 commit ac39e86

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

graphics/gegl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.159 2026/03/15 07:18:18 wiz Exp $
1+
# $NetBSD: Makefile,v 1.160 2026/03/29 17:02:21 wiz Exp $
22

3-
DISTNAME= gegl-0.4.68
3+
DISTNAME= gegl-0.4.70
44
CATEGORIES= graphics
55
MASTER_SITES= https://download.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/
66
EXTRACT_SUFX= .tar.xz

graphics/gegl/PLIST

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.51 2026/03/15 07:18:18 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.52 2026/03/29 17:02:21 wiz Exp $
22
bin/gegl
33
bin/gegl-imgcmp
44
include/gegl-0.4/gegl-apply.h
@@ -134,7 +134,7 @@ lib/girepository-1.0/Gegl-0.4.typelib
134134
${PLIST.darwin}lib/libgegl-0.4.0.dylib
135135
lib/libgegl-0.4.${SHLIB_EXT}
136136
${PLIST.notdarwin}lib/libgegl-0.4.so.0
137-
${PLIST.notdarwin}lib/libgegl-0.4.so.0.467.1
137+
${PLIST.notdarwin}lib/libgegl-0.4.so.0.469.1
138138
lib/libgegl-npd-0.4.${SHLIB_EXT}
139139
lib/libgegl-sc-0.4.${SHLIB_EXT}
140140
lib/pkgconfig/gegl-0.4.pc
@@ -159,6 +159,7 @@ share/locale/it/LC_MESSAGES/gegl-0.4.mo
159159
share/locale/ja/LC_MESSAGES/gegl-0.4.mo
160160
share/locale/ka/LC_MESSAGES/gegl-0.4.mo
161161
share/locale/kab/LC_MESSAGES/gegl-0.4.mo
162+
share/locale/kk/LC_MESSAGES/gegl-0.4.mo
162163
share/locale/ko/LC_MESSAGES/gegl-0.4.mo
163164
share/locale/lv/LC_MESSAGES/gegl-0.4.mo
164165
share/locale/mr/LC_MESSAGES/gegl-0.4.mo

graphics/gegl/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.52 2026/03/15 07:18:18 wiz Exp $
1+
$NetBSD: distinfo,v 1.53 2026/03/29 17:02:21 wiz Exp $
22

3-
BLAKE2s (gegl-0.4.68.tar.xz) = 60dec7034fecae8c9d6d73ab2d8d66a170f84dd721533a1376ff5cbd25c959ca
4-
SHA512 (gegl-0.4.68.tar.xz) = e13b1885b0cd6aa439cdb7c1d56b81c754d41da1af6ed17eab3e1beb7b7fe74094e0da9d8bacaea9ec5d4ec95eea682cf4764ea828bda4a7d7acec9b273c537e
5-
Size (gegl-0.4.68.tar.xz) = 6120772 bytes
3+
BLAKE2s (gegl-0.4.70.tar.xz) = 6c38d8f749d5c0075cdfe6120615719d0f99197ac22fc4413a4c248a302c850f
4+
SHA512 (gegl-0.4.70.tar.xz) = 9f47480dc2fad58c052aa3df3ac914d500614e7acb0dc46677bea4228350a00a0fe38b5b0572303251210e3e544b5b7cb51415476586630df4da8f4b7c6486d8
5+
Size (gegl-0.4.70.tar.xz) = 6164464 bytes
66
SHA1 (patch-gegl_gegl-config.c) = a8e1f5f5394a33be2bcdcb05ec7654d06f7ad4bc
77
SHA1 (patch-gegl_gegl-cpuaccel.c) = f32ee8dfb8b89eb0aa117ac071cd35367b7841a5
88
SHA1 (patch-operations_external_png-load.c) = 9a03e842597d6c069f7dfa0fa224dd487479b27f

0 commit comments

Comments
 (0)