03d5977843
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
16 lines
591 B
Text
16 lines
591 B
Text
$NetBSD: patch-aa,v 1.2 2006/12/12 06:57:59 martti Exp $
|
|
|
|
--- utils/Makefile.in.orig 2006-12-09 12:11:12.000000000 +0000
|
|
+++ utils/Makefile.in 2006-12-12 08:51:11.000000000 +0000
|
|
@@ -39,4 +39,4 @@
|
|
host_triplet = @host@
|
|
-bin_PROGRAMS = @XPMROOT@
|
|
-EXTRA_PROGRAMS = xpmroot$(EXEEXT) xselection$(EXEEXT)
|
|
+bin_PROGRAMS =
|
|
+EXTRA_PROGRAMS = xselection$(EXEEXT)
|
|
subdir = utils
|
|
@@ -233,3 +233,3 @@
|
|
|
|
-man_MANS = xpmroot.1 fvwm-config.1 fvwmbug.1 fvwmrc_convert.1 fvwm24_convert.1 \
|
|
+man_MANS = fvwm-config.1 fvwmbug.1 fvwmrc_convert.1 fvwm24_convert.1 \
|
|
fvwm-menu-xlock.1 fvwm-menu-directory.1 \
|