pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/cmark-gfm
Module Name: pkgsrc
Committed By: taca
Date: Sat Aug 5 09:46:11 UTC 2023
Modified Files:
pkgsrc/textproc/cmark-gfm: Makefile PLIST distinfo
Log Message:
textproc/cmark-gfm: update to 0.29.0.gfm.13
0.29.0.gfm.10 (2023-03-31)
Changes since last release (0.29.0.gfm.9...0.29.0.gfm.10):
* Fixed polynomial time complexity issue per
* GHSA-r8vr-c48j-fcc5
* Fixed polynomial time complexity issues per
* GHSA-66g8-4hjf-77xh
Note: these changes remove redundant bold tag nesting which may result in
existing rendering tests failing, e.g. rendering ____bold____ to html will
no longer yield <p><strong><strong>bold</strong></strong></p>.
0.29.0.gfm.11 (2023-04-06)
Changes since last release (0.29.0.gfm.10...0.29.0.gfm.11):
NOTE: this is a re-release of 0.11 due to missing a version/Changelog PR
* Improved fixes for polynomial time complexity issues per
GHSA-66g8-4hjf-77xh (#323, #324)
* Added fuzzing target for bracketed patterns (#318)
* Fixed bug in list numbering introduced in 763587e (#322) which caused list
numbers to increment by 2
* Fixed strict prototype clang warning (#310)
* Fixed regression test (#312)
* Added additional output formats to quadratic fuzzer (#327)
* Fixed buffer overflow in fuzzing harness (#326)
Note: these changes may lead to minor changes in expected output on
plaintext rendering of list items. Notably, blank lines may no longer
delineate the start of a list when rendering to plaintext due to changes in
how the tight list status is calculated.
0.29.0.gfm.12 (2023-07-13)
Changes since last release (0.29.0.gfm.11...0.29.0.gfm.12):
* Fixed polynomial time complexity issues per GHSA-w4qg-3vf7-m9x5
* Added CodeQL project integration (#337)
* Addressed const qualifier discard compiler warnings (#330, #331)
0.29.0.gfm.13 (2023-07-22)
Changes since last release (0.29.0.gfm.12...0.29.0.gfm.13):
* Normalized marker row vs. delimiter row nomenclature (#273)
* Exposed CMARK_NODE_FOOTNOTE_DEFINITION literal value (#336)
* Fixed format specifier for printing a size_t (#340)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/cmark-gfm/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/cmark-gfm/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/cmark-gfm/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-gfm/Makefile
diff -u pkgsrc/textproc/cmark-gfm/Makefile:1.3 pkgsrc/textproc/cmark-gfm/Makefile:1.4
--- pkgsrc/textproc/cmark-gfm/Makefile:1.3 Sat Feb 4 13:23:05 2023
+++ pkgsrc/textproc/cmark-gfm/Makefile Sat Aug 5 09:46:11 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/02/04 13:23:05 taca Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/05 09:46:11 taca Exp $
-DISTNAME= 0.29.0.gfm.9
+DISTNAME= 0.29.0.gfm.13
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=github/}
Index: pkgsrc/textproc/cmark-gfm/PLIST
diff -u pkgsrc/textproc/cmark-gfm/PLIST:1.2 pkgsrc/textproc/cmark-gfm/PLIST:1.3
--- pkgsrc/textproc/cmark-gfm/PLIST:1.2 Sat Feb 4 13:23:05 2023
+++ pkgsrc/textproc/cmark-gfm/PLIST Sat Aug 5 09:46:11 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/02/04 13:23:05 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/08/05 09:46:11 taca Exp $
bin/cmark-gfm
include/cmark-gfm-core-extensions.h
include/cmark-gfm-extension_api.h
@@ -11,10 +11,10 @@ lib/cmake/cmark-gfm-release.cmake
lib/cmake/cmark-gfm.cmake
lib/libcmark-gfm-extensions.a
lib/libcmark-gfm-extensions.so
-lib/libcmark-gfm-extensions.so.0.29.0.gfm.6
+lib/libcmark-gfm-extensions.so.${PKGVERSION}
lib/libcmark-gfm.a
lib/libcmark-gfm.so
-lib/libcmark-gfm.so.0.29.0.gfm.6
+lib/libcmark-gfm.so.${PKGVERSION}
lib/pkgconfig/libcmark-gfm.pc
man/man1/cmark-gfm.1
man/man3/cmark-gfm.3
Index: pkgsrc/textproc/cmark-gfm/distinfo
diff -u pkgsrc/textproc/cmark-gfm/distinfo:1.4 pkgsrc/textproc/cmark-gfm/distinfo:1.5
--- pkgsrc/textproc/cmark-gfm/distinfo:1.4 Sat Feb 4 13:23:05 2023
+++ pkgsrc/textproc/cmark-gfm/distinfo Sat Aug 5 09:46:11 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2023/02/04 13:23:05 taca Exp $
+$NetBSD: distinfo,v 1.5 2023/08/05 09:46:11 taca Exp $
-BLAKE2s (cmark-gfm/0.29.0.gfm.9.tar.gz) = c2d08bc16f1ef43a1a9d473d4d76ccf42908129bb537eb99baf89e16338138be
-SHA512 (cmark-gfm/0.29.0.gfm.9.tar.gz) = 532ad45c50aad85181a7121f4a36571b4a5795cfce0e528008bedb2ade0678432a317471be13813d38841235ea1312ae02c876e4fd965de4b5d54b00eb0f3a70
-Size (cmark-gfm/0.29.0.gfm.9.tar.gz) = 297003 bytes
+BLAKE2s (cmark-gfm/0.29.0.gfm.13.tar.gz) = c7188c0d647eb4a1546480f3f649203d3440fdfdc6d79c7e6900d251493ddbf5
+SHA512 (cmark-gfm/0.29.0.gfm.13.tar.gz) = 435298fcf782dfc5b64c578ac839759b9d5cd0c08eb90d6702f26278062a0f4887c65c18e89e2c9f6be23f10dd835c769a7e0f8c934be068b6754dcca30cdd7c
+Size (cmark-gfm/0.29.0.gfm.13.tar.gz) = 300086 bytes
SHA1 (patch-CMakeLists.txt) = 902d8299234ec0bf2a7a15aaa79cdbbfc49e148f
Home |
Main Index |
Thread Index |
Old Index