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:           Sat Sep 16 03:09:02 UTC 2023

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

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

Overview of changes in GLib 2.76.5, 2023-08-31
==============================================

* Bugs fixed:
  - Possible SEGV (null pointer deref) in distribute_method_call() (Philip
    Withnall)
  - Possible SEGV (null pointer deref) in _g_resource_file_new() (Philip
    Withnall)
  - Backport !3529 “gmenuexporter: synchronization in
    org_gtk_Menus_get_interface.” to glib-2-76
  - Backport !3547 “glib/gfileutils.c: use 64 bits for value in
    get_tmp_file()” to glib-2-76
  - Backport !3554 “gresourcefile: Fix crash if called with a badly
    escaped URI” to glib-2-76
  - Backport !3555 “gkeyfile: Fix overwriting of GError” to glib-2-76
  - Backport !3539 “gdbusmessage: Validate required headers have the right
    type” to glib-2-76


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/gdbus-codegen/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/gdbus-codegen/distinfo
cvs rdiff -u -r1.294 -r1.295 pkgsrc/devel/glib2/Makefile
cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.149 -r1.150 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.313 -r1.314 pkgsrc/devel/glib2/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/glib2-tools/Makefile

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/Makefile
diff -u pkgsrc/devel/gdbus-codegen/Makefile:1.28 pkgsrc/devel/gdbus-codegen/Makefile:1.29
--- pkgsrc/devel/gdbus-codegen/Makefile:1.28    Mon Aug 14 05:24:07 2023
+++ pkgsrc/devel/gdbus-codegen/Makefile Sat Sep 16 03:09:02 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.28 2023/08/14 05:24:07 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/09/16 03:09:02 adam Exp $
 
-PKGREVISION= 1
 .include "../../devel/glib2/Makefile.common"
 
 PKGNAME:=      ${PKGNAME:S/glib2/gdbus-codegen/}

Index: pkgsrc/devel/gdbus-codegen/distinfo
diff -u pkgsrc/devel/gdbus-codegen/distinfo:1.42 pkgsrc/devel/gdbus-codegen/distinfo:1.43
--- pkgsrc/devel/gdbus-codegen/distinfo:1.42    Tue Jul 11 05:54:33 2023
+++ pkgsrc/devel/gdbus-codegen/distinfo Sat Sep 16 03:09:02 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2023/07/11 05:54:33 adam Exp $
+$NetBSD: distinfo,v 1.43 2023/09/16 03:09:02 adam Exp $
 
-BLAKE2s (glib-2.76.4.tar.xz) = feba1f5bb8ae7a2f37d322490f218021dfd2a934289df2c3dccf4c7ee8af2a5d
-SHA512 (glib-2.76.4.tar.xz) = f76932dc5090a44880373228e2b162f338415d06f7c90f2950eab1a43bb191c56a1797da4d377594f6a999197fef4defb848039259cfa4105bb68288a928f5b7
-Size (glib-2.76.4.tar.xz) = 5274356 bytes
+BLAKE2s (glib-2.76.5.tar.xz) = b2c01bf2b8fce596ef8cc8a9da820c382d9279096f47bacd22a4f054f1e0122c
+SHA512 (glib-2.76.5.tar.xz) = 190a98e9a0ebb802a31b511e95725ed1fec9d750aed6bd87f14f3047d1f1d79458be3fa954fd6eb9af9f481a8deeaae73c95c990f5aa002a4b1166372ed4c4f1
+Size (glib-2.76.5.tar.xz) = 5278804 bytes
 SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999

Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.294 pkgsrc/devel/glib2/Makefile:1.295
--- pkgsrc/devel/glib2/Makefile:1.294   Mon Aug 14 05:24:08 2023
+++ pkgsrc/devel/glib2/Makefile Sat Sep 16 03:09:01 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.294 2023/08/14 05:24:08 wiz Exp $
+# $NetBSD: Makefile,v 1.295 2023/09/16 03:09:01 adam Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 CATEGORIES=    devel gnome

Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.110 pkgsrc/devel/glib2/Makefile.common:1.111
--- pkgsrc/devel/glib2/Makefile.common:1.110    Tue Jul 11 05:54:33 2023
+++ pkgsrc/devel/glib2/Makefile.common  Sat Sep 16 03:09:01 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.110 2023/07/11 05:54:33 adam Exp $
+# $NetBSD: Makefile.common,v 1.111 2023/09/16 03:09:01 adam Exp $
 # used by devel/gdbus-codegen/Makefile
 # used by devel/glib2/Makefile
 # used by devel/glib2-tools/Makefile
 
