Subject: CVS commit: pkgsrc/games/moria
From: Maya Rashish
Date: 2017-10-15 05:16:07
Message id: 20171015031607.91EEFFBC7@cvs.NetBSD.org

Log Message:
moria: disable fortify, try to put sense into package.

avoid implicit declarations - add includes where necessary, use
memset rather than bzero while at it - it's the more portable one.

avoid global buffer overflow found via asan.

disable fortify because it still won't run and no tool I've tried found
what's wrong. it's corrupting the GOT at init according to gdb.

bump PKGREVISION

Files:
RevisionActionfile
1.20modifypkgsrc/games/moria/Makefile
1.14modifypkgsrc/games/moria/distinfo
1.3modifypkgsrc/games/moria/patches/patch-ac
1.4modifypkgsrc/games/moria/patches/patch-ad
1.1addpkgsrc/games/moria/patches/patch-source_generate.c
1.1addpkgsrc/games/moria/patches/patch-source_tables.c