diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-28 23:48:48 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-28 23:48:48 +0000 |
commit | 15be3d1062986c8fa78ddcca9923b7b5b3b1b71d (patch) | |
tree | b1569bfa470f0e81a1f5c53e64721fafb66df6e6 /x11/imwheel/files/patch-ad | |
parent | Update port to version 0.87. (diff) |
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 <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=44537
Diffstat (limited to 'x11/imwheel/files/patch-ad')
-rw-r--r-- | x11/imwheel/files/patch-ad | 20 |
1 files changed, 0 insertions, 20 deletions
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 |