Received: by mail.netbsd.org (Postfix, from userid 605) id 11A6A84D65; Sun, 17 Jul 2022 16:10:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C4E184D57 for ; Sun, 17 Jul 2022 16:10:47 +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 ZoHBYC-ltovA for ; Sun, 17 Jul 2022 16:10:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 705DF84C71 for ; Sun, 17 Jul 2022 16:10:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69BE4FB1A; Sun, 17 Jul 2022 16:10:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658074246223120" MIME-Version: 1.0 Date: Sun, 17 Jul 2022 16:10:46 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/sacc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20220717161046.69BE4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658074246223120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Jul 17 16:10:46 UTC 2022 Modified Files: pkgsrc/net/sacc: Makefile distinfo Log Message: sacc: Update to 1.06 Changes: 1.06 ---- - Fix build with TLS support disabled - Add support for more DEC function keys for ui_ti - Add application key support for ui_ti - Prevent zombie processes for non-modal plumbing To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/sacc/Makefile pkgsrc/net/sacc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658074246223120 Content-Disposition: inline Content-Length: 1396 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/sacc/Makefile diff -u pkgsrc/net/sacc/Makefile:1.7 pkgsrc/net/sacc/Makefile:1.8 --- pkgsrc/net/sacc/Makefile:1.7 Sat Dec 18 13:49:25 2021 +++ pkgsrc/net/sacc/Makefile Sun Jul 17 16:10:46 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/12/18 13:49:25 leot Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/17 16:10:46 leot Exp $ -DISTNAME= sacc-1.05 +DISTNAME= sacc-1.06 CATEGORIES= net MASTER_SITES= ftp://bitreich.org/releases/sacc/ Index: pkgsrc/net/sacc/distinfo diff -u pkgsrc/net/sacc/distinfo:1.7 pkgsrc/net/sacc/distinfo:1.8 --- pkgsrc/net/sacc/distinfo:1.7 Sat Dec 18 13:49:25 2021 +++ pkgsrc/net/sacc/distinfo Sun Jul 17 16:10:46 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/12/18 13:49:25 leot Exp $ +$NetBSD: distinfo,v 1.8 2022/07/17 16:10:46 leot Exp $ -BLAKE2s (sacc-1.05.tar.gz) = 7818c240bc26603167acc4771235d2a7846546052bbab8c79e184f405964292a -SHA512 (sacc-1.05.tar.gz) = 61eac55e2e5a24265b0c3f723fa7bb768f6df2de76001db89be6dc86fa4726b193b68e2d5461c1a47b0e13bfa8d28226e0f981753778a6260d1ddb8d4cdd0d10 -Size (sacc-1.05.tar.gz) = 14375 bytes +BLAKE2s (sacc-1.06.tar.gz) = 1e54b3fa413b5af2e0dcba542df3223af7eea68c3952ed951ae4a10f48614d32 +SHA512 (sacc-1.06.tar.gz) = 7a895e432e1d28b7d9b2bb2a5326ca32350876a2c80d39dc6c19e75347d72a4847f1aa4ff11f07e8a9adea14ea71b84d70890dcc170ff6ce0b779e1d6586b4fa +Size (sacc-1.06.tar.gz) = 14540 bytes --_----------=_1658074246223120--