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:           Wed Dec 25 10:34:35 UTC 2024

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

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

Overview of changes in GLib 2.82.4, 2024-12-11
==============================================

* Fix a double-unref crash which affects many apps which use pygobject to
  export objects on D-Bus

* Bugs fixed:
  - 2.82.3 regression: lollypop crashes on startup (Philip Withnall)
  - Backport !4427 “Revert "gdbus: Fix leak of method invocation when
    registering an object with closures"” to glib-2-82
  - Backport !4432 and !4433 “ci: Add release component to automate
    tarball publishing” to glib-2-82

Overview of changes in GLib 2.82.3, 2024-12-09
==============================================

* Fix compatibility with tzdata 2024b

* Bugs fixed:
  - Test regressions with tzdata 2024b (Rebecca N. Palmer)
  - Backport !4356 “gdatetime test: Do not assume PST8PDT was always
    exactly -8/-7” to glib-2-82
  - Backport !4350 “glib: Don't require GLIB_DOMAIN to be a NUL-terminated
    string” to glib-2-82
  - Backport !4378 “gio: Fix GFileEnumerator leaks in gio tools” to
    glib-2-82
  - Backport !4373 “macos: Remove extraous space from type identifier” to
    glib-2-82
  - Backport !4232 “refstring: Fix race between releasing and re-acquiring
    an interned GRefString” to glib-2-82
  - Backport !4395 “appmonitor: Fix warning building test” to glib-2-82
  - Backport !4398 “grefstring: Mark a variable as potentially unused” to
    glib-2-82
  - Backport !4415 “gdbus: Fix leak of method invocation when registering
    an object with closures” to glib-2-82


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/gdbus-codegen/distinfo
cvs rdiff -u -r1.121 -r1.122 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.159 -r1.160 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.331 -r1.332 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.52 pkgsrc/devel/gdbus-codegen/distinfo:1.53
--- pkgsrc/devel/gdbus-codegen/distinfo:1.52    Tue Oct 22 09:50:39 2024
+++ pkgsrc/devel/gdbus-codegen/distinfo Wed Dec 25 10:34:35 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2024/10/22 09:50:39 adam Exp $
+$NetBSD: distinfo,v 1.53 2024/12/25 10:34:35 adam Exp $
 
-BLAKE2s (glib-2.82.2.tar.xz) = 1b7b71bc983be2c3699e286fc601dd091d92698eb10f17eadb3b581459a04593
-SHA512 (glib-2.82.2.tar.xz) = d5b761ec0c088496f2f9e5767568076a30ff492c272f21133560689f4e6a177d403c78d71ef85da63de331152c4d1f27b65d3e927ebfaf0fb63592f66e564ea1
-Size (glib-2.82.2.tar.xz) = 5555528 bytes
+BLAKE2s (glib-2.82.4.tar.xz) = fd872bf12ad27f2cebda30b4a7aa25136f66b567e227d3a199e96a0eb3efe3c3
+SHA512 (glib-2.82.4.tar.xz) = 5df0b3c56fe6cf6c94019e29afb408174a5864cdb97cf58d5a12a0f83990b5c2004a49c8e3b0e195f5808874b5911a4a7b3d6aea8718aada1b40561e623cd08d
+Size (glib-2.82.4.tar.xz) = 5556896 bytes
 SHA1 (patch-meson.build) = 0ada9671c442670137330ea3b01f3d8e4aecaffd

Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.121 pkgsrc/devel/glib2/Makefile.common:1.122
--- pkgsrc/devel/glib2/Makefile.common:1.121    Tue Oct 22 09:50:38 2024
+++ pkgsrc/devel/glib2/Makefile.common  Wed Dec 25 10:34:34 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.121 2024/10/22 09:50:38 adam Exp $
+# $NetBSD: Makefile.common,v 1.122 2024/12/25 10:34:34 adam Exp $
 # used by devel/gdbus-codegen/Makefile
 # used by devel/glib2/Makefile
 # used by devel/glib2-tools/Makefile
 
