Fedora 34: rust-regex 2022-ceb3e03c5e
Summary
Implementation of regular expressions for Rust. This implementation uses finite
automata and guarantees linear time matching on all inputs.
Update to version 1.5.5. This includes a fix for a denial-of-service
vulnerability
([RUSTSEC-2022-0013](https://rustsec.org/advisories/RUSTSEC-2022-0013.html) /
[CVE-2022-24713](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24713)).
* Wed Mar 9 2022 Fabio Valentini
- Update to version 1.5.5; Fixes RHBZ#2061789
* Fri Jan 21 2022 Fedora Release Engineering
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
su -c 'dnf upgrade --advisory FEDORA-2022-ceb3e03c5e' 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/keys
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 on the list, report it: https://pagure.io/fedora-infrastructure
FEDORA-2022-ceb3e03c5e 2022-03-17 14:42:11.485448 Product : Fedora 34 Version : 1.5.5 Release : 1.fc34 URL : Summary : Implementation of regular expressions for Rust Description : Implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. Update to version 1.5.5. This includes a fix for a denial-of-service vulnerability ([RUSTSEC-2022-0013](https://rustsec.org/advisories/RUSTSEC-2022-0013.html) / [CVE-2022-24713](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24713)). * Wed Mar 9 2022 Fabio Valentini 1.5.5-1 - Update to version 1.5.5; Fixes RHBZ#2061789 * Fri Jan 21 2022 Fedora Release Engineering 1.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild su -c 'dnf upgrade --advisory FEDORA-2022-ceb3e03c5e' 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/keys 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 on the list, report it: https://pagure.io/fedora-infrastructure
Change Log
References