| Name: | lemon |
|---|---|
| Version: | 3.26.0 |
| Release: | 18.0.1.el8_8 |
| Architecture: | aarch64 |
| Group: | Development/Tools |
| Size: | 173415 |
| License: | Public Domain |
| RPM: | lemon-3.26.0-18.0.1.el8_8.aarch64.rpm |
| Source RPM: | sqlite-3.26.0-18.0.1.el8_8.src.rpm |
| Build Date: | Thu Jun 29 2023 |
| Build Host: | build-ol8-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | http://www.sqlite.org/ |
| Summary: | A parser generator |
| Description: | Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. |
- Bumped release to add correct changelog entry. Version 3.26.0-18 fixes CVE-2020-24736
- Fixed CVE-2022-24736
- Fixed CVE-2022-35737
- Fixed CVE-2020-35527 - Fixed CVE-2020-35525
- Removing fix for CVE-2019-19645 (unaffected) - Removing fix for CVE-2019-19880 (unaffected)
- Fixed CVE-2019-5827 (#1710184) - Fixed CVE-2019-13750 (#1786510) - Fixed CVE-2019-13751 (#1786522) - Fixed CVE-2019-19603 (#1792013) - Fixed CVE-2020-13435 (#1841233)
- enabled fts3conf.test on s390x and ppc64 architectures
- Fixed CVE-2020-13434 (#1845843) - Fixed CVE-2020-15358 (#1855208)
- Fixed bug in CVE-2019-20218 (#1791592)
- Fixed CVE-2020-13632 (#1845572) - Fixed CVE-2020-13631 (#1845474) - Fixed CVE-2020-13630 (#1845153)