md4c 0.4.7-2 source package in Ubuntu

Changelog

md4c (0.4.7-2) unstable; urgency=medium

  * Cherry-pick commit to handle CVE-2021-30027 which can cause a denial
    of service (Closes: #987799).

 -- Patrick Franz <email address hidden>  Mon, 03 May 2021 15:21:36 +0200

Upload details

Uploaded by:
Debian Qt/KDE Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Qt/KDE Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
md4c_0.4.7-2.dsc 2.1 KiB ec8a539fae9ffb5327df161c30f96c5bf69804279a8a232654ec7781ec809da3
md4c_0.4.7.orig.tar.gz 222.9 KiB f1b12d7aeb64fcbc7092c832e1a8b137102fec168961c87222fa599aedc19035
md4c_0.4.7-2.debian.tar.xz 10.2 KiB fc72f81ee9aef4c6c1d93a3441dfd2d23bf3f6edc8aba51d62cf882388fa29ae

Available diffs

No changes file available.

Binary packages built by this source

libmd4c-dev: No summary available for libmd4c-dev in ubuntu impish.

No description available for libmd4c-dev in ubuntu impish.

libmd4c-html0: No summary available for libmd4c-html0 in ubuntu impish.

No description available for libmd4c-html0 in ubuntu impish.

libmd4c-html0-dbgsym: debug symbols for libmd4c-html0
libmd4c-html0-dev: No summary available for libmd4c-html0-dev in ubuntu impish.

No description available for libmd4c-html0-dev in ubuntu impish.

libmd4c0: Markdown for C

 MD4C is C Markdown parser with the following features:
 .
 Compliance: Generally MD4C aims to be compliant to the latest version of
 CommonMark specification. Right now fully compliant to CommonMark 0.28.
 .
 Extensions: MD4C supports some commonly requested and accepted extensions.
 .
 Compactness: MD4C is implemented in one source file and one header file.
 .
 Embedding: MD4C is easy to reuse in other projects, its API is very
 straightforward: There is actually just one function, md_parse().
 .
 Push model: MD4C parses the complete document and calls callback functions
 provided by the application for each start/end of block, start/end of a span,
 and with any textual contents.
 .
 Portability: MD4C builds and works on Windows and Linux, and it should
 be fairly simple to make it run also on most other systems.
 .
 Encoding: MD4C can be compiled to recognize ASCII-only control characters,
 UTF-8 and, on Windows, also UTF-16, i.e. what is on Windows commonly
 called just "Unicode". See more details below.
 .
 Permissive license: MD4C is available under the MIT license.

libmd4c0-dbgsym: No summary available for libmd4c0-dbgsym in ubuntu impish.

No description available for libmd4c0-dbgsym in ubuntu impish.