Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id BD5C27A13F for ; Sun, 21 Feb 2016 15:36:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3B5A685EA7; Sun, 21 Feb 2016 15:36:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F74C85EA7 for ; Sun, 21 Feb 2016 15:36:34 +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 R1_DDHfzaSjw for ; Sun, 21 Feb 2016 15:36:34 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 08FA085EA5 for ; Sun, 21 Feb 2016 15:36:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3432FBB7; Sun, 21 Feb 2016 15:36:33 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 21 Feb 2016 15:36:33 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/editors/nano To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20160221153633.F3432FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiedi Date: Sun Feb 21 15:36:33 UTC 2016 Modified Files: pkgsrc/editors/nano: Makefile PLIST distinfo Log Message: Update nano to 2.5.2 2016.02.12 - GNU nano 2.5.2 is carrying too many dogs. This release includes several fixes for various memory leaks, position history size growth, and a long standing issue with using nano under sudo creating root-owned files. There are also the usual bevy of documentation and other miscellaneous fixes and touch ups. Upgrade today while supplies last, operators are standing by! 2016.01.11 - GNU nano 2.5.1 "Salzburg" is released. It includes fixes for a syntax-highlighting bug and a positionlog bug, it disables a time-eating multiline regex in the C syntax, and it adds an escape hatch to the WriteOut menu when --tempfile is used: the discardbuffer command, ^Q. It also has translation updates for fifteen languages, and a small fix in the softwrap code. So... you are heartily invited to upgrade. Enjoy! To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/editors/nano/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/nano/PLIST cvs rdiff -u -r1.24 -r1.25 pkgsrc/editors/nano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.