Sun Nov 7 13:24:04 2021 UTC ()
glib2 glib2-tools gdbus-codegen: updated to 2.70.1

Overview of changes in GLib 2.70.1
==================================

* Fix network changes not being signalled from NetworkManager (work by
  Julian Andres Klode)

* Fix build when building with --fatal-meson-warnings (work by Eli Schwartz) (!2304)

* Bugs fixed:
 - g_network_monitor_nm never updates on connection change (listens for signal on wrong dbus interface)
 - !2245 gdesktopappinfo: Do not call xterm when it does not exist, inform the caller the launch failed
 - !2253 Backport !2251 “GString: Bump minimum size” to glib-2-70
 - !2256 Backport !2254 “Small optimization for g_object_set” to glib-2-70
 - !2259 Backport !2257 “Fix documentation for g_dbus_object_manager_get_object().” to glib-2-70
 - !2262 Backport !2244 “gutils: Avoid segfault in g_get_user_database_entry” to glib-2-70
 - !2271 Backport !2266 “fix uninitial variable” to glib-2-70
 - !2276 Backport !2274 “Do not try to access errno after calling getpwnam_r.” to glib-2-70
 - !2300 Backport !2285 “fix issues found by svace static code analyzer” to glib-2-70
 - !2301 Backport !2293 “glib-private: Fix MSVC build with AddressSanitizer” to glib-2-70
 - !2302 Backport !2291 “gnetworkmonitornm: Stop using removed PropertiesChanged signal” to glib-2-70
 - !2304 meson: fix warnings for extract_all_objects function


(adam)
diff -r1.28 -r1.29 pkgsrc/devel/gdbus-codegen/distinfo
diff -r1.95 -r1.96 pkgsrc/devel/glib2/Makefile.common
diff -r1.133 -r1.134 pkgsrc/devel/glib2/PLIST
diff -r1.294 -r1.295 pkgsrc/devel/glib2/distinfo
diff -r1.7 -r1.8 pkgsrc/devel/glib2/patches/patch-gio_meson.build

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

--- pkgsrc/devel/gdbus-codegen/distinfo 2021/10/26 10:14:40 1.28
+++ pkgsrc/devel/gdbus-codegen/distinfo 2021/11/07 13:24:04 1.29
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.28 2021/10/26 10:14:40 nia Exp $ 1$NetBSD: distinfo,v 1.29 2021/11/07 13:24:04 adam Exp $
2 2
3BLAKE2s (glib-2.70.0.tar.xz) = 66ff8881d2193a3aee46149e93c873f0f416ddf98c6c1669f703882561df6e8c 3BLAKE2s (glib-2.70.1.tar.xz) = 1639e809505a1022563a8d1ad10f78c47e5485275da5cfc0ee3e4820d61ce2ca
4SHA512 (glib-2.70.0.tar.xz) = fd3fcaebd34aebe0e63f9dc915b2df026a3f88a5c2254e9f17beea0a59ab0ac563976fca54eb57bd2f7af183c4ae76fb86f05951216bf4159d258b5e7b29696f 4SHA512 (glib-2.70.1.tar.xz) = 639317c98ab72ad853608ab4d395484daff135c0222556c51ca93fd8533c5759db14478beda964e4feb02bb2737a46a4eda25063f98a9c6ba6ae4bc5d74bf5e1
5Size (glib-2.70.0.tar.xz) = 4796812 bytes 5Size (glib-2.70.1.tar.xz) = 4797752 bytes
6SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999 6SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999

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

