diff options
author | martti <martti@pkgsrc.org> | 2004-03-22 08:26:44 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-03-22 08:26:44 +0000 |
commit | b63090a81d4a9be88ac704c0c78bd6b63c6e5468 (patch) | |
tree | ab9c92f5c1efb2ac20524a90d4fa0d9eba53386f /wm/fvwm2/Makefile | |
parent | b96ca92a4861b4e1127702f8b1ddc796e37392f1 (diff) | |
download | pkgsrc-b63090a81d4a9be88ac704c0c78bd6b63c6e5468.tar.gz |
fvwm-2.4.18 maintenance release for all earlier 2.4.x versions.
It contains important security fixes in several scripts.
* Corrected rebooting the machine in FvwmScript-Quit.
* Fixed the FlickeringMoveWorkaround option to the BugOpts command.
* Security patch in fvwmbug.sh.
See http://securitytracker.com/alerts/2004/Jan/1008781.html
* Security fixes in
fvwm-menu-directory (BugTraq id 9161)
fvwm_make_directory_menu.sh
fvwm_make_browse_menu.sh
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r-- | wm/fvwm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index ab66cf122fd..24422276078 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2003/10/13 15:21:19 martti Exp $ +# $NetBSD: Makefile,v 1.37 2004/03/22 08:26:44 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -18,7 +18,7 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm1-* fvwm>=1 EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.17 +FVWM_VER= 2.4.18 USE_X11BASE= YES USE_BUILDLINK2= YES |