Sun, 22 Dec 2024 19:07:37 CST | login

Information for build re2-20220601-5.ocs23

ID14375
Package Namere2
Version20220601
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/re2.git?.#5bb72f49f02ed9064abb0c6cf868555aab2ba169
SummaryC++ fast alternative to backtracking RE engines
DescriptionRE2 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 byoc-bot
State complete
Volume DEFAULT
StartedWed, 07 Aug 2024 19:00:24 CST
CompletedWed, 07 Aug 2024 19:04:04 CST
Taskbuild (dist-ocs23, /opencloudos-stream/re2.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/re2.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
re2-20220601-5.ocs23.src.rpm (info) (download)
aarch64
re2-20220601-5.ocs23.aarch64.rpm (info) (download)
re2-devel-20220601-5.ocs23.aarch64.rpm (info) (download)
re2-debuginfo-20220601-5.ocs23.aarch64.rpm (info) (download)
re2-debugsource-20220601-5.ocs23.aarch64.rpm (info) (download)
x86_64
re2-20220601-5.ocs23.x86_64.rpm (info) (download)
re2-devel-20220601-5.ocs23.x86_64.rpm (info) (download)
re2-debuginfo-20220601-5.ocs23.x86_64.rpm (info) (download)
re2-debugsource-20220601-5.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
Changelog * 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