Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2026 05:59:57 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Charlie Li <vishwin@FreeBSD.org>
Subject:   git: 944cdc82c7ae - main - devel/{glib20,gobject-introspection}: update to 2.86.4 and 1.86.0
Message-ID:  <69f835dd.37862.103fb754@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=944cdc82c7ae6378fb8385f392b06c283d0bde0c

commit 944cdc82c7ae6378fb8385f392b06c283d0bde0c
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-04-26 16:32:56 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-05-04 05:59:51 +0000

    devel/{glib20,gobject-introspection}: update to 2.86.4 and 1.86.0
    
    Differential Revision: https://reviews.freebsd.org/D55078
---
 devel/glib20/Makefile                              |   5 +-
 devel/glib20/distinfo                              |   6 +-
 devel/glib20/files/patch-glib_meson.build          |  12 +-
 ...utils.c => patch-glib_tests_utils-unisolated.c} |   6 +-
 devel/glib20/pkg-plist                             | 223 ++++++++++++---------
 devel/gobject-introspection/Makefile               |   2 +-
 devel/gobject-introspection/distinfo               |   6 +-
 7 files changed, 152 insertions(+), 108 deletions(-)

diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index b3eb8d31d60c..47c279ead7b1 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	glib
-DISTVERSION=	2.84.4
+DISTVERSION=	2.86.4
 PORTEPOCH=	2
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
@@ -38,7 +38,6 @@ TRIGGERS=	gio-modules glib-schemas
 MESON_ARGS=	-Db_lundef=false \
 		-Ddefault_library=both \
 		-Dinstalled_tests=false \
-		-Dlibelf=disabled \
 		-Dlibmount=disabled \
 		-Druntime_dir=/var/run \
 		-Dselinux=disabled \
@@ -108,7 +107,7 @@ post-patch:
 	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
 		${WRKSRC}/gio/xdgmime/xdgmime.c \
 		${WRKSRC}/glib/gutils.c \
-		${WRKSRC}/glib/tests/utils.c
+		${WRKSRC}/glib/tests/utils-unisolated.c
 
 CODEGENDIR=	${PREFIX}/share/glib-2.0/codegen
 
diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo
index 06a3b0c36c4d..fb91ed055aaa 100644
--- a/devel/glib20/distinfo
+++ b/devel/glib20/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764640041
-SHA256 (gnome/glib-2.84.4.tar.xz) = 8a9ea10943c36fc117e253f80c91e477b673525ae45762942858aef57631bb90
-SIZE (gnome/glib-2.84.4.tar.xz) = 5618200
+TIMESTAMP = 1771651323
+SHA256 (gnome/glib-2.86.4.tar.xz) = d4e2b5d791d5015ffd8c6971ad8e975a0a55c1a14926cdb25cf843ff00682260
+SIZE (gnome/glib-2.86.4.tar.xz) = 5692304
diff --git a/devel/glib20/files/patch-glib_meson.build b/devel/glib20/files/patch-glib_meson.build
index a2852a624916..97bdd1c7b99a 100644
--- a/devel/glib20/files/patch-glib_meson.build
+++ b/devel/glib20/files/patch-glib_meson.build
@@ -1,6 +1,6 @@
---- glib/meson.build.orig	2023-03-10 14:33:15 UTC
+--- glib/meson.build.orig	2025-12-08 15:46:06 UTC
 +++ glib/meson.build
