libxmlezout 1.06.2-14build1 source package in Ubuntu

Changelog

libxmlezout (1.06.2-14build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:54:57 +0000

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
libxmlezout_1.06.2.orig.tar.xz 12.8 KiB 1c879a149ba16681a4b29320a25ebf7a19c83d4377ce88ce983403c5f8b5acfc
libxmlezout_1.06.2-14build1.debian.tar.xz 5.2 KiB 6afc09bdb4e14cd75568b9dcd8f0bb2f3d30945d1a6edd4ec19333a552527206
libxmlezout_1.06.2-14build1.dsc 2.2 KiB 418340eb3779acc105988e90f3c685d0c700acf319b560fcf254de780ff4fb16

View changes file

Binary packages built by this source

libxmlezout-dev: Easy-to-use library for emitting XML from Ada programs, dev files

 XML EZ Out is a small set of packages intended to aid the creation of
 XML-formatted output from within Ada programs. It basically wraps the tags and
 data provided to it with XML syntax and writes them to a user-supplied medium.
 .
 This medium can be any sort of writable entity, such as a file, a
 memory buffer, or even a communications link, such as a socket. The
 only functionality required of the medium is that it supply a
 meaningful "Put" (for writing a string) and "New_Line" procedure.
 .
 This package contains file needed to develop applications with XML EZ OUT.

libxmlezout8: Easy-to-use library for emitting XML from Ada programs, runtime

 XML EZ Out is a small set of packages intended to aid the creation of
 XML-formatted output from within Ada programs. It basically wraps the tags and
 data provided to it with XML syntax and writes them to a user-supplied medium.
 .
 This medium can be any sort of writable entity, such as a file, a
 memory buffer, or even a communications link, such as a socket. The
 only functionality required of the medium is that it supply a
 meaningful "Put" (for writing a string) and "New_Line" procedure.
 .
 This is the runtime library for XML EZ OUT.

libxmlezout8-dbgsym: debug symbols for libxmlezout8