Received: by mail.netbsd.org (Postfix, from userid 605) id 7346584EAC; Wed, 21 Mar 2018 10:32:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A52C584E00 for ; Wed, 21 Mar 2018 10:32:16 +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 vhENlW20Hl-4 for ; Wed, 21 Mar 2018 10:32:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EF47784DAF for ; Wed, 21 Mar 2018 10:32:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E85DEFB40; Wed, 21 Mar 2018 10:32:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521628335213570" MIME-Version: 1.0 Date: Wed, 21 Mar 2018 10:32:15 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/x11/st-term To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180321103215.E85DEFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1521628335213570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Wed Mar 21 10:32:15 UTC 2018 Modified Files: pkgsrc/x11/st-term: Makefile distinfo Log Message: st-term: Update x11/st-term to 0.8.1 Changes: 0.8.1 ----- Regression fixes: - Restore the old behaviour that the primary doesn't get deleted by a simple left click. Thanks, Daniel Tameling. - Fix regression from commit 69e32a6 when setting the title. Thanks, quinq. Fixes: - Fix use after free, this code was always fragile, but triggered using the rewritten code. - Don't modify argv: on some platforms (OpenBSD) arg.h used to change the exposed argv in tools using the kvm_* interface, such as ps and pgrep. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/st-term/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/st-term/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521628335213570 Content-Disposition: inline Content-Length: 1519 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/st-term/Makefile diff -u pkgsrc/x11/st-term/Makefile:1.7 pkgsrc/x11/st-term/Makefile:1.8 --- pkgsrc/x11/st-term/Makefile:1.7 Thu Mar 15 10:52:38 2018 +++ pkgsrc/x11/st-term/Makefile Wed Mar 21 10:32:15 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2018/03/15 10:52:38 leot Exp $ +# $NetBSD: Makefile,v 1.8 2018/03/21 10:32:15 leot Exp $ -DISTNAME= st-0.8 +DISTNAME= st-0.8.1 PKGNAME= ${DISTNAME:S/-/-term-/} CATEGORIES= x11 MASTER_SITES= https://dl.suckless.org/st/ Index: pkgsrc/x11/st-term/distinfo diff -u pkgsrc/x11/st-term/distinfo:1.3 pkgsrc/x11/st-term/distinfo:1.4 --- pkgsrc/x11/st-term/distinfo:1.3 Thu Mar 15 10:52:38 2018 +++ pkgsrc/x11/st-term/distinfo Wed Mar 21 10:32:15 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/03/15 10:52:38 leot Exp $ +$NetBSD: distinfo,v 1.4 2018/03/21 10:32:15 leot Exp $ -SHA1 (st-0.8.tar.gz) = 940cc305bf6f138c256cd3c07b334993645c663c -RMD160 (st-0.8.tar.gz) = 4880f960be2dfd182350b58115bf7bc969a0181f -SHA512 (st-0.8.tar.gz) = 47af80560f3bd803719b83e95affcb5425fed419fa4703dbd66ee2080f6671597aaba8110f3f7959190e8c3e2b02c62edf062fab950b2649f1d8c532c183de84 -Size (st-0.8.tar.gz) = 45401 bytes +SHA1 (st-0.8.1.tar.gz) = 3ce42998720b9285186608bb38d88bb1c80a620a +RMD160 (st-0.8.1.tar.gz) = 9625f6119c2356d6741e9955e27500e39615b11d +SHA512 (st-0.8.1.tar.gz) = 787d35b0cc8b1435dad7809e9995bed3c7f781e012a4a43dd5ae3d670ebc0e4bc03a56ba3872ff8a3bdba316a41ba771c626adc8de0559296457a59170756c6b +Size (st-0.8.1.tar.gz) = 45423 bytes --_----------=_1521628335213570--