pygments 2.7.1+dfsg-2.1 source package in Ubuntu

Changelog

pygments (2.7.1+dfsg-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix several exponential/cubic complexity regexes (CVE-2021-27291)
    (Closes: #985574)

 -- Salvatore Bonaccorso <email address hidden>  Sat, 05 Jun 2021 11:00:18 +0200

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pygments_2.7.1+dfsg-2.1.dsc 2.3 KiB d9ff2f859c2929de9c8bbad59ca8a303c34ae04da31af4d05efa44587aa2a86d
pygments_2.7.1+dfsg.orig.tar.xz 944.5 KiB 2d5a4ab99fbc362fa2c20d3e6f07a268918c75011620f1450c3fa80273ef83bd
pygments_2.7.1+dfsg-2.1.debian.tar.xz 10.9 KiB bc91af658ccfd9923faccaaa79d7d81c73865e64ecc2021f11d24d44b0364add

No changes file available.

Binary packages built by this source

python-pygments-doc: documentation for the Pygments

 Pygments is syntax highlighting package.
 .
 This package contains the documentation for Pygments in HTML and
 reStructuredText format.

python3-pygments: syntax highlighting package written in Python 3

 Pygments aims to be a generic syntax highlighter for general use in all kinds
 of software such as forum systems, wikis or other applications that need to
 prettify source code.
 .
 Highlights are:
   * a wide range of common languages and markup formats is supported
   * special attention is paid to details, increasing quality by a fair amount
   * support for new languages and formats are added easily
   * a number of output formats, presently HTML, LaTeX and ANSI sequences
   * it is usable as a command-line tool and as a library