pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel glib2 glib2-tools gdbus-codegen: updated to 2.74.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d37158f683c
branches:  trunk
changeset: 390881:8d37158f683c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 31 20:29:57 2022 +0000

description:
glib2 glib2-tools gdbus-codegen: updated to 2.74.4

Overview of changes in GLib 2.74.4
==================================

* Fix missing input validation in `GDBusMenuModel` (work by Lars Uebernickel)

* Various GVariant security fixes when handling untrusted data (work by
  William Manley, Philip Withnall, Simon McVittie)

* Bugs fixed:
  - insufficient input validation in GDBusMenuModel (Lars Uebernickel)
  - GVariant deserialisation does not match spec for non-normal data
    (William Manley, Philip Withnall)
  - Parsing serialized GVariants can blow up run-time and memory (Philip
    Withnall)
  - GVariant offset table entry size is not checked in is_normal() (Philip
    Withnall)
  - g_variant_byteswap() can take a long time with some non-normal inputs
    (Philip Withnall)
  - gio/gapplication test fails with test_dbus_activate: assertion failed
    (n_activations == 2): (1 == 2) (Philip Withnall)
  - [bisected] GVariant test regression on big-endian architectures (Simon
    McVittie)
  - fuzz_variant_binary_byteswap: Heap-buffer-overflow in
    g_variant_serialised_get_child (Philip Withnall)
  - fuzz_variant_text: Timeout in fuzz_variant_text (Philip Withnall)
  - alpine/musl: catching signals from a subprocess triggers
    GLib:ERROR:../glib/gmain.c:5569:siginfo_t_to_wait_status: code should not be
    reached (Philip Withnall)
  - !3114 Backport !3113 “gaction: Validate actions activated over D-Bus” to
    glib-2-74
  - !3126 Backport !3125 “Various fixes to normal form handling in GVariant” to
    glib-2-74
  - !3134 Backport !3133 “gmenumodel: disallow exporting large menus on the bus”
    to glib-2-74
  - !3138 Backport !3136 “gvariant-serialiser: Convert endianness of offsets” to
    glib-2-74
  - !3153 Backport !3120 “glib/gthread-posix: Conditionally use `futex` and/or
    `futex_time64` syscalls...” to glib-2-74
  - !3161 Backport !3158 ”gmain: Define fallback values for siginfo_t constants
    for musl” to glib-2-74
  - !3164 Backport !3163 “gvariant: Check offset table doesn’t fall outside
    variant bounds and speed up text parsing” to glib-2-74

* Translation updates:
  - Abkhazian (Nart Tlisha)
  - Belarusian (Vasil Pupkin)
  - Georgian (Ekaterine Papava)
  - Interlingue (Olga Smirnova)

diffstat:

 devel/gdbus-codegen/distinfo |   8 ++++----
 devel/glib2/Makefile.common  |   4 ++--
 devel/glib2/PLIST            |  17 +++++++++--------
 devel/glib2/distinfo         |   8 ++++----
 4 files changed, 19 insertions(+), 18 deletions(-)

diffs (98 lines):

diff -r 8412460a40fc -r 8d37158f683c devel/gdbus-codegen/distinfo
--- a/devel/gdbus-codegen/distinfo      Sat Dec 31 19:10:03 2022 +0000
+++ b/devel/gdbus-codegen/distinfo      Sat Dec 31 20:29:57 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2022/12/09 13:46:35 adam Exp $
+$NetBSD: distinfo,v 1.38 2022/12/31 20:29:58 adam Exp $
 
-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
+BLAKE2s (glib-2.74.4.tar.xz) = 109697204c4e95a98e4669fb308c0e771c0f9d752aa6d056d9a17b14a02d4cde
+SHA512 (glib-2.74.4.tar.xz) = 912f6b0559fcb5ad55fa36837a348228b8e2498c490271204ced9f2e4a9eab804de4745f3ec439a198eb275d7263f18bc670f45460e2be55a2cbe45466b02fc6
+Size (glib-2.74.4.tar.xz) = 5208484 bytes
 SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999
diff -r 8412460a40fc -r 8d37158f683c devel/glib2/Makefile.common
--- a/devel/glib2/Makefile.common       Sat Dec 31 19:10:03 2022 +0000
+++ b/devel/glib2/Makefile.common       Sat Dec 31 20:29:57 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.105 2022/12/09 13:46:35 adam Exp $
+# $NetBSD: Makefile.common,v 1.106 2022/12/31 20:29:57 adam Exp $
 # used by devel/gdbus-codegen/Makefile
 # used by devel/glib2/Makefile
 # used by devel/glib2-tools/Makefile
 
-DISTNAME=      glib-2.74.3
+DISTNAME=      glib-2.74.4
 PKGNAME=       ${DISTNAME:S/glib/glib2/}
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r 8412460a40fc -r 8d37158f683c devel/glib2/PLIST
--- a/devel/glib2/PLIST Sat Dec 31 19:10:03 2022 +0000
+++ b/devel/glib2/PLIST Sat Dec 31 20:29:57 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.144 2022/12/09 13:46:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.145 2022/12/31 20:29:57 adam Exp $
 ${PLIST.nococoa}bin/gapplication
 bin/gdbus
 bin/gio
@@ -288,19 +288,19 @@
 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.3
+lib/libgio-2.0.so.0.7400.4
 lib/libglib-2.0.so
 lib/libglib-2.0.so.0
-lib/libglib-2.0.so.0.7400.3
+lib/libglib-2.0.so.0.7400.4
 lib/libgmodule-2.0.so
 lib/libgmodule-2.0.so.0
-lib/libgmodule-2.0.so.0.7400.3
+lib/libgmodule-2.0.so.0.7400.4
 lib/libgobject-2.0.so
 lib/libgobject-2.0.so.0
-lib/libgobject-2.0.so.0.7400.3
+lib/libgobject-2.0.so.0.7400.4
 lib/libgthread-2.0.so
 lib/libgthread-2.0.so.0
-lib/libgthread-2.0.so.0.7400.3
+lib/libgthread-2.0.so.0.7400.4
 lib/pkgconfig/gio-2.0.pc
 lib/pkgconfig/gio-unix-2.0.pc
 lib/pkgconfig/glib-2.0.pc
@@ -313,8 +313,8 @@
 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.3-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7400.3-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7400.4-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7400.4-gdb.py
 share/gettext/its/gschema.its
 share/gettext/its/gschema.loc
 share/glib-2.0/gdb/glib_gdb.py
@@ -365,6 +365,7 @@
 share/locale/hu/LC_MESSAGES/glib20.mo
 share/locale/hy/LC_MESSAGES/glib20.mo
 share/locale/id/LC_MESSAGES/glib20.mo
+share/locale/ie/LC_MESSAGES/glib20.mo
 share/locale/is/LC_MESSAGES/glib20.mo
 share/locale/it/LC_MESSAGES/glib20.mo
 share/locale/ja/LC_MESSAGES/glib20.mo
diff -r 8412460a40fc -r 8d37158f683c devel/glib2/distinfo
--- a/devel/glib2/distinfo      Sat Dec 31 19:10:03 2022 +0000
+++ b/devel/glib2/distinfo      Sat Dec 31 20:29:57 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.304 2022/12/09 13:46:35 adam Exp $
+$NetBSD: distinfo,v 1.305 2022/12/31 20:29:57 adam Exp $
 
-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
+BLAKE2s (glib-2.74.4.tar.xz) = 109697204c4e95a98e4669fb308c0e771c0f9d752aa6d056d9a17b14a02d4cde
+SHA512 (glib-2.74.4.tar.xz) = 912f6b0559fcb5ad55fa36837a348228b8e2498c490271204ced9f2e4a9eab804de4745f3ec439a198eb275d7263f18bc670f45460e2be55a2cbe45466b02fc6
+Size (glib-2.74.4.tar.xz) = 5208484 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