Thu, 09 May 2024 12:55:20 UTC | login

Information for build ElectricFence-2.2.2-47.fc29

ID26582
Package NameElectricFence
Version2.2.2
Release47.fc29
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ElectricFence.git#1f0750e7154d56a6d2870f57e7534118a7d4b16d
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
StartedSun, 24 Jun 2018 10:40:47 UTC
CompletedSun, 24 Jun 2018 11:41:40 UTC
Taskbuild (f29-candidate, ElectricFence-2.2.2-47.fc29.src.rpm)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ElectricFence.git?#1f0750e7154d56a6d2870f57e7534118a7d4b16d'}}
Tags
f29
RPMs
src
ElectricFence-2.2.2-47.fc29.src.rpm (info) (download)
riscv64
ElectricFence-2.2.2-47.fc29.riscv64.rpm (info) (download)
ElectricFence-debuginfo-2.2.2-47.fc29.riscv64.rpm (info) (download)
ElectricFence-debugsource-2.2.2-47.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-47 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-45 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-44 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Tue Jun 17 2014 Petr Machata <pmachata@redhat.com> - 2.2.2-40 - Fix hiding of default declaration of sys_nerr, sys_errlist (ElectricFence-2.2.2-sys_errlist.patch) * Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Apr 27 2012 Petr Machata <pmachata@redhat.com> - 2.2.2-35 - Add a man page for "ef" script - Resolves: #225722 * Mon Mar 12 2012 Petr Machata <pmachata@redhat.com> - 2.2.2-34 - Add a patch that implements malloc_usable_size - Resolves: #772306 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Mar 11 2011 Petr Machata <pmachata@redhat.com> - 2.2.2-32 - Add a patch that implements posix_memalign - Resolves: #684019 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jan 19 2011 Petr Machata <pmachata@redhat.com> - 2.2.2-30 - Use the same formula as glibc uses to align memory - Resolves: #662085 * Fri Sep 10 2010 Petr Machata <pmachata@redhat.com> - 2.2.2-29 - Tell GCC not to recognize builtins when compiling efence.c. - Resolves: #631316 - Related: #632312 * Thu Sep 09 2010 Petr Machata <pmachata@redhat.com> - 2.2.2-28 - GCC optimizes out write to internalUse in call from allocateMoreSlots to malloc. Rename malloc to __efence__malloc to pacify the trigger. Later sneak the malloc symbol in with an alias. - Resolves: #631316 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Feb 11 2008 Petr Machata <pmachata@redhat.com> - 2.2.2-25 - Fix ef.sh argument passing - Resolves: #432286 * Thu Aug 16 2007 Petr Machata <pmachata@redhat.com> - 2.2.2-24 - Fix licesing tag. * Wed Mar 28 2007 Petr Machata <pmachata@redhat.com> - 2.2.2-23 - Detect for EF_DISABLE_BANNER env. var before printing out the banner. (Patch adapted from Debian repositories.) - Resolves: #233702 * Fri Mar 16 2007 Petr Machata <pmachata@redhat.com> - 2.2.2-22 - Remove bad cast in ElectricFence mmap (George Beshers) - Resolves: #232695 * Wed Feb 07 2007 Petr Machata <pmachata@redhat.com> - 2.2.2-21 - Tidy up the specfile per rpmlint comments * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.2-20.2.2 - rebuild * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.2-20.2.1 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2.2-20.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - rebuilt * Sat Mar 05 2005 Jakub Jelinek <jakub@redhat.com> 2.2.2-20 - rebuilt with GCC 4 * Sat Oct 16 2004 Jakub Jelinek <jakub@redhat.com> 2.2.2-19 - when EF_PROTECT_FREE=1, instead of munmaping mprotect PROT_NONE and madvise MADV_DONTNEED (#107506) * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - rebuilt * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt * Mon Feb 03 2003 Jakub Jelinek <jakub@redhat.com> - never call semaphore routines in between __libc_malloc_pthread_startup(true) and __libc_malloc_pthread_startup(false) (#83111) - only use semaphore locking if application or its dependencies are linked against -lpthread, don't link libefence.so against -lpthread - run tests as part of the build process * Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt * Tue Jan 07 2003 Jeff Johnson <jbj@redhat.com> 2.2.2-13 - don't include -debuginfo files in package. * Thu Dec 12 2002 Tim Powers <timp@redhat.com> 2.2.2-12 - rebuild on all arches * Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild * Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild * Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com> - Bump release + rebuild. * Thu Nov 16 2000 Tim Powers <timp@redhat.com> - use -fPIC, not -fpic, also -DUSE_SEMAPHORE to make it thread safe, as per bug #20935 * Tue Sep 19 2000 Bill Nottingham <notting@redhat.com> - use -fpic * Fri Aug 18 2000 Tim Waugh <twaugh@redhat.com> - fix efence.3/libefence.3 confusion (#16412). * Tue Aug 01 2000 Tim Powers <timp@redhat.com> - added ldconfig stuff to ;post and postun - added Requires /sbin/ldconfig * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Wed Jul 05 2000 Preston Brown <pbrown@redhat.com> - back in main distro - 2.2.2 version - claimed beta, but no releases in over a year. - FHS macros * Fri May 26 2000 Tim Powers <timp@redhat.com> - moved to Powertools - fix map page location to be in /usr/share/man * Tue May 16 2000 Jakub Jelinek <jakub@redhat.com> - fix build on ia64 * Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com> - fix description - man pages are compressed * Tue Jan 04 2000 Jeff Johnson <jbj@redhat.com> - remove ExcludeArch: alpha (#6683). * Sat Apr 10 1999 Matt Wilson <msw@redhat.com> - version 2.1 * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 13) * Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com> - build for glibc 2.1 * Fri Aug 21 1998 Jeff Johnson <jbj@redhat.com> - create efence.3 (problem #830) * Tue Aug 04 1998 Jeff Johnson <jbj@redhat.com> - build root * Mon Jun 01 1998 Prospector System <bugs@redhat.com> - translations modified for de * Mon Jun 01 1998 Prospector System <bugs@redhat.com> - need to use sigsetjmp() and siglongjmp() for proper testing * Fri May 01 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com> - use ExcludeArch instead of Exclude * Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc