Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B9FEC1A9239 for ; Tue, 15 Feb 2022 09:22:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F092184D65; Tue, 15 Feb 2022 09:22:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3357E84D31 for ; Tue, 15 Feb 2022 09:22:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id liTkcg0r5rry for ; Tue, 15 Feb 2022 09:22:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A725284CE2 for ; Tue, 15 Feb 2022 09:22:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0A13FB24; Tue, 15 Feb 2022 09:22:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164491694844290" MIME-Version: 1.0 Date: Tue, 15 Feb 2022 09:22:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/dmenu To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220215092228.A0A13FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164491694844290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 15 09:22:28 UTC 2022 Modified Files: pkgsrc/x11/dmenu: Makefile distinfo Log Message: dmenu: update to 5.1. code-style: rm newline (oops) revert using strcasestr and use a more optimized portable version follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems improve performance of case-insensitive matching Revert "Improve speed of drw_text when provided with large strings" add support for more keypad keys Improve speed of drw_text when provided with large strings remove always true condition in if statement To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/dmenu/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/dmenu/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164491694844290 Content-Disposition: inline Content-Length: 1476 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/dmenu/Makefile diff -u pkgsrc/x11/dmenu/Makefile:1.17 pkgsrc/x11/dmenu/Makefile:1.18 --- pkgsrc/x11/dmenu/Makefile:1.17 Wed Sep 2 17:47:12 2020 +++ pkgsrc/x11/dmenu/Makefile Tue Feb 15 09:22:28 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/09/02 17:47:12 leot Exp $ -# +# $NetBSD: Makefile,v 1.18 2022/02/15 09:22:28 wiz Exp $ -DISTNAME= dmenu-5.0 +DISTNAME= dmenu-5.1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ Index: pkgsrc/x11/dmenu/distinfo diff -u pkgsrc/x11/dmenu/distinfo:1.16 pkgsrc/x11/dmenu/distinfo:1.17 --- pkgsrc/x11/dmenu/distinfo:1.16 Tue Oct 26 11:33:46 2021 +++ pkgsrc/x11/dmenu/distinfo Tue Feb 15 09:22:28 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 11:33:46 nia Exp $ +$NetBSD: distinfo,v 1.17 2022/02/15 09:22:28 wiz Exp $ -BLAKE2s (dmenu-5.0.tar.gz) = 3d7b78ad4aa448cecf2d2d4b8572b390be61fc94b8b870ef803fed1e6036836b -SHA512 (dmenu-5.0.tar.gz) = 2b6a7cdf5aefc5e7ca7a4944883c3c16ee6f5005d2a96b61482d4899ad395f9cb8926907681d88b9df3e1188cf421dad4cc17e343b752f6cb8b161d33384b3f3 -Size (dmenu-5.0.tar.gz) = 16028 bytes +BLAKE2s (dmenu-5.1.tar.gz) = ed5e1c26a5e5a1e4874e0f2e49261ac16f4f2076f4bd7286d0ffcd69952b20e0 +SHA512 (dmenu-5.1.tar.gz) = 2f950c30e15880e6081e04d73dd0cf8f402f52d793a77d22c3f10739bfed6222a9c4e7ec8eb3fc676422fea09e30b8cf9789f67b276b22c398c96f5ed3b56453 +Size (dmenu-5.1.tar.gz) = 16096 bytes SHA1 (patch-drw.c) = c391b7ac6f60cce02d63c09c8cfb23ec5d3d46ef --_----------=_164491694844290--