Tue Jul 11 05:54:34 2023 UTC ()
glib2 glib2-tools gdbus-codegen: updated to 2.76.4

Overview of changes in GLib 2.76.4, 2023-07-06
==============================================

* Fix build failure on Android with `statx()` support

* Bugs fixed:
  - glib-compile-schemas failed on directory name with no Latin symbols
    (Daniyar Tleulin)
  - Build failure due to statx fields with NDK r25.c (Philip Withnall)
  - Backport !3446 “glib-compile-resources: Fix non-ASCII arg parsing on
    Windows” to glib-2-76
  - Backport !3473 ”glib: reset errno to 0 when futex() returns EAGAIN” to
    glib-2-76
  - Backport !3468 “Avoid stack overflow in gspawn on macOS” to glib-2-76
  - Backport !3482 “glocalfileinfo: Fix incorrect use of struct
    statx.st_mtimensec on Android” to glib-2-76

* Translation updates:
  - English (United Kingdom) (Bruce Cowan)
  - Portuguese (Brazil) (Leônidas Araújo)
  - Slovak (Dušan Kazik)


(adam)
diff -r1.41 -r1.42 pkgsrc/devel/gdbus-codegen/distinfo
diff -r1.109 -r1.110 pkgsrc/devel/glib2/Makefile.common
diff -r1.148 -r1.149 pkgsrc/devel/glib2/PLIST
diff -r1.311 -r1.312 pkgsrc/devel/glib2/distinfo

cvs diff -r1.41 -r1.42 pkgsrc/devel/gdbus-codegen/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/gdbus-codegen/distinfo 2023/06/26 19:25:56 1.41
+++ pkgsrc/devel/gdbus-codegen/distinfo 2023/07/11 05:54:33 1.42
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.41 2023/06/26 19:25:56 adam Exp $ 1$NetBSD: distinfo,v 1.42 2023/07/11 05:54:33 adam Exp $
2 2
3BLAKE2s (glib-2.76.3.tar.xz) = c3f1e917538c736a42ca9a11490d5c1bb2931cbbf88ef5870ba6a933c6d314dc 3BLAKE2s (glib-2.76.4.tar.xz) = feba1f5bb8ae7a2f37d322490f218021dfd2a934289df2c3dccf4c7ee8af2a5d
4SHA512 (glib-2.76.3.tar.xz) = 291b8913918d411b679442b888f56893a857a77decfe428086c8bd1da1949498938ddb0bf254ed99d192e4a09b5e8cee1905fd6932ee642463fb229cac7c226e 4SHA512 (glib-2.76.4.tar.xz) = f76932dc5090a44880373228e2b162f338415d06f7c90f2950eab1a43bb191c56a1797da4d377594f6a999197fef4defb848039259cfa4105bb68288a928f5b7
5Size (glib-2.76.3.tar.xz) = 5273460 bytes 5Size (glib-2.76.4.tar.xz) = 5274356 bytes
6SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999 6SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999

cvs diff -r1.109 -r1.110 pkgsrc/devel/glib2/Makefile.common (expand / switch to unified diff)

--- pkgsrc/devel/glib2/Makefile.common 2023/06/26 19:25:56 1.109
+++ pkgsrc/devel/glib2/Makefile.common 2023/07/11 05:54:33 1.110
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.109 2023/06/26 19:25:56 adam Exp $ 1# $NetBSD: Makefile.common,v 1.110 2023/07/11 05:54:33 adam Exp $
2# used by devel/gdbus-codegen/Makefile 2# used by devel/gdbus-codegen/Makefile
3# used by devel/glib2/Makefile 3# used by devel/glib2/Makefile
4# used by devel/glib2-tools/Makefile 4# used by devel/glib2-tools/Makefile
5 5
6DISTNAME= glib-2.76.3 6DISTNAME= glib-2.76.4
7PKGNAME= ${DISTNAME:S/glib/glib2/} 7PKGNAME= ${DISTNAME:S/glib/glib2/}
8MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/} 8MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
9EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
10 10
11MAINTAINER= prlw1@cam.ac.uk 11MAINTAINER= prlw1@cam.ac.uk
12HOMEPAGE= https://developer.gnome.org/glib/ 12HOMEPAGE= https://developer.gnome.org/glib/
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15USE_LANGUAGES= c c++ c99 15USE_LANGUAGES= c c++ c99
16USE_TOOLS+= msgfmt pkg-config xgettext 16USE_TOOLS+= msgfmt pkg-config xgettext
17 17
18# does snprintf %d with pid_t... 18# does snprintf %d with pid_t...
19BUILDLINK_TRANSFORM+= rm:-Werror=format=2 19BUILDLINK_TRANSFORM+= rm:-Werror=format=2