--- pkgsrc/devel/glib2/Makefile.common 2021/10/11 10:03:47 1.95
+++ pkgsrc/devel/glib2/Makefile.common 2021/11/07 13:24:04 1.96
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.95 2021/10/11 10:03:47 cirnatdan Exp $ 1# $NetBSD: Makefile.common,v 1.96 2021/11/07 13:24:04 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.70.0 6DISTNAME= glib-2.70.1
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 16USE_TOOLS+= msgfmt pkg-config
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.133 -r1.134 pkgsrc/devel/glib2/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/glib2/PLIST 2021/10/11 10:16:46 1.133
+++ pkgsrc/devel/glib2/PLIST 2021/11/07 13:24:04 1.134
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.133 2021/10/11 10:16:46 cirnatdan Exp $ 1@comment $NetBSD: PLIST,v 1.134 2021/11/07 13:24:04 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/gunixconnection.h 14include/gio-unix-2.0/gio/gunixconnection.h
@@ -275,52 +275,52 @@ include/glib-2.0/gobject/gparamspecs.h @@ -275,52 +275,52 @@ include/glib-2.0/gobject/gparamspecs.h
275include/glib-2.0/gobject/gsignal.h 275include/glib-2.0/gobject/gsignal.h
276include/glib-2.0/gobject/gsourceclosure.h 276include/glib-2.0/gobject/gsourceclosure.h
277include/glib-2.0/gobject/gtype.h 277include/glib-2.0/gobject/gtype.h
278include/glib-2.0/gobject/gtypemodule.h 278include/glib-2.0/gobject/gtypemodule.h
279include/glib-2.0/gobject/gtypeplugin.h 279include/glib-2.0/gobject/gtypeplugin.h
280include/glib-2.0/gobject/gvalue.h 280include/glib-2.0/gobject/gvalue.h
281include/glib-2.0/gobject/gvaluearray.h 281include/glib-2.0/gobject/gvaluearray.h
282include/glib-2.0/gobject/gvaluecollector.h 282include/glib-2.0/gobject/gvaluecollector.h
283include/glib-2.0/gobject/gvaluetypes.h 283include/glib-2.0/gobject/gvaluetypes.h
284${PLIST.fam}lib/gio/modules/libgiofam.so 284${PLIST.fam}lib/gio/modules/libgiofam.so
285lib/glib-2.0/include/glibconfig.h 285lib/glib-2.0/include/glibconfig.h
286lib/libgio-2.0.so 286lib/libgio-2.0.so
287lib/libgio-2.0.so.0 287lib/libgio-2.0.so.0
288lib/libgio-2.0.so.0.7000.0 288lib/libgio-2.0.so.0.7000.1
289lib/libglib-2.0.so 289lib/libglib-2.0.so
290lib/libglib-2.0.so.0 290lib/libglib-2.0.so.0
291lib/libglib-2.0.so.0.7000.0 291lib/libglib-2.0.so.0.7000.1
292lib/libgmodule-2.0.so 292lib/libgmodule-2.0.so
293lib/libgmodule-2.0.so.0 293lib/libgmodule-2.0.so.0
294lib/libgmodule-2.0.so.0.7000.0 294lib/libgmodule-2.0.so.0.7000.1
295lib/libgobject-2.0.so 295lib/libgobject-2.0.so
296lib/libgobject-2.0.so.0 296lib/libgobject-2.0.so.0
297lib/libgobject-2.0.so.0.7000.0 297lib/libgobject-2.0.so.0.7000.1
298lib/libgthread-2.0.so 298lib/libgthread-2.0.so
299lib/libgthread-2.0.so.0 299lib/libgthread-2.0.so.0
300lib/libgthread-2.0.so.0.7000.0 300lib/libgthread-2.0.so.0.7000.1
301lib/pkgconfig/gio-2.0.pc 301lib/pkgconfig/gio-2.0.pc
302lib/pkgconfig/gio-unix-2.0.pc 302lib/pkgconfig/gio-unix-2.0.pc
303lib/pkgconfig/glib-2.0.pc 303lib/pkgconfig/glib-2.0.pc
304lib/pkgconfig/gmodule-2.0.pc 304lib/pkgconfig/gmodule-2.0.pc
305lib/pkgconfig/gmodule-export-2.0.pc 305lib/pkgconfig/gmodule-export-2.0.pc
306lib/pkgconfig/gmodule-no-export-2.0.pc 306lib/pkgconfig/gmodule-no-export-2.0.pc
307lib/pkgconfig/gobject-2.0.pc 307lib/pkgconfig/gobject-2.0.pc
308lib/pkgconfig/gthread-2.0.pc 308lib/pkgconfig/gthread-2.0.pc
309share/aclocal/glib-2.0.m4 309share/aclocal/glib-2.0.m4
310share/aclocal/glib-gettext.m4 310share/aclocal/glib-gettext.m4
311share/aclocal/gsettings.m4 311share/aclocal/gsettings.m4
312share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7000.0-gdb.py 312share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7000.1-gdb.py
313share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7000.0-gdb.py 313share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7000.1-gdb.py
314share/gettext/its/gschema.its 314share/gettext/its/gschema.its
315share/gettext/its/gschema.loc 315share/gettext/its/gschema.loc
316share/glib-2.0/gdb/glib_gdb.py 316share/glib-2.0/gdb/glib_gdb.py
317share/glib-2.0/gdb/gobject_gdb.py 317share/glib-2.0/gdb/gobject_gdb.py
318share/glib-2.0/gettext/po/Makefile.in.in 318share/glib-2.0/gettext/po/Makefile.in.in
319share/glib-2.0/schemas/gschema.dtd 319share/glib-2.0/schemas/gschema.dtd
320share/glib-2.0/valgrind/glib.supp 320share/glib-2.0/valgrind/glib.supp
321share/locale/af/LC_MESSAGES/glib20.mo 321share/locale/af/LC_MESSAGES/glib20.mo
322share/locale/am/LC_MESSAGES/glib20.mo 322share/locale/am/LC_MESSAGES/glib20.mo
323share/locale/an/LC_MESSAGES/glib20.mo 323share/locale/an/LC_MESSAGES/glib20.mo
324share/locale/ar/LC_MESSAGES/glib20.mo 324share/locale/ar/LC_MESSAGES/glib20.mo
325share/locale/as/LC_MESSAGES/glib20.mo 325share/locale/as/LC_MESSAGES/glib20.mo
326share/locale/ast/LC_MESSAGES/glib20.mo 326share/locale/ast/LC_MESSAGES/glib20.mo

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

