pkgsrc/games/bomberclone/Makefile
wiz a0cfe19c7e Update to 0.11.7:
Version 0.11.7
==============
2006-08-15

- Added: BomberClone Icon to the bomberclone win32 binary.

- Added: resolution 1280x800

- Testing: Security Problems found by Luigi Auriemma
  Bugs: A] memcpy crash in rscache_add
        B] information disclosure in send_pkg
        C] simple error message termination
  for more informations look here:
  http://aluigi.altervista.org/adv/bcloneboom-adv.txt
  Solutions to
  A) rewrote the whole resend cache system, also send_mapinfo needed a
     bad workaround for a bug i couldn't find out. (to disable the workaround
     use ./configure CFLAGS=-DBUG_MAPINFO)
  B) made sure that the size of a packet is set right before send over
     the network. Found only the function (do_gameinfo) where something
     like this occured.
	 do_pkg will also check the size of the incoming packet with the
	 p->h.len value.
  C) accept the error packets only from the server of a game. Since only the
     server will send such type of packets.

- Fixed: Security Problem found by Stefan Cornelius.
  For more information look here:
  https://lists.uni-koeln.de/pipermail/sec-info/Week-of-Mon-20060313/006561.html

- Added: "more random" by Patrik Nilsson:
  This map type is just a hacked version of "autogenerated",
  and is as the name tells more random. Since both block,
  rock and nothing are placed randomly inside the border.

- Fixed: High CPU usage in menus.
  This fix was made by Chris E..

- Fixed: Bug with more as 8 different player graphics.
  The window size hasen't changed if there where more as
  8 different player graphics to choose from.

- Removed the Dedicated Server Support from the game.
  The whole bomberclone game is not designed for a dedicated
  server. The test shown that the whole game would have to
  be rewritten. Also that the host can leave the game would
  not work no more.
2006-08-16 15:35:25 +00:00

26 lines
732 B
Makefile

# $NetBSD: Makefile,v 1.24 2006/08/16 15:35:25 wiz Exp $
DISTNAME= bomberclone-0.11.7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bomberclone/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.bomberclone.de/
COMMENT= Multi-player Bomberman clone
CONFLICTS= bomberclone-data-[0-9]*
BUILDLINK_TRANSFORM+= rm:-Werror
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
post-install:
${RM} -fr ${PREFIX}/share/bomberclone/*/CVS
${RM} -fr ${PREFIX}/share/bomberclone/*/*/CVS
${RM} -fr ${PREFIX}/share/bomberclone/*/*/*/CVS
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"