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 Jun 12 10:15:59 UTC 2024

Modified Files:
        pkgsrc/devel/gdbus-codegen: distinfo
        pkgsrc/devel/glib2: Makefile Makefile.common PLIST distinfo
Removed Files:
        pkgsrc/devel/glib2/patches: patch-gio_gactiongroupexporter.c
            patch-gio_gmenuexporter.c

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

Overview of changes in GLib 2.80.3, 2024-06-10
==============================================

* Bugs fixed:
  - g_socket_client_connect_to_host_async leaks memory when target host
    doesn't respond to ARP (Philip Withnall)
  - gi_repository_find_by_gtype is nondeterministic (Philip Withnall)
  - Crash in error path of g_dbus_connection_export_menu_model() (Philip
    Withnall)
  - Backport !4057 “gdbusmessage: Clean the cached arg0 when setting the
    message body” to glib-2-80
  - Backport !4058 “Tests: Build fixes when running `meson test` without
    previous builds“ to glib-2-80
  - Partially backport !4059 “tests: Fix various memory leaks and valgrind
    / ASAN errors” to glib-2-80
  - Backport !4066 “Fix several GCC 14 warnings to please msys2-mingw32
    CI” to glib-2-80
  - Backport !4065 “girepository: Don't assume a bitfield has a fixed
    size” to glib-2-80
  - Backport !4073 “gmenuexporter: Fix a NULL pointer dereference on an
    error handling path” to glib-2-80
  - Backport !4078 “tests: Fix clang compilation failure due to
    unrecognised option in pragma” to glib-2-80
  - Backport !4033 “girepository: Keep an ordered list of the loaded
    typelibs” to glib-2-80
  - Backport !4104 “gsocketclient: Fix a leak of the task data on an error
    path” to glib-2-80

* Translation updates:
  - Catalan (Jordi Mas i Hernandez)
  - Slovak (Jose Riha)


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/gdbus-codegen/distinfo
cvs rdiff -u -r1.304 -r1.305 pkgsrc/devel/glib2/Makefile
cvs rdiff -u -r1.118 -r1.119 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.156 -r1.157 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.327 -r1.328 pkgsrc/devel/glib2/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/glib2/patches/patch-gio_gactiongroupexporter.c \
    pkgsrc/devel/glib2/patches/patch-gio_gmenuexporter.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.49 pkgsrc/devel/gdbus-codegen/distinfo:1.50
--- pkgsrc/devel/gdbus-codegen/distinfo:1.49    Thu May  9 12:50:37 2024
+++ pkgsrc/devel/gdbus-codegen/distinfo Wed Jun 12 10:15:59 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.49 2024/05/09 12:50:37 adam Exp $
+$NetBSD: distinfo,v 1.50 2024/06/12 10:15:59 adam Exp $
 
-BLAKE2s (glib-2.80.2.tar.xz) = a819f1850f358ba58886fd8f95b331820735bf8fcebd67c61a5e053ed9dff030
-SHA512 (glib-2.80.2.tar.xz) = 9b00d6741523ba5bc60c83da9fbbc1a13bd61307612471acd7faaf57cbcb480941fd61dfff94b2712bd78094beff3af1ceffe4985db0ff97ffe948cc67b821aa
-Size (glib-2.80.2.tar.xz) = 5529096 bytes
+BLAKE2s (glib-2.80.3.tar.xz) = 1c4d54a40a888180b33c0e5563f3e72b4d8deba3318bd2a3e6d0b1c47ba2fcfb
+SHA512 (glib-2.80.3.tar.xz) = b9c40e912c386192538ebe91b8aefca0ef00c9536b83604826ec9d3f1b963837e3330edd25ab6e11b8d8e3a475b2ea0938753a6ea8f657c8fcc93c3288b600c5
+Size (glib-2.80.3.tar.xz) = 5542940 bytes
 SHA1 (patch-meson.build) = 5f0643d176cf3494157fb77e5d5c398c49935742

Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.304 pkgsrc/devel/glib2/Makefile:1.305
--- pkgsrc/devel/glib2/Makefile:1.304   Wed May 15 13:43:00 2024
+++ pkgsrc/devel/glib2/Makefile Wed Jun 12 10:15:59 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.304 2024/05/15 13:43:00 wiz Exp $
+# $NetBSD: Makefile,v 1.305 2024/06/12 10:15:59 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.118 pkgsrc/devel/glib2/Makefile.common:1.119
--- pkgsrc/devel/glib2/Makefile.common:1.118    Thu May  9 12:50:37 2024
+++ pkgsrc/devel/glib2/Makefile.common  Wed Jun 12 10:15:59 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.118 2024/05/09 12:50:37 adam Exp $
+# $NetBSD: Makefile.common,v 1.119 2024/06/12 10:15:59 adam Exp $
 # used by devel/gdbus-codegen/Makefile
 # used by devel/glib2/Makefile
 # used by devel/glib2-tools/Makefile
 
