OBS User unknown
2009-03-26 16:22:21 +00:00
committed by Git OBS Bridge
parent 9e7fda8931
commit cace596614
5 changed files with 36 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e983003805c9a14ae40eead9b54de5e17d78a05f18295d495d9e6319992c5cea
size 4937424

3
glib-2.20.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fb4269a187bee6f7825c358fd6f0e0e99e6ad71f7f995ddcbfe9466ec8f6631
size 4956969

View File

@@ -1,13 +0,0 @@
Index: glib/gbase64.c
===================================================================
--- glib/gbase64.c (revision 6755)
+++ glib/gbase64.c (working copy)
@@ -368,7 +368,7 @@ g_base64_decode (const gchar *text,
g_return_val_if_fail (input_length > 1, NULL);
- ret = g_malloc0 (input_length * 3 / 4);
+ ret = g_malloc0 (input_length * 3 / 4 + 4);
*out_len = g_base64_decode_step (text, input_length, ret, &state, &save);

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Mar 14 00:55:21 CET 2009 - mboman@suse.de
- Update to version 2.20.0:
+ Base64 support: Avoid integer overflows. CVE-2008-4316
+ Bugs fixed:
* bgo#574019 GChecksum: document and guarantee hex characters in
lower case
* bgo#573454 Unable copy/move files to directories symlinked to
gvfs share
* bgo#561172 gnome-open fails on local URIs with anchors
* bgo#573970 crash in gunixvolumemonitor:update_mounts when
unmounting
* bgo#573843 g_get_current_dir returns non-absolute path
+ Translation updates
- Remove glib2-base64.patch. Fixed differently upstream
-------------------------------------------------------------------
Fri Mar 6 02:54:11 CET 2009 - vuntz@novell.com

View File

@@ -1,5 +1,5 @@
#
# spec file for package glib2 (Version 2.19.10)
# spec file for package glib2 (Version 2.20.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -36,7 +36,7 @@ AutoReqProv: on
Obsoletes: glib2-64bit
%endif
#
Version: 2.19.10
Version: 2.20.0
Release: 1
Summary: A Library with Convenient Functions Written in C
Url: http://www.gtk.org/
@@ -55,8 +55,6 @@ Patch0: glib2-mkinstalldirs.patch
Patch1: glib2-aclocal.patch
# PATCH-FIX-OPENSUSE glib2-bnc379332-desktop-su.patch bnc379332 vuntz@novell.com -- Use X-KDE-SubstituteUID
Patch8: glib2-bnc379332-desktop-su.patch
# PATCH-FIX-UPSTREAM glib2-base64.patch pchenthill@novell.com bnc382708
Patch9: glib2-base64.patch
# PATCH-FEATURE-UPSTREAM glib2-bgo569829-gettext-gkeyfile.patch fate300461 bgo569829 vuntz@novell.com -- Look for translation of desktop entry strings via gettext, part that we share with Ubuntu and try to push upstream
Patch10: glib2-bgo569829-gettext-gkeyfile.patch
# PATCH-FEATURE-OPENSUSE glib2-fate300461-gettext-gkeyfile-suse.patch fate300461 vuntz@novell.com -- Look for translation of desktop entry strings via gettext, part that deals with the openSUSE specific infrastructure (with desktop_translations)
@@ -389,7 +387,6 @@ Authors:
%patch0
%patch1
%patch8
%patch9
%patch10 -p1
%patch11 -p1
cp -a %{S:1} %{S:2} %{S:3} .
@@ -528,6 +525,20 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/gtk-doc/html
%changelog
* Sat Mar 14 2009 mboman@suse.de
- Update to version 2.20.0:
+ Base64 support: Avoid integer overflows. CVE-2008-4316
+ Bugs fixed:
* bgo#574019 GChecksum: document and guarantee hex characters in
lower case
* bgo#573454 Unable copy/move files to directories symlinked to
gvfs share
* bgo#561172 gnome-open fails on local URIs with anchors
* bgo#573970 crash in gunixvolumemonitor:update_mounts when
unmounting
* bgo#573843 g_get_current_dir returns non-absolute path
+ Translation updates
- Remove glib2-base64.patch. Fixed differently upstream
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.19.10:
+ GMarkup: