diff options
author | adam <adam@pkgsrc.org> | 2021-04-13 19:22:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-13 19:22:14 +0000 |
commit | f1d34209723cebd67909cd68cdaee411c5f905d2 (patch) | |
tree | dfb23c6f6345bca78a4572f12def25e8738e263a /devel/glib2/patches | |
parent | e5e5c3e28c3171271fb5c632debed0357345914d (diff) | |
download | pkgsrc-f1d34209723cebd67909cd68cdaee411c5f905d2.tar.gz |
glib2: updated to 2.68.1
Overview of changes in GLib 2.68.1
==================================
* Fix a crash in `GKeyFile` when parsing a file which contains translations
using a `GKeyFile` instance which has loaded another file previously
* Pin GIO DLL in memory on Windows (!2016)
* Bugs fixed:
- g_key_file_load_from_file segfaults on "Key[*]="like lines
- !1997 Backport !1996 Include glibconfig.h to get the G_OS_UNIX token to glib-2-68
- !2016 GIO W32: Pin gio DLL
- !2021 Backport MR !2016 (GIO W32: Pin gio DLL) into glib-2-68
- !2022 Few fixes and notes for building on Visual Studio 2012 and earlier
- !2034 Backport MR !2032 (gkeyfile: Drop a redundant check) into glib-2-68
- !2035 Backport !2026 Split g_test_log() messages that contain multiple lines to glib-2-68
* Translation updates:
- English (United Kingdom)
Diffstat (limited to 'devel/glib2/patches')
-rw-r--r-- | devel/glib2/patches/patch-glib_ghostutils.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/glib2/patches/patch-glib_ghostutils.c b/devel/glib2/patches/patch-glib_ghostutils.c deleted file mode 100644 index cac677de8f1..00000000000 --- a/devel/glib2/patches/patch-glib_ghostutils.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-glib_ghostutils.c,v 1.2 2021/03/31 10:11:38 wiz Exp $ - -Include glibconfig.h to get the G_OS_UNIX token -https://gitlab.gnome.org/GNOME/glib/-/commit/1fafbb82b0049dc76a72ebaeccda46db7166e7f2 - ---- glib/ghostutils.c.orig 2021-03-18 13:28:31.903625000 +0000 -+++ glib/ghostutils.c -@@ -18,6 +18,7 @@ - */ - - #include "config.h" -+#include "glibconfig.h" - - #include <string.h> - |