[geary/f20] Update to 0.6.3 (fxes CVE-2014-5444)

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 3 09:33:32 UTC 2014


commit acefd393556188f26b7e882e2ef0c923d4c80da7
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Sep 3 16:33:20 2014 +0700

    Update to 0.6.3 (fxes CVE-2014-5444)
    
    - Drop patch applied upstream

 .gitignore                     |    1 +
 geary-0.6.1-fix-printf.patch   |   31 ----------------------------
 geary-0.6.1-fix-timezone.patch |   43 ----------------------------------------
 geary.spec                     |   10 +++++---
 sources                        |    2 +-
 5 files changed, 8 insertions(+), 79 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 11cb38d..8654a9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /geary-0.6.0.tar.xz
 /geary-0.6.1.tar.xz
 /geary-0.6.2.tar.xz
+/geary-0.6.3.tar.xz
diff --git a/geary.spec b/geary.spec
index 46bb7da..a30852e 100644
--- a/geary.spec
+++ b/geary.spec
@@ -1,13 +1,11 @@
 Name:		geary
-Version:	0.6.2
+Version:	0.6.3
 Release:	1%{?dist}
 Summary:	A lightweight email program designed around conversations
 License:	LGPLv2+
 URL:		http://yorba.org/geary/
 Source0:	https://download.gnome.org/sources/geary/0.6/%{name}-%{version}.tar.xz
 Patch0:		geary-0.5.3-vapigen.patch
-# upstream commit f38c8c70
-Patch1:		geary-0.6.1-fix-timezone.patch
 BuildRequires:	vala >= 0.22.1
 BuildRequires:	vala-tools >= 0.22.1
 BuildRequires:	cmake
@@ -26,6 +24,7 @@ BuildRequires:	pkgconfig(libcanberra) >= 0.28
 BuildRequires:	pkgconfig(sqlite3) >= 3.7.4
 BuildRequires:	pkgconfig(gmime-2.6) >= 2.6.0
 BuildRequires:	pkgconfig(libsecret-1) >= 0.11
+BuildRequires:	pkgconfig(gcr-3)
 BuildRequires:	pkgconfig(webkitgtk-3.0) >= 1.10.0
 BuildRequires:	pkgconfig(libxml-2.0) >= 2.7.8
 BuildRequires:	pkgconfig(gobject-introspection-1.0)
@@ -51,7 +50,6 @@ all kinds of nifty features in a modular way.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 
 %build
@@ -102,6 +100,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Wed Sep  3 2014 Michel Alexandre Salim <salimma at fedoraproject.org> - 0.6.3-1
+- Update to 0.6.3 (fxes CVE-2014-5444)
+- Drop patch applied upstream
+
 * Fri Aug 22 2014 Thomas Moschny <thomas.moschny at gmx.de> - 0.6.2-1
 - Update to 0.6.2.
 - Drop patch applied upstream.
diff --git a/sources b/sources
index dd43ca7..e5eaac0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ac4bac67630f5e9d6669c38e661cfce  geary-0.6.2.tar.xz
+87cacab077749904b0545951df84f6b9  geary-0.6.3.tar.xz


More information about the scm-commits mailing list