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:           Fri Dec  9 13:46:36 UTC 2022

Modified Files:
        pkgsrc/devel/gdbus-codegen: distinfo
        pkgsrc/devel/glib2: Makefile.common PLIST buildlink3.mk distinfo

Log Message:
glib2 glib2-tools gdbus-codegen: updated to 2.74.3

Overview of changes in GLib 2.74.3
==================================

* Fix regression in type checking `g_str_equal()` from C++ projects (2820)

* Bugs fixed:
  - 2820 g_str_equal: New macro version breaks compilation in C++ projects
    (Philip Withnall)
  - !3096 Backport !3094 “gstrfuncs: Fix regression in C++ types accepted by
    g_str_equal()” to glib-2-74

Overview of changes in GLib 2.74.2
==================================

* Fix `GVariant` type depths checks on text format variants (work by Philip Withnall) (2782)

* Fix an obscure corner case with FD handling in `g_spawn_*()` when a process
  has already closed the standard I/O FDs (work by Ray Strode) (2795)

* Fix regression in type checking on `const` arguments to `g_str_equal()` (2809)

* Bugs fixed:
  - 2782 GVariant type depth not checked on typedecls in text format variants
    (Philip Withnall)
  - 2795 [regression] gnome-keyring-daemon uses 100% CPU with glib-2.74.1 (Ray
    Strode)
  - 2799 Wrong GTask tag on error return path in
    g_proxy_resolver_lookup_async() (Michael Catanzaro)
  - 2809 g_str_equal switched to stricter API (typing) (Philip Withnall)
  - !3017 Backport !3008 “gio/gdesktopappinfo: Free the wrapped argv array on
    launch failure” to glib-2-74
  - !3038 Backport !3035 “portal: Fix broken header guard” to glib-2-74
  - !3039 Backport !3029 “Revert "Handling collision between standard i/o file
    descriptors and newly created ones" ” to glib-2-74
  - !3046 Backport !3045 “gproxyresolver: lookup_finish() should better parallel
    lookup_async()” to glib-2-74
  - !3063 Backport !3061 “gvariant-parser: Speed up maybe_wrapper() by an order
    of magnitude” to glib-2-74
  - !3084 Backport !3082 “gstrfuncs: Fix regression in types accepted by
    g_str_equal()” to glib-2-74

* Translation updates:
  - Abkhazian (Nart Tlisha)
  - Dutch (Nathan Follens)
  - Serbian (Мирослав Николић)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/gdbus-codegen/distinfo
cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.143 -r1.144 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/glib2/buildlink3.mk
cvs rdiff -u -r1.303 -r1.304 pkgsrc/devel/glib2/distinfo

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.36 pkgsrc/devel/gdbus-codegen/distinfo:1.37
--- pkgsrc/devel/gdbus-codegen/distinfo:1.36    Wed Nov 23 10:41:41 2022
+++ pkgsrc/devel/gdbus-codegen/distinfo Fri Dec  9 13:46:35 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2022/11/23 10:41:41 adam Exp $
+$NetBSD: distinfo,v 1.37 2022/12/09 13:46:35 adam Exp $
 
-BLAKE2s (glib-2.74.1.tar.xz) = 40ac91d2561235c40852aad8bef00c0a7e76939b25018cb6ab1e86efd87617bf
-SHA512 (glib-2.74.1.tar.xz) = 21176cb95fcab49a781d02789bf21191a96a34a6391f066699b3c20b414b3169c958bd86623deb34ca55912083862885f7a7d12b67cc041467da2ba94d9e83c3
-Size (glib-2.74.1.tar.xz) = 5189452 bytes
+BLAKE2s (glib-2.74.3.tar.xz) = caf361d5274a92a6422a62b99c4b47be0b3ed20143b8aed146b813c2afb3e9f2
+SHA512 (glib-2.74.3.tar.xz) = a9aa7e84187abb57aeeff9c7f4c4125be742a510ae5d39b6b62696ad1a715c36b353c6c14222caeb1e87bed930fb54184dba77118b991c42f1857a292c6aa77b
+Size (glib-2.74.3.tar.xz) = 5181732 bytes
 SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999

Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.104 pkgsrc/devel/glib2/Makefile.common:1.105
--- pkgsrc/devel/glib2/Makefile.common:1.104    Wed Nov 23 10:41:41 2022
+++ pkgsrc/devel/glib2/Makefile.common  Fri Dec  9 13:46:35 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.104 2022/11/23 10:41:41 adam Exp $
+# $NetBSD: Makefile.common,v 1.105 2022/12/09 13:46:35 adam Exp $
 # used by devel/gdbus-codegen/Makefile
 # used by devel/glib2/Makefile
 # used by devel/glib2-tools/Makefile
 
-DISTNAME=      glib-2.74.1
+DISTNAME=      glib-2.74.3
 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.143 pkgsrc/devel/glib2/PLIST:1.144
--- pkgsrc/devel/glib2/PLIST:1.143      Sat Nov 26 09:55:19 2022
+++ pkgsrc/devel/glib2/PLIST    Fri Dec  9 13:46:35 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.143 2022/11/26 09:55:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.144 2022/12/09 13:46:35 adam Exp $
 ${PLIST.nococoa}bin/gapplication
 bin/gdbus
 bin/gio
@@ -288,19 +288,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.7400.1
+lib/libgio-2.0.so.0.7400.3
 lib/libglib-2.0.so
 lib/libglib-2.0.so.0
-lib/libglib-2.0.so.0.7400.1
+lib/libglib-2.0.so.0.7400.3
 lib/libgmodule-2.0.so
 lib/libgmodule-2.0.so.0
-lib/libgmodule-2.0.so.0.7400.1
+lib/libgmodule-2.0.so.0.7400.3
 lib/libgobject-2.0.so
 lib/libgobject-2.0.so.0
-lib/libgobject-2.0.so.0.7400.1
+lib/libgobject-2.0.so.0.7400.3
 lib/libgthread-2.0.so
 lib/libgthread-2.0.so.0
-lib/libgthread-2.0.so.0.7400.1
+lib/libgthread-2.0.so.0.7400.3
 lib/pkgconfig/gio-2.0.pc
 lib/pkgconfig/gio-unix-2.0.pc
 lib/pkgconfig/glib-2.0.pc
@@ -313,8 +313,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.7400.1-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7400.1-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7400.3-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7400.3-gdb.py
 share/gettext/its/gschema.its
 share/gettext/its/gschema.loc
 share/glib-2.0/gdb/glib_gdb.py

Index: pkgsrc/devel/glib2/buildlink3.mk
diff -u pkgsrc/devel/glib2/buildlink3.mk:1.33 pkgsrc/devel/glib2/buildlink3.mk:1.34
--- pkgsrc/devel/glib2/buildlink3.mk:1.33       Wed Nov 23 10:41:41 2022
+++ pkgsrc/devel/glib2/buildlink3.mk    Fri Dec  9 13:46:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2022/11/23 10:41:41 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2022/12/09 13:46:35 adam Exp $
 
 BUILDLINK_TREE+=       glib2
 
@@ -12,6 +12,9 @@ BUILDLINK_INCDIRS.glib2+=     include/glib-2
 BUILDLINK_INCDIRS.glib2+=      include/gio-unix-2.0
 BUILDLINK_INCDIRS.glib2+=      lib/glib-2.0/include
 
+BUILDLINK_FILES.glib2+=                bin/glib-compile-resources
+BUILDLINK_FILES.glib2+=                bin/glib-compile-schemas
+
 TOOL_DEPENDS+= glib2-tools-[0-9]*:../../devel/glib2-tools
 
 .include "../../converters/libiconv/buildlink3.mk"

Index: pkgsrc/devel/glib2/distinfo
diff -u pkgsrc/devel/glib2/distinfo:1.303 pkgsrc/devel/glib2/distinfo:1.304
--- pkgsrc/devel/glib2/distinfo:1.303   Wed Nov 23 10:41:41 2022
+++ pkgsrc/devel/glib2/distinfo Fri Dec  9 13:46:35 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.303 2022/11/23 10:41:41 adam Exp $
+$NetBSD: distinfo,v 1.304 2022/12/09 13:46:35 adam Exp $
 
-BLAKE2s (glib-2.74.1.tar.xz) = 40ac91d2561235c40852aad8bef00c0a7e76939b25018cb6ab1e86efd87617bf
-SHA512 (glib-2.74.1.tar.xz) = 21176cb95fcab49a781d02789bf21191a96a34a6391f066699b3c20b414b3169c958bd86623deb34ca55912083862885f7a7d12b67cc041467da2ba94d9e83c3
-Size (glib-2.74.1.tar.xz) = 5189452 bytes
+BLAKE2s (glib-2.74.3.tar.xz) = caf361d5274a92a6422a62b99c4b47be0b3ed20143b8aed146b813c2afb3e9f2
+SHA512 (glib-2.74.3.tar.xz) = a9aa7e84187abb57aeeff9c7f4c4125be742a510ae5d39b6b62696ad1a715c36b353c6c14222caeb1e87bed930fb54184dba77118b991c42f1857a292c6aa77b
+Size (glib-2.74.3.tar.xz) = 5181732 bytes
 SHA1 (patch-gio_gcredentialsprivate.h) = f719ae41a9eb1d2f04d866b246fa5176543f2df9
 SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = 76ed9658ac11fb33b97143938b6a60b5aa515cae
 SHA1 (patch-gio_giomodule.c) = 68e612ac178c41aa0aae2bd66c3e4263910711ac



Home | Main Index | Thread Index | Old Index