Received: by mail.netbsd.org (Postfix, from userid 605) id 0A1CE84EE5; Sat, 23 Jul 2022 19:05:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4321E84EE1 for ; Sat, 23 Jul 2022 19:05:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id K_YZGdiOib3u for ; Sat, 23 Jul 2022 19:05:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA7A484C71 for ; Sat, 23 Jul 2022 19:05:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B75DEFB1A; Sat, 23 Jul 2022 19:05:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658603147162840" MIME-Version: 1.0 Date: Sat, 23 Jul 2022 19:05:47 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/misc/tmux To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20220723190547.B75DEFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658603147162840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jul 23 19:05:47 UTC 2022 Modified Files: pkgsrc/misc/tmux: Makefile distinfo Log Message: tmux: Update to 3.3a Changes: 3.3a ---- * Do not crash when run-shell produces output from a config file. * Do not unintentionally turn off all mouse mode when button mode is also present. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/misc/tmux/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/misc/tmux/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658603147162840 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/tmux/Makefile diff -u pkgsrc/misc/tmux/Makefile:1.60 pkgsrc/misc/tmux/Makefile:1.61 --- pkgsrc/misc/tmux/Makefile:1.60 Thu Jun 2 18:27:24 2022 +++ pkgsrc/misc/tmux/Makefile Sat Jul 23 19:05:47 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2022/06/02 18:27:24 tnn Exp $ +# $NetBSD: Makefile,v 1.61 2022/07/23 19:05:47 leot Exp $ -DISTNAME= tmux-3.3 +DISTNAME= tmux-3.3a CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=tmux/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/misc/tmux/distinfo diff -u pkgsrc/misc/tmux/distinfo:1.54 pkgsrc/misc/tmux/distinfo:1.55 --- pkgsrc/misc/tmux/distinfo:1.54 Wed Jun 1 20:56:27 2022 +++ pkgsrc/misc/tmux/distinfo Sat Jul 23 19:05:47 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.54 2022/06/01 20:56:27 leot Exp $ +$NetBSD: distinfo,v 1.55 2022/07/23 19:05:47 leot Exp $ -BLAKE2s (tmux-3.3.tar.gz) = e58d1b63d6ccf6084b498a84bf64bf7759b6e065ee49dcb38fa6bd48e3d6b683 -SHA512 (tmux-3.3.tar.gz) = 2988ccef62337dee0a22579868608b611ce17e2160358a9ba4cc3a353fd1e6b1fea87584ceeed885f986b1786aac1b681c71bdf6a48ed4953809093280b38c09 -Size (tmux-3.3.tar.gz) = 677501 bytes +BLAKE2s (tmux-3.3a.tar.gz) = b618a0cd32aaba8163e22eed7353817d02adb5845accaae93be5b52f3264b8c6 +SHA512 (tmux-3.3a.tar.gz) = 29a846df7d93601c42a22f84f606931dc65da1f70b67d351d0425f77ea3affe3e8218b2940d42cd3dadf3cd1aa95032daad3ecb14fbff0f69939d1beae0498c7 +Size (tmux-3.3a.tar.gz) = 677448 bytes SHA1 (patch-compat_daemon-darwin.c) = e8feeb4b100e73ab197eb2fd776fa648a1da28e4 SHA1 (patch-osdep-darwin.c) = 715b1e206add7d911edec381942706220ea2fbb6 --_----------=_1658603147162840--