From 3dcbde1459b5189c74822e5908d2640d078acd57 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Mon, 16 Aug 2004 22:39:38 +0000 Subject: Correct a setgid "games" vulnerability. Submitted by: robert@OpenBSD.org --- games/xonix/Makefile | 1 + games/xonix/files/patch-Imakefile | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 games/xonix/files/patch-Imakefile (limited to 'games/xonix') diff --git a/games/xonix/Makefile b/games/xonix/Makefile index e5e40d5236d3..0006a2bce807 100644 --- a/games/xonix/Makefile +++ b/games/xonix/Makefile @@ -7,6 +7,7 @@ PORTNAME= xonix PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ diff --git a/games/xonix/files/patch-Imakefile b/games/xonix/files/patch-Imakefile new file mode 100644 index 000000000000..f852de1d0902 --- /dev/null +++ b/games/xonix/files/patch-Imakefile @@ -0,0 +1,15 @@ +--- Imakefile.orig Tue Aug 17 00:17:20 2004 ++++ Imakefile Tue Aug 17 00:17:48 2004 +@@ -23,11 +23,10 @@ + + PROG = xonix + XONIXDIR = $(LIBDIR)/xonix +- CUTE = -DSEND_MAIL /* cute feature :-) */ + + DEPLIBS = XawClientDepLibs XpmDepLib + LOCAL_LIBRARIES = XawClientLibs XpmLib MathLibrary +- EXTRA_DEFINES = -DUSE_X11 -DXONIXDIR=\"$(XONIXDIR)\" $(CUTE) ++ EXTRA_DEFINES = -DUSE_X11 -DXONIXDIR=\"$(XONIXDIR)\" + /* CDEBUGFLAGS = DebuggableCDebugFlags */ + + SRCS = xonix.c x11.c stack.c -- cgit v1.2.3