pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 13 19:22:15 UTC 2021
Modified Files:
pkgsrc/devel/gdbus-codegen: distinfo
pkgsrc/devel/glib2: Makefile Makefile.common PLIST distinfo
Removed Files:
pkgsrc/devel/glib2/patches: patch-glib_ghostutils.c
Log Message:
glib2: updated to 2.68.1
Overview of changes in GLib 2.68.1
==================================
* Fix a crash in `GKeyFile` when parsing a file which contains translations
using a `GKeyFile` instance which has loaded another file previously
* Pin GIO DLL in memory on Windows (!2016)
* Bugs fixed:
- g_key_file_load_from_file segfaults on "Key[*]="like lines
- !1997 Backport !1996 Include glibconfig.h to get the G_OS_UNIX token to glib-2-68
- !2016 GIO W32: Pin gio DLL
- !2021 Backport MR !2016 (GIO W32: Pin gio DLL) into glib-2-68
- !2022 Few fixes and notes for building on Visual Studio 2012 and earlier
- !2034 Backport MR !2032 (gkeyfile: Drop a redundant check) into glib-2-68
- !2035 Backport !2026 Split g_test_log() messages that contain multiple lines to glib-2-68
* Translation updates:
- English (United Kingdom)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/gdbus-codegen/distinfo
cvs rdiff -u -r1.280 -r1.281 pkgsrc/devel/glib2/Makefile
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.126 -r1.127 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.284 -r1.285 pkgsrc/devel/glib2/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/glib2/patches/patch-glib_ghostutils.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gdbus-codegen/distinfo
diff -u pkgsrc/devel/gdbus-codegen/distinfo:1.21 pkgsrc/devel/gdbus-codegen/distinfo:1.22
--- pkgsrc/devel/gdbus-codegen/distinfo:1.21 Tue Mar 30 09:54:32 2021
+++ pkgsrc/devel/gdbus-codegen/distinfo Tue Apr 13 19:22:14 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2021/03/30 09:54:32 adam Exp $
+$NetBSD: distinfo,v 1.22 2021/04/13 19:22:14 adam Exp $
-SHA1 (glib-2.68.0.tar.xz) = cd51b3d7c99ffbc9bb6b39fa6450fc147385c3cb
-RMD160 (glib-2.68.0.tar.xz) = 8843183c417ffe664a935d5ba229af4b5d8328bd
-SHA512 (glib-2.68.0.tar.xz) = dce0660476d67d7736c00861f4c3c267723f39032f582d1b2c17660a4939eeccd97e975da61b5be49e6f54612c6d5ce592aa7bdeacf4ecc75f3b38358da94a1d
-Size (glib-2.68.0.tar.xz) = 4938804 bytes
+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 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999
Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.280 pkgsrc/devel/glib2/Makefile:1.281
--- pkgsrc/devel/glib2/Makefile:1.280 Wed Mar 31 09:59:43 2021
+++ pkgsrc/devel/glib2/Makefile Tue Apr 13 19:22:14 2021
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.280 2021/03/31 09:59:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.281 2021/04/13 19:22:14 adam Exp $
.include "Makefile.common"
-PKGREVISION= 2
-
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.90 pkgsrc/devel/glib2/Makefile.common:1.91
--- pkgsrc/devel/glib2/Makefile.common:1.90 Tue Mar 30 09:37:51 2021
+++ pkgsrc/devel/glib2/Makefile.common Tue Apr 13 19:22:14 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.90 2021/03/30 09:37:51 cirnatdan Exp $
+# $NetBSD: Makefile.common,v 1.91 2021/04/13 19:22:14 adam Exp $
# used by devel/gdbus-codegen/Makefile
# used by devel/glib2/Makefile
# used by devel/glib2-tools/Makefile
-DISTNAME= glib-2.68.0
+DISTNAME= glib-2.68.1
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.126 pkgsrc/devel/glib2/PLIST:1.127
--- pkgsrc/devel/glib2/PLIST:1.126 Tue Mar 30 09:37:51 2021
+++ pkgsrc/devel/glib2/PLIST Tue Apr 13 19:22:14 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.126 2021/03/30 09:37:51 cirnatdan Exp $
+@comment $NetBSD: PLIST,v 1.127 2021/04/13 19:22:14 adam Exp $
${PLIST.nococoa}bin/gapplication
bin/gdbus
bin/gio
@@ -283,19 +283,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.6800.0
+lib/libgio-2.0.so.0.6800.1
lib/libglib-2.0.so
lib/libglib-2.0.so.0
-lib/libglib-2.0.so.0.6800.0
+lib/libglib-2.0.so.0.6800.1
lib/libgmodule-2.0.so
lib/libgmodule-2.0.so.0
-lib/libgmodule-2.0.so.0.6800.0
+lib/libgmodule-2.0.so.0.6800.1
lib/libgobject-2.0.so
lib/libgobject-2.0.so.0
-lib/libgobject-2.0.so.0.6800.0
+lib/libgobject-2.0.so.0.6800.1
lib/libgthread-2.0.so
lib/libgthread-2.0.so.0
-lib/libgthread-2.0.so.0.6800.0
+lib/libgthread-2.0.so.0.6800.1
lib/pkgconfig/gio-2.0.pc
lib/pkgconfig/gio-unix-2.0.pc
lib/pkgconfig/glib-2.0.pc
@@ -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.0-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.6800.0-gdb.py
+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/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.284 pkgsrc/devel/glib2/distinfo:1.285
--- pkgsrc/devel/glib2/distinfo:1.284 Wed Mar 31 10:11:38 2021
+++ pkgsrc/devel/glib2/distinfo Tue Apr 13 19:22:14 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.284 2021/03/31 10:11:38 wiz Exp $
+$NetBSD: distinfo,v 1.285 2021/04/13 19:22:14 adam Exp $
-SHA1 (glib-2.68.0.tar.xz) = cd51b3d7c99ffbc9bb6b39fa6450fc147385c3cb
-RMD160 (glib-2.68.0.tar.xz) = 8843183c417ffe664a935d5ba229af4b5d8328bd
-SHA512 (glib-2.68.0.tar.xz) = dce0660476d67d7736c00861f4c3c267723f39032f582d1b2c17660a4939eeccd97e975da61b5be49e6f54612c6d5ce592aa7bdeacf4ecc75f3b38358da94a1d
-Size (glib-2.68.0.tar.xz) = 4938804 bytes
+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 (patch-gio_gcredentialsprivate.h) = 6547edb518a98c3aca53acc1f98bde83e71b14cb
SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = ec8ce89da08059ebf953d84a1dca5a2b380349f4
SHA1 (patch-gio_giomodule.c) = d704699b2f457a08fff9219fe697e5fd2cc582ed
@@ -18,7 +18,6 @@ SHA1 (patch-gio_tests_meson.build) = 38f
SHA1 (patch-glib_gatomic.c) = deb2e74010523ad41ce141aa2f49b807ba2672e6
SHA1 (patch-glib_gatomic.h) = d1c39c3594a5c89d196349e5eafb5512795f55f8
SHA1 (patch-glib_genviron.c) = dd25be36536d56dfe933225d785eb65f753c4a97
-SHA1 (patch-glib_ghostutils.c) = bbeb3500e3d1e269ae56e8fd6a9c2381df701651
SHA1 (patch-glib_gspawn.c) = 8f833edd594168fe62c5d0e161ebaafdebda2294
SHA1 (patch-glib_meson.build) = 65cbe6e3bd650f8f2c37f003a48ef183700a6ef9
SHA1 (patch-glib_tests_hash.c) = a7e19ca55fcbbc0b188c34755cae5b6b65b67f1a
Home |
Main Index |
Thread Index |
Old Index