Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        prelink: An ELF prelinking utility
        
        
            | Name: | prelink | Vendor: | Scientific Linux | 
        
            | Version: | 0.3.3 | License: | GPL | 
        
            | Release: | 1.EL4 | URL: |  | 
        
        
        - Summary
- The prelink package contains a utility which modifies ELF shared libraries
and executables, so that far less relocations need to be resolved at runtime
and thus programs come up faster.
Changelog
        
            - * Fri Apr 10 19:00:00 2009 Kai Engert <kengert{%}redhat{*}com> 0.3.3-1.EL4
- - add NSS's signed libraries blacklist entries 
            - * Wed Dec  1 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.3-0.EL4
- - if layout code needs to re-prelink some library, make sure
  all libraries that depend on it are re-prelinked too (#140081)
- add several more checks before deciding it is ok to prelink a binary
  (even if another bug like #140081 was in, these checks should hopefully
  catch it and refuse to (re-)prelink the binary)
- added new PRELINK_NONRPM_CHECK_INTERVAL variable to /etc/prelink,
  defaulting to 7 days.  Prelink nightly job will not do anything
  if that interval has not elapsed since last prelinking and
  and the rpm database has not been modified since that prelinking.
  This is useful if you rely on rpm/up2date/yum/apt-rpm for library
  and binary updates.  If you combine it with other means (installs
  from source, tarballs etc.), you probably want to
  set PRELINK_NONRPM_CHECK_INTERVAL=0.
- update prelink man page (#126468) 
            - * Tue Oct 12 19:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.2-11
- - update PT_PHDR program header if present when adding new program
  headers (#133734)