SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ElectricFence-2.2.2-39.el7.i686.rpm :
Fri Jan 24 13:00:00 2014 Daniel Mach - 2.2.2-39
- Mass rebuild 2014-01-24

Fri Dec 27 13:00:00 2013 Daniel Mach - 2.2.2-38
- Mass rebuild 2013-12-27

Wed Feb 13 13:00:00 2013 Fedora Release Engineering - 2.2.2-37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Wed Jul 18 14:00:00 2012 Fedora Release Engineering - 2.2.2-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Fri Apr 27 14:00:00 2012 Petr Machata - 2.2.2-35
- Add a man page for \"ef\" script
- Resolves: #225722

Mon Mar 12 13:00:00 2012 Petr Machata - 2.2.2-34
- Add a patch that implements malloc_usable_size
- Resolves: #772306

Thu Jan 12 13:00:00 2012 Fedora Release Engineering - 2.2.2-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Fri Mar 11 13:00:00 2011 Petr Machata - 2.2.2-32
- Add a patch that implements posix_memalign
- Resolves: #684019

Mon Feb 7 13:00:00 2011 Fedora Release Engineering - 2.2.2-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Wed Jan 19 13:00:00 2011 Petr Machata - 2.2.2-30
- Use the same formula as glibc uses to align memory
- Resolves: #662085

Fri Sep 10 14:00:00 2010 Petr Machata - 2.2.2-29
- Tell GCC not to recognize builtins when compiling efence.c.
- Resolves: #631316
- Related: #632312

Thu Sep 9 14:00:00 2010 Petr Machata - 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 14:00:00 2009 Fedora Release Engineering - 2.2.2-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Mon Feb 23 13:00:00 2009 Fedora Release Engineering - 2.2.2-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Mon Feb 11 13:00:00 2008 Petr Machata - 2.2.2-25
- Fix ef.sh argument passing
- Resolves: #432286

Thu Aug 16 14:00:00 2007 Petr Machata - 2.2.2-24
- Fix licesing tag.

Wed Mar 28 14:00:00 2007 Petr Machata - 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 13:00:00 2007 Petr Machata - 2.2.2-22
- Remove bad cast in ElectricFence mmap (George Beshers)
- Resolves: #232695

Wed Feb 7 13:00:00 2007 Petr Machata - 2.2.2-21
- Tidy up the specfile per rpmlint comments

Wed Jul 12 14:00:00 2006 Jesse Keating - 2.2.2-20.2.2
- rebuild

Fri Feb 10 13:00:00 2006 Jesse Keating - 2.2.2-20.2.1
- bump again for double-long bug on ppc(64)

Tue Feb 7 13:00:00 2006 Jesse Keating - 2.2.2-20.2
- rebuilt for new gcc4.1 snapshot and glibc changes

Fri Dec 9 13:00:00 2005 Jesse Keating
- rebuilt

Sat Mar 5 13:00:00 2005 Jakub Jelinek 2.2.2-20
- rebuilt with GCC 4

Sat Oct 16 14:00:00 2004 Jakub Jelinek 2.2.2-19
- when EF_PROTECT_FREE=1, instead of munmaping mprotect PROT_NONE
and madvise MADV_DONTNEED (#107506)

Tue Jun 15 14:00:00 2004 Elliot Lee
- rebuilt

Tue Mar 2 13:00:00 2004 Elliot Lee
- rebuilt

Fri Feb 13 13:00:00 2004 Elliot Lee
- rebuilt

Wed Jun 4 14:00:00 2003 Elliot Lee
- rebuilt

Mon Feb 3 13:00:00 2003 Jakub Jelinek
- 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 13:00:00 2003 Tim Powers
- rebuilt

Tue Jan 7 13:00:00 2003 Jeff Johnson 2.2.2-13
- don\'t include -debuginfo files in package.

Thu Dec 12 13:00:00 2002 Tim Powers 2.2.2-12
- rebuild on all arches

Fri Jun 21 14:00:00 2002 Tim Powers
- automated rebuild

Thu May 23 14:00:00 2002 Tim Powers
- automated rebuild

Wed Jan 9 13:00:00 2002 Tim Powers
- automated rebuild

Sun Jun 24 14:00:00 2001 Elliot Lee
- Bump release + rebuild.

Thu Nov 16 13:00:00 2000 Tim Powers
- use -fPIC, not -fpic, also -DUSE_SEMAPHORE to make it thread safe,
as per bug #20935

Tue Sep 19 14:00:00 2000 Bill Nottingham
- use -fpic

Fri Aug 18 14:00:00 2000 Tim Waugh
- fix efence.3/libefence.3 confusion (#16412).

Tue Aug 1 14:00:00 2000 Tim Powers
- added ldconfig stuff to ;post and postun
- added Requires /sbin/ldconfig

Wed Jul 12 14:00:00 2000 Prospector
- automatic rebuild

Wed Jul 5 14:00:00 2000 Preston Brown
- back in main distro
- 2.2.2 version - claimed beta, but no releases in over a year.
- FHS macros

Fri May 26 14:00:00 2000 Tim Powers
- moved to Powertools
- fix map page location to be in /usr/share/man

Tue May 16 14:00:00 2000 Jakub Jelinek
- fix build on ia64

Wed Feb 2 13:00:00 2000 Cristian Gafton
- fix description
- man pages are compressed

Tue Jan 4 13:00:00 2000 Jeff Johnson
- remove ExcludeArch: alpha (#6683).

Sat Apr 10 14:00:00 1999 Matt Wilson
- version 2.1

Sun Mar 21 13:00:00 1999 Cristian Gafton
- auto rebuild in the new build environment (release 13)

Wed Jan 6 13:00:00 1999 Cristian Gafton
- build for glibc 2.1

Fri Aug 21 14:00:00 1998 Jeff Johnson
- create efence.3 (problem #830)

Tue Aug 4 14:00:00 1998 Jeff Johnson
- build root

Mon Jun 1 14:00:00 1998 Prospector System
- translations modified for de

Mon Jun 1 14:00:00 1998 Prospector System
- need to use sigsetjmp() and siglongjmp() for proper testing

Fri May 1 14:00:00 1998 Prospector System
- translations modified for de, fr, tr

Thu Apr 30 14:00:00 1998 Cristian Gafton
- use ExcludeArch instead of Exclude

Thu Jul 10 14:00:00 1997 Erik Troan
- built against glibc


 
ICM