Thu, 30 May 2024 21:02:55 UTC | login

Information for build bifcl-1.2-1.fc33

ID151813
Package Namebifcl
Version1.2
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/bifcl.git#d0dbec013f3d49254eb520f2d46a0969e1658c91
SummaryA built-in-function (BIF) compiler/generator
DescriptionThe bifcl program simply takes a .bif file as input and generates C++ header/source files along with a .bro script that all-together provide the declaration and implementation of Bro/Zeek built-in-functions (BIFs), which can then be compiled and shipped ss part of a Bro/Zeek plugin. A BIF allows one to write arbitrary C++ code and access it via a function call inside a Bro script. In this way, they can also be used to access parts of Bro/Zeek's internal C++ API that aren't already exposed via their own BIFs. At the moment, learning the format of a .bif file is likely easiest by just taking a look at the .bif files inside the Bro/Zeek source-tree.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 28 Mar 2020 11:05:33 UTC
CompletedSat, 28 Mar 2020 11:26:50 UTC
Taskbuild (f33, /rpms/bifcl.git:d0dbec013f3d49254eb520f2d46a0969e1658c91)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/bifcl.git#d0dbec013f3d49254eb520f2d46a0969e1658c91'}}
Tags
f33
f37
f38
RPMs
src
bifcl-1.2-1.fc33.src.rpm (info) (download)
riscv64
bifcl-1.2-1.fc33.riscv64.rpm (info) (download)
bifcl-debuginfo-1.2-1.fc33.riscv64.rpm (info) (download)
bifcl-debugsource-1.2-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jan 30 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.2-1 - Update to latest upstream release 1.2 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Mar 19 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.1-1 - Initial package