Skip to content

Commit

Permalink
gdk-pixbuf2: update to 2.42.9.
Browse files Browse the repository at this point in the history
Security fix release.

2.42.9 (stable)
===

- Fix the check for maximum value of LZW initial code size [#136, Robert Ancell]
- Use CMake for dependencies on Windows/MSVC [!131, Chun-Wei Fan]
- Add option for building tests [!132]
- Move man pages to reStructuredText [!134]
- Disable relocation when built as a static libary on Windows [!136, Hesham Essam]
- Update wrap file for libjpeg-turbo [!138, Georges Basile Stavracas Neto]
- Limit the memory size when loading image data [#205, Sam Ezeh]
  • Loading branch information
wiz committed Sep 20, 2022
1 parent 6645e0c commit 28627df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
15 changes: 10 additions & 5 deletions graphics/gdk-pixbuf2/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.56 2022/07/14 23:46:22 dholland Exp $
# $NetBSD: Makefile,v 1.57 2022/09/20 10:11:47 wiz Exp $

DISTNAME= gdk-pixbuf-2.42.8
DISTNAME= gdk-pixbuf-2.42.9
PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/}
PKGREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
Expand All @@ -12,8 +11,8 @@ HOMEPAGE= https://developer.gnome.org/gdk-pixbuf
COMMENT= Library for image loading and manipulation
LICENSE= gnu-gpl-v2

TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
# for man pages
TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils

CONFLICTS+= gtk2+<2.22

Expand All @@ -22,6 +21,12 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf
# For Darwin
MAKE_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf

SUBST_CLASSES+= rst2man
SUBST_MESSAGE.rst2man= Fixing rst2man name used by pkgsrc due to versioning.
SUBST_STAGE.rst2man= pre-configure
SUBST_FILES.rst2man= docs/meson.build
SUBST_SED.rst2man= -e "s,'rst2man','rst2man-${PYVERSSUFFIX}',g"

.include "../../mk/bsd.prefs.mk"

SUBST_CLASSES+= dyld
Expand Down
5 changes: 3 additions & 2 deletions graphics/gdk-pixbuf2/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.22 2022/06/11 12:46:06 nia Exp $
@comment $NetBSD: PLIST,v 1.23 2022/09/20 10:11:47 wiz Exp $
bin/gdk-pixbuf-csource
bin/gdk-pixbuf-pixdata
bin/gdk-pixbuf-query-loaders
Expand Down Expand Up @@ -31,12 +31,13 @@ lib/girepository-1.0/GdkPixbuf-2.0.typelib
lib/girepository-1.0/GdkPixdata-2.0.typelib
lib/libgdk_pixbuf-2.0.so
lib/libgdk_pixbuf-2.0.so.0
lib/libgdk_pixbuf-2.0.so.0.4200.8
lib/libgdk_pixbuf-2.0.so.0.4200.9
lib/pkgconfig/gdk-pixbuf-2.0.pc
man/man1/gdk-pixbuf-csource.1
man/man1/gdk-pixbuf-query-loaders.1
share/gir-1.0/GdkPixbuf-2.0.gir
share/gir-1.0/GdkPixdata-2.0.gir
share/locale/ab/LC_MESSAGES/gdk-pixbuf.mo
share/locale/af/LC_MESSAGES/gdk-pixbuf.mo
share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo
share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo
Expand Down
8 changes: 4 additions & 4 deletions graphics/gdk-pixbuf2/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.53 2022/06/23 09:34:02 nia Exp $
$NetBSD: distinfo,v 1.54 2022/09/20 10:11:47 wiz Exp $

BLAKE2s (gdk-pixbuf-2.42.8.tar.xz) = eac540223073cbf38906052e2325483934cd1c39994cce6e761c3205b8e0324d
SHA512 (gdk-pixbuf-2.42.8.tar.xz) = 994a1374becec6235d347f4980afcc8b85f43ac373e4d7e00b7445880d0a51932e63b54429b28ab5af09e7c4437f9d6008e1c25b2d44a2c9ef7cc9821b478387
Size (gdk-pixbuf-2.42.8.tar.xz) = 8503020 bytes
BLAKE2s (gdk-pixbuf-2.42.9.tar.xz) = 8bfc6893271386c703f8d5edc7bda1286dd8a3d198192577c5f9fcba50ac5985
SHA512 (gdk-pixbuf-2.42.9.tar.xz) = 032869c98d22cc4add05198baec5a64d29af247a99a084d7c498f82f467fb2a2008a8d0d4564ee5d963f6965dc9b3ff61b6c07377f67fec70ddf14e5373abfb3
Size (gdk-pixbuf-2.42.9.tar.xz) = 6596068 bytes
SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = a9d2436711b1a1c3bb58beef0df5e485ad6cbe7d
SHA1 (patch-gdk-pixbuf_meson.build) = d54c4f1c5c045c3988fc2bbac19d2aac3e32de89
SHA1 (patch-tests_meson.build) = 6da53b4e168a20dcc546840e4fbd8fc7ac8f03aa
Expand Down

0 comments on commit 28627df

Please sign in to comment.