Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 98CD21A923A for ; Tue, 7 Dec 2021 10:07:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BF1BE84EBA; Tue, 7 Dec 2021 10:07:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0505184EA9 for ; Tue, 7 Dec 2021 10:07:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PT4xPnR6d8Os for ; Tue, 7 Dec 2021 10:07:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 060CE84D4D for ; Tue, 7 Dec 2021 10:07:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3A64FAEC; Tue, 7 Dec 2021 10:07:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163887162518500" MIME-Version: 1.0 Date: Tue, 7 Dec 2021 10:07:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211207100705.F3A64FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163887162518500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Tue Dec 7 10:07:05 UTC 2021 Modified Files: pkgsrc/devel/gdbus-codegen: distinfo pkgsrc/devel/glib2: Makefile.common PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/gdbus-codegen/distinfo cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/glib2/Makefile.common cvs rdiff -u -r1.134 -r1.135 pkgsrc/devel/glib2/PLIST cvs rdiff -u -r1.295 -r1.296 pkgsrc/devel/glib2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163887162518500 Content-Disposition: inline Content-Length: 4638 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gdbus-codegen/distinfo diff -u pkgsrc/devel/gdbus-codegen/distinfo:1.29 pkgsrc/devel/gdbus-codegen/distinfo:1.30 --- pkgsrc/devel/gdbus-codegen/distinfo:1.29 Sun Nov 7 13:24:04 2021 +++ pkgsrc/devel/gdbus-codegen/distinfo Tue Dec 7 10:07:05 2021 @@ -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 Index: pkgsrc/devel/glib2/Makefile.common diff -u pkgsrc/devel/glib2/Makefile.common:1.96 pkgsrc/devel/glib2/Makefile.common:1.97 --- pkgsrc/devel/glib2/Makefile.common:1.96 Sun Nov 7 13:24:04 2021 +++ pkgsrc/devel/glib2/Makefile.common Tue Dec 7 10:07:05 2021 @@ -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 Index: pkgsrc/devel/glib2/PLIST diff -u pkgsrc/devel/glib2/PLIST:1.134 pkgsrc/devel/glib2/PLIST:1.135 --- pkgsrc/devel/glib2/PLIST:1.134 Sun Nov 7 13:24:04 2021 +++ pkgsrc/devel/glib2/PLIST Tue Dec 7 10:07:05 2021 @@ -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 Index: pkgsrc/devel/glib2/distinfo diff -u pkgsrc/devel/glib2/distinfo:1.295 pkgsrc/devel/glib2/distinfo:1.296 --- pkgsrc/devel/glib2/distinfo:1.295 Sun Nov 7 13:24:04 2021 +++ pkgsrc/devel/glib2/distinfo Tue Dec 7 10:07:05 2021 @@ -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 --_----------=_163887162518500--