Name: | re2 |
---|---|
Epoch: | 1 |
Version: | 20211101 |
Release: | 3.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 472326 |
License: | BSD |
RPM: | re2-20211101-3.el9.aarch64.rpm |
Source RPM: | re2-20211101-3.el9.src.rpm |
Build Date: | Sat Sep 09 2023 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://github.com/google/re2/ |
Summary: | C++ fast alternative to backtracking RE engines |
Description: | RE2 is a C++ library providing a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. Backtracking engines are typically full of features and convenient syntactic sugar but can be forced into taking exponential amounts of time on even small inputs. In contrast, RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input, at the expense of some missing features (e.g back references and generalized assertions). |
- Backported upstream patch with compiler flags fixes.(#2236036)
- Backport patch to fix thread dependency discovery - Substitute the pkgconfig file before installing it (#2038572) - Drop soname patches as upstream seems to be doing it properly now
- Upgrade to 2021-11-01