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 241631A921F for ; Fri, 15 Apr 2022 16:36:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 68D6B84F3F; Fri, 15 Apr 2022 16:36:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3A7284D15 for ; Fri, 15 Apr 2022 16:36:05 +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 DXlmId4gBGxz for ; Fri, 15 Apr 2022 16:36:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1ACBE84EBE for ; Fri, 15 Apr 2022 16:36:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13BE7FB24; Fri, 15 Apr 2022 16:36:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165004056565260" MIME-Version: 1.0 Date: Fri, 15 Apr 2022 16:36:05 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/misc/dialog To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20220415163605.13BE7FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165004056565260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Fri Apr 15 16:36:04 UTC 2022 Modified Files: pkgsrc/misc/dialog: Makefile distinfo Log Message: dialog: update to 1.3.20220414. 2022/04/14 + adjust fallback bindings for backspace/delete to match the curses library's sense of backspace (Arch #74379). + amend limit-checks to make --max-input work for sizes greater than 2048 (Debian #1004874). 2022/04/04 + corrected limit-checks in checklist.c, menubox.c, and treeview.c when resizing while the data is scrolled (Debian #1004868). + improve logic for updating form-height after screen-resizing. + move most of the non-API definitions from dialog.h to dlg_internals.h + updated configure macros. + update config.guess, config.sub + updated es.po, tr.po from http://translationproject.org/latest/dialog/ To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 pkgsrc/misc/dialog/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/misc/dialog/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165004056565260 Content-Disposition: inline Content-Length: 1548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/dialog/Makefile diff -u pkgsrc/misc/dialog/Makefile:1.89 pkgsrc/misc/dialog/Makefile:1.90 --- pkgsrc/misc/dialog/Makefile:1.89 Sat Jan 22 21:12:05 2022 +++ pkgsrc/misc/dialog/Makefile Fri Apr 15 16:36:04 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.89 2022/01/22 21:12:05 fcambus Exp $ +# $NetBSD: Makefile,v 1.90 2022/04/15 16:36:04 fcambus Exp $ -DISTNAME= dialog-1.3-20220117 +DISTNAME= dialog-1.3-20220414 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://ftp.invisible-island.net/dialog/ Index: pkgsrc/misc/dialog/distinfo diff -u pkgsrc/misc/dialog/distinfo:1.58 pkgsrc/misc/dialog/distinfo:1.59 --- pkgsrc/misc/dialog/distinfo:1.58 Sat Jan 22 21:12:05 2022 +++ pkgsrc/misc/dialog/distinfo Fri Apr 15 16:36:04 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.58 2022/01/22 21:12:05 fcambus Exp $ +$NetBSD: distinfo,v 1.59 2022/04/15 16:36:04 fcambus Exp $ -BLAKE2s (dialog-1.3-20220117.tgz) = b09da569cced1e352b88770b584bdd26bd443640ce90a226976526a58582eae4 -SHA512 (dialog-1.3-20220117.tgz) = c785dadb0bf7feeee6ac767a6752fb85e9d07ff3991c2f948deae05893ba3104590eda37e88adc0032ce89ede036f6215bb4acd1d85699f5cb9f5b4fc153e2ef -Size (dialog-1.3-20220117.tgz) = 565530 bytes +BLAKE2s (dialog-1.3-20220414.tgz) = 6c82a8e47d49926d265b94ffef5ad5254884468dbb66a60de8327f14d80715f9 +SHA512 (dialog-1.3-20220414.tgz) = 53b7bc64bb6406c5828f2d023e7db457eee970ade2077bc64860ef12f06c254b4a13706eee068ffe44055ec6b0576ecfe33153438660a5a54f78ea1be00091ee +Size (dialog-1.3-20220414.tgz) = 566701 bytes --_----------=_165004056565260--