Hi,

Update for Spectrwm to 2.1.1:

* Avoid a free on an uninitialized variable by setting optval to
  NULL.
* Fix fparseln flags to remove escape characters in the result.
* Fix issue where rapid window crossing events might get ignored.
* Validate bound spawn programs after conf is loaded.
* Fix move/resize to bail if the window gets destroyed.
* Fix bar clock not getting updated during periods of inactivity.

Ok? Comments?

Chers.

-- 
Sending from my VCR...
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    5 Nov 2012 12:12:36 -0000       1.5
+++ Makefile    28 Nov 2012 14:41:46 -0000
@@ -4,7 +4,7 @@ COMMENT=                small tiling window manager
 
 SHARED_LIBS=           swmhack 1.0
 
-DISTNAME=              spectrwm-2.1.0
+DISTNAME=              spectrwm-2.1.1
 EXTRACT_SUFX=          .tgz
 CATEGORIES=            x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    5 Nov 2012 12:12:36 -0000       1.5
+++ distinfo    28 Nov 2012 14:41:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-2.1.0.tgz) = G6smd9UWrHLgW47wVjdbIfCF9PVjuPVo+cGM0q1+xAU=
-SIZE (spectrwm-2.1.0.tgz) = 106087
+SHA256 (spectrwm-2.1.1.tgz) = Q7EZPyGXS5dJOuYgNhvhuQV1HM6VgPwmZT/Y6m1wcSE=
+SIZE (spectrwm-2.1.1.tgz) = 106471
Index: patches/patch-spectrwm_c
===================================================================
RCS file: /cvs/ports/x11/spectrwm/patches/patch-spectrwm_c,v
retrieving revision 1.3
diff -u -p -r1.3 patch-spectrwm_c
--- patches/patch-spectrwm_c    5 Sep 2012 20:33:43 -0000       1.3
+++ patches/patch-spectrwm_c    28 Nov 2012 14:41:46 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-spectrwm_c,v 1.3 2012/09/05 20:33:43 gonzalo Exp $
---- spectrwm.c.orig    Mon Aug 27 13:13:11 2012
-+++ spectrwm.c Wed Sep  5 08:56:28 2012
-@@ -260,7 +260,7 @@ u_int32_t          swm_debug = 0
+--- spectrwm.c.orig    Wed Nov 28 11:02:13 2012
++++ spectrwm.c Wed Nov 28 11:36:23 2012
+@@ -261,7 +261,7 @@ u_int32_t          swm_debug = 0
  #define SWM_CONF_KEYMAPPING   (1)
  
  #ifndef SWM_LIB

Reply via email to