Sat, 29 Jun 2024 22:17:11 CST | login

Information for build expat-2.4.9-1.el9_1

ID23865
Package Nameexpat
Version2.4.9
Release1.el9_1
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/expat.git#54361b26860b8fa6243c2485aad41e27a295eccb
SummaryAn XML parser library
DescriptionThis is expat, the C library for parsing XML, written by James Clark. 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.
Built bydistrobuild
State complete
Volume DEFAULT
StartedSun, 27 Nov 2022 21:24:51 CST
CompletedSun, 27 Nov 2022 21:38:13 CST
Taskbuild (dist-circle9_1-updates, /stage/rpms/expat.git:54361b26860b8fa6243c2485aad41e27a295eccb)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/expat.git?#54361b26860b8fa6243c2485aad41e27a295eccb'}}
Tags
dist-circle9-compose
dist-circle9-updates
RPMs
src
expat-2.4.9-1.el9_1.src.rpm (info) (download)
aarch64
expat-2.4.9-1.el9_1.aarch64.rpm (info) (download)
expat-devel-2.4.9-1.el9_1.aarch64.rpm (info) (download)
expat-static-2.4.9-1.el9_1.aarch64.rpm (info) (download)
expat-debuginfo-2.4.9-1.el9_1.aarch64.rpm (info) (download)
expat-debugsource-2.4.9-1.el9_1.aarch64.rpm (info) (download)
i686
expat-2.4.9-1.el9_1.i686.rpm (info) (download)
expat-devel-2.4.9-1.el9_1.i686.rpm (info) (download)
expat-static-2.4.9-1.el9_1.i686.rpm (info) (download)
expat-debuginfo-2.4.9-1.el9_1.i686.rpm (info) (download)
expat-debugsource-2.4.9-1.el9_1.i686.rpm (info) (download)
ppc64le
expat-2.4.9-1.el9_1.ppc64le.rpm (info) (download)
expat-devel-2.4.9-1.el9_1.ppc64le.rpm (info) (download)
expat-static-2.4.9-1.el9_1.ppc64le.rpm (info) (download)
expat-debuginfo-2.4.9-1.el9_1.ppc64le.rpm (info) (download)
expat-debugsource-2.4.9-1.el9_1.ppc64le.rpm (info) (download)
s390x
expat-2.4.9-1.el9_1.s390x.rpm (info) (download)
expat-devel-2.4.9-1.el9_1.s390x.rpm (info) (download)
expat-static-2.4.9-1.el9_1.s390x.rpm (info) (download)
expat-debuginfo-2.4.9-1.el9_1.s390x.rpm (info) (download)
expat-debugsource-2.4.9-1.el9_1.s390x.rpm (info) (download)
x86_64
expat-2.4.9-1.el9_1.x86_64.rpm (info) (download)
expat-devel-2.4.9-1.el9_1.x86_64.rpm (info) (download)
expat-static-2.4.9-1.el9_1.x86_64.rpm (info) (download)
expat-debuginfo-2.4.9-1.el9_1.x86_64.rpm (info) (download)
expat-debugsource-2.4.9-1.el9_1.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Thu Sep 29 2022 Tomas Korbar <tkorbar@redhat.com> - 2.4.9-1 - Rebase to version 2.4.9 - Resolves: CVE-2022-40674 * Tue Apr 26 2022 Tomas Korbar <tkorbar@redhat.com> - 2.4.7-1 - Rebase to version 2.4.7 - Resolves: rhbz#2067201 - Resolves: CVE-2022-25313 - Resolves: CVE-2022-25314 - Resolves: CVE-2022-25236 * Mon Mar 14 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.10-11 - Improve fix for CVE-2022-25236 - Related: CVE-2022-25236 * Mon Feb 28 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.10-10 - Fix multiple CVEs - CVE-2022-25236 expat: namespace-separator characters in "xmlns[:prefix]" attribute values can lead to arbitrary code execution - CVE-2022-25235 expat: malformed 2- and 3-byte UTF-8 sequences can lead to arbitrary code execution - CVE-2022-25315 expat: integer overflow in storeRawNames() - Resolves: CVE-2022-25236 - Resolves: CVE-2022-25235 - Resolves: CVE-2022-25315 * Thu Feb 10 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.10-9 - CVE-2022-23852 expat: integer overflow in function XML_GetBuffer - Resolves: CVE-2022-23852 * Thu Feb 10 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.10-8 - CVE-2021-45960 expat: Large number of prefixed XML attributes on a single tag can crash libexpat - Resolves: CVE-2021-45960 * Wed Feb 09 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.10-7 - CVE-2021-46143 expat: Integer overflow in doProlog in xmlparse.c - Resolves: CVE-2021-46143 * Wed Feb 09 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.10-6 - CVE-2022-22827 Integer overflow in storeAtts in xmlparse.c - CVE-2022-22826 Integer overflow in nextScaffoldPart in xmlparse.c - CVE-2022-22825 Integer overflow in lookup in xmlparse.c - CVE-2022-22824 Integer overflow in defineAttribute in xmlparse.c - CVE-2022-22823 Integer overflow in build_model in xmlparse.c - CVE-2022-22822 Integer overflow in addBinding in xmlparse.c - Resolves: CVE-2022-22827 - Resolves: CVE-2022-22826 - Resolves: CVE-2022-22825 - Resolves: CVE-2022-22824 - Resolves: CVE-2022-22823 - Resolves: CVE-2022-22822 * Mon Feb 07 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.10-5 - CVE-2022-23990 expat: integer overflow in the doProlog function - Resolve: rhbz#2050503 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.10-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.10-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Nov 13 2020 Joe Orton <jorton@redhat.com> - 2.2.10-1 - update to 2.2.10 (#1884940)