expat 2.7.0-1ubuntu1 source package in Ubuntu

Changelog

expat (2.7.0-1ubuntu1) plucky; urgency=medium

  * Backport 989, part of ongoing 2.7.1 release, to unblock
    the regression testsuite fixes due to fix for CVE-2024-8176
    (Closes: #1100845)

 -- Gianfranco Costamagna <email address hidden>  Wed, 26 Mar 2025 07:55:51 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Plucky
Original maintainer:
Laszlo Boszormenyi
Architectures:
any
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
expat_2.7.0.orig.tar.gz 8.0 MiB d5ff350414fec2a0c35855e29a08297cbb3d9ce6b3eff773b08f537dbc352b3d
expat_2.7.0-1ubuntu1.debian.tar.xz 14.8 KiB 2bb800c5f4b3a789b3bc806eff34b3765e383654b2573006f222a420c28d4fef
expat_2.7.0-1ubuntu1.dsc 1.9 KiB 2392e8cc9cd05e0de00f9e6e4fe416737dc57fe9486d5f31211609b5261f60fd

View changes file

Binary packages built by this source

expat: XML parsing C library - example application

 This package contains xmlwf, an example application of expat, the C
 library for parsing XML. The arguments to xmlwf are one or more
 files which are each to be checked for XML well-formedness.

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.