--- pkgsrc/devel/glib2/distinfo 2021/10/26 10:14:42 1.294
+++ pkgsrc/devel/glib2/distinfo 2021/11/07 13:24:04 1.295
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1$NetBSD: distinfo,v 1.294 2021/10/26 10:14:42 nia Exp $ 1$NetBSD: distinfo,v 1.295 2021/11/07 13:24:04 adam Exp $
2 2
3BLAKE2s (glib-2.70.0.tar.xz) = 66ff8881d2193a3aee46149e93c873f0f416ddf98c6c1669f703882561df6e8c 3BLAKE2s (glib-2.70.1.tar.xz) = 1639e809505a1022563a8d1ad10f78c47e5485275da5cfc0ee3e4820d61ce2ca
4SHA512 (glib-2.70.0.tar.xz) = fd3fcaebd34aebe0e63f9dc915b2df026a3f88a5c2254e9f17beea0a59ab0ac563976fca54eb57bd2f7af183c4ae76fb86f05951216bf4159d258b5e7b29696f 4SHA512 (glib-2.70.1.tar.xz) = 639317c98ab72ad853608ab4d395484daff135c0222556c51ca93fd8533c5759db14478beda964e4feb02bb2737a46a4eda25063f98a9c6ba6ae4bc5d74bf5e1
5Size (glib-2.70.0.tar.xz) = 4796812 bytes 5Size (glib-2.70.1.tar.xz) = 4797752 bytes
6SHA1 (patch-gio_gcredentialsprivate.h) = 6547edb518a98c3aca53acc1f98bde83e71b14cb 6SHA1 (patch-gio_gcredentialsprivate.h) = 6547edb518a98c3aca53acc1f98bde83e71b14cb
7SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = ec8ce89da08059ebf953d84a1dca5a2b380349f4 7SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = ec8ce89da08059ebf953d84a1dca5a2b380349f4
8SHA1 (patch-gio_giomodule.c) = 68e612ac178c41aa0aae2bd66c3e4263910711ac 8SHA1 (patch-gio_giomodule.c) = 68e612ac178c41aa0aae2bd66c3e4263910711ac
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) = 6213fb2d4cb52af0ebbe794832e37dd3de9fd27f 12SHA1 (patch-gio_gunixmounts.c) = 6213fb2d4cb52af0ebbe794832e37dd3de9fd27f
13SHA1 (patch-gio_inotify_inotify-kernel.c) = 78544b4c32ef3b44e8721b1c07407f46a9e8c8a4 13SHA1 (patch-gio_inotify_inotify-kernel.c) = 78544b4c32ef3b44e8721b1c07407f46a9e8c8a4
14SHA1 (patch-gio_meson.build) = c2bda4943f8580706ec45760604ed1bdf63d1c6f 14SHA1 (patch-gio_meson.build) = 07c0fd5cc495b3bf3788cf77701a9ebc8df70115
15SHA1 (patch-gio_tests_gdbus-export.c) = 59d85ca079d02b52e33153c7d2ac1cc48c26707a 15SHA1 (patch-gio_tests_gdbus-export.c) = 59d85ca079d02b52e33153c7d2ac1cc48c26707a
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
19SHA1 (patch-glib_gspawn.c) = 8f833edd594168fe62c5d0e161ebaafdebda2294 19SHA1 (patch-glib_gspawn.c) = 8f833edd594168fe62c5d0e161ebaafdebda2294
20SHA1 (patch-glib_meson.build) = 65cbe6e3bd650f8f2c37f003a48ef183700a6ef9 20SHA1 (patch-glib_meson.build) = 65cbe6e3bd650f8f2c37f003a48ef183700a6ef9
21SHA1 (patch-glib_tests_hash.c) = a7e19ca55fcbbc0b188c34755cae5b6b65b67f1a 21SHA1 (patch-glib_tests_hash.c) = a7e19ca55fcbbc0b188c34755cae5b6b65b67f1a
22SHA1 (patch-glib_tests_include.c) = 12d98caebfb87c1146821d518c37c45f97fc7be0 22SHA1 (patch-glib_tests_include.c) = 12d98caebfb87c1146821d518c37c45f97fc7be0
23SHA1 (patch-glib_tests_meson.build) = d358bd579eb09655c608106092bdeed8f16ff4d0 23SHA1 (patch-glib_tests_meson.build) = d358bd579eb09655c608106092bdeed8f16ff4d0
24SHA1 (patch-gmodule_gmodule-dl.c) = 13a6e81adc1b54ab0ed8d6302ee063754cd6f881 24SHA1 (patch-gmodule_gmodule-dl.c) = 13a6e81adc1b54ab0ed8d6302ee063754cd6f881
25SHA1 (patch-gmodule_gmodule.c) = a020920b8e5bad34550c9963eb2fc27bef24c5c9 25SHA1 (patch-gmodule_gmodule.c) = a020920b8e5bad34550c9963eb2fc27bef24c5c9
26SHA1 (patch-gobject_glib-mkenums.in) = c177cf9b1ea81542665240678f47f68351a3760d 26SHA1 (patch-gobject_glib-mkenums.in) = c177cf9b1ea81542665240678f47f68351a3760d
27SHA1 (patch-gobject_meson.build) = 412b65558aa4cf9648ee84a57ad6dfcc988b1a1d 27SHA1 (patch-gobject_meson.build) = 412b65558aa4cf9648ee84a57ad6dfcc988b1a1d

