pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/mandoc Updated mandoc to 1.14.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/127d665c359f
branches:  trunk
changeset: 366340:127d665c359f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 12 11:23:52 2017 +0000

description:
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.

diffstat:

 textproc/mandoc/Makefile |   4 ++--
 textproc/mandoc/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 25cd2cebc4ff -r 127d665c359f textproc/mandoc/Makefile
--- a/textproc/mandoc/Makefile  Sat Aug 12 06:25:52 2017 +0000
+++ b/textproc/mandoc/Makefile  Sat Aug 12 11:23:52 2017 +0000
@@ -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/
 
diff -r 25cd2cebc4ff -r 127d665c359f textproc/mandoc/distinfo
--- a/textproc/mandoc/distinfo  Sat Aug 12 06:25:52 2017 +0000
+++ b/textproc/mandoc/distinfo  Sat Aug 12 11:23:52 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index