summaryrefslogtreecommitdiff
path: root/games/xboing/Makefile
diff options
context:
space:
mode:
authoragc <agc>2004-03-08 17:44:16 +0000
committeragc <agc>2004-03-08 17:44:16 +0000
commita53837d41be36e527b532e4f77d61332e719091e (patch)
tree4151d76860522ab6e64779874e524bd1d43fcf13 /games/xboing/Makefile
parent9103d673d003665bff332c16dcbb7bdb51b5cf6e (diff)
downloadpkgsrc-a53837d41be36e527b532e4f77d61332e719091e.tar.gz
Pull up security fixes to the pkgsrc-2003Q4 branch, requested by Sorenpkgsrc_2003Q4
Jacobsen. Module Name: pkgsrc Committed By: snj Date: Sat Feb 28 18:36:38 UTC 2004 Modified Files: pkgsrc/games/xboing: Makefile distinfo pkgsrc/games/xboing/patches: patch-ad Added Files: pkgsrc/games/xboing/patches: patch-ae patch-af patch-ag patch-ah patch-ai Log Message: strcpy and sprintf are evil, don't use them. Inspired by similar changes in Debian. This fixes several locally exploitable vulnerabilities.
Diffstat (limited to 'games/xboing/Makefile')
-rw-r--r--games/xboing/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile
index 02197a5dd6b..a89821a5c71 100644
--- a/games/xboing/Makefile
+++ b/games/xboing/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2003/03/29 12:41:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.11.2.1 2004/03/08 17:44:16 agc Exp $
#
DISTNAME= xboing2.4
PKGNAME= xboing-2.4
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/xboing
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}