diff --git a/glib2.changes b/glib2.changes index 6220edb..b9e3e2f 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 30 08:33:40 UTC 2021 - Yifan Jiang + +- Drop patches fixed upstream on SLE and Leap 15.4: + + glib2-add-support-for-slim-timezone-format.patch + + glib2-fix-6-days-until-the-end-of-the-month.patch + + glib2-CVE-2021-27218.patch + + glib2-CVE-2021-27219-add-g_memdup2.patch + ------------------------------------------------------------------- Thu Jul 15 15:02:20 UTC 2021 - Dominique Leuenberger @@ -78,6 +87,24 @@ Mon Mar 8 09:58:03 UTC 2021 - Dominique Leuenberger `wrap_mode=forcefallback`. + Updated translations. +------------------------------------------------------------------- +Thu Mar 4 00:49:58 UTC 2021 - Alynx Zhou + +- Add glib2-CVE-2021-27218.patch: g_byte_array_new_take takes a + gsize as length but stores in a guint, this patch will refuse if + the length is larger than guint. (bsc#1182328, + glgo#GNOME/glib!1944) + +------------------------------------------------------------------- +Wed Mar 3 01:17:16 UTC 2021 - Alynx Zhou + + +- Add glib2-CVE-2021-27219-add-g_memdup2.patch: g_memdup takes a + guint as parameter and sometimes leads into an integer overflow, + so add a g_memdup2 function which uses gsize to replace it. + (bsc#1182362, glgo#GNOME/glib!1927, glgo#GNOME/glib!1933, + glgo#GNOME/glib!1943) + ------------------------------------------------------------------- Wed Feb 17 09:38:03 UTC 2021 - Dominique Leuenberger @@ -158,8 +185,6 @@ Thu Feb 11 13:33:21 UTC 2021 - Dominique Leuenberger glib2-fate300461-gettext-gkeyfile-suse.patch, glib2-dbus-socket-path.patch and glib2-gdbus-codegen-version.patch. -- Drop glib2-fix-6-days-until-the-end-of-the-month.patch: fixed - upstream. ------------------------------------------------------------------- Thu Feb 11 13:33:20 UTC 2021 - Bjørn Lie @@ -175,8 +200,6 @@ Thu Feb 11 13:33:20 UTC 2021 - Bjørn Lie security-sensitive flags likely to be released in GLib 2.68. + Bugs fixed: glgo#GNOME/GLib!1933, glgo#GNOME/GLib!1943, glgo#GNOME/GLib!1944, glgo#GNOME/GLib!1945. -- Drop glib2-CVE-2021-27218.patch: fixed upstream. -- Drop glib2-CVE-2021-27219-add-g_memdup2.patch: fixed upstream. ------------------------------------------------------------------- Thu Feb 11 11:06:17 UTC 2021 - Christopher Yeleighton @@ -185,23 +208,6 @@ Thu Feb 11 11:06:17 UTC 2021 - Christopher Yeleighton - use macros in spec file - simplify trigger code -------------------------------------------------------------------- -Wed Feb 10 01:17:16 UTC 2021 - Alynx Zhou - -- Add glib2-CVE-2021-27219-add-g_memdup2.patch: g_memdup takes a - guint as parameter and sometimes leads into an integer overflow, - so add a g_memdup2 function which uses gsize to replace it. - (bsc#1182362, glgo#GNOME/glib!1927, glgo#GNOME/glib!1933, - glgo#GNOME/glib!1943) - -------------------------------------------------------------------- -Thu Feb 10 00:49:58 UTC 2021 - Alynx Zhou - -- Add glib2-CVE-2021-27218.patch: g_byte_array_new_take takes a - gsize as length but stores in a guint, this patch will refuse if - the length is larger than guint. (bsc#1182328, - glgo#GNOME/glib!1944) - ------------------------------------------------------------------- Fri Feb 5 10:59:15 UTC 2021 - Bjørn Lie @@ -277,6 +283,16 @@ Sun Nov 15 18:52:39 UTC 2020 - Christopher Yeleighton - add %doc README.md - rename -tests to -tests-devel +------------------------------------------------------------------- +Fri Nov 6 07:12:20 UTC 2020 - Alynx Zhou + +- Add patches to support for slim format of timezone (bsc#1178346): + + glib2-add-support-for-slim-timezone-format.patch: basic support + for slim format (glgo#GNOME/glib!1533). + + glib2-fix-6-days-until-the-end-of-the-month.patch: fix DST + incorrect end day when using slim format + (glgo#GNOME/glib!1683). + ------------------------------------------------------------------- Thu Oct 22 11:45:40 UTC 2020 - Dominique Leuenberger @@ -356,8 +372,6 @@ Mon Oct 5 02:55:02 UTC 2020 - Dominique Leuenberger - Rebase glib2-gdbus-codegen-version.patch. - Build without gtk-doc: it would require a not yet released version of gtk-doc. -- Drop glib2-add-support-for-slim-timezone-format.patch: fixed - upstream. ------------------------------------------------------------------- Sun Oct 4 11:01:34 UTC 2020 - Bjørn Lie @@ -369,16 +383,6 @@ Sun Oct 4 11:01:34 UTC 2020 - Bjørn Lie glgo#GNOME/GLib!1666, glgo#GNOME/GLib!1672. + Updated translations. -------------------------------------------------------------------- -Fri Oct 4 07:12:20 UTC 2020 - Alynx Zhou - -- Add patches to support for slim format of timezone (bsc#1178346): - + glib2-add-support-for-slim-timezone-format.patch: basic support - for slim format (glgo#GNOME/glib!1533). - + glib2-fix-6-days-until-the-end-of-the-month.patch: fix DST - incorrect end day when using slim format - (glgo#GNOME/glib!1683). - ------------------------------------------------------------------- Tue Aug 18 17:20:55 UTC 2020 - Bjørn Lie