Skip to content

Commit

Permalink
graphics/gegl: update to 0.4.44 release (+)
Browse files Browse the repository at this point in the history
GeglBuffer:
* Fixed a invalid free that gets umasked by GLib 2.75.3 and newer.

ctx:
* Updated vendored library from upstream.

Changelog:	https://gitlab.gnome.org/GNOME/gegl/-/blob/GEGL_0_4_44/docs/NEWS.adoc
  • Loading branch information
fluffykhv committed Apr 10, 2023
1 parent d196817 commit 151549a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions graphics/gegl/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gegl
PORTVERSION= 0.4.42
PORTREVISION= 2
PORTVERSION= 0.4.44
CATEGORIES= graphics
MASTER_SITES= GIMP

Expand Down Expand Up @@ -35,7 +34,7 @@ MESON_ARGS= -Ddocs=false \
-Dpygobject=disabled \
-Dlua=disabled

GEGL_SHLIB= 0.441.1
GEGL_SHLIB= 0.443.1
GEGL_VER= 0.4
PLIST_SUB+= GEGL_SHLIB=${GEGL_SHLIB} GEGL_VER=${GEGL_VER}

Expand Down
6 changes: 3 additions & 3 deletions graphics/gegl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677609798
SHA256 (gegl-0.4.42.tar.xz) = aba83a0cbaa6c56edc29ea22f2e8172950a53b96daa51592083d59222bdde02d
SIZE (gegl-0.4.42.tar.xz) = 5787100
TIMESTAMP = 1681108181
SHA256 (gegl-0.4.44.tar.xz) = 0a4cdb41635e406a0849cd0d3f03caf7d97cab8aa13d28707d532d0089d56126
SIZE (gegl-0.4.44.tar.xz) = 5791844

0 comments on commit 151549a

Please sign in to comment.