From 4c8b2a1ef85073f56aba6fd991761b41e5026bf9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sep 28 2012 18:18:49 +0000 Subject: 1.6.6 --- diff --git a/.gitignore b/.gitignore index 88819e4..1794620 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /dbus-1.4.10.tar.gz /dbus-1.4.20.tar.gz /dbus-1.6.0.tar.gz +/dbus-1.6.6.tar.gz diff --git a/dbus.spec b/dbus.spec index fdff34a..34a6d4f 100644 --- a/dbus.spec +++ b/dbus.spec @@ -8,8 +8,8 @@ Summary: D-BUS message bus Name: dbus Epoch: 1 -Version: 1.6.0 -Release: 3%{?dist} +Version: 1.6.6 +Release: 1%{?dist} URL: http://www.freedesktop.org/software/dbus/ #VCS: git:git://git.freedesktop.org/git/dbus/dbus Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz @@ -42,8 +42,6 @@ Conflicts: cups < 1:1.1.20-4 # FIXME this should be upstreamed; need --daemon-bindir=/bin and --bindir=/usr/bin or something? Patch0: bindir.patch -# CVE-2012-3524 -Patch1: 0001-CVE-2012-3524-Don-t-access-environment-variables-or-.patch %description D-BUS is a system for sending messages between applications. It is @@ -95,7 +93,6 @@ in this separate package so server systems need not install X. /bin/chmod 0644 COPYING ChangeLog NEWS %patch0 -p1 -b .bindir -%patch1 -p1 autoreconf -f -i @@ -229,6 +226,9 @@ fi %{_includedir}/* %changelog +* Fri Sep 28 2012 Colin Walters - 1:1.6.6-1 +- 1.6.6 + * Thu Sep 13 2012 Colin Walters - 1:1.6.0-3 - CVE-2012-3524 diff --git a/sources b/sources index 4df1358..c3af55c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16dcae2dd0c76e398381601ac9acdec4 dbus-1.6.0.tar.gz +5a8b9093d356adfa937d216ea5eb8abc dbus-1.6.6.tar.gz