Thu, 09 May 2024 04:54:29 UTC | login

Information for build ElectricFence-2.2.2-58.fc37

ID215108
Package NameElectricFence
Version2.2.2
Release58.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ElectricFence.git#8d719d644c835aa1ad069e1f70ceaf8e01ad915d
SummaryA debugger which detects memory allocation violations
DescriptionElectricFence is a utility for C programming and debugging. ElectricFence uses the virtual memory hardware of your system to detect when software overruns malloc() buffer boundaries, and/or to detect any accesses of memory released by free(). ElectricFence will then stop the program on the first instruction that caused a bounds violation and you can use your favorite debugger to display the offending statement. Install ElectricFence if you need a debugger to find malloc() violations.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 27 Oct 2022 11:26:57 UTC
CompletedThu, 27 Oct 2022 12:38:29 UTC
Taskbuild (f37, /rpms/ElectricFence.git:8d719d644c835aa1ad069e1f70ceaf8e01ad915d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ElectricFence.git#8d719d644c835aa1ad069e1f70ceaf8e01ad915d'}}
Tags
f37
f38
RPMs
src
ElectricFence-2.2.2-58.fc37.src.rpm (info) (download)
riscv64
ElectricFence-2.2.2-58.fc37.riscv64.rpm (info) (download)
ElectricFence-debuginfo-2.2.2-58.fc37.riscv64.rpm (info) (download)
ElectricFence-debugsource-2.2.2-58.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-58 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-57 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-56 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-55 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-54 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 23 2020 Jeff Law <law@redhat.com> - 2.2.2-53 - Use strerror, not sys_errlist on linux platforms - Use autosetup