cvs diff -r1.148 -r1.149 pkgsrc/devel/glib2/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/glib2/PLIST 2023/06/26 19:25:56 1.148
+++ pkgsrc/devel/glib2/PLIST 2023/07/11 05:54:33 1.149
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.148 2023/06/26 19:25:56 adam Exp $ 1@comment $NetBSD: PLIST,v 1.149 2023/07/11 05:54:33 adam Exp $
2${PLIST.nococoa}bin/gapplication 2${PLIST.nococoa}bin/gapplication
3bin/gdbus 3bin/gdbus
4bin/gio 4bin/gio
5bin/gio-querymodules 5bin/gio-querymodules
6bin/glib-compile-resources 6bin/glib-compile-resources
7bin/glib-compile-schemas 7bin/glib-compile-schemas
8bin/glib-gettextize 8bin/glib-gettextize
9bin/gobject-query 9bin/gobject-query
10bin/gresource 10bin/gresource
11bin/gsettings 11bin/gsettings
12${PLIST.nococoa}include/gio-unix-2.0/gio/gdesktopappinfo.h 12${PLIST.nococoa}include/gio-unix-2.0/gio/gdesktopappinfo.h
13include/gio-unix-2.0/gio/gfiledescriptorbased.h 13include/gio-unix-2.0/gio/gfiledescriptorbased.h
14include/gio-unix-2.0/gio/gunixfdmessage.h 14include/gio-unix-2.0/gio/gunixfdmessage.h
@@ -283,53 +283,53 @@ include/glib-2.0/gobject/gparamspecs.h @@ -283,53 +283,53 @@ include/glib-2.0/gobject/gparamspecs.h
283include/glib-2.0/gobject/gsignal.h 283include/glib-2.0/gobject/gsignal.h
284include/glib-2.0/gobject/gsignalgroup.h 284include/glib-2.0/gobject/gsignalgroup.h
285include/glib-2.0/gobject/gsourceclosure.h 285include/glib-2.0/gobject/gsourceclosure.h
286include/glib-2.0/gobject/gtype.h 286include/glib-2.0/gobject/gtype.h
287include/glib-2.0/gobject/gtypemodule.h 287include/glib-2.0/gobject/gtypemodule.h
288include/glib-2.0/gobject/gtypeplugin.h 288include/glib-2.0/gobject/gtypeplugin.h
289include/glib-2.0/gobject/gvalue.h 289include/glib-2.0/gobject/gvalue.h
290include/glib-2.0/gobject/gvaluearray.h 290include/glib-2.0/gobject/gvaluearray.h
291include/glib-2.0/gobject/gvaluecollector.h 291include/glib-2.0/gobject/gvaluecollector.h
292include/glib-2.0/gobject/gvaluetypes.h 292include/glib-2.0/gobject/gvaluetypes.h
293lib/glib-2.0/include/glibconfig.h 293lib/glib-2.0/include/glibconfig.h
294lib/libgio-2.0.so 294lib/libgio-2.0.so
295lib/libgio-2.0.so.0 295lib/libgio-2.0.so.0
296lib/libgio-2.0.so.0.7600.3 296lib/libgio-2.0.so.0.7600.4
297lib/libglib-2.0.so 297lib/libglib-2.0.so
298lib/libglib-2.0.so.0 298lib/libglib-2.0.so.0
299lib/libglib-2.0.so.0.7600.3 299lib/libglib-2.0.so.0.7600.4
300lib/libgmodule-2.0.so 300lib/libgmodule-2.0.so
301lib/libgmodule-2.0.so.0 301lib/libgmodule-2.0.so.0
302lib/libgmodule-2.0.so.0.7600.3 302lib/libgmodule-2.0.so.0.7600.4
303lib/libgobject-2.0.so 303lib/libgobject-2.0.so
304lib/libgobject-2.0.so.0 304lib/libgobject-2.0.so.0
305lib/libgobject-2.0.so.0.7600.3 305lib/libgobject-2.0.so.0.7600.4
306lib/libgthread-2.0.so 306lib/libgthread-2.0.so
307lib/libgthread-2.0.so.0 307lib/libgthread-2.0.so.0
308lib/libgthread-2.0.so.0.7600.3 308lib/libgthread-2.0.so.0.7600.4
309lib/pkgconfig/gio-2.0.pc 309lib/pkgconfig/gio-2.0.pc
310lib/pkgconfig/gio-unix-2.0.pc 310lib/pkgconfig/gio-unix-2.0.pc
311lib/pkgconfig/glib-2.0.pc 311lib/pkgconfig/glib-2.0.pc
312lib/pkgconfig/gmodule-2.0.pc 312lib/pkgconfig/gmodule-2.0.pc
313lib/pkgconfig/gmodule-export-2.0.pc 313lib/pkgconfig/gmodule-export-2.0.pc
314lib/pkgconfig/gmodule-no-export-2.0.pc 314lib/pkgconfig/gmodule-no-export-2.0.pc
315lib/pkgconfig/gobject-2.0.pc 315lib/pkgconfig/gobject-2.0.pc
316lib/pkgconfig/gthread-2.0.pc 316lib/pkgconfig/gthread-2.0.pc
317${PLIST.nococoa}libexec/gio-launch-desktop 317${PLIST.nococoa}libexec/gio-launch-desktop
318share/aclocal/glib-2.0.m4 318share/aclocal/glib-2.0.m4
319share/aclocal/glib-gettext.m4 319share/aclocal/glib-gettext.m4
320share/aclocal/gsettings.m4 320share/aclocal/gsettings.m4
321share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7600.3-gdb.py 321share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7600.4-gdb.py
322share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7600.3-gdb.py 322share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7600.4-gdb.py
323share/gettext/its/gschema.its 323share/gettext/its/gschema.its
324share/gettext/its/gschema.loc 324share/gettext/its/gschema.loc
325share/glib-2.0/gdb/glib_gdb.py 325share/glib-2.0/gdb/glib_gdb.py
326share/glib-2.0/gdb/gobject_gdb.py 326share/glib-2.0/gdb/gobject_gdb.py
327share/glib-2.0/gettext/po/Makefile.in.in 327share/glib-2.0/gettext/po/Makefile.in.in
328share/glib-2.0/schemas/gschema.dtd 328share/glib-2.0/schemas/gschema.dtd
329share/glib-2.0/valgrind/glib.supp 329share/glib-2.0/valgrind/glib.supp
330share/locale/ab/LC_MESSAGES/glib20.mo 330share/locale/ab/LC_MESSAGES/glib20.mo
331share/locale/af/LC_MESSAGES/glib20.mo 331share/locale/af/LC_MESSAGES/glib20.mo
332share/locale/am/LC_MESSAGES/glib20.mo 332share/locale/am/LC_MESSAGES/glib20.mo
333share/locale/an/LC_MESSAGES/glib20.mo 333share/locale/an/LC_MESSAGES/glib20.mo
334share/locale/ar/LC_MESSAGES/glib20.mo 334share/locale/ar/LC_MESSAGES/glib20.mo
335share/locale/as/LC_MESSAGES/glib20.mo 335share/locale/as/LC_MESSAGES/glib20.mo

