Received: by mail.netbsd.org (Postfix, from userid 605) id C0E1D84F5A; Fri, 9 Feb 2024 09:31:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707471107; bh=0wixnRWAQleFA9bxsgiGmJEc92en0ZFKOivk/4R9xD0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=lCV8vId+ZgkZFBBG1WXXoH9UveGIaVz0kRwF+gLQRAP+LeZ19mEnHA7XvLGOoand5 4m9HPlkh2GEnil/To1wIqHzojSM0wO/T9rbpMsc9kM7bHqC+xN+hIlkP5Jz1x8P4S0 5EGL021Z9DlOhVwQ5UyOWHBriVbRLKCrpQsDefy8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F339184F59 for ; Fri, 9 Feb 2024 09:31:46 +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 LjQxxiLlXBy6 for ; Fri, 9 Feb 2024 09:31:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0277084CC8 for ; Fri, 9 Feb 2024 09:31:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EEA91FA42; Fri, 9 Feb 2024 09:31:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707471105233840" MIME-Version: 1.0 Date: Fri, 9 Feb 2024 09:31:45 +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: <20240209093145.EEA91FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707471105233840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Fri Feb 9 09:31:45 UTC 2024 Modified Files: pkgsrc/devel/gdbus-codegen: Makefile distinfo pkgsrc/devel/glib2: Makefile Makefile.common PLIST distinfo Log Message: glib2 glib2-tools gdbus-codegen: updated to 2.78.4 Overview of changes in GLib 2.78.4, 2024-01-21 ============================================== * Bugs fixed: - Backport !3751 “Fix generated RST anchors for methods, signals and properties” to glib-2-78 - docs/reference: depend on a native gtk-doc - Backport !3753 “gobject_gdb.py: Do not break bt on optimized build” to glib-2-78 - Backport !3750 “gregex: clean up usage of _GRegex.jit_status” to glib-2-78 Overview of changes in GLib 2.78.3, 2023-12-06 ============================================== * Fix a crash-causing regression in xdgmime * Bugs fixed: - Crash in __gio_xdg_cache_mime_type_subclass (Philip Withnall) - Backport !3742 “xdgmime: Update to upstream commit c2c814d4051f232” to glib-2-78 Overview of changes in GLib 2.78.2, 2023-12-05 ============================================== * Bugs fixed: - check for #ifdef PTRACE_O_EXITKILL will always fail since it isn't a macro (Alessandro Bono) - gsubprocess build-time test intermittently timing out since 2.78.1 (Simon McVittie) - Backport !3669 “meson: Improve PTRACE_O_EXITKILL presence check” to glib-2-78 - Backport !3677 “Make GQuark register intentional leaks” to glib-2-78 - Backport 3678 “gsignalgroup: Avoid function call with side effect in g_return_* macro” to glib-2-78 - Backport !3685 “tests: Don't assume that sh optimizes simple commands into exec” to glib-2-78 - Backport !3714 “xdgmime: Handle buggy type definitions with circular inheritance” to glib-2-78 - Backport !3725 “collate: Don't segfault on bad input” to glib-2-78 * Translation updates: - Ukrainian (Yuri Chornoivan) To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/gdbus-codegen/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/gdbus-codegen/distinfo cvs rdiff -u -r1.299 -r1.300 pkgsrc/devel/glib2/Makefile cvs rdiff -u -r1.114 -r1.115 pkgsrc/devel/glib2/Makefile.common cvs rdiff -u -r1.152 -r1.153 pkgsrc/devel/glib2/PLIST cvs rdiff -u -r1.319 -r1.320 pkgsrc/devel/glib2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707471105233840 Content-Disposition: inline Content-Length: 5916 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gdbus-codegen/Makefile diff -u pkgsrc/devel/gdbus-codegen/Makefile:1.30 pkgsrc/devel/gdbus-codegen/Makefile:1.31 --- pkgsrc/devel/gdbus-codegen/Makefile:1.30 Mon Oct 23 06:37:38 2023 +++ pkgsrc/devel/gdbus-codegen/Makefile Fri Feb 9 09:31:45 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2023/10/23 06:37:38 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2024/02/09 09:31:45 adam Exp $ .include "../../devel/glib2/Makefile.common" @@ -9,6 +9,8 @@ COMMENT= Generate code and/or documentat WRKSRC= ${WRKDIR}/${DISTNAME}/gio/gdbus-2.0/codegen +DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging + SUBST_CLASSES+= autovars SUBST_STAGE.autovars= pre-configure SUBST_MESSAGE.autovars= autoconf meson.build Index: pkgsrc/devel/gdbus-codegen/distinfo diff -u pkgsrc/devel/gdbus-codegen/distinfo:1.45 pkgsrc/devel/gdbus-codegen/distinfo:1.46 --- pkgsrc/devel/gdbus-codegen/distinfo:1.45 Mon Nov 6 09:21:54 2023 +++ pkgsrc/devel/gdbus-codegen/distinfo Fri Feb 9 09:31:45 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2023/11/06 09:21:54 adam Exp $ +$NetBSD: distinfo,v 1.46 2024/02/09 09:31:45 adam Exp $ -BLAKE2s (glib-2.78.1.tar.xz) = dd5d9e6e27dca44c6a43b02c5c6650bc3d26c6923cf13ca37dd8337172e3f68b -SHA512 (glib-2.78.1.tar.xz) = aa9ed9195951b00ac8221e958ea337fbda82621a862ef8f29dc2ea396a6253ce51c2a0a498dfa4e12642f1836f85f9564f09991979ae85c5ed4368355d857376 -Size (glib-2.78.1.tar.xz) = 5320740 bytes +BLAKE2s (glib-2.78.4.tar.xz) = 99e73c55068a1eb95703d3df83019a5bb6b5d22e7922f5230a56df5ed5194037 +SHA512 (glib-2.78.4.tar.xz) = 6f3a06e10e7373a2dbf0688512de4126472fb73cbec488b7983b5ffecff09c64d7e1ca462f892e8f215d3d277d103ca802bad7ef0bd0f91edf26fc6ce67187b6 +Size (glib-2.78.4.tar.xz) = 5331892 bytes SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999 Index: pkgsrc/devel/glib2/Makefile diff -u pkgsrc/devel/glib2/Makefile:1.299 pkgsrc/devel/glib2/Makefile:1.300 --- pkgsrc/devel/glib2/Makefile:1.299 Fri Nov 17 09:14:56 2023 +++ pkgsrc/devel/glib2/Makefile Fri Feb 9 09:31:45 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.299 2023/11/17 09:14:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.300 2024/02/09 09:31:45 adam Exp $ .include "Makefile.common" -PKGREVISION= 1 CATEGORIES= devel gnome COMMENT= Some useful routines for C programming (glib2) Index: pkgsrc/devel/glib2/Makefile.common diff -u pkgsrc/devel/glib2/Makefile.common:1.114 pkgsrc/devel/glib2/Makefile.common:1.115 --- pkgsrc/devel/glib2/Makefile.common:1.114 Thu Nov 9 03:33:15 2023 +++ pkgsrc/devel/glib2/Makefile.common Fri Feb 9 09:31:45 2024 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.114 2023/11/09 03:33:15 gutteridge Exp $ +# $NetBSD: Makefile.common,v 1.115 2024/02/09 09:31:45 adam Exp $ # used by devel/gdbus-codegen/Makefile # used by devel/glib2/Makefile # used by devel/glib2-tools/Makefile -DISTNAME= glib-2.78.1 +DISTNAME= glib-2.78.4 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.152 pkgsrc/devel/glib2/PLIST:1.153 --- pkgsrc/devel/glib2/PLIST:1.152 Mon Nov 6 09:21:54 2023 +++ pkgsrc/devel/glib2/PLIST Fri Feb 9 09:31:45 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.152 2023/11/06 09:21:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.153 2024/02/09 09:31:45 adam Exp $ ${PLIST.nococoa}bin/gapplication bin/gdbus bin/gio @@ -295,19 +295,19 @@ include/glib-2.0/gobject/gvaluetypes.h lib/glib-2.0/include/glibconfig.h lib/libgio-2.0.so lib/libgio-2.0.so.0 -lib/libgio-2.0.so.0.7800.1 +lib/libgio-2.0.so.0.7800.4 lib/libglib-2.0.so lib/libglib-2.0.so.0 -lib/libglib-2.0.so.0.7800.1 +lib/libglib-2.0.so.0.7800.4 lib/libgmodule-2.0.so lib/libgmodule-2.0.so.0 -lib/libgmodule-2.0.so.0.7800.1 +lib/libgmodule-2.0.so.0.7800.4 lib/libgobject-2.0.so lib/libgobject-2.0.so.0 -lib/libgobject-2.0.so.0.7800.1 +lib/libgobject-2.0.so.0.7800.4 lib/libgthread-2.0.so lib/libgthread-2.0.so.0 -lib/libgthread-2.0.so.0.7800.1 +lib/libgthread-2.0.so.0.7800.4 lib/pkgconfig/gio-2.0.pc lib/pkgconfig/gio-unix-2.0.pc lib/pkgconfig/glib-2.0.pc @@ -320,8 +320,8 @@ ${PLIST.nococoa}libexec/gio-launch-deskt 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.7800.1-gdb.py -share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7800.1-gdb.py +share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7800.4-gdb.py +share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7800.4-gdb.py share/gettext/its/gschema.its share/gettext/its/gschema.loc share/glib-2.0/dtds/gresource.dtd Index: pkgsrc/devel/glib2/distinfo diff -u pkgsrc/devel/glib2/distinfo:1.319 pkgsrc/devel/glib2/distinfo:1.320 --- pkgsrc/devel/glib2/distinfo:1.319 Thu Nov 9 04:07:21 2023 +++ pkgsrc/devel/glib2/distinfo Fri Feb 9 09:31:45 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.319 2023/11/09 04:07:21 gutteridge Exp $ +$NetBSD: distinfo,v 1.320 2024/02/09 09:31:45 adam Exp $ -BLAKE2s (glib-2.78.1.tar.xz) = dd5d9e6e27dca44c6a43b02c5c6650bc3d26c6923cf13ca37dd8337172e3f68b -SHA512 (glib-2.78.1.tar.xz) = aa9ed9195951b00ac8221e958ea337fbda82621a862ef8f29dc2ea396a6253ce51c2a0a498dfa4e12642f1836f85f9564f09991979ae85c5ed4368355d857376 -Size (glib-2.78.1.tar.xz) = 5320740 bytes +BLAKE2s (glib-2.78.4.tar.xz) = 99e73c55068a1eb95703d3df83019a5bb6b5d22e7922f5230a56df5ed5194037 +SHA512 (glib-2.78.4.tar.xz) = 6f3a06e10e7373a2dbf0688512de4126472fb73cbec488b7983b5ffecff09c64d7e1ca462f892e8f215d3d277d103ca802bad7ef0bd0f91edf26fc6ce67187b6 +Size (glib-2.78.4.tar.xz) = 5331892 bytes SHA1 (patch-gio_gcredentialsprivate.h) = f719ae41a9eb1d2f04d866b246fa5176543f2df9 SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = 76ed9658ac11fb33b97143938b6a60b5aa515cae SHA1 (patch-gio_giomodule.c) = 8e12ba27d0f13f43cff9a4e2301edf67aba0d1fe --_----------=_1707471105233840--