[freeciv/f14/master] security update to 2.2.2

thomasj thomasj at fedoraproject.org
Mon Aug 2 18:21:06 UTC 2010


commit 4a47495a48328ada4c79ccd1ae39b05aebf43fd5
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Mon Aug 2 20:21:00 2010 +0200

    security update to 2.2.2

 .gitignore   |    1 +
 freeciv.spec |   11 ++++++-----
 sources      |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3825f95..f80d2a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 freeciv-2.2.0.tar.bz2
+freeciv-2.2.2.tar.bz2
diff --git a/freeciv.spec b/freeciv.spec
index fd87360..a8fcf31 100644
--- a/freeciv.spec
+++ b/freeciv.spec
@@ -4,8 +4,8 @@
 %{!?_ggz_datadir:%define _ggz_datadir %(%{_ggz_config} --datadir >& /dev/null ||:)}
 
 Name:           freeciv
-Version:        2.2.0
-Release:        2%{?dist}
+Version:        2.2.2
+Release:        1%{?dist}
 Summary:        A multi-player strategy game
 
 Group:          Amusements/Games
@@ -16,8 +16,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ##Fix DSO patch
 Patch10:	freeciv-client-fix-DSO.patch
-##upstream patch
-Patch20:	freeciv-0002-Make-impossible-to-access-operating-system-from-Lua-.patch
 
 BuildRequires:	gtk2-devel
 BuildRequires:	readline-devel
@@ -44,7 +42,6 @@ in order to become the leader of the greatest civilization.
 %prep
 %setup -q -n %{name}-%{version}
 %patch10 -p0
-%patch20 -p0
 
 %build
 %configure --enable-client=gtk --disable-static
@@ -113,6 +110,10 @@ fi
 
 
 %changelog
+* Mon Aug 02 2010 Thomas Janssen <thomasj at fedoraproject.org> 2.2.2-1
+- security fix https://www.redhat.com/security/data/cve/CVE-2010-2445.html
+- fixes #612296
+
 * Sun Jun 06 2010 Thomas Janssen <thomasj at fedoraproject.org> 2.2.0-2
 - security fix http://gna.org/bugs/?15624
 - #600742 #600743 #600744
diff --git a/sources b/sources
index 7cce09c..2afeef5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49c08904d2402fe46248641a8bbd9ef3  freeciv-2.2.0.tar.bz2
+fae46199dedaf0decc3b82dc06f95624  freeciv-2.2.2.tar.bz2


More information about the scm-commits mailing list