Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ElectricFence-2.2.2-22.fc6 RPM for x86_64

From Fedora 6 updates for x86_64

Name: ElectricFence Distribution: Red Hat (FC-6)
Version: 2.2.2 Vendor: Red Hat, Inc.
Release: 22.fc6 Build date: Mon Apr 2 03:43:35 2007
Group: Development/Tools Build host: hs20-bc1-5.build.redhat.com
Size: 62463 Source RPM: ElectricFence-2.2.2-22.fc6.src.rpm
Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary: A debugger which detects memory allocation violations.
ElectricFence 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.

Provides

Requires

Copyright

GPL

Signatures

internal MD5: b72a4d21161e84650df5f70de7ee2032
GPG

Changelog

* Tue Apr 03 2007 Petr Machata <pmachata@redhat.com> - 2.2.2-22
  - Actually apply the patches mentioned at release 21.
  - Resolves: #233702
* Thu Mar 29 2007 Petr Machata <pmachata@redhat.com> - 2.2.2-21
  - Detect for EF_DISABLE_BANNER env. var before printing out the
    banner.  (Patch adapted from Debian repositories.)
  - Remove bad cast in ElectricFence mmap (George Beshers)
  - Use dist tag.
* Thu Jul 13 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
* Sun Oct 17 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)
* Wed Jun 16 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
* Thu Jun 05 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
* Sat Jun 22 2002 Tim Powers <timp@redhat.com>
  - automated rebuild
* Fri May 24 2002 Tim Powers <timp@redhat.com>
  - automated rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  - automated rebuild
* Mon Jun 25 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
* Wed Sep 20 2000 Bill Nottingham <notting@redhat.com>
  - use -fpic
* Sat Aug 19 2000 Tim Waugh <twaugh@redhat.com>
  - fix efence.3/libefence.3 confusion (#16412).
* Wed Aug 02 2000 Tim Powers <timp@redhat.com>
  - added ldconfig stuff to ;post and postun
  - added Requires /sbin/ldconfig
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  - automatic rebuild
* Thu Jul 06 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
* Sat May 27 2000 Tim Powers <timp@redhat.com>
  - moved to Powertools
  - fix map page location to be in /usr/share/man
* Wed May 17 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).
* Sun Apr 11 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
* Sat Aug 22 1998 Jeff Johnson <jbj@redhat.com>
  - create efence.3 (problem #830)
* Wed Aug 05 1998 Jeff Johnson <jbj@redhat.com>
  - build root
* Tue Jun 02 1998 Prospector System <bugs@redhat.com>
  - translations modified for de
* Tue Jun 02 1998 Prospector System <bugs@redhat.com>
  - need to use sigsetjmp() and siglongjmp() for proper testing
* Sat May 02 1998 Prospector System <bugs@redhat.com>
  - translations modified for de, fr, tr
* Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
  - use ExcludeArch instead of Exclude
* Fri Jul 11 1997 Erik Troan <ewt@redhat.com>
  - built against glibc

Files

°€±	


Generated by rpm2html 1.8.1

Daniel Veillard, Mon Apr 14 03:19:13 2008