Received: by mail.netbsd.org (Postfix, from userid 605) id A2F6A84D15; Tue, 11 May 2021 13:25:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEE5D84D11 for ; Tue, 11 May 2021 13:25:49 +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 kz6uWZcEDaPD for ; Tue, 11 May 2021 13:25:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 49B4884CDA for ; Tue, 11 May 2021 13:25:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43036FA95; Tue, 11 May 2021 13:25:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162073954952510" MIME-Version: 1.0 Date: Tue, 11 May 2021 13:25:49 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/devel/glib2 To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20210511132549.43036FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162073954952510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: cirnatdan Date: Tue May 11 13:25:49 UTC 2021 Modified Files: pkgsrc/devel/glib2: Makefile.common PLIST distinfo Log Message: glib2: Update devel/glib2 to 2.68.2 Overview of changes in GLib 2.68.2 - Fix building third-party projects against GLib on CentOS 7 (work by Ignacio Casal Quinteiro) (#2387) Bugs fixed: - #2387 json-glib does not build with glib 2.68.1 - !2060 gmacros: check that __cplusplus or _MSC_VER is defined - !2068 gmacros: missing check if STDC_VERSION is defined - !2079 Backport !2078 “gthreadedresolver: don't ignore flags in lookup_by_name_with_flags” to glib-2-68 Translation updates: - Nepali - Serbian To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/glib2/Makefile.common cvs rdiff -u -r1.127 -r1.128 pkgsrc/devel/glib2/PLIST cvs rdiff -u -r1.285 -r1.286 pkgsrc/devel/glib2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162073954952510 Content-Disposition: inline Content-Length: 2959 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/glib2/Makefile.common diff -u pkgsrc/devel/glib2/Makefile.common:1.91 pkgsrc/devel/glib2/Makefile.common:1.92 --- pkgsrc/devel/glib2/Makefile.common:1.91 Tue Apr 13 19:22:14 2021 +++ pkgsrc/devel/glib2/Makefile.common Tue May 11 13:25:49 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.91 2021/04/13 19:22:14 adam Exp $ +# $NetBSD: Makefile.common,v 1.92 2021/05/11 13:25:49 cirnatdan Exp $ # used by devel/gdbus-codegen/Makefile # used by devel/glib2/Makefile # used by devel/glib2-tools/Makefile -DISTNAME= glib-2.68.1 +DISTNAME= glib-2.68.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.127 pkgsrc/devel/glib2/PLIST:1.128 --- pkgsrc/devel/glib2/PLIST:1.127 Tue Apr 13 19:22:14 2021 +++ pkgsrc/devel/glib2/PLIST Tue May 11 13:25:49 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.127 2021/04/13 19:22:14 adam Exp $ +@comment $NetBSD: PLIST,v 1.128 2021/05/11 13:25:49 cirnatdan Exp $ ${PLIST.nococoa}bin/gapplication bin/gdbus bin/gio @@ -307,8 +307,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.6800.1-gdb.py -share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.6800.1-gdb.py +share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.6800.2-gdb.py +share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.6800.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.285 pkgsrc/devel/glib2/distinfo:1.286 --- pkgsrc/devel/glib2/distinfo:1.285 Tue Apr 13 19:22:14 2021 +++ pkgsrc/devel/glib2/distinfo Tue May 11 13:25:49 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.285 2021/04/13 19:22:14 adam Exp $ +$NetBSD: distinfo,v 1.286 2021/05/11 13:25:49 cirnatdan Exp $ -SHA1 (glib-2.68.1.tar.xz) = d6881f6a97f5a83081177994dbef7cfb04166c6d -RMD160 (glib-2.68.1.tar.xz) = eb9f8c33f97bb6e06d08478753a98a67ae229d1d -SHA512 (glib-2.68.1.tar.xz) = f705cda6f1b4b0acc5fe8d21b60994ca0ec6de39c6722f4f01cbe0ece30eacb7271d3cb29067e638e0204a3cefa2df1e535f273b72330455e185b544cebc2ab0 -Size (glib-2.68.1.tar.xz) = 4940260 bytes +SHA1 (glib-2.68.2.tar.xz) = 7589cec921663c861044ea5e78c383b1c13bb4ce +RMD160 (glib-2.68.2.tar.xz) = a7fe69f9d7561db0c76336d1b15e088ee6d5b332 +SHA512 (glib-2.68.2.tar.xz) = 74d481552629cab67d22f8a440a7263a4e4b83adb6f3b772d368e255c17321b206aafd3af4653e5efbb2c3c14ca67d35f453728cbc5cd68728275d0b56789019 +Size (glib-2.68.2.tar.xz) = 4944192 bytes SHA1 (patch-gio_gcredentialsprivate.h) = 6547edb518a98c3aca53acc1f98bde83e71b14cb SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = ec8ce89da08059ebf953d84a1dca5a2b380349f4 SHA1 (patch-gio_giomodule.c) = d704699b2f457a08fff9219fe697e5fd2cc582ed --_----------=_162073954952510--