glib2 glib2-tools gdbus-codegen: updated to 2.78.1

Overview of changes in GLib 2.78.1, 2023-10-25
==============================================

* Fix truncating files when `g_file_set_contents_full()` is called without
  `G_FILE_SET_CONTENTS_CONSISTENT`

* Fix `-Dlibelf=disabled` on Linux

* Bugs fixed:
  - NetworkManager 1.44.0 crashes repeatedly with glib 2.78.0 (Philip
    Withnall)
  - gsubprocess-testprog.c: build error with cygwin (sys/ptrace.h: No such
    file or directory) (Philip Withnall)
  - gio clears modification time in microseconds when setting with
    `set_modification_date_time` (Lukáš Tyrychtr)
  - Build of glib 2.78.0 ignores -Dlibelf=disabled (Philip Withnall)
  - glib-2.78.0 fails at gio/tests/gsubprocess.p/gsubprocess.c.o
  - Segfault when creating GIO GPropertyAction without properties
  - `g_file_set_contents_full()` doesn't truncate the file (without
    `G_FILE_SET_CONTENTS_CONSISTENT`) (Philip Withnall)
  - guniprop.c: Avoid creating (temporarily) out-of-bounds pointers
  - Fixes for integer cast warnings when targeting CHERI
  - Fix test_find_program on FreeBSD
  - gconstructor.h: Ensure [c|d]tor prototypes are present for MSVC (Chun-
    wei Fan)
  - Fix gutils-user-database test on macOS
  - Add value annotation to G_TYPE_FUNDAMENTAL_MAX
  - meson: Fix Windows build with PCRE2 as sibling subproject
  - Backport “gconstructor.h: Ensure [c|d]tor prototypes are present
    for MSVC” to glib-2-78
  - Backport “glocalfileinfo: Preserve microseconds for
    access/modify times” to glib-2-78
  - Backport “Make sure the `GTask` is freed on a graceful
    disconnect” to glib-2-78 (Pavel Sobolev)
  - Backport “Buffer needs to be aligned correctly to receive
    linux_dirent64.” to glib-2-78
  - Backport “gtestutils.h: Fix warning with -Wsign-conversion
    caused by g_assert_cmpint” to glib-2-78
  - Backport “tests: Drop unnecessary include from gsubprocess-
    testprog.c” to glib-2-78
  - Backport “wakeup: do single read when using eventfd()” to
    glib-2-78
  - Backport “wakeup: Fix g_wakeup_acknowledge if signal comes in”
    to glib-2-78
  - Backport “Use g_task_return in task threads” to glib-2-78
  - Backport “build: Fix -Dlibelf=disabled on Linux” to glib-2-78
  - Backport “gfileutils: Add a missing ftruncate() call when
    writing files” to glib-2-78

* Translation updates:
  - Catalan (Jordi Mas i Hernandez)
  - Chinese (China) (Boyuan Yang)
  - Czech (Daniel Rusek)
  - Esperanto (Kristjan SCHMIDT)
  - French (Alexandre Franke)
  - Georgian (Ekaterine Papava)
  - Italian (Milo Casagrande)
  - Latvian (Rūdolfs Mazurs)
  - Portuguese (Brazil) (Rafael Fontenelle)
  - Romanian (Daniel Șerbănescu)
  - Russian (Artur S0)
  - Slovenian (Matej Urbančič)
  - Spanish (Daniel Mustieles)
  - Turkish (Sabri Ünal)
This commit is contained in:
adam 2023-11-06 09:21:54 +00:00
parent 0ba0c882e0
commit be7e91895a
4 changed files with 18 additions and 19 deletions

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.44 2023/11/02 13:17:27 wiz Exp $
$NetBSD: distinfo,v 1.45 2023/11/06 09:21:54 adam Exp $
BLAKE2s (glib-2.78.0.tar.xz) = 78edc6a5a30f54ddade7508b0005fc439fe268471db4c7a1bc292721077ca608
SHA512 (glib-2.78.0.tar.xz) = 3d06890002f4b13f831c83fbb70cfce529f9750e30888619e4d6277116be15d106379a03143412cf4b2a289c0cbdbbc299ecf17284fbffc06c791ecf7556c765
Size (glib-2.78.0.tar.xz) = 5327096 bytes
BLAKE2s (glib-2.78.1.tar.xz) = dd5d9e6e27dca44c6a43b02c5c6650bc3d26c6923cf13ca37dd8337172e3f68b
SHA512 (glib-2.78.1.tar.xz) = aa9ed9195951b00ac8221e958ea337fbda82621a862ef8f29dc2ea396a6253ce51c2a0a498dfa4e12642f1836f85f9564f09991979ae85c5ed4368355d857376
Size (glib-2.78.1.tar.xz) = 5320740 bytes
SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile.common,v 1.112 2023/11/02 13:17:26 wiz Exp $
# $NetBSD: Makefile.common,v 1.113 2023/11/06 09:21:54 adam Exp $
# used by devel/gdbus-codegen/Makefile
# used by devel/glib2/Makefile
# used by devel/glib2-tools/Makefile
DISTNAME= glib-2.78.0
DISTNAME= glib-2.78.1
PKGNAME= ${DISTNAME:S/glib/glib2/}
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.151 2023/11/02 13:17:26 wiz Exp $
@comment $NetBSD: PLIST,v 1.152 2023/11/06 09:21:54 adam Exp $
${PLIST.nococoa}bin/gapplication
bin/gdbus
bin/gio
@ -295,19 +295,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.7800.0
lib/libgio-2.0.so.0.7800.1
lib/libglib-2.0.so
lib/libglib-2.0.so.0
lib/libglib-2.0.so.0.7800.0
lib/libglib-2.0.so.0.7800.1
lib/libgmodule-2.0.so
lib/libgmodule-2.0.so.0
lib/libgmodule-2.0.so.0.7800.0
lib/libgmodule-2.0.so.0.7800.1
lib/libgobject-2.0.so
lib/libgobject-2.0.so.0
lib/libgobject-2.0.so.0.7800.0
lib/libgobject-2.0.so.0.7800.1
lib/libgthread-2.0.so
lib/libgthread-2.0.so.0
lib/libgthread-2.0.so.0.7800.0
lib/libgthread-2.0.so.0.7800.1
lib/pkgconfig/gio-2.0.pc
lib/pkgconfig/gio-unix-2.0.pc
lib/pkgconfig/glib-2.0.pc
@ -320,8 +320,8 @@ ${PLIST.nococoa}libexec/gio-launch-desktop
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.7800.0-gdb.py
share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7800.0-gdb.py
share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7800.1-gdb.py
share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7800.1-gdb.py
share/gettext/its/gschema.its
share/gettext/its/gschema.loc
share/glib-2.0/dtds/gresource.dtd

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.316 2023/11/03 18:32:32 otis Exp $
$NetBSD: distinfo,v 1.317 2023/11/06 09:21:54 adam Exp $
BLAKE2s (glib-2.78.0.tar.xz) = 78edc6a5a30f54ddade7508b0005fc439fe268471db4c7a1bc292721077ca608
SHA512 (glib-2.78.0.tar.xz) = 3d06890002f4b13f831c83fbb70cfce529f9750e30888619e4d6277116be15d106379a03143412cf4b2a289c0cbdbbc299ecf17284fbffc06c791ecf7556c765
Size (glib-2.78.0.tar.xz) = 5327096 bytes
BLAKE2s (glib-2.78.1.tar.xz) = dd5d9e6e27dca44c6a43b02c5c6650bc3d26c6923cf13ca37dd8337172e3f68b
SHA512 (glib-2.78.1.tar.xz) = aa9ed9195951b00ac8221e958ea337fbda82621a862ef8f29dc2ea396a6253ce51c2a0a498dfa4e12642f1836f85f9564f09991979ae85c5ed4368355d857376
Size (glib-2.78.1.tar.xz) = 5320740 bytes
SHA1 (patch-gio_gcredentialsprivate.h) = f719ae41a9eb1d2f04d866b246fa5176543f2df9
SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = 76ed9658ac11fb33b97143938b6a60b5aa515cae
SHA1 (patch-gio_giomodule.c) = 8e12ba27d0f13f43cff9a4e2301edf67aba0d1fe
@ -12,7 +12,6 @@ SHA1 (patch-gio_gunixcredentialsmessage.c) = c13119ddd6262db7c03e53857e987f0c495
SHA1 (patch-gio_gunixmounts.c) = 48b6945fde5b1721ca246eb7e79f73b5b480e816
SHA1 (patch-gio_inotify_inotify-kernel.c) = 78544b4c32ef3b44e8721b1c07407f46a9e8c8a4
SHA1 (patch-gio_meson.build) = 317da05e008d7bbdbc4c02c3057e8bef514fafae
SHA1 (patch-gio_tests_gsubprocess-testprog.c) = 6ff2c5271ec8febf486f417f8b9d7f7abe841bb2
SHA1 (patch-gio_tests_meson.build) = 9fa1bdc65768c288d273298a75280485b7bff350
SHA1 (patch-glib_gatomic.c) = deb2e74010523ad41ce141aa2f49b807ba2672e6
SHA1 (patch-glib_gatomic.h) = d1c39c3594a5c89d196349e5eafb5512795f55f8