Author: adamg Date: Mon Sep 5 18:00:59 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix for format string vulnerability (CAN-2005-2763) - release 2
---- Files affected: SPECS: openttd.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/openttd.spec diff -u SPECS/openttd.spec:1.27 SPECS/openttd.spec:1.28 --- SPECS/openttd.spec:1.27 Sun May 22 18:40:40 2005 +++ SPECS/openttd.spec Mon Sep 5 20:00:54 2005 @@ -1,10 +1,13 @@ # $Revision$, $Date$ +# +# Conditional build: %bcond_without home_etc # without home_etc support +# Summary: An open source reimplementation of the Microprose game "Transport Tycoon Deluxe" Summary(pl): Otwarta reimplementacja gry Transport Tycoon Deluxe Name: openttd Version: 0.4.0.1 -Release: 1 +Release: 2 License: GPL Group: X11/Applications/Games Source0: http://dl.sourceforge.net/openttd/%{name}-%{version}-source.tar.gz @@ -13,6 +16,7 @@ Source2: %{name}-server.desktop Patch0: %{name}-home_etc.patch Patch1: %{name}-personal-data.patch +Patch2: %{name}-CAN-2005-2763.patch URL: http://www.openttd.com/ BuildRequires: SDL-devel %{?with_home_etc:BuildRequires: home-etc-devel} @@ -73,6 +77,7 @@ %setup -q %{?with_home_etc:%patch0 -p1} %patch1 -p1 +%patch2 -p1 # Let's pldize find lang/ -type f -exec sed -i 's/:Unix/:PLD Linux/' \{\} \; @@ -161,6 +166,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2005/09/05 18:00:54 adamg +- fix for format string vulnerability (CAN-2005-2763) +- release 2 + Revision 1.27 2005/05/22 16:40:40 qboosh - unified sf URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/openttd.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