cvs diff -r1.7 -r1.8 pkgsrc/devel/glib2/patches/patch-gio_meson.build (expand / switch to unified diff)

--- pkgsrc/devel/glib2/patches/patch-gio_meson.build 2019/11/14 11:40:30 1.7
+++ pkgsrc/devel/glib2/patches/patch-gio_meson.build 2021/11/07 13:24:04 1.8
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-gio_meson.build,v 1.7 2019/11/14 11:40:30 wiz Exp $ 1$NetBSD: patch-gio_meson.build,v 1.8 2021/11/07 13:24:04 adam Exp $
2 2
3Disable inotify on SunOS. 3Disable inotify on SunOS.
4 4
5--- gio/meson.build.orig 2019-10-04 11:44:23.000000000 +0000 5--- gio/meson.build.orig 2021-10-28 12:34:36.000000000 +0000
6+++ gio/meson.build 6+++ gio/meson.build
7@@ -760,7 +760,7 @@ gioenumtypes_c = custom_target('gioenumt 7@@ -755,7 +755,7 @@ gioenumtypes_c = custom_target('gioenumt
8 gioenumtypes_dep = declare_dependency(sources : [gioenumtypes_h, glib_enumtypes_h]) 8 gioenumtypes_dep = declare_dependency(sources : [gioenumtypes_h, glib_enumtypes_h])
9  9
10 # inotify 10 # inotify
11-if glib_conf.has('HAVE_SYS_INOTIFY_H') and have_func_inotify_init1 11-if glib_conf.has('HAVE_SYS_INOTIFY_H') and have_func_inotify_init1
12+if glib_conf.has('HAVE_SYS_INOTIFY_H') and have_func_inotify_init1 and host_system != 'sunos' 12+if glib_conf.has('HAVE_SYS_INOTIFY_H') and have_func_inotify_init1 and host_system != 'sunos'
13 subdir('inotify') 13 subdir('inotify')
14 internal_deps += [ inotify_lib ] 14 internal_deps += [ inotify_lib ]
15 internal_objects += [inotify_lib.extract_all_objects()] 15 internal_objects += [inotify_lib.extract_all_objects(recursive: false)]