expat 2.4.7-1 source package in Ubuntu

Changelog

expat (2.4.7-1) unstable; urgency=medium

  * New upstream release:
    - relax fix to CVE-2022-25236 with regard to all valid URI characters
      (RFC 3986).

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sat, 05 Mar 2022 07:11:48 +0100

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main text

Downloads

File Size SHA-256 Checksum
expat_2.4.7-1.dsc 1.9 KiB 62f2bcaa109bdef9de18f12c0ed51fb7aeaa8aec9f74a0201a01f9eae7150c77
expat_2.4.7.orig.tar.gz 7.9 MiB ddc1111651cdd4095b67c9d9ed46babfb8fb64843d89ff785399f5739b84867b
expat_2.4.7-1.debian.tar.xz 12.2 KiB 656e28075559c337cb0309d19d0efb4f20e0d21806169a077d4ef15240238547

Available diffs

No changes file available.

Binary packages built by this source

expat: No summary available for expat in ubuntu kinetic.

No description available for expat in ubuntu kinetic.

expat-dbgsym: debug symbols for expat
libexpat1: XML parsing C library - runtime library

 This package contains the runtime, shared library of expat, the C
 library for parsing XML. Expat is a stream-oriented parser in
 which an application registers handlers for things the parser
 might find in the XML document (like start tags).

libexpat1-dbgsym: debug symbols for libexpat1
libexpat1-dev: XML parsing C library - development kit

 This package contains the header file and development libraries of
 expat, the C library for parsing XML. Expat is a stream oriented XML
 parser. This means that you register handlers with the parser prior
 to starting the parse. These handlers are called when the parser
 discovers the associated structures in the document being parsed. A
 start tag is an example of the kind of structures for which you may
 register handlers.