-DISTNAME=      glib-2.76.4
+DISTNAME=      glib-2.76.5
 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.149 pkgsrc/devel/glib2/PLIST:1.150
--- pkgsrc/devel/glib2/PLIST:1.149      Tue Jul 11 05:54:33 2023
+++ pkgsrc/devel/glib2/PLIST    Sat Sep 16 03:09:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.149 2023/07/11 05:54:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.150 2023/09/16 03:09:01 adam Exp $
 ${PLIST.nococoa}bin/gapplication
 bin/gdbus
 bin/gio
@@ -293,19 +293,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.7600.4
+lib/libgio-2.0.so.0.7600.5
 lib/libglib-2.0.so
 lib/libglib-2.0.so.0
-lib/libglib-2.0.so.0.7600.4
+lib/libglib-2.0.so.0.7600.5
 lib/libgmodule-2.0.so
 lib/libgmodule-2.0.so.0
-lib/libgmodule-2.0.so.0.7600.4
+lib/libgmodule-2.0.so.0.7600.5
 lib/libgobject-2.0.so
 lib/libgobject-2.0.so.0
-lib/libgobject-2.0.so.0.7600.4
+lib/libgobject-2.0.so.0.7600.5
 lib/libgthread-2.0.so
 lib/libgthread-2.0.so.0
-lib/libgthread-2.0.so.0.7600.4
+lib/libgthread-2.0.so.0.7600.5
 lib/pkgconfig/gio-2.0.pc
 lib/pkgconfig/gio-unix-2.0.pc
 lib/pkgconfig/glib-2.0.pc
@@ -318,8 +318,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.7600.4-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7600.4-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7600.5-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7600.5-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.313 pkgsrc/devel/glib2/distinfo:1.314
--- pkgsrc/devel/glib2/distinfo:1.313   Tue Aug 22 14:09:37 2023
+++ pkgsrc/devel/glib2/distinfo Sat Sep 16 03:09:01 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.313 2023/08/22 14:09:37 schmonz Exp $
+$NetBSD: distinfo,v 1.314 2023/09/16 03:09:01 adam Exp $
 
-BLAKE2s (glib-2.76.4.tar.xz) = feba1f5bb8ae7a2f37d322490f218021dfd2a934289df2c3dccf4c7ee8af2a5d
-SHA512 (glib-2.76.4.tar.xz) = f76932dc5090a44880373228e2b162f338415d06f7c90f2950eab1a43bb191c56a1797da4d377594f6a999197fef4defb848039259cfa4105bb68288a928f5b7
-Size (glib-2.76.4.tar.xz) = 5274356 bytes
+BLAKE2s (glib-2.76.5.tar.xz) = b2c01bf2b8fce596ef8cc8a9da820c382d9279096f47bacd22a4f054f1e0122c
+SHA512 (glib-2.76.5.tar.xz) = 190a98e9a0ebb802a31b511e95725ed1fec9d750aed6bd87f14f3047d1f1d79458be3fa954fd6eb9af9f481a8deeaae73c95c990f5aa002a4b1166372ed4c4f1
+Size (glib-2.76.5.tar.xz) = 5278804 bytes
 SHA1 (patch-gio_gcredentialsprivate.h) = f719ae41a9eb1d2f04d866b246fa5176543f2df9
 SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = 76ed9658ac11fb33b97143938b6a60b5aa515cae
 SHA1 (patch-gio_giomodule.c) = 8e12ba27d0f13f43cff9a4e2301edf67aba0d1fe

Index: pkgsrc/devel/glib2-tools/Makefile
diff -u pkgsrc/devel/glib2-tools/Makefile:1.12 pkgsrc/devel/glib2-tools/Makefile:1.13
--- pkgsrc/devel/glib2-tools/Makefile:1.12      Mon Aug 14 05:24:08 2023
+++ pkgsrc/devel/glib2-tools/Makefile   Sat Sep 16 03:09:01 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.12 2023/08/14 05:24:08 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/09/16 03:09:01 adam Exp $
 
-PKGREVISION= 1
 .include "../../devel/glib2/Makefile.common"
 
 PKGNAME:=      ${PKGNAME:S/glib2/glib2-tools/}



Home | Main Index | Thread Index | Old Index