2021-05-11 19:03:25 by Dan Cirnat | Files touched by this commit (1) |
Log message:
glib2: Fix PLIST for 2.68.2
|
2021-05-11 15:25:49 by Dan Cirnat | Files touched by this commit (3) | |
Log message:
glib2: Update devel/glib2 to 2.68.2
Overview of changes in GLib 2.68.2
- Fix building third-party projects against GLib on CentOS 7 (work by
Ignacio Casal Quinteiro) (#2387)
Bugs fixed:
- #2387 json-glib does not build with glib 2.68.1
- !2060 gmacros: check that __cplusplus or _MSC_VER is defined
- !2068 gmacros: missing check if STDC_VERSION is defined
- !2079 Backport !2078 “gthreadedresolver: don't ignore flags in \
lookup_by_name_with_flags” to glib-2-68
Translation updates:
- Nepali
- Serbian
|
2021-04-13 21:22:15 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
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)
|
2021-03-31 12:11:38 by Thomas Klausner | Files touched by this commit (2) |
Log message:
glib2: use upstream version of fix for ghostutils.c
|
2021-03-31 12:11:23 by Thomas Klausner | Files touched by this commit (1) |
Log message:
glib2: regen patch
|
2021-03-31 11:59:43 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
glib2: Fix a couple of build issues.
|
2021-03-30 22:34:10 by Dan Cirnat | Files touched by this commit (1) |
Log message:
glib2: Fix dbus machine-id path, use localstatedir meson option
|
2021-03-30 20:09:46 by Thomas Klausner | Files touched by this commit (9) | |
Log message:
*: update for dbus path change
|
2021-03-30 11:37:51 by Dan Cirnat | Files touched by this commit (4) | |
Log message:
glib2: Update to 2.68.0
Revert to adam's commit
Overview of changes in GLib 2.68.0
==================================
* Bugs fixed:
- !1987 build: Drop gconstructor_as_data_h usage from glib-compile-schemas
- !1989 glib.supp: Generalize some suppressions
- !1992 gbytesicon: Fix error in g_bytes_icon_new() documentation
- !1994 glocalfileoutputstream: Tidy up error handling
- !1995 tests: Fix copy/paste error in queue test
* Translation updates:
- Czech
- Finnish
- Italian
- Korean
- Lithuanian
- Polish
- Romanian
- Slovenian
- Turkish
|
2021-03-23 14:48:27 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
glib2: downgraded to 2.66.8
Overview of changes in GLib 2.66.8
==================================
* Fix a security issue when using `g_file_replace()` with
`G_FILE_CREATE_REPLACE_DESTINATION`
* Bugs fixed:
- file-roller symlink attack
- Backport !2325 “file-roller symlink attack” to glib-2-66
- Backport !1976 “Use the right permissions for directory watching on \
Win32” to glib-2-66
|