Received: by mail.netbsd.org (Postfix, from userid 605) id D3C9585587; Sat, 12 Aug 2017 11:23:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6797685576 for ; Sat, 12 Aug 2017 11:23:53 +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 ktEhtKKVJW8c for ; Sat, 12 Aug 2017 11:23:52 +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 DFD7984D36 for ; Sat, 12 Aug 2017 11:23:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6BA3FACE; Sat, 12 Aug 2017 11:23:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502537032174300" MIME-Version: 1.0 Date: Sat, 12 Aug 2017 11:23:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/mandoc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170812112352.D6BA3FACE@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. --_----------=_1502537032174300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Aug 12 11:23:52 UTC 2017 Modified Files: pkgsrc/textproc/mandoc: Makefile distinfo Log Message: Updated mandoc to 1.14.3. Changes in version 1.14.3, released on August 5, 2017 --- BUG FIXES --- * man(7): Do not crash with out-of-bounds read access to a constant array if .sp or a blank line immediately precedes .SS or .SH. * mdoc(7): Do not crash with out-of-bounds read access to a constant array if .sp or a blank line precede the first .Sh macro. * tbl(7): Ignore explicitly specified negative column widths rather than wrapping around to huge numbers and risking memory exhaustion. * man(1): No longer use names that only occur in the SYNOPSIS section. Gets rid of some surprising behaviour and bogus warnings. --- THANKS TO --- Leah Neukirchen (Void Linux), Markus Waldeck (Debian), Peter Bui (nd.edu), and Yuri Pankov (illumos) for bug reports. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/mandoc/Makefile \ pkgsrc/textproc/mandoc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502537032174300 Content-Disposition: inline Content-Length: 1730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/mandoc/Makefile diff -u pkgsrc/textproc/mandoc/Makefile:1.1 pkgsrc/textproc/mandoc/Makefile:1.2 --- pkgsrc/textproc/mandoc/Makefile:1.1 Tue Aug 1 15:06:24 2017 +++ pkgsrc/textproc/mandoc/Makefile Sat Aug 12 11:23:52 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/08/01 15:06:24 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/08/12 11:23:52 wiz Exp $ -DISTNAME= mandoc-1.14.2 +DISTNAME= mandoc-1.14.3 CATEGORIES= textproc devel MASTER_SITES= http://mdocml.bsd.lv/snapshots/ Index: pkgsrc/textproc/mandoc/distinfo diff -u pkgsrc/textproc/mandoc/distinfo:1.1 pkgsrc/textproc/mandoc/distinfo:1.2 --- pkgsrc/textproc/mandoc/distinfo:1.1 Tue Aug 1 15:06:24 2017 +++ pkgsrc/textproc/mandoc/distinfo Sat Aug 12 11:23:52 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2017/08/01 15:06:24 wiz Exp $ +$NetBSD: distinfo,v 1.2 2017/08/12 11:23:52 wiz Exp $ -SHA1 (mandoc-1.14.2.tar.gz) = f0c0398398af88364f56334e93c1b307c5bea7df -RMD160 (mandoc-1.14.2.tar.gz) = f572c277d8b2eccd7a8bc9f6e1b15ee11626a6ef -SHA512 (mandoc-1.14.2.tar.gz) = 1691e4552b0417a30a3a546cff651665f8b4b3fbe2357c734546ca29c56eef9c971a6bd88daa170f4697fb50d14048138f4bc6f5ef55aa24a7ac03903d04c868 -Size (mandoc-1.14.2.tar.gz) = 616843 bytes +SHA1 (mandoc-1.14.3.tar.gz) = 25b3c97f6346a2722964279c9effab314c1e57cf +RMD160 (mandoc-1.14.3.tar.gz) = 0155d0670421c37aa79c1887ecab3904236907cd +SHA512 (mandoc-1.14.3.tar.gz) = cd638fbacb068fcd6191f2a4e941effc010e3ebf06a3e32847b892c2e561771d03d5bca8fbdf8434d6491f4b68df3f443e2568b79193b7342044fba476fcd30b +Size (mandoc-1.14.3.tar.gz) = 617202 bytes SHA1 (patch-configure) = bd53ddf7d98de53bc04dafe6b2dbb1b79e35399e SHA1 (patch-roff.7) = a11e2377e034393f4d900d292b094a9e751a6c0a --_----------=_1502537032174300--