head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.12 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.10 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2024.10.22.09.50.39; author adam; state Exp; branches; next ; commitid y0UOkbJtNFsjODuF; desc @@ 1.1 log @glib2 glib2-tools gdbus-codegen: updated to 2.82.2 Overview of changes in GLib 2.82.2, 2024-10-17 ============================================== * Bugs fixed: - glib/gvariant: incorrect use of G_ANALYZER_ANALYZING (Christian Hergert) - Multicast cannot be joined on Mac OS on non-default interface (Nirbheek Chauhan) - Update Catalan translation - Backport “glib/gvariant: Fix check for G_ANALYZER_ANALYZING” to glib-2-82 - Backport “macos: Fix URL launcher” to glib-2-82 - Backport “gopenuriportal: Fix two memory leaks” to glib-2-82 - Backport “gio: Fix multicast iface selection on macOS” to glib-2-82 - Backport “gdatainputstream: Fix length return value on UTF-8 validation failure“ to glib-2-82 * Translation updates: - Catalan (Jordi Mas) Overview of changes in GLib 2.82.1, 2024-09-19 ============================================== * Fix a potential buffer overflow in `GSocks4aProxy` * Bugs fixed: - Test /unix-mounts/get-mount-entries fails unless libmount is enabled (Philip Withnall) - Buffer overflow in set_connect_msg() (Michael Catanzaro) - Backport “tests: Test against a sample mtab file in unix-mounts for getmntent()” to glib-2-82 - Backport “tests: Run lint tests with detected bash” to glib-2-82 - Update Polish translation for glib-2-82 - Update Czech translation [glib-2-82] - Update Portuguese translation - Update fa.po - Update Brazilian Portuguese translation - Backport “Update french translation” to glib-2-82 - Update Galician translations for glib-2-82 - Update German translation - Update Bulgarian translation - Update British English translation - Update Hungarian translation - Update Indonesian translation - Updated Lithuanian translation - Update Danish translation (2-82) - Update Russian translation for 2-82 - Backport “docs(glib): Fix link in string-utils ref” to glib-2-82 - Update Georgian translation (glib-2-82) - Backport “Move to Apple Silicon based runner” to glib-2-82 - Backport “gsocks4aproxy: Fix a single byte buffer overflow in connect messages” to glib-2-82 * Translation updates: - Bulgarian (twlvnn kraftwerk) - Czech (AsciiWolf) - Danish (Ask Hjorth Larsen) - English (United Kingdom) (Bruce Cowan) - French (Vincent Chatelain) - Galician (Fran Diéguez) - Georgian (NorwayFun) - German (Tim Sabsch) - Hungarian (Balázs Úr) - Indonesian (Andika Triwidada) - Lithuanian (Aurimas Černius) - Persian (Danial Behzadi) - Polish (Piotr Drąg) - Portuguese (Hugo Carvalho) - Portuguese (Brazil) (Rafael Fontenelle) - Russian (jtux270) Overview of changes in GLib 2.82.0, 2024-08-26 ============================================== * Change the default value of -Dglib_debug from `auto` to `enabled` for developers — distributions will almost certainly want to override it to `-Dglib_debug=disabled` for package release builds though * Revert per-instance locking changes in `GCancellable` as they introduced new races * Bugs fixed: - Investigate trampoline performance implications in g_mutex_lock_impl() changes (Philip Withnall) - Default value for glib_debug meson option (Philip Withnall) - wrong comment in gmessage.c:escape_string - Should check for epoll_create1 rather than epoll_create (Philip Withnall) - Gio.MenuModel docs have an outdated UI example (Philip Withnall) - Replace hi.po with updated translations. - gunixmounts: Fix use of uninitialised variable - tests: Run expected-to-hang cancellable tests in subprocesses - CI/msys2-mingw32: Set the G_DEBUGGER environment variable - Update Chinese translation - Update Swedish translation - Revert “GCancellable: Use per-instance mutex logic instead of global critical sections” for glib-2-82 - Various small backports to glib-2-82 - Backport “gthread: Move thread _impl functions to static inlines for speed” to glib-2-82 * Translation updates: - Chinese (China) (lumingzh) - Hindi (Karunakar Guntupalli) - Swedish (Anders Jonsson) @ text @$NetBSD: patch-meson_options.txt,v 1.2 2019/11/14 11:40:30 wiz Exp $ Add use_cocoa option. --- meson.options.orig 2019-10-04 11:44:24.000000000 +0000 +++ meson.options @@@@ -90,6 +90,11 @@@@ option('nls', yield: true, description : 'Enable native language support (translations)') +option('use_cocoa', + type : 'boolean', + value : false, + description : 'Use Cocoa on macOS') + option('oss_fuzz', type : 'feature', value : 'disabled', @