diff options
author | martti <martti@pkgsrc.org> | 2006-12-12 06:57:59 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-12-12 06:57:59 +0000 |
commit | 82ebd6002f05429f28250b140106be9e3c3f8560 (patch) | |
tree | accf43627b00ee6ce119729af30ebcfb9984c215 /wm/fvwm/patches/patch-ab | |
parent | ecd15879429960384c502ed877286cf67cf4e15f (diff) | |
download | pkgsrc-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-ab')
-rw-r--r-- | wm/fvwm/patches/patch-ab | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/wm/fvwm/patches/patch-ab b/wm/fvwm/patches/patch-ab index 83cd38f6f8d..f00f2118d7f 100644 --- a/wm/fvwm/patches/patch-ab +++ b/wm/fvwm/patches/patch-ab @@ -1,9 +1,13 @@ -$NetBSD: patch-ab,v 1.1.1.1 2006/07/02 09:21:57 martti Exp $ +$NetBSD: patch-ab,v 1.2 2006/12/12 06:57:59 martti Exp $ ---- configure.orig 2004-09-30 19:56:42.000000000 +0300 -+++ configure 2004-10-01 12:04:46.000000000 +0300 -@@ -1541,3 +1541,3 @@ +--- configure.orig 2006-12-09 11:54:30.000000000 +0000 ++++ configure 2006-12-12 08:51:55.000000000 +0000 +@@ -2121,7 +2121,7 @@ + + # Define the identity of the package. - PACKAGE=fvwm + PACKAGE=fvwm2 - VERSION=2.4.19 + VERSION=2.4.20 + + |