[packages/dbus-glib] Update to 0.100.1 (fixes CVE-2013-0292)

megabajt megabajt at pld-linux.org
Fri Feb 15 19:29:03 CET 2013


commit ee97df2e44cedffdfe1fffb4b828022dd070ef3b
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Fri Feb 15 19:28:00 2013 +0100

    Update to 0.100.1 (fixes CVE-2013-0292)
    
    - added -am.patch to fix build with automake 1.13

 dbus-glib-am.patch | 11 +++++++++++
 dbus-glib.spec     |  8 +++++---
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/dbus-glib.spec b/dbus-glib.spec
index 5c88b73..b25ba52 100644
--- a/dbus-glib.spec
+++ b/dbus-glib.spec
@@ -9,13 +9,14 @@
 Summary:	GLib-based library for using D-BUS
 Summary(pl.UTF-8):	Biblioteka do używania D-BUS oparta o GLib
 Name:		dbus-glib
-Version:	0.100
-Release:	3
+Version:	0.100.1
+Release:	1
 License:	AFL v2.1 or GPL v2
 Group:		Libraries
 Source0:	http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
-# Source0-md5:	d33959a9c0c6a158f5ac6d640316e89e
+# Source0-md5:	d758967b70ea3d5318b62839d5bd440f
 Patch0:		%{name}-configure.patch
+Patch1:		%{name}-am.patch
 URL:		http://www.freedesktop.org/Software/DBusBindings
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake >= 1:1.9
@@ -93,6 +94,7 @@ Ten pakiet dostarcza bashowe uzupełnianie poleceń dla dbus-send.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__gtkdocize}
diff --git a/dbus-glib-am.patch b/dbus-glib-am.patch
new file mode 100644
index 0000000..55d5c87
--- /dev/null
+++ b/dbus-glib-am.patch
@@ -0,0 +1,11 @@
+--- dbus-glib-0.100.1/configure.ac.newam	2013-02-15 18:50:11.340862658 +0100
++++ dbus-glib-0.100.1/configure.ac	2013-02-15 18:50:18.407491042 +0100
+@@ -8,7 +8,7 @@ AC_CANONICAL_HOST
+ 
+ AM_INIT_AUTOMAKE([1.9])
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ # Honor aclocal flags
+ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dbus-glib.git/commitdiff/ee97df2e44cedffdfe1fffb4b828022dd070ef3b



More information about the pld-cvs-commit mailing list