Information for build re2-20220601-7.ocs23
ID | 20407 | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | re2 | |||||||||||||||||||||||||||||||
Version | 20220601 | |||||||||||||||||||||||||||||||
Release | 7.ocs23 | |||||||||||||||||||||||||||||||
Epoch | ||||||||||||||||||||||||||||||||
Source | git+https://gitee.com/opencloudos-stream/re2.git?.#14f656fc267429a52c971bff27ad7305ac1263dc | |||||||||||||||||||||||||||||||
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). | |||||||||||||||||||||||||||||||
Built by | ocs-bot | |||||||||||||||||||||||||||||||
State | complete | |||||||||||||||||||||||||||||||
Volume | DEFAULT | |||||||||||||||||||||||||||||||
Started | Fri, 27 Sep 2024 00:13:35 CST | |||||||||||||||||||||||||||||||
Completed | Fri, 27 Sep 2024 00:43:32 CST | |||||||||||||||||||||||||||||||
Task | build (dist-ocs23-base, /opencloudos-stream/re2.git:.:origin/master) | |||||||||||||||||||||||||||||||
Extra | {'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/re2.git?.#origin/master'}} | |||||||||||||||||||||||||||||||
Tags |
|
|||||||||||||||||||||||||||||||
RPMs |
|
|||||||||||||||||||||||||||||||
Logs | ||||||||||||||||||||||||||||||||
Changelog | * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20220601-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20220601-6 - Rebuilt for loongarch release * Wed Aug 07 2024 Chunsheng Luo <luffyluo@tencent.com> - 20220601-5 - Modify the version acquisition method to adapt to automatic upgrade * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20220601-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20220601-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20220601-2 - Rebuilt for OpenCloudOS Stream 23 * Fri Dec 16 2022 Miaojun Dong <zoedong@tencent.com> - 20220601-1 - initial build |