Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2025 02:48:25 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7ccdbcc6636 - main - textproc/md4c: Update 0.5.2 => 0.5.2.20240225 (last commit)
Message-ID:  <691e8179.323a5.6f7bb18e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7ccdbcc663668e9fb924f9d63ca339be7fb0590

commit b7ccdbcc663668e9fb924f9d63ca339be7fb0590
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-11-20 02:41:56 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-11-20 02:41:56 +0000

    textproc/md4c: Update 0.5.2 => 0.5.2.20240225 (last commit)
    
    This update allow onlyoffice-documentserver to use the ports version,
    rather than the existing source build.
    
    Changelog:
      Fixes:
        - Fix quadratic time behavior caused by one-by-one walking over
          block lines instead of calling md_lookup_line().
        - Fix quadratic time and output size behavior caused by malicious
          misuse of link reference definitions.
        - The strike-through extension (with flag MD_FLAG_STRIKETHROUGH)
          now follows same logic as other emphasis spans in respect to
          punctuation character and word boundaries.
        - Fix handling tab when removing trailing whitespace, especially in
          connection with ATX headers.
    https://github.com/mity/md4c/blob/481fbfb/CHANGELOG.md
    
    Commit log:
    https://github.com/mity/md4c/compare/release-0.5.2...481fbfb
    
    PR:             290670
    Reported by:    Matt Kempe <fsbruva@yahoo.com>
    Approved by:    Henrik Rosenke <rosenke@dssgmbh.de> (maintainer, timeout 3 weeks)
---
 textproc/md4c/Makefile | 4 ++--
 textproc/md4c/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/textproc/md4c/Makefile b/textproc/md4c/Makefile
index c1a717a710d9..4d84bae14251 100644
--- a/textproc/md4c/Makefile
+++ b/textproc/md4c/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	md4c
-DISTVERSIONPREFIX=	release-
-DISTVERSION=	0.5.2
+DISTVERSION=	0.5.2.20240225
 CATEGORIES=	textproc
 
 MAINTAINER=	rosenke@dssgmbh.de
@@ -14,6 +13,7 @@ USES=		cmake cpe
 CPE_VENDOR=	${PORTNAME}_project
 USE_GITHUB=	yes
 GH_ACCOUNT=	mity
+GH_TAGNAME=	481fbfb
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
diff --git a/textproc/md4c/distinfo b/textproc/md4c/distinfo
index daf87c3efb9f..209ab063124a 100644
--- a/textproc/md4c/distinfo
+++ b/textproc/md4c/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724194987
-SHA256 (mity-md4c-release-0.5.2_GH0.tar.gz) = 55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21
-SIZE (mity-md4c-release-0.5.2_GH0.tar.gz) = 237973
+TIMESTAMP = 1763606060
+SHA256 (mity-md4c-0.5.2.20240225-481fbfb_GH0.tar.gz) = 04e03a69a2783ab5f2449f8864499dabb150092d5f48415a5e423f762a209d54
+SIZE (mity-md4c-0.5.2.20240225-481fbfb_GH0.tar.gz) = 238753


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691e8179.323a5.6f7bb18e>