-DISTNAME=      glib-2.80.2
+DISTNAME=      glib-2.80.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.156 pkgsrc/devel/glib2/PLIST:1.157
--- pkgsrc/devel/glib2/PLIST:1.156      Thu May  9 12:50:37 2024
+++ pkgsrc/devel/glib2/PLIST    Wed Jun 12 10:15:59 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.156 2024/05/09 12:50:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.157 2024/06/12 10:15:59 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.8000.2
+lib/libgio-2.0.so.0.8000.3
 lib/libgirepository-2.0.so
 lib/libgirepository-2.0.so.0
-lib/libgirepository-2.0.so.0.8000.2
+lib/libgirepository-2.0.so.0.8000.3
 lib/libglib-2.0.so
 lib/libglib-2.0.so.0
-lib/libglib-2.0.so.0.8000.2
+lib/libglib-2.0.so.0.8000.3
 lib/libgmodule-2.0.so
 lib/libgmodule-2.0.so.0
-lib/libgmodule-2.0.so.0.8000.2
+lib/libgmodule-2.0.so.0.8000.3
 lib/libgobject-2.0.so
 lib/libgobject-2.0.so.0
-lib/libgobject-2.0.so.0.8000.2
+lib/libgobject-2.0.so.0.8000.3
 lib/libgthread-2.0.so
 lib/libgthread-2.0.so.0
-lib/libgthread-2.0.so.0.8000.2
+lib/libgthread-2.0.so.0.8000.3
 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.8000.2-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.8000.2-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.8000.3-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.8000.3-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.327 pkgsrc/devel/glib2/distinfo:1.328
--- pkgsrc/devel/glib2/distinfo:1.327   Wed May 15 13:43:00 2024
+++ pkgsrc/devel/glib2/distinfo Wed Jun 12 10:15:59 2024
@@ -1,14 +1,12 @@
-$NetBSD: distinfo,v 1.327 2024/05/15 13:43:00 wiz Exp $
+$NetBSD: distinfo,v 1.328 2024/06/12 10:15:59 adam Exp $
 
-BLAKE2s (glib-2.80.2.tar.xz) = a819f1850f358ba58886fd8f95b331820735bf8fcebd67c61a5e053ed9dff030
-SHA512 (glib-2.80.2.tar.xz) = 9b00d6741523ba5bc60c83da9fbbc1a13bd61307612471acd7faaf57cbcb480941fd61dfff94b2712bd78094beff3af1ceffe4985db0ff97ffe948cc67b821aa
-Size (glib-2.80.2.tar.xz) = 5529096 bytes
-SHA1 (patch-gio_gactiongroupexporter.c) = 7c51f98fd523825e4aa0a42e766a5f95a96dea9b
+BLAKE2s (glib-2.80.3.tar.xz) = 1c4d54a40a888180b33c0e5563f3e72b4d8deba3318bd2a3e6d0b1c47ba2fcfb
+SHA512 (glib-2.80.3.tar.xz) = b9c40e912c386192538ebe91b8aefca0ef00c9536b83604826ec9d3f1b963837e3330edd25ab6e11b8d8e3a475b2ea0938753a6ea8f657c8fcc93c3288b600c5
+Size (glib-2.80.3.tar.xz) = 5542940 bytes
 SHA1 (patch-gio_gcredentialsprivate.h) = f719ae41a9eb1d2f04d866b246fa5176543f2df9
 SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = 9bd0befe0dd547f6f2d818e52bee14e31a017ac7
 SHA1 (patch-gio_giomodule.c) = 8e12ba27d0f13f43cff9a4e2301edf67aba0d1fe
 SHA1 (patch-gio_glib-compile-schemas.c) = 4fc8e8ba62bef01762007ebf21569053374808d0
-SHA1 (patch-gio_gmenuexporter.c) = dffce16c8def50ba5a73dcc51a34eff26661f752
 SHA1 (patch-gio_gresource-tool.c) = ad0e59f48f5f98ea66be568dbe2e5a5d1ac602fc
 SHA1 (patch-gio_gunixcredentialsmessage.c) = c13119ddd6262db7c03e53857e987f0c495d3312
 SHA1 (patch-gio_gunixmounts.c) = 48b6945fde5b1721ca246eb7e79f73b5b480e816



Home | Main Index | Thread Index | Old Index