glib2 glib2-tools gdbus-codegen: updated to 2.70.2
Overview of changes in GLib 2.70.2 ================================== * Fix use of the default log writer with journald namespaces (diagnosis by Ilya Basin) * Fix hang in `dbus-daemon` under `GTestDBus` when `G_MESSAGES_DEBUG=all` is set (work by Marco Trevisan) * Speed up `g_canonicalize_filename()` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) * Fix URI for pcre subproject as itâs moved upstream (work by Albert Astals Cid) * Fix storing GSettings dictionaries on macOS (work by Maurice) * Speed up âremove dot segmentsâ algorithm in `GUri` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) * Fix infinite loops in D-Bus message parsing for truncated inputs (work by Sebastian Wilhelmi) * Improve correctness of version information returned by `g_get_os_info()` for Windows 10/Server 2019+ (work by Chun-wei Fan) * Bugs fixed: - Use-after-free in invoke_set_property_in_idle_cb() - GSettings delayed apply generates runtime warnings - g_dbus_message_new_from_blob goes into infinite loop for certain inputs - g_log_writer_is_journald fails if a Journal Namespace is used - GTestDBus dbus daemon causes child process to hang when using verbose output - g_canonicalize_filename should work in linear time complexity - Backport !2265 âgdbusconnection: Fix race between method calls and object unregistrationâ to glib-2-70 - Backport !2260 âGWin32AppInfo: Remove assertion on the opened registry keyâ to glib-2-70 - Backport !2308 âgthread-win32: Remove an unnecessary volatile qualifierâ to glib-2-70 - Backport !2309 âRename libpcre.wrap to pcre.wrapâ to glib-2-70 - Backport !2161 âgdelayedsettingsbackend: Fix applying after calling g_settings_reset()â to glib-2-70 - Backport !2324 âFix link to pcre-8.37.tar.bz2â to glib-2-70 - Backport !2325 âFix GSettings dict error macOSâ to glib-2-70 - Backport !2338 âgmessages: Support namespaced journalsâ to glib-2-70 - Backport !2327 âguri: Improve performance of remove_dot_segments() algorithmâ to glib-2-70 - Backport !2355 âgdbusmessage: Add more bounds checking when parsing D-Bus messagesâ to glib-2-70 - gutils.c: Improve g_get_os_info() for Windows 10/Server 2019+ - Backport !2354 âgtestdbus: Print the dbus address on a specific FD intead of stdoutâ to glib-2-70 - Backport !2360 âmeson: specify when commands need to succeed in run_commandâ to glib-2-70 - Backport !2364 âtests: Allow `objcopy --help` to fail, because it fails on FreeBSDâ to glib-2-70 - Backport !2374 âgfileutils: Improve performance of g_canonicalize_filename()â to glib-2-70 - Backport !2382 âgfileutils: Correctly reset start value when canonicalising pathsâ to glib-2-70 * Translation updates: - Croatian - Italian - Occitan (post 1500) - Polish - Portuguese - Portuguese (Brazil) - Russian - Swedish - Ukrainian
This commit is contained in:
parent
e3980909aa
commit
923c422b37
4 changed files with 18 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.29 2021/11/07 13:24:04 adam Exp $
|
||||
$NetBSD: distinfo,v 1.30 2021/12/07 10:07:05 adam Exp $
|
||||
|
||||
BLAKE2s (glib-2.70.1.tar.xz) = 1639e809505a1022563a8d1ad10f78c47e5485275da5cfc0ee3e4820d61ce2ca
|
||||
SHA512 (glib-2.70.1.tar.xz) = 639317c98ab72ad853608ab4d395484daff135c0222556c51ca93fd8533c5759db14478beda964e4feb02bb2737a46a4eda25063f98a9c6ba6ae4bc5d74bf5e1
|
||||
Size (glib-2.70.1.tar.xz) = 4797752 bytes
|
||||
BLAKE2s (glib-2.70.2.tar.xz) = 3b46520dac3bc5f18a89eaa98a0cdb461df20c37e439b44451551fe8eb759aed
|
||||
SHA512 (glib-2.70.2.tar.xz) = 872e3f06f87f21a32446b41aac7454fd6bf4d665c753121f6e9772cddebc592b79d88713fc6b8d510636af9f9c4528a9d508d8c4225c6dfeb928390120fb4809
|
||||
Size (glib-2.70.2.tar.xz) = 4822356 bytes
|
||||
SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile.common,v 1.96 2021/11/07 13:24:04 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.97 2021/12/07 10:07:05 adam Exp $
|
||||
# used by devel/gdbus-codegen/Makefile
|
||||
# used by devel/glib2/Makefile
|
||||
# used by devel/glib2-tools/Makefile
|
||||
|
||||
DISTNAME= glib-2.70.1
|
||||
DISTNAME= glib-2.70.2
|
||||
PKGNAME= ${DISTNAME:S/glib/glib2/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.134 2021/11/07 13:24:04 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.135 2021/12/07 10:07:05 adam Exp $
|
||||
${PLIST.nococoa}bin/gapplication
|
||||
bin/gdbus
|
||||
bin/gio
|
||||
|
@ -285,19 +285,19 @@ ${PLIST.fam}lib/gio/modules/libgiofam.so
|
|||
lib/glib-2.0/include/glibconfig.h
|
||||
lib/libgio-2.0.so
|
||||
lib/libgio-2.0.so.0
|
||||
lib/libgio-2.0.so.0.7000.1
|
||||
lib/libgio-2.0.so.0.7000.2
|
||||
lib/libglib-2.0.so
|
||||
lib/libglib-2.0.so.0
|
||||
lib/libglib-2.0.so.0.7000.1
|
||||
lib/libglib-2.0.so.0.7000.2
|
||||
lib/libgmodule-2.0.so
|
||||
lib/libgmodule-2.0.so.0
|
||||
lib/libgmodule-2.0.so.0.7000.1
|
||||
lib/libgmodule-2.0.so.0.7000.2
|
||||
lib/libgobject-2.0.so
|
||||
lib/libgobject-2.0.so.0
|
||||
lib/libgobject-2.0.so.0.7000.1
|
||||
lib/libgobject-2.0.so.0.7000.2
|
||||
lib/libgthread-2.0.so
|
||||
lib/libgthread-2.0.so.0
|
||||
lib/libgthread-2.0.so.0.7000.1
|
||||
lib/libgthread-2.0.so.0.7000.2
|
||||
lib/pkgconfig/gio-2.0.pc
|
||||
lib/pkgconfig/gio-unix-2.0.pc
|
||||
lib/pkgconfig/glib-2.0.pc
|
||||
|
@ -309,8 +309,8 @@ lib/pkgconfig/gthread-2.0.pc
|
|||
share/aclocal/glib-2.0.m4
|
||||
share/aclocal/glib-gettext.m4
|
||||
share/aclocal/gsettings.m4
|
||||
share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7000.1-gdb.py
|
||||
share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7000.1-gdb.py
|
||||
share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7000.2-gdb.py
|
||||
share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7000.2-gdb.py
|
||||
share/gettext/its/gschema.its
|
||||
share/gettext/its/gschema.loc
|
||||
share/glib-2.0/gdb/glib_gdb.py
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.295 2021/11/07 13:24:04 adam Exp $
|
||||
$NetBSD: distinfo,v 1.296 2021/12/07 10:07:05 adam Exp $
|
||||
|
||||
BLAKE2s (glib-2.70.1.tar.xz) = 1639e809505a1022563a8d1ad10f78c47e5485275da5cfc0ee3e4820d61ce2ca
|
||||
SHA512 (glib-2.70.1.tar.xz) = 639317c98ab72ad853608ab4d395484daff135c0222556c51ca93fd8533c5759db14478beda964e4feb02bb2737a46a4eda25063f98a9c6ba6ae4bc5d74bf5e1
|
||||
Size (glib-2.70.1.tar.xz) = 4797752 bytes
|
||||
BLAKE2s (glib-2.70.2.tar.xz) = 3b46520dac3bc5f18a89eaa98a0cdb461df20c37e439b44451551fe8eb759aed
|
||||
SHA512 (glib-2.70.2.tar.xz) = 872e3f06f87f21a32446b41aac7454fd6bf4d665c753121f6e9772cddebc592b79d88713fc6b8d510636af9f9c4528a9d508d8c4225c6dfeb928390120fb4809
|
||||
Size (glib-2.70.2.tar.xz) = 4822356 bytes
|
||||
SHA1 (patch-gio_gcredentialsprivate.h) = 6547edb518a98c3aca53acc1f98bde83e71b14cb
|
||||
SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = ec8ce89da08059ebf953d84a1dca5a2b380349f4
|
||||
SHA1 (patch-gio_giomodule.c) = 68e612ac178c41aa0aae2bd66c3e4263910711ac
|
||||
|
|
Loading…
Reference in a new issue