summaryrefslogtreecommitdiff
path: root/wm/fvwm/patches/patch-af
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-12-12 06:57:59 +0000
committermartti <martti@pkgsrc.org>2006-12-12 06:57:59 +0000
commit82ebd6002f05429f28250b140106be9e3c3f8560 (patch)
treeaccf43627b00ee6ce119729af30ebcfb9984c215 /wm/fvwm/patches/patch-af
parentecd15879429960384c502ed877286cf67cf4e15f (diff)
downloadpkgsrc-82ebd6002f05429f28250b140106be9e3c3f8560.tar.gz
Updated wm/fvwm to 2.4.20
fvwm-2.4.20 maintenance release for all earlier 2.4.x versions. It contains a number of minor fixes and one important security fix. This release is available at the home page: http://www.fvwm.org/. Who needs to upgrade? --------------------- Because of the security issues with fvwm-2.3.4 to fvwm-2.4.19, it is strongly recommended to upgrade to fvwm-2.4.19. System administrators are encouraged to install this version to grant their users access to the latest stable version. Bug Fixes: ---------- * The configure script now correctly appends executable file extensions to conditionally built binaries. Fixes building on Cygwin. * FvwmConsole no longer conflicts with getline of Cygwin's stdio. * Fixed parsing of For loops in FvwmScript. * Fixed a possible endless loop when de-iconifying a transient window. * Reject some invalid GNOME hints. * Fixed a loop when xterm changes its "active icon" size. * The configure script can now cope with four-part version numbers when detecting some libraries. * Security fixes in fvwm-menu-directory. (CVE-2006-5969) FvwmCommand
Diffstat (limited to 'wm/fvwm/patches/patch-af')
-rw-r--r--wm/fvwm/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/wm/fvwm/patches/patch-af b/wm/fvwm/patches/patch-af
deleted file mode 100644
index 9050e5cab5c..00000000000
--- a/wm/fvwm/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2006/11/26 13:32:43 adrianp Exp $
-
---- utils/fvwm-menu-directory.in.orig 2005-07-08 21:59:00.000000000 +0100
-+++ utils/fvwm-menu-directory.in
-@@ -279,7 +279,7 @@ sub evalFolderLine ($$) {
- my $itemStr = $dir && $itemF_eval? &evalItem($_name, $dir): $_name;
- $itemStr = escapeItemName($itemStr);
- my $act = !$dir || $checkSubdirs && !-x $dir? "Nop": !$reuse?
-- qq(Popup ") . escapeFvwmName($dir) . qq("$submenuPos):
-+ qq(Popup ") . escapeFileName($dir) . qq("$submenuPos):
- qq(PipeRead 'echo ") . escapeFileName($dir) . qq(" >$dirFile; )
- . qq(echo Menu ") . escapeFvwmName($name) . qq(" WarpTitle');
- return qq(+ "$iconDStr$itemStr" $act\n);