cvs diff -r1.311 -r1.312 pkgsrc/devel/glib2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/glib2/distinfo 2023/06/30 13:08:37 1.311
+++ pkgsrc/devel/glib2/distinfo 2023/07/11 05:54:33 1.312
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.311 2023/06/30 13:08:37 riastradh Exp $ 1$NetBSD: distinfo,v 1.312 2023/07/11 05:54:33 adam Exp $
2 2
3BLAKE2s (glib-2.76.3.tar.xz) = c3f1e917538c736a42ca9a11490d5c1bb2931cbbf88ef5870ba6a933c6d314dc 3BLAKE2s (glib-2.76.4.tar.xz) = feba1f5bb8ae7a2f37d322490f218021dfd2a934289df2c3dccf4c7ee8af2a5d
4SHA512 (glib-2.76.3.tar.xz) = 291b8913918d411b679442b888f56893a857a77decfe428086c8bd1da1949498938ddb0bf254ed99d192e4a09b5e8cee1905fd6932ee642463fb229cac7c226e 4SHA512 (glib-2.76.4.tar.xz) = f76932dc5090a44880373228e2b162f338415d06f7c90f2950eab1a43bb191c56a1797da4d377594f6a999197fef4defb848039259cfa4105bb68288a928f5b7
5Size (glib-2.76.3.tar.xz) = 5273460 bytes 5Size (glib-2.76.4.tar.xz) = 5274356 bytes
6SHA1 (patch-gio_gcredentialsprivate.h) = f719ae41a9eb1d2f04d866b246fa5176543f2df9 6SHA1 (patch-gio_gcredentialsprivate.h) = f719ae41a9eb1d2f04d866b246fa5176543f2df9
7SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = 76ed9658ac11fb33b97143938b6a60b5aa515cae 7SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = 76ed9658ac11fb33b97143938b6a60b5aa515cae
8SHA1 (patch-gio_giomodule.c) = 8e12ba27d0f13f43cff9a4e2301edf67aba0d1fe 8SHA1 (patch-gio_giomodule.c) = 8e12ba27d0f13f43cff9a4e2301edf67aba0d1fe
9SHA1 (patch-gio_glib-compile-schemas.c) = 4fc8e8ba62bef01762007ebf21569053374808d0 9SHA1 (patch-gio_glib-compile-schemas.c) = 4fc8e8ba62bef01762007ebf21569053374808d0
10SHA1 (patch-gio_gresource-tool.c) = ad0e59f48f5f98ea66be568dbe2e5a5d1ac602fc 10SHA1 (patch-gio_gresource-tool.c) = ad0e59f48f5f98ea66be568dbe2e5a5d1ac602fc
11SHA1 (patch-gio_gunixcredentialsmessage.c) = c13119ddd6262db7c03e53857e987f0c495d3312 11SHA1 (patch-gio_gunixcredentialsmessage.c) = c13119ddd6262db7c03e53857e987f0c495d3312
12SHA1 (patch-gio_gunixmounts.c) = 48b6945fde5b1721ca246eb7e79f73b5b480e816 12SHA1 (patch-gio_gunixmounts.c) = 48b6945fde5b1721ca246eb7e79f73b5b480e816
13SHA1 (patch-gio_inotify_inotify-kernel.c) = 78544b4c32ef3b44e8721b1c07407f46a9e8c8a4 13SHA1 (patch-gio_inotify_inotify-kernel.c) = 78544b4c32ef3b44e8721b1c07407f46a9e8c8a4
14SHA1 (patch-gio_meson.build) = 317da05e008d7bbdbc4c02c3057e8bef514fafae 14SHA1 (patch-gio_meson.build) = 317da05e008d7bbdbc4c02c3057e8bef514fafae
15SHA1 (patch-gio_tests_meson.build) = 6e02b4b16b7e668e91b6d308b70c3e5492aef038 15SHA1 (patch-gio_tests_meson.build) = 6e02b4b16b7e668e91b6d308b70c3e5492aef038
16SHA1 (patch-glib_gatomic.c) = deb2e74010523ad41ce141aa2f49b807ba2672e6 16SHA1 (patch-glib_gatomic.c) = deb2e74010523ad41ce141aa2f49b807ba2672e6
17SHA1 (patch-glib_gatomic.h) = d1c39c3594a5c89d196349e5eafb5512795f55f8 17SHA1 (patch-glib_gatomic.h) = d1c39c3594a5c89d196349e5eafb5512795f55f8
18SHA1 (patch-glib_genviron.c) = dd25be36536d56dfe933225d785eb65f753c4a97 18SHA1 (patch-glib_genviron.c) = dd25be36536d56dfe933225d785eb65f753c4a97