Fedora 35: expat 2022-c68d90efc3
Summary
This 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.
Rebase to 2.4.9
* Thu Sep 29 2022 Tomas Korbar
- Rebase to 2.4.9
* Thu Jul 21 2022 Fedora Release Engineering
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Apr 8 2022 Tomas Korbar
- Rebase to version 2.4.8
- Resolves: rhbz#2069454
[ 1 ] Bug #2130777 - CVE-2022-40674 expat: a use-after-free in the doContent function in xmlparse.c [fedora-35]
https://bugzilla.redhat.com/show_bug.cgi?id=2130777
su -c 'dnf upgrade --advisory FEDORA-2022-c68d90efc3' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/security/
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/
Do not reply to spam, report it: https://pagure.io/login/
FEDORA-2022-c68d90efc3 2022-10-14 12:58:09.954801 Product : Fedora 35 Version : 2.4.9 Release : 1.fc35 URL : https://libexpat.github.io/ Summary : An XML parser library Description : This 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. Rebase to 2.4.9 * Thu Sep 29 2022 Tomas Korbar - 2.4.9-1 - Rebase to 2.4.9 * Thu Jul 21 2022 Fedora Release Engineering - 2.4.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Apr 8 2022 Tomas Korbar - 2.4.8-1 - Rebase to version 2.4.8 - Resolves: rhbz#2069454 [ 1 ] Bug #2130777 - CVE-2022-40674 expat: a use-after-free in the doContent function in xmlparse.c [fedora-35] https://bugzilla.redhat.com/show_bug.cgi?id=2130777 su -c 'dnf upgrade --advisory FEDORA-2022-c68d90efc3' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ package-announce mailing list -- package-announce@lists.fedoraproject.org To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/ Do not reply to spam, report it: https://pagure.io/login/
Change Log
References