-DISTNAME=      glib-2.82.2
+DISTNAME=      glib-2.82.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.159 pkgsrc/devel/glib2/PLIST:1.160
--- pkgsrc/devel/glib2/PLIST:1.159      Tue Oct 22 09:50:38 2024
+++ pkgsrc/devel/glib2/PLIST    Wed Dec 25 10:34:34 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.159 2024/10/22 09:50:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.160 2024/12/25 10:34:34 adam Exp $
 ${PLIST.nococoa}bin/gapplication
 bin/gdbus
 bin/gi-compile-repository
@@ -323,22 +323,22 @@ 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.8200.2
+lib/libgio-2.0.so.0.8200.4
 lib/libgirepository-2.0.so
 lib/libgirepository-2.0.so.0
-lib/libgirepository-2.0.so.0.8200.2
+lib/libgirepository-2.0.so.0.8200.4
 lib/libglib-2.0.so
 lib/libglib-2.0.so.0
-lib/libglib-2.0.so.0.8200.2
+lib/libglib-2.0.so.0.8200.4
 lib/libgmodule-2.0.so
 lib/libgmodule-2.0.so.0
-lib/libgmodule-2.0.so.0.8200.2
+lib/libgmodule-2.0.so.0.8200.4
 lib/libgobject-2.0.so
 lib/libgobject-2.0.so.0
-lib/libgobject-2.0.so.0.8200.2
+lib/libgobject-2.0.so.0.8200.4
 lib/libgthread-2.0.so
 lib/libgthread-2.0.so.0
-lib/libgthread-2.0.so.0.8200.2
+lib/libgthread-2.0.so.0.8200.4
 lib/pkgconfig/gio-2.0.pc
 lib/pkgconfig/gio-unix-2.0.pc
 lib/pkgconfig/girepository-2.0.pc
@@ -352,8 +352,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.8200.2-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.8200.2-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.8200.4-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.8200.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.331 pkgsrc/devel/glib2/distinfo:1.332
--- pkgsrc/devel/glib2/distinfo:1.331   Tue Oct 22 09:50:38 2024
+++ pkgsrc/devel/glib2/distinfo Wed Dec 25 10:34:34 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.331 2024/10/22 09:50:38 adam Exp $
+$NetBSD: distinfo,v 1.332 2024/12/25 10:34:34 adam Exp $
 
-BLAKE2s (glib-2.82.2.tar.xz) = 1b7b71bc983be2c3699e286fc601dd091d92698eb10f17eadb3b581459a04593
-SHA512 (glib-2.82.2.tar.xz) = d5b761ec0c088496f2f9e5767568076a30ff492c272f21133560689f4e6a177d403c78d71ef85da63de331152c4d1f27b65d3e927ebfaf0fb63592f66e564ea1
-Size (glib-2.82.2.tar.xz) = 5555528 bytes
+BLAKE2s (glib-2.82.4.tar.xz) = fd872bf12ad27f2cebda30b4a7aa25136f66b567e227d3a199e96a0eb3efe3c3
+SHA512 (glib-2.82.4.tar.xz) = 5df0b3c56fe6cf6c94019e29afb408174a5864cdb97cf58d5a12a0f83990b5c2004a49c8e3b0e195f5808874b5911a4a7b3d6aea8718aada1b40561e623cd08d
+Size (glib-2.82.4.tar.xz) = 5556896 bytes
 SHA1 (patch-gio_gcredentialsprivate.h) = f719ae41a9eb1d2f04d866b246fa5176543f2df9
 SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = 9bd0befe0dd547f6f2d818e52bee14e31a017ac7
 SHA1 (patch-gio_giomodule.c) = 8e12ba27d0f13f43cff9a4e2301edf67aba0d1fe



Home | Main Index | Thread Index | Old Index