-@@ -422,6 +422,7 @@ libglib = library('glib-2.0',
+@@ -425,6 +425,7 @@ libglib = library('glib-2.0',
      pcre2,
      platform_deps,
      thread_dep,
@@ -8,3 +8,11 @@
    ],
    c_args : glib_c_args,
    objc_args : glib_c_args,
+@@ -452,6 +453,7 @@ libglib_static_dep = declare_dependency(
+     pcre2,
+     platform_deps,
+     thread_dep,
++    libutil,
+   ],
+   link_with: [charset_lib, gnulib_lib],
+   sources: glib_built_headers,
diff --git a/devel/glib20/files/patch-glib_tests_utils.c b/devel/glib20/files/patch-glib_tests_utils-unisolated.c
similarity index 56%
rename from devel/glib20/files/patch-glib_tests_utils.c
rename to devel/glib20/files/patch-glib_tests_utils-unisolated.c
index d825e117c0cf..ed36e932b32c 100644
--- a/devel/glib20/files/patch-glib_tests_utils.c
+++ b/devel/glib20/files/patch-glib_tests_utils-unisolated.c
@@ -1,6 +1,6 @@
---- glib/tests/utils.c.orig	2020-12-17 11:47:11 UTC
-+++ glib/tests/utils.c
-@@ -485,7 +485,7 @@ test_xdg_dirs (void)
+--- glib/tests/utils-unisolated.c.orig	2025-12-08 15:46:06 UTC
++++ glib/tests/utils-unisolated.c
+@@ -81,7 +81,7 @@ test_xdg_dirs (void)
  
    xdg = (gchar *)g_getenv ("XDG_CONFIG_DIRS");
    if (!xdg)
diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist
index 80613e13a2e4..1785876748a6 100644
--- a/devel/glib20/pkg-plist
+++ b/devel/glib20/pkg-plist
@@ -419,7 +419,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/callback.DBusSubtreeEnumerateFunc.html
 %%DOCS%%share/doc/gio-2.0/callback.DBusSubtreeIntrospectFunc.html
 %%DOCS%%share/doc/gio-2.0/callback.DatagramBasedSourceFunc.html
-%%DOCS%%share/doc/gio-2.0/callback.DesktopAppLaunchCallback.html
 %%DOCS%%share/doc/gio-2.0/callback.FileMeasureProgressCallback.html
 %%DOCS%%share/doc/gio-2.0/callback.FileProgressCallback.html
 %%DOCS%%share/doc/gio-2.0/callback.FileReadMoreCallback.html
@@ -461,7 +460,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/class.DataInputStream.html
 %%DOCS%%share/doc/gio-2.0/class.DataOutputStream.html
 %%DOCS%%share/doc/gio-2.0/class.DebugControllerDBus.html
-%%DOCS%%share/doc/gio-2.0/class.DesktopAppInfo.html
 %%DOCS%%share/doc/gio-2.0/class.Emblem.html
 %%DOCS%%share/doc/gio-2.0/class.EmblemedIcon.html
 %%DOCS%%share/doc/gio-2.0/class.FileEnumerator.html
@@ -530,6 +528,10 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/class.TlsDatabase.html
 %%DOCS%%share/doc/gio-2.0/class.TlsInteraction.html
 %%DOCS%%share/doc/gio-2.0/class.TlsPassword.html
+%%DOCS%%share/doc/gio-2.0/class.UnixConnection.html
+%%DOCS%%share/doc/gio-2.0/class.UnixCredentialsMessage.html
+%%DOCS%%share/doc/gio-2.0/class.UnixFDList.html
+%%DOCS%%share/doc/gio-2.0/class.UnixSocketAddress.html
 %%DOCS%%share/doc/gio-2.0/class.Vfs.html
 %%DOCS%%share/doc/gio-2.0/class.VolumeMonitor.html
 %%DOCS%%share/doc/gio-2.0/class.ZlibCompressor.html
@@ -538,7 +540,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/const.DBUS_METHOD_INVOCATION_HANDLED.html
 %%DOCS%%share/doc/gio-2.0/const.DBUS_METHOD_INVOCATION_UNHANDLED.html
 %%DOCS%%share/doc/gio-2.0/const.DEBUG_CONTROLLER_EXTENSION_POINT_NAME.html
-%%DOCS%%share/doc/gio-2.0/const.DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME.html
 %%DOCS%%share/doc/gio-2.0/const.DRIVE_IDENTIFIER_KIND_UNIX_DEVICE.html
 %%DOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_DELETE.html
 %%DOCS%%share/doc/gio-2.0/const.FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE.html
@@ -703,9 +704,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/ctor.DataInputStream.new.html
 %%DOCS%%share/doc/gio-2.0/ctor.DataOutputStream.new.html
 %%DOCS%%share/doc/gio-2.0/ctor.DebugControllerDBus.new.html
-%%DOCS%%share/doc/gio-2.0/ctor.DesktopAppInfo.new.html
-%%DOCS%%share/doc/gio-2.0/ctor.DesktopAppInfo.new_from_filename.html
-%%DOCS%%share/doc/gio-2.0/ctor.DesktopAppInfo.new_from_keyfile.html
 %%DOCS%%share/doc/gio-2.0/ctor.Emblem.new.html
 %%DOCS%%share/doc/gio-2.0/ctor.Emblem.new_with_origin.html
 %%DOCS%%share/doc/gio-2.0/ctor.EmblemedIcon.new.html
@@ -717,6 +715,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/ctor.IOModule.new.html
 %%DOCS%%share/doc/gio-2.0/ctor.InetAddress.new_any.html
 %%DOCS%%share/doc/gio-2.0/ctor.InetAddress.new_from_bytes.html
+%%DOCS%%share/doc/gio-2.0/ctor.InetAddress.new_from_bytes_with_ipv6_info.html
 %%DOCS%%share/doc/gio-2.0/ctor.InetAddress.new_from_string.html
 %%DOCS%%share/doc/gio-2.0/ctor.InetAddress.new_loopback.html
 %%DOCS%%share/doc/gio-2.0/ctor.InetAddressMask.new.html
@@ -782,6 +781,13 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/ctor.TlsCertificate.new_from_pkcs11_uris.html
 %%DOCS%%share/doc/gio-2.0/ctor.TlsCertificate.new_from_pkcs12.html
 %%DOCS%%share/doc/gio-2.0/ctor.TlsPassword.new.html
+%%DOCS%%share/doc/gio-2.0/ctor.UnixCredentialsMessage.new.html
+%%DOCS%%share/doc/gio-2.0/ctor.UnixCredentialsMessage.new_with_credentials.html
+%%DOCS%%share/doc/gio-2.0/ctor.UnixFDList.new.html
+%%DOCS%%share/doc/gio-2.0/ctor.UnixFDList.new_from_array.html
+%%DOCS%%share/doc/gio-2.0/ctor.UnixSocketAddress.new.html
+%%DOCS%%share/doc/gio-2.0/ctor.UnixSocketAddress.new_abstract.html
+%%DOCS%%share/doc/gio-2.0/ctor.UnixSocketAddress.new_with_type.html
 %%DOCS%%share/doc/gio-2.0/ctor.ZlibCompressor.new.html
 %%DOCS%%share/doc/gio-2.0/ctor.ZlibDecompressor.new.html
 %%DOCS%%share/doc/gio-2.0/dbus-error.html
@@ -824,6 +830,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/enum.TlsInteractionResult.html
 %%DOCS%%share/doc/gio-2.0/enum.TlsProtocolVersion.html
 %%DOCS%%share/doc/gio-2.0/enum.TlsRehandshakeMode.html
+%%DOCS%%share/doc/gio-2.0/enum.UnixSocketAddressType.html
 %%DOCS%%share/doc/gio-2.0/enum.ZlibCompressorFormat.html
 %%DOCS%%share/doc/gio-2.0/error.DBusError.html
 %%DOCS%%share/doc/gio-2.0/error.IOErrorEnum.html
@@ -926,6 +933,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_80_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_82_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_84_FOR.html
+%%DOCS%%share/doc/gio-2.0/func.DEPRECATED_ENUMERATOR_IN_2_86_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_26_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_28_FOR.html
@@ -957,6 +965,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_80_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_82_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_84_FOR.html
+%%DOCS%%share/doc/gio-2.0/func.DEPRECATED_IN_2_86_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_26_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_28_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_30_FOR.html
@@ -987,6 +996,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_80_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_82_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_84_FOR.html
+%%DOCS%%share/doc/gio-2.0/func.DEPRECATED_MACRO_IN_2_86_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_26_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_28_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_30_FOR.html
@@ -1017,6 +1027,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_80_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_82_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_84_FOR.html
+%%DOCS%%share/doc/gio-2.0/func.DEPRECATED_TYPE_IN_2_86_FOR.html
 %%DOCS%%share/doc/gio-2.0/func.TEST_DBUS.html
 %%DOCS%%share/doc/gio-2.0/func.UNAVAILABLE.html
 %%DOCS%%share/doc/gio-2.0/func.UNAVAILABLE_STATIC_INLINE.html
@@ -1122,13 +1133,11 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/iface.DBusObjectManager.html
 %%DOCS%%share/doc/gio-2.0/iface.DatagramBased.html
 %%DOCS%%share/doc/gio-2.0/iface.DebugController.html
-%%DOCS%%share/doc/gio-2.0/iface.DesktopAppInfoLookup.html
 %%DOCS%%share/doc/gio-2.0/iface.Drive.html
 %%DOCS%%share/doc/gio-2.0/iface.DtlsClientConnection.html
 %%DOCS%%share/doc/gio-2.0/iface.DtlsConnection.html
 %%DOCS%%share/doc/gio-2.0/iface.DtlsServerConnection.html
 %%DOCS%%share/doc/gio-2.0/iface.File.html
-%%DOCS%%share/doc/gio-2.0/iface.FileDescriptorBased.html
 %%DOCS%%share/doc/gio-2.0/iface.Icon.html
 %%DOCS%%share/doc/gio-2.0/iface.Initable.html
 %%DOCS%%share/doc/gio-2.0/iface.ListModel.html
@@ -1549,25 +1558,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/method.DebugController.get_debug_enabled.html
 %%DOCS%%share/doc/gio-2.0/method.DebugController.set_debug_enabled.html
 %%DOCS%%share/doc/gio-2.0/method.DebugControllerDBus.stop.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_action_name.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_boolean.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_categories.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_filename.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_generic_name.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_is_hidden.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_keywords.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_locale_string.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_nodisplay.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_show_in.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_startup_wm_class.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_string.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.get_string_list.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.has_key.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.launch_action.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.launch_uris_as_manager.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.launch_uris_as_manager_with_fds.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfo.list_actions.html
-%%DOCS%%share/doc/gio-2.0/method.DesktopAppInfoLookup.get_default_for_uri_scheme.html
 %%DOCS%%share/doc/gio-2.0/method.Drive.can_eject.html
 %%DOCS%%share/doc/gio-2.0/method.Drive.can_poll_for_media.html
 %%DOCS%%share/doc/gio-2.0/method.Drive.can_start.html
@@ -1778,7 +1768,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/method.FileAttributeMatcher.subtract.html
 %%DOCS%%share/doc/gio-2.0/method.FileAttributeMatcher.to_string.html
 %%DOCS%%share/doc/gio-2.0/method.FileAttributeMatcher.unref.html
-%%DOCS%%share/doc/gio-2.0/method.FileDescriptorBased.get_fd.html
 %%DOCS%%share/doc/gio-2.0/method.FileEnumerator.close.html
 %%DOCS%%share/doc/gio-2.0/method.FileEnumerator.close_async.html
 %%DOCS%%share/doc/gio-2.0/method.FileEnumerator.close_finish.html
@@ -1916,6 +1905,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/method.Icon.to_string.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.equal.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.get_family.html
+%%DOCS%%share/doc/gio-2.0/method.InetAddress.get_flowinfo.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.get_is_any.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.get_is_link_local.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.get_is_loopback.html
@@ -1927,6 +1917,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.get_is_multicast.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.get_is_site_local.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.get_native_size.html
+%%DOCS%%share/doc/gio-2.0/method.InetAddress.get_scope_id.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.to_bytes.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddress.to_string.html
 %%DOCS%%share/doc/gio-2.0/method.InetAddressMask.equal.html
@@ -2597,6 +2588,24 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/method.TlsPassword.set_value.html
 %%DOCS%%share/doc/gio-2.0/method.TlsPassword.set_value_full.html
 %%DOCS%%share/doc/gio-2.0/method.TlsPassword.set_warning.html
+%%DOCS%%share/doc/gio-2.0/method.UnixConnection.receive_credentials.html
+%%DOCS%%share/doc/gio-2.0/method.UnixConnection.receive_credentials_async.html
+%%DOCS%%share/doc/gio-2.0/method.UnixConnection.receive_credentials_finish.html
+%%DOCS%%share/doc/gio-2.0/method.UnixConnection.receive_fd.html
+%%DOCS%%share/doc/gio-2.0/method.UnixConnection.send_credentials.html
+%%DOCS%%share/doc/gio-2.0/method.UnixConnection.send_credentials_async.html
+%%DOCS%%share/doc/gio-2.0/method.UnixConnection.send_credentials_finish.html
+%%DOCS%%share/doc/gio-2.0/method.UnixConnection.send_fd.html
+%%DOCS%%share/doc/gio-2.0/method.UnixCredentialsMessage.get_credentials.html
+%%DOCS%%share/doc/gio-2.0/method.UnixFDList.append.html
+%%DOCS%%share/doc/gio-2.0/method.UnixFDList.get.html
+%%DOCS%%share/doc/gio-2.0/method.UnixFDList.get_length.html
+%%DOCS%%share/doc/gio-2.0/method.UnixFDList.peek_fds.html
+%%DOCS%%share/doc/gio-2.0/method.UnixFDList.steal_fds.html
+%%DOCS%%share/doc/gio-2.0/method.UnixSocketAddress.get_address_type.html
+%%DOCS%%share/doc/gio-2.0/method.UnixSocketAddress.get_is_abstract.html
+%%DOCS%%share/doc/gio-2.0/method.UnixSocketAddress.get_path.html
+%%DOCS%%share/doc/gio-2.0/method.UnixSocketAddress.get_path_len.html
 %%DOCS%%share/doc/gio-2.0/method.Vfs.get_file_for_path.html
 %%DOCS%%share/doc/gio-2.0/method.Vfs.get_file_for_uri.html
 %%DOCS%%share/doc/gio-2.0/method.Vfs.get_supported_uri_schemes.html
@@ -2629,7 +2638,9 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/method.VolumeMonitor.get_volume_for_uuid.html
 %%DOCS%%share/doc/gio-2.0/method.VolumeMonitor.get_volumes.html
 %%DOCS%%share/doc/gio-2.0/method.ZlibCompressor.get_file_info.html
+%%DOCS%%share/doc/gio-2.0/method.ZlibCompressor.get_os.html
 %%DOCS%%share/doc/gio-2.0/method.ZlibCompressor.set_file_info.html
+%%DOCS%%share/doc/gio-2.0/method.ZlibCompressor.set_os.html
 %%DOCS%%share/doc/gio-2.0/method.ZlibDecompressor.get_file_info.html
 %%DOCS%%share/doc/gio-2.0/migrating-gconf.html
 %%DOCS%%share/doc/gio-2.0/migrating-gdbus.html
@@ -2710,7 +2721,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/property.DataOutputStream.byte-order.html
 %%DOCS%%share/doc/gio-2.0/property.DebugController.debug-enabled.html
 %%DOCS%%share/doc/gio-2.0/property.DebugControllerDBus.connection.html
-%%DOCS%%share/doc/gio-2.0/property.DesktopAppInfo.filename.html
 %%DOCS%%share/doc/gio-2.0/property.DtlsClientConnection.accepted-cas.html
 %%DOCS%%share/doc/gio-2.0/property.DtlsClientConnection.server-identity.html
 %%DOCS%%share/doc/gio-2.0/property.DtlsClientConnection.validation-flags.html
@@ -2743,6 +2753,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/property.IOStream.output-stream.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddress.bytes.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddress.family.html
+%%DOCS%%share/doc/gio-2.0/property.InetAddress.flowinfo.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddress.is-any.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddress.is-link-local.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddress.is-loopback.html
@@ -2753,6 +2764,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/property.InetAddress.is-mc-site-local.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddress.is-multicast.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddress.is-site-local.html
+%%DOCS%%share/doc/gio-2.0/property.InetAddress.scope-id.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddressMask.address.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddressMask.family.html
 %%DOCS%%share/doc/gio-2.0/property.InetAddressMask.length.html
@@ -2901,9 +2913,15 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/property.TlsPassword.flags.html
 %%DOCS%%share/doc/gio-2.0/property.TlsPassword.warning.html
 %%DOCS%%share/doc/gio-2.0/property.TlsServerConnection.authentication-mode.html
+%%DOCS%%share/doc/gio-2.0/property.UnixCredentialsMessage.credentials.html
+%%DOCS%%share/doc/gio-2.0/property.UnixSocketAddress.abstract.html
+%%DOCS%%share/doc/gio-2.0/property.UnixSocketAddress.address-type.html
+%%DOCS%%share/doc/gio-2.0/property.UnixSocketAddress.path-as-array.html
+%%DOCS%%share/doc/gio-2.0/property.UnixSocketAddress.path.html
 %%DOCS%%share/doc/gio-2.0/property.ZlibCompressor.file-info.html
 %%DOCS%%share/doc/gio-2.0/property.ZlibCompressor.format.html
 %%DOCS%%share/doc/gio-2.0/property.ZlibCompressor.level.html
+%%DOCS%%share/doc/gio-2.0/property.ZlibCompressor.os.html
 %%DOCS%%share/doc/gio-2.0/property.ZlibDecompressor.file-info.html
 %%DOCS%%share/doc/gio-2.0/property.ZlibDecompressor.format.html
 %%DOCS%%share/doc/gio-2.0/search.js
@@ -3065,9 +3083,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/type_func.DBusObjectManagerClient.new_for_bus.html
 %%DOCS%%share/doc/gio-2.0/type_func.DBusProxy.new.html
 %%DOCS%%share/doc/gio-2.0/type_func.DBusProxy.new_for_bus.html
-%%DOCS%%share/doc/gio-2.0/type_func.DesktopAppInfo.get_implementations.html
-%%DOCS%%share/doc/gio-2.0/type_func.DesktopAppInfo.search.html
-%%DOCS%%share/doc/gio-2.0/type_func.DesktopAppInfo.set_desktop_env.html
 %%DOCS%%share/doc/gio-2.0/type_func.DtlsClientConnection.new.html
 %%DOCS%%share/doc/gio-2.0/type_func.DtlsServerConnection.new.html
 %%DOCS%%share/doc/gio-2.0/type_func.File.new_build_filename.html
@@ -3130,6 +3145,8 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/type_func.TlsError.quark.html
 %%DOCS%%share/doc/gio-2.0/type_func.TlsFileDatabase.new.html
 %%DOCS%%share/doc/gio-2.0/type_func.TlsServerConnection.new.html
+%%DOCS%%share/doc/gio-2.0/type_func.UnixCredentialsMessage.is_supported.html
+%%DOCS%%share/doc/gio-2.0/type_func.UnixSocketAddress.abstract_names_supported.html
 %%DOCS%%share/doc/gio-2.0/type_func.Vfs.get_default.html
 %%DOCS%%share/doc/gio-2.0/type_func.Vfs.get_local.html
 %%DOCS%%share/doc/gio-2.0/type_func.VolumeMonitor.adopt_orphan_mount.html
@@ -3253,7 +3270,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/vfunc.DatagramBased.receive_messages.html
 %%DOCS%%share/doc/gio-2.0/vfunc.DatagramBased.send_messages.html
 %%DOCS%%share/doc/gio-2.0/vfunc.DebugControllerDBus.authorize.html
-%%DOCS%%share/doc/gio-2.0/vfunc.DesktopAppInfoLookup.get_default_for_uri_scheme.html
 %%DOCS%%share/doc/gio-2.0/vfunc.Drive.can_eject.html
 %%DOCS%%share/doc/gio-2.0/vfunc.Drive.can_poll_for_media.html
 %%DOCS%%share/doc/gio-2.0/vfunc.Drive.can_start.html
@@ -3395,7 +3411,6 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-2.0/vfunc.File.unmount_mountable_finish.html
 %%DOCS%%share/doc/gio-2.0/vfunc.File.unmount_mountable_with_operation.html
 %%DOCS%%share/doc/gio-2.0/vfunc.File.unmount_mountable_with_operation_finish.html
-%%DOCS%%share/doc/gio-2.0/vfunc.FileDescriptorBased.get_fd.html
 %%DOCS%%share/doc/gio-2.0/vfunc.FileEnumerator.close_async.html
 %%DOCS%%share/doc/gio-2.0/vfunc.FileEnumerator.close_finish.html
 %%DOCS%%share/doc/gio-2.0/vfunc.FileEnumerator.close_fn.html
@@ -3764,6 +3779,65 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-unix-2.0/index.html
 %%DOCS%%share/doc/gio-unix-2.0/index.json
 %%DOCS%%share/doc/gio-unix-2.0/main.js
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_action_name.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_boolean.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_categories.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_filename.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_generic_name.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_is_hidden.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_keywords.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_locale_string.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_nodisplay.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_show_in.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_startup_wm_class.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_string.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.get_string_list.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.has_key.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.launch_action.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.launch_uris_as_manager.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.launch_uris_as_manager_with_fds.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfo.list_actions.html
+%%DOCS%%share/doc/gio-unix-2.0/method.DesktopAppInfoLookup.get_default_for_uri_scheme.html
+%%DOCS%%share/doc/gio-unix-2.0/method.FDMessage.append_fd.html
+%%DOCS%%share/doc/gio-unix-2.0/method.FDMessage.get_fd_list.html
+%%DOCS%%share/doc/gio-unix-2.0/method.FDMessage.steal_fds.html
+%%DOCS%%share/doc/gio-unix-2.0/method.FileDescriptorBased.get_fd.html
+%%DOCS%%share/doc/gio-unix-2.0/method.InputStream.get_close_fd.html
+%%DOCS%%share/doc/gio-unix-2.0/method.InputStream.get_fd.html
+%%DOCS%%share/doc/gio-unix-2.0/method.InputStream.set_close_fd.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.compare.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.copy.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.free.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.get_device_path.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.get_fs_type.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.get_mount_path.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.get_options.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.get_root_path.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.guess_can_eject.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.guess_icon.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.guess_name.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.guess_should_display.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.guess_symbolic_icon.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.is_readonly.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountEntry.is_system_internal.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountMonitor.set_rate_limit.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.compare.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.copy.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.free.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.get_device_path.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.get_fs_type.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.get_mount_path.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.get_options.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.guess_can_eject.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.guess_icon.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.guess_name.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.guess_symbolic_icon.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.is_loopback.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.is_readonly.html
+%%DOCS%%share/doc/gio-unix-2.0/method.MountPoint.is_user_mountable.html
+%%DOCS%%share/doc/gio-unix-2.0/method.OutputStream.get_close_fd.html
+%%DOCS%%share/doc/gio-unix-2.0/method.OutputStream.get_fd.html
+%%DOCS%%share/doc/gio-unix-2.0/method.OutputStream.set_close_fd.html
 %%DOCS%%share/doc/gio-unix-2.0/property.DesktopAppInfo.filename.html
 %%DOCS%%share/doc/gio-unix-2.0/property.FDMessage.fd-list.html
 %%DOCS%%share/doc/gio-unix-2.0/property.InputStream.close-fd.html
@@ -3778,74 +3852,17 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gio-unix-2.0/struct.MountEntry.html
 %%DOCS%%share/doc/gio-unix-2.0/struct.MountPoint.html
 %%DOCS%%share/doc/gio-unix-2.0/style.css
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_action_name.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_boolean.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_categories.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_filename.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_generic_name.html
 %%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_implementations.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_is_hidden.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_keywords.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_locale_string.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_nodisplay.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_show_in.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_startup_wm_class.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_string.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.get_string_list.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.has_key.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.launch_action.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.launch_uris_as_manager.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.launch_uris_as_manager_with_fds.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.list_actions.html
 %%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.search.html
 %%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfo.set_desktop_env.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.DesktopAppInfoLookup.get_default_for_uri_scheme.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.FDMessage.append_fd.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.FDMessage.get_fd_list.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.FDMessage.steal_fds.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.FileDescriptorBased.get_fd.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.InputStream.get_close_fd.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.InputStream.get_fd.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.InputStream.set_close_fd.html
 %%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.at.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.compare.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.copy.html
 %%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.for.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.free.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.get_device_path.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.get_fs_type.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.get_mount_path.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.get_options.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.get_root_path.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.guess_can_eject.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.guess_icon.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.guess_name.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.guess_should_display.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.guess_symbolic_icon.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.is_readonly.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountEntry.is_system_internal.html
 %%DOCS%%share/doc/gio-unix-2.0/type_func.MountMonitor.get.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountMonitor.set_rate_limit.html
 %%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.at.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.compare.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.copy.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.free.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.get_device_path.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.get_fs_type.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.get_mount_path.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.get_options.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.guess_can_eject.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.guess_icon.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.guess_name.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.guess_symbolic_icon.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.is_loopback.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.is_readonly.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.MountPoint.is_user_mountable.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.OutputStream.get_close_fd.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.OutputStream.get_fd.html
-%%DOCS%%share/doc/gio-unix-2.0/type_func.OutputStream.set_close_fd.html
 %%DOCS%%share/doc/gio-unix-2.0/unix-mounts.html
 %%DOCS%%share/doc/gio-unix-2.0/urlmap.js
+%%DOCS%%share/doc/gio-unix-2.0/vfunc.DesktopAppInfoLookup.get_default_for_uri_scheme.html
+%%DOCS%%share/doc/gio-unix-2.0/vfunc.FileDescriptorBased.get_fd.html
 %%DOCS%%share/doc/girepository-2.0/RedHatDisplay-Black.woff
 %%DOCS%%share/doc/girepository-2.0/RedHatDisplay-Black.woff2
 %%DOCS%%share/doc/girepository-2.0/RedHatDisplay-BlackItalic.woff
@@ -3948,6 +3965,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_80_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_82_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_84_FOR.html
+%%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_ENUMERATOR_IN_2_86_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_IN_2_26_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_IN_2_28_FOR.html
@@ -3979,6 +3997,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_IN_2_80_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_IN_2_82_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_IN_2_84_FOR.html
+%%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_IN_2_86_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_26_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_28_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_30_FOR.html
@@ -4009,6 +4028,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_80_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_82_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_84_FOR.html
+%%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_MACRO_IN_2_86_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_26_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_28_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_30_FOR.html
@@ -4039,6 +4059,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_80_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_82_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_84_FOR.html
+%%DOCS%%share/doc/girepository-2.0/func.DEPRECATED_TYPE_IN_2_86_FOR.html
 %%DOCS%%share/doc/girepository-2.0/func.UNAVAILABLE.html
 %%DOCS%%share/doc/girepository-2.0/func.UNAVAILABLE_STATIC_INLINE.html
 %%DOCS%%share/doc/girepository-2.0/func.VFUNC_INFO.html
@@ -4254,6 +4275,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/girepository-2.0/struct.Typelib.html
 %%DOCS%%share/doc/girepository-2.0/style.css
 %%DOCS%%share/doc/girepository-2.0/type_func.Repository.dump.html
+%%DOCS%%share/doc/girepository-2.0/type_func.Repository.dup_default.html
 %%DOCS%%share/doc/girepository-2.0/type_func.Repository.error_quark.html
 %%DOCS%%share/doc/girepository-2.0/type_func.Repository.get_option_group.html
 %%DOCS%%share/doc/girepository-2.0/union.Argument.html
@@ -4856,11 +4878,13 @@ share/bash-completion/completions/gsettings
 %%DOCS%%%%DOCSDIR%%-2.0/func.base64_encode_step.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.basename.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.bit_lock.html
+%%DOCS%%%%DOCSDIR%%-2.0/func.bit_lock_and_get.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.bit_nth_lsf.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.bit_nth_msf.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.bit_storage.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.bit_trylock.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.bit_unlock.html
+%%DOCS%%%%DOCSDIR%%-2.0/func.bit_unlock_and_set.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.blow_chunks.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.build_filename.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.build_filename_valist.html
@@ -5030,6 +5054,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%%%DOCSDIR%%-2.0/func.locale_to_utf8.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.log.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.log_default_handler.html
+%%DOCS%%%%DOCSDIR%%-2.0/func.log_get_always_fatal.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.log_get_debug_enabled.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.log_remove_handler.html
 %%DOCS%%%%DOCSDIR%%-2.0/func.log_set_always_fatal.html
@@ -5606,6 +5631,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%%%DOCSDIR%%-2.0/method.Date.get_monday_week_of_year.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Date.get_month.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Date.get_sunday_week_of_year.html
+%%DOCS%%%%DOCSDIR%%-2.0/method.Date.get_week_of_year.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Date.get_weekday.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Date.get_year.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Date.is_first_of_month.html
@@ -6063,6 +6089,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%%%DOCSDIR%%-2.0/method.Source.add_unix_fd.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Source.attach.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Source.destroy.html
+%%DOCS%%%%DOCSDIR%%-2.0/method.Source.dup_context.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Source.get_can_recurse.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Source.get_context.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.Source.get_current_time.html
@@ -6120,6 +6147,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%%%DOCSDIR%%-2.0/method.String.ascii_down.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.String.ascii_up.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.String.assign.html
+%%DOCS%%%%DOCSDIR%%-2.0/method.String.copy.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.String.down.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.String.equal.html
 %%DOCS%%%%DOCSDIR%%-2.0/method.String.erase.html
@@ -6502,6 +6530,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%%%DOCSDIR%%-2.0/type_func.Date.get_days_in_month.html
 %%DOCS%%%%DOCSDIR%%-2.0/type_func.Date.get_monday_weeks_in_year.html
 %%DOCS%%%%DOCSDIR%%-2.0/type_func.Date.get_sunday_weeks_in_year.html
+%%DOCS%%%%DOCSDIR%%-2.0/type_func.Date.get_weeks_in_year.html
 %%DOCS%%%%DOCSDIR%%-2.0/type_func.Date.is_leap_year.html
 %%DOCS%%%%DOCSDIR%%-2.0/type_func.Date.strftime.html
 %%DOCS%%%%DOCSDIR%%-2.0/type_func.Date.valid_day.html
@@ -6911,6 +6940,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_80_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_82_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_84_FOR.html
+%%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_ENUMERATOR_IN_2_86_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_IN_2_26_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_IN_2_28_FOR.html
@@ -6942,6 +6972,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_IN_2_80_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_IN_2_82_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_IN_2_84_FOR.html
+%%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_IN_2_86_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_26_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_28_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_30_FOR.html
@@ -6972,6 +7003,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_80_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_82_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_84_FOR.html
+%%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_MACRO_IN_2_86_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_26_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_28_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_30_FOR.html
@@ -7002,6 +7034,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_80_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_82_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_84_FOR.html
+%%DOCS%%share/doc/gmodule-2.0/func.DEPRECATED_TYPE_IN_2_86_FOR.html
 %%DOCS%%share/doc/gmodule-2.0/func.UNAVAILABLE.html
 %%DOCS%%share/doc/gmodule-2.0/func.UNAVAILABLE_STATIC_INLINE.html
 %%DOCS%%share/doc/gmodule-2.0/fzy.js
@@ -7231,6 +7264,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_80_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_82_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_84_FOR.html
+%%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_ENUMERATOR_IN_2_86_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_IN_2_26_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_IN_2_28_FOR.html
@@ -7262,6 +7296,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_IN_2_80_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_IN_2_82_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_IN_2_84_FOR.html
+%%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_IN_2_86_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_26_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_28_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_30_FOR.html
@@ -7292,6 +7327,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_80_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_82_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_84_FOR.html
+%%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_MACRO_IN_2_86_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_26_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_28_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_30_FOR.html
@@ -7322,6 +7358,7 @@ share/bash-completion/completions/gsettings
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_80_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_82_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_84_FOR.html
+%%DOCS%%share/doc/gobject-2.0/func.DEPRECATED_TYPE_IN_2_86_FOR.html
 %%DOCS%%share/doc/gobject-2.0/func.ENUM_CLASS_TYPE.html
 %%DOCS%%share/doc/gobject-2.0/func.ENUM_CLASS_TYPE_NAME.html
 %%DOCS%%share/doc/gobject-2.0/func.FLAGS_CLASS_TYPE.html
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index fc2436a89634..f5c6af31e066 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gobject-introspection
-DISTVERSION=	1.84.0
+DISTVERSION=	1.86.0
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo
index 775a0f6b2589..dc0506254d37 100644
--- a/devel/gobject-introspection/distinfo
+++ b/devel/gobject-introspection/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1743669169
-SHA256 (gnome/gobject-introspection-1.84.0.tar.xz) = 945b57da7ec262e5c266b89e091d14be800cc424277d82a02872b7d794a84779
-SIZE (gnome/gobject-introspection-1.84.0.tar.xz) = 1080316
+TIMESTAMP = 1770085733
+SHA256 (gnome/gobject-introspection-1.86.0.tar.xz) = 920d1a3fcedeadc32acff95c2e203b319039dd4b4a08dd1a2dfd283d19c0b9ae
+SIZE (gnome/gobject-introspection-1.86.0.tar.xz) = 1083172


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f835dd.37862.103fb754>