[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package pandoc-2.0.6-7.el8_10.x86_64 download

Name pandoc
Epoch 0
Version 2.0.6
Release 7.el8_10
Architecture x86_64
Website/URL https://hackage.haskell.org/package/pandoc
License GPLv2+
Build Time 2025-06-04 11:06:01
Build Host builder-x86-06.inferitos.ru
Summary Conversion between markup formats
Repositories PowerTools
Description Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read several dialects of Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS, MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Haddock markup, OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Vimwiki, Word Docx, ODT, and Textile, and it can write Markdown, reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man, groff ms, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign ICML, Muse, LaTeX beamer slides, PowerPoint, and several kinds of HTML/JavaScript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js). In contrast to most existing tools for converting Markdown to HTML, pandoc has a modular design: it consists of a set of readers, which parse text in a given format and produce a native representation of the document, and a set of writers, which convert this native representation into a target format. Thus, adding an input or output format requires only adding a reader or writer. For pdf output please also install pandoc-pdf.
Errata INFSA-2025:8427
Size 15719 KiB
Source Project pandoc-2.0.6-7.el8_10
SHA-256 checksum b15c5ede19e59e27c3d06cebfe299b6c7d0dc9444e40cecf6ba625821f5b63d5
× Full screenshot
Changelog link
* Mon Mar 17 2025 Jens Petersen  <petersen@redhat.com> - 2.0.6-7
- rebuild with ghc-cmark-gfm-0.2.6 for various security fixes,
  see https://github.com/github/cmark-gfm/security for the full list
  (Sep 2022 to July 2023), including:
- Resolves: CVE-2023-24824
- Resolves: CVE-2023-26485
- Resolves: RHEL-83922

* Thu Aug 03 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.0.6-6
- Rebuilt for MSVSphere 8.8

* Thu Apr 14 2022 Jens Petersen <petersen@redhat.com> - 2.0.6-6
- rebuild with ghc-cmark-gfm-0.2.3 for CVE-2022-24724 (#2060667)
- https://github.com/github/cmark-gfm/security/advisories/GHSA-mc3g-88wq-6f4x

* Mon Dec 14 2020 Jens Petersen <petersen@redhat.com> - 2.0.6-5
- rebuild with ghc-cmark-gfm-0.2.2 (#1865911)

* Wed Dec 12 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-4
- link executable statically to its Haskell deps for portability (#1657278)
- add common subpackage for shared data files

* Thu May 31 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-3
- no longer subpackage cmark-gfm and hslua-module-text

* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-1
- update to 2.0.6
- subpackage 2 new deps

* Mon Dec 11 2017 Jens Petersen <petersen@redhat.com> - 1.19.2.4-2
- refresh to cabal-rpm-0.12

* Thu Nov 16 2017 Jens Petersen <petersen@redhat.com> - 1.19.2.4-1
- update to 1.19.2.4
- uses skylighting instead of highlighting-kate