From 2ab5ea23e476f6266cf636856785af2499434733 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Tue, 4 Dec 2012 16:39:54 +0000 Subject: [PATCH] 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 aja@ --- x11/spectrwm/Makefile | 4 ++-- x11/spectrwm/distinfo | 4 ++-- x11/spectrwm/patches/patch-spectrwm_c | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/x11/spectrwm/Makefile b/x11/spectrwm/Makefile index a07990c1e05..7480f1b8490 100644 --- a/x11/spectrwm/Makefile +++ b/x11/spectrwm/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2012/11/05 12:12:36 gonzalo Exp $ +# $OpenBSD: Makefile,v 1.6 2012/12/04 16:39:54 gonzalo Exp $ 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 diff --git a/x11/spectrwm/distinfo b/x11/spectrwm/distinfo index 3fa7500a103..c4ce203ee36 100644 --- a/x11/spectrwm/distinfo +++ b/x11/spectrwm/distinfo @@ -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 diff --git a/x11/spectrwm/patches/patch-spectrwm_c b/x11/spectrwm/patches/patch-spectrwm_c index 84c884657fb..ebe82c8bab8 100644 --- a/x11/spectrwm/patches/patch-spectrwm_c +++ b/x11/spectrwm/patches/patch-spectrwm_c @@ -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 +$OpenBSD: patch-spectrwm_c,v 1.4 2012/12/04 16:39:54 gonzalo Exp $ +--- 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