summaryrefslogtreecommitdiff
path: root/games/wesnoth/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-11-29 12:42:48 +0000
committerwiz <wiz@pkgsrc.org>2007-11-29 12:42:48 +0000
commit7c47137f7a1c52d5474ef920130932421b122dbe (patch)
tree6deaa04aef006a4cb239333a2ec153765cf5a635 /games/wesnoth/Makefile
parentad706ad0eb2a08fac6708781c23df23901e0c746 (diff)
downloadpkgsrc-7c47137f7a1c52d5474ef920130932421b122dbe.tar.gz
Update to 1.2.8:
This is a bugfix release for 1.2 and it is compatible with the other 1.2 versions. The main reason for this release was an important security fix. This issue was filed as CVE-2007-5742, it did allow others to view the content of files on the remote computer. We did now fix this problem by removing the option to use ../ in paths. Another problem could arise with the preference option "turn_cmd". Due to this problem the computer could either be stalled by a faulty add-on or *maybe* (we found no way to do so) some other application could be started. This option has now been removed since it probably wasn't used anyway. Beside those important changes only small things were changed. For all the other changes (really not much), have a look at the changelog. Since those are rather serious issues we do advise everybody using the 1.2.x stable series to upgrade to 1.2.8 as soon as possible. All saves and the existing content should still work after this upgrade. In general be careful in regards to add-ons you use, there might be some bad ones available even on the official add-on server because the content available there is usually not checked.
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r--games/wesnoth/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index b9eb79c11e6..70bb4213959 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2007/10/17 20:48:45 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2007/11/29 12:42:48 wiz Exp $
-DISTNAME= wesnoth-1.2.7
+DISTNAME= wesnoth-1.2.8
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
EXTRACT_SUFX= .tar.bz2
@@ -16,8 +16,17 @@ GNU_CONFIGURE= yes
UNLIMIT_RESOURCES+= datasize
REPLACE_PERL+= utils/wmlxgettext
+REPLACE_PERL+= data/tools/unit_tree/units.pl
+REPLACE_PERL+= data/tools/unit_tree/TeamColorizer.pl
USE_TOOLS+= perl:run msgfmt
+SUBST_CLASSES+= python
+SUBST_STAGE.python= post-build
+SUBST_FILES.python= data/ais/sample.py
+SUBST_MESSAGE.python= Fixing path to python.
+# XXX: Best we can do without pulling in a python dependency.
+SUBST_SED.python+= -e 's,WPY,${PREFIX}/bin/python2.4,'
+
.include "../../mk/bsd.prefs.mk"
# unit_types.cpp causes gcc to segfault at least on NetBSD 3.