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@
This commit is contained in:
parent
93a80502d7
commit
2ab5ea23e4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user