r8971 - packages/branches/wesnoth/etch/debian

Gerfried Fuchs alfie at alioth.debian.org
Thu Feb 26 15:58:28 UTC 2009


Author: alfie
Date: 2009-02-26 15:58:28 +0000 (Thu, 26 Feb 2009)
New Revision: 8971

Modified:
   packages/branches/wesnoth/etch/debian/changelog
   packages/branches/wesnoth/etch/debian/control
   packages/branches/wesnoth/etch/debian/rules
Log:
wesnoth (1.2-5) oldstable-security; urgency=high
  * Upload to fix a severe problem:
    - Compile with --disable-python because the python AI support allowed to
      break out of sandbox and allowed execution of abitrary code
      (CVE-2009-0367, Upstream Bug #13048). Don't install data/ais into
      wesnoth-data package anymore, and remove python-dev from
      Build-Dependencies.


Modified: packages/branches/wesnoth/etch/debian/changelog
===================================================================
--- packages/branches/wesnoth/etch/debian/changelog	2009-02-26 09:27:59 UTC (rev 8970)
+++ packages/branches/wesnoth/etch/debian/changelog	2009-02-26 15:58:28 UTC (rev 8971)
@@ -1,3 +1,14 @@
+wesnoth (1.2-5) oldstable-security; urgency=high
+
+  * Upload to fix a severe problem:
+    - Compile with --disable-python because the python AI support allowed to
+      break out of sandbox and allowed execution of abitrary code
+      (CVE-2009-0367, Upstream Bug #13048). Don't install data/ais into
+      wesnoth-data package anymore, and remove python-dev from
+      Build-Dependencies.
+
+ -- Gerfried Fuchs <rhonda at debian.at>  Thu, 26 Feb 2009 10:30:15 +0100
+
 wesnoth (1.2-4) stable; urgency=low
 
   * Remove WML turn_cmd which can lead to forking yes and through that 100%

Modified: packages/branches/wesnoth/etch/debian/control
===================================================================
--- packages/branches/wesnoth/etch/debian/control	2009-02-26 09:27:59 UTC (rev 8970)
+++ packages/branches/wesnoth/etch/debian/control	2009-02-26 15:58:28 UTC (rev 8971)
@@ -2,9 +2,9 @@
 Section: games
 Priority: optional
 Maintainer: Isaac Clerencia <isaac at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.21), libsdl-image1.2-dev, libfreetype6-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libfribidi-dev, python-dev (>= 2.3)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.21), libsdl-image1.2-dev, libfreetype6-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libfribidi-dev
 Standards-Version: 3.7.2
-Uploaders: Cyril Bouthors <cyril at bouthors.org>
+Uploaders: Cyril Bouthors <cyril at bouthors.org>, Gerfried Fuchs <rhonda at debian.at>
 
 Package: wesnoth
 Architecture: any

Modified: packages/branches/wesnoth/etch/debian/rules
===================================================================
--- packages/branches/wesnoth/etch/debian/rules	2009-02-26 09:27:59 UTC (rev 8970)
+++ packages/branches/wesnoth/etch/debian/rules	2009-02-26 15:58:28 UTC (rev 8971)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --bindir=/usr/games --with-localedir=/usr/share/locale --with-fifodir=/var/run/wesnothd --with-datadir-name=wesnoth --datadir=/usr/share/games --enable-editor --enable-server --enable-python --with-fribidi
+DEB_CONFIGURE_EXTRA_FLAGS := --bindir=/usr/games --with-localedir=/usr/share/locale --with-fifodir=/var/run/wesnothd --with-datadir-name=wesnoth --datadir=/usr/share/games --enable-editor --enable-server --disable-python --with-fribidi
 DEB_INSTALL_CHANGELOGS_ALL := changelog
 
 common-install-arch::




More information about the Pkg-games-commits mailing list