libcommonmark-perl 0.290000-2build6 source package in Ubuntu

Changelog

libcommonmark-perl (0.290000-2build6) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:55:42 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libcommonmark-perl_0.290000.orig.tar.gz 25.7 KiB a501b4c3ef6ca89f8703f9ed0b2dc0da878281f2b1277a7ec92902e088c2eadd
libcommonmark-perl_0.290000-2build6.debian.tar.xz 2.1 KiB 92fabeadb2fcd4e8301277bc9bf9b677464b61a19b20fd3ff4ede73ae0337a8d
libcommonmark-perl_0.290000-2build6.dsc 2.3 KiB 3b1bba81bee7deda15e33423c5d6605ab926bb9f8666381ef07968715c63f63a

View changes file

Binary packages built by this source

libcommonmark-perl: interface to the CommonMark C library

 The CommonMark module is a wrapper around the official CommonMark C
 library libcmark. It closely follows the original API.
 .
 The main module provides some entry points to parse documents and
 convenience functions for node creation. The bulk of features is
 available through CommonMark::Node objects of which the parse tree is
 made. CommonMark::Iterator is a useful class to walk through the nodes
 in a tree. CommonMark::Parser provides a push parser interface.

libcommonmark-perl-dbgsym: debug symbols for libcommonmark-perl