From 240e94bf776eda51cc7839d38d87bd65122a496d Mon Sep 17 00:00:00 2001 From: Packit Bot Date: May 06 2021 14:18:56 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/glib2.spec b/SPECS/glib2.spec index 89a23c8..871cf04 100644 --- a/SPECS/glib2.spec +++ b/SPECS/glib2.spec @@ -5,7 +5,7 @@ Name: glib2 Version: 2.56.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A library of handy utility functions License: LGPLv2+ @@ -92,6 +92,9 @@ Patch100: 0001-glocalfileoutputstream-Factor-out-a-flag-check.patch Patch101: 0002-glocalfileoutputstream-Fix-CREATE_REPLACE_DESTINATIO.patch Patch102: 0003-glocalfileoutputstream-Add-a-missing-O_CLOEXEC-flag-.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1938284 +Patch110: 0001-libcharset-Drop-a-redundant-environment-variable.patch + %description GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, @@ -289,6 +292,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/installed-tests %changelog +* Tue May 04 2021 Michael Catanzaro - 2.56.4-11 +- Remove CHARSETALIASDIR environment variable + Resolves: #1938284 + * Wed Mar 31 2021 Michael Catanzaro - 2.56.4-10 - Fix CVE-2021-27218 Resolves: #1939072