Received: by mail.netbsd.org (Postfix, from userid 605) id F0E1984D48; Fri, 21 Dec 2018 16:33:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DFADA84CEE for ; Fri, 21 Dec 2018 16:33:38 +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 0hvZonkJfvGL for ; Fri, 21 Dec 2018 16:33:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 09B0F84CE2 for ; Fri, 21 Dec 2018 16:33:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5E3BFB16; Fri, 21 Dec 2018 16:33:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1545410017288260" MIME-Version: 1.0 Date: Fri, 21 Dec 2018 16:33:37 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/textproc/gsed To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20181221163337.E5E3BFB16@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. --_----------=_1545410017288260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Dec 21 16:33:37 UTC 2018 Modified Files: pkgsrc/textproc/gsed: Makefile distinfo Removed Files: pkgsrc/textproc/gsed/patches: patch-sed_utils.c Log Message: Update to 4.6 Changelog: * Noteworthy changes in release 4.6 (2018-12-19) [stable] ** Improvements sed now prints a clear error message when r/R/w/W (and s///w) commands are missing a filename. Previously, w/W commands would fail with confusing error message, while r/R would be a silent no-op. sed now uses fully-buffered output (instead of line-buffered) when writing to files. This should noticeably improve performance of "sed -i" and other write commands. Buffering can be disabled (as before) with "sed -u". sed in non-cygwin windows environments (e.g. mingw) now properly handles '\n' newlines in -b/--binary mode. ** Bug fixes sed no longer accesses invalid memory (heap overflow) when given invalid backreferences in 's' command [bug#32082, present at least since sed-4.0.6]. sed no longer adds extraneous NUL when given s/$//n command. [related to bug#32271, present since sed-4.0.7] sed no longer accesses invalid memory (heap overflow) with s/$//n regexes. [bug#32271, present since sed-4.3]. ** New Features New option, --debug: print the input sed script in canonical form and annotate program execution. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/textproc/gsed/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/gsed/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/textproc/gsed/patches/patch-sed_utils.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1545410017288260 Content-Disposition: inline Content-Length: 1625 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/gsed/Makefile diff -u pkgsrc/textproc/gsed/Makefile:1.52 pkgsrc/textproc/gsed/Makefile:1.53 --- pkgsrc/textproc/gsed/Makefile:1.52 Tue Jul 17 10:56:24 2018 +++ pkgsrc/textproc/gsed/Makefile Fri Dec 21 16:33:37 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2018/07/17 10:56:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.53 2018/12/21 16:33:37 ryoon Exp $ -DISTNAME= sed-4.5 +DISTNAME= sed-4.6 PKGNAME= g${DISTNAME} CATEGORIES= textproc editors MASTER_SITES= ${MASTER_SITE_GNU:=sed/} Index: pkgsrc/textproc/gsed/distinfo diff -u pkgsrc/textproc/gsed/distinfo:1.24 pkgsrc/textproc/gsed/distinfo:1.25 --- pkgsrc/textproc/gsed/distinfo:1.24 Fri Apr 27 14:16:23 2018 +++ pkgsrc/textproc/gsed/distinfo Fri Dec 21 16:33:37 2018 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.24 2018/04/27 14:16:23 wiz Exp $ +$NetBSD: distinfo,v 1.25 2018/12/21 16:33:37 ryoon Exp $ -SHA1 (sed-4.5.tar.xz) = 6635c344956ef928cc33aca798ad20c6c1ea25f7 -RMD160 (sed-4.5.tar.xz) = 5eb9b1adee939572cca4d353a83e6e35f9423bfb -SHA512 (sed-4.5.tar.xz) = f95fb27e03b2301dae63878413b4c48e40341cc676945a612e1d0bd911da3192858ae142791292a99fbdaacbc7dab2d6fccb50787c06846f99b0b3740b40c196 -Size (sed-4.5.tar.xz) = 1274252 bytes -SHA1 (patch-sed_utils.c) = a4d0c5aaadc6a0fac1100e949f2d8a63eb16d427 +SHA1 (sed-4.6.tar.xz) = 2aa05831700e46d674fa53d96df24e0f7b40ba36 +RMD160 (sed-4.6.tar.xz) = cef06c2809ab453c3814a9b448e9d8be12a2e669 +SHA512 (sed-4.6.tar.xz) = dba1d3a7867e4b20266fe4aae88fa779985b6554ef0eeedbf0d2124fa91745419ad843ed20f38ce734c778a2702d3530e92a0b12ce83e546cf093ad612c44e0b +Size (sed-4.6.tar.xz) = 1297724 bytes --_----------=_1545410017288260--