Received: by mail.netbsd.org (Postfix, from userid 605) id 4832184D45; Mon, 27 Apr 2020 14:46:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C112C84CFD for ; Mon, 27 Apr 2020 14:46:57 +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 iqNe1PdPycRo for ; Mon, 27 Apr 2020 14:46:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3EABE84CD4 for ; Mon, 27 Apr 2020 14:46:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 319F4FB27; Mon, 27 Apr 2020 14:46:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587998817120810" MIME-Version: 1.0 Date: Mon, 27 Apr 2020 14:46:57 +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: <20200427144657.319F4FB27@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. --_----------=_1587998817120810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Apr 27 14:46:57 UTC 2020 Modified Files: pkgsrc/x11/st-term: Makefile distinfo Log Message: st-term: Update to 0.8.3 Changes: 0.8.3 ----- - Improve Input Method Editor (IME) support - Fix use after free in font caching algorithm - Add support for mouse shortcuts - Add support for scroll(1). Scroll is a program that stores all the lines of its child and be used in st as a way of implementing scrollback. - Misc bug fixes and improvements To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/st-term/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/st-term/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587998817120810 Content-Disposition: inline Content-Length: 1531 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.9 pkgsrc/x11/st-term/Makefile:1.10 --- pkgsrc/x11/st-term/Makefile:1.9 Sat Feb 9 12:14:59 2019 +++ pkgsrc/x11/st-term/Makefile Mon Apr 27 14:46:57 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2019/02/09 12:14:59 leot Exp $ +# $NetBSD: Makefile,v 1.10 2020/04/27 14:46:57 leot Exp $ -DISTNAME= st-0.8.2 +DISTNAME= st-0.8.3 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.5 pkgsrc/x11/st-term/distinfo:1.6 --- pkgsrc/x11/st-term/distinfo:1.5 Sat Feb 9 12:14:59 2019 +++ pkgsrc/x11/st-term/distinfo Mon Apr 27 14:46:57 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/02/09 12:14:59 leot Exp $ +$NetBSD: distinfo,v 1.6 2020/04/27 14:46:57 leot Exp $ -SHA1 (st-0.8.2.tar.gz) = 1093714e46adf3f02f9ae9922c49d8ff63b83128 -RMD160 (st-0.8.2.tar.gz) = f40a8ed821ee9f6aca69fabfc86be51989feec66 -SHA512 (st-0.8.2.tar.gz) = eaaf5f2fe050ee768d16a9c8c295ba13315775b3a8a3201e020237a3dd217bfb811832d58477249000596289a6cb3287fbb39d6327fc90986af1c363e4b5bf8d -Size (st-0.8.2.tar.gz) = 44788 bytes +SHA1 (st-0.8.3.tar.gz) = 0f68afe105952e5cc30e2feba83e84ba30a54048 +RMD160 (st-0.8.3.tar.gz) = bc87da10e24d3d366b57eb7b613703f4edfebae0 +SHA512 (st-0.8.3.tar.gz) = 2a824e43d9b3085d9c5c772e3411d744509be79301937c946b27f25451f68813f46c863dd37babbf67716506e86bc70d03645b39d7b124390b07f8f3e0c0c573 +Size (st-0.8.3.tar.gz) = 46292 bytes --_----------=_1587998817120810--