From 15be3d1062986c8fa78ddcca9923b7b5b3b1b71d Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 28 Jun 2001 23:48:48 +0000 Subject: Update to imwheel-0.9.9, which fixes a root exploit in the case where imwheel is setuid root. Note that the port doesn't install imwheel setuid root, so the problem would not have affected users of the port / package. Regardless, it's bad PR to make mouse wheel support so visible in the FAQ and then keep a known-bad version of the supporting software in the ports tree. This update is derived from broken patches received by way of the maintainer, who no longer has time to maintain the port. This port is now looking for a maintainer. Submitted by: Jeremy Norris --- x11/imwheel/files/patch-ad | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 x11/imwheel/files/patch-ad (limited to 'x11/imwheel/files/patch-ad') diff --git a/x11/imwheel/files/patch-ad b/x11/imwheel/files/patch-ad deleted file mode 100644 index e5e039f35b09..000000000000 --- a/x11/imwheel/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- jax/Makefile.orig Tue Feb 22 08:33:53 2000 -+++ jax/Makefile Tue Feb 22 08:35:02 2000 -@@ -1,13 +1,13 @@ --CC=gcc -O -s -+#CC=gcc -O -s - #CC=gcc -g --INC=-I/usr/X11R6/include --LIB=-L/usr/X11R6/lib -+INC=-I${X11BASE}/include -+LIB=-L${X11BASE}/lib - ARCHIVE=*.c *.h Makefile *.1 *.man - - all: libjax.a - - jax.o : jax.c jax.h -- $(CC) -c jax.c $(INC) -+ $(CC) $(CFLAGS) -c jax.c $(INC) - - libjax.a: jax.o - rm -f libjax.a -- cgit v1.2.3