pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/cmark



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue May 23 10:37:20 UTC 2017

Modified Files:
        pkgsrc/textproc/cmark: Makefile distinfo

Log Message:
Updated textproc/cmark 0.26.1 to 0.27.1
---------------------------------------
cmark 0.27.1
 jgm released this on 19 Nov 2016 揃 46 commits to master since this release

 -  Set policy for CMP0063 to avoid a warning (#162).
    Put set_policy under cmake version test.
    Otherwise we get errors in older versions of cmake.
 -  Use VERSION_GREATER to clean up cmake version test.
 -  Improve afl target. Use afl-clang by default. Set default for path.

cmark 0.27.0
 jgm released this on 19 Nov 2016 揃 49 commits to master since this release

 -  Update spec to 0.27.
 -  Fix warnings building with MSVC on Windows (#165, Hugh Bellamy).
 -  Fix CMAKE_C_VISIBILITY_PRESET for cmake versions greater than 1.8
    (e.g. 3.6.2) (#162, Hugh Bellamy). This lets us build swift-cmark
    on Windows, using clang-cl.
 -  Fix for non-matching entities (#161, Yuki Izumi).
 -  Modified print_delimiters (commented out) so it compiles again.
 -  make format: don't change order of includes.
    Changed logic for null/eol checks (#160).
    * only check once for "not at end of line"
    * check for null before we check for newline characters (the
      previous patch would fail for NULL + CR)
 -  Fix by not advancing past both \0 and \n (Yuki Izumi).
 -  Add test for NUL-LF sequence (Yuki Izumi).
 -  Fix memory leak in list parsing (Yuki Izumi).
 -  Use cmark_mem to free where used to alloc (Yuki Izumi).
 -  Allow a shortcut link before a ( (jgm/CommonMark#427).
 -  Allow tabs after setext header line (jgm/commonmark.js#109).
 -  Don't let URI schemes start with spaces.
 -  Fixed h2..h6 HTML blocks (jgm/CommonMark#430). Added regression test.
 -  Autolink scheme can contain digits (Gábor Csárdi)
 -  Fix nullary function declarations in cmark.h (Nick Wellnhofer).
 -  Fixes strict prototypes warnings.
 -  COPYING: Update file name and remove duplicate section and
     (Peter Eisentraut).
 -  Fix typo (Pavlo Kapyshin).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/cmark/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/cmark/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/cmark/Makefile
diff -u pkgsrc/textproc/cmark/Makefile:1.4 pkgsrc/textproc/cmark/Makefile:1.5
--- pkgsrc/textproc/cmark/Makefile:1.4  Sat Sep 17 11:45:14 2016
+++ pkgsrc/textproc/cmark/Makefile      Tue May 23 10:37:20 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/09/17 11:45:14 mef Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/23 10:37:20 mef Exp $
 
-DISTNAME=      cmark-0.26.1
+DISTNAME=      cmark-0.27.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jgm/}
 

Index: pkgsrc/textproc/cmark/distinfo
diff -u pkgsrc/textproc/cmark/distinfo:1.2 pkgsrc/textproc/cmark/distinfo:1.3
--- pkgsrc/textproc/cmark/distinfo:1.2  Sat Sep 17 11:45:14 2016
+++ pkgsrc/textproc/cmark/distinfo      Tue May 23 10:37:20 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/09/17 11:45:14 mef Exp $
+$NetBSD: distinfo,v 1.3 2017/05/23 10:37:20 mef Exp $
 
-SHA1 (cmark-0.26.1.tar.gz) = 2d697e4a4961db9d19e5f39b2d2e4dfe2d670830
-RMD160 (cmark-0.26.1.tar.gz) = 793fa4e972454dbcd283742a9eae43627213caa9
-SHA512 (cmark-0.26.1.tar.gz) = c10fe1a9450a97dafc09179c059773aa1ae1269b247785e67f0cce959a6b12a4b0fdf91a6ad22dd6a100b892777b5a48b59227bc7ada043828b26e2be73bc059
-Size (cmark-0.26.1.tar.gz) = 214151 bytes
+SHA1 (cmark-0.27.1.tar.gz) = 210e3e692ee5edb21a358463ed94caff23b98709
+RMD160 (cmark-0.27.1.tar.gz) = a3dc0b2437e69cb4f0f0e14f9b24ab29bd215c5c
+SHA512 (cmark-0.27.1.tar.gz) = a7797c9dfd54e20499666e37ba67b1902ef0d40867e7b941c1cfc93d4fbe935fb073be69aecc9f9f8c8e9524049037771635b45e071af981613431f3fbbe7b41
+Size (cmark-0.27.1.tar.gz) = 215574 bytes



Home | Main Index | Thread Index | Old Index