|
|
|
|
Changelog for prelink-0.3.5-1mdk.i586.rpm :
Thu Jul 7 12:00:00 2005 Per Øyvind Karlsen 0.3.5-1mdk - 0.3.5 - fix requires - %mkrel
Thu Feb 17 11:00:00 2005 Per Øyvind Karlsen 0.3.4-1mdk - 0.3.4
Fri Dec 17 11:00:00 2004 Per Øyvind Karlsen 0.3.3-1mdk - 0.3.3 (sync with fedora)
Wed Jul 28 12:00:00 2004 Thierry Vignaud 0.3.2-2mdk - fix update from mdk10.0
Wed Jun 16 12:00:00 2004 Per Øyvind Karlsen 0.3.2-1mdk - sync with fedora - cosmetics - disable tests
Wed Dec 24 11:00:00 2003 Olivier Thauvin 0.3.20031209-1mdk - cleanup - logrotate - rpmlint fix... - Merry Christmas - From Frederik Himpe - New version number to bring it more in line with Rawhide - Fixed Buildrequires
Tue Dec 23 11:00:00 2003 Frederik Himpe 0.20031209-1mdk - First Mandrake release - Don\'t run undosyslibs test, it fails (patch from Gentoo)
Tue Dec 9 11:00:00 2003 Jakub Jelinek 0.3.0-17 - set SELinux security context immediately before renaming, not before
Tue Nov 18 11:00:00 2003 Jakub Jelinek 0.3.0-15 - blacklist support - use FTW_ACTIONRETVAL if available to avoid even stating of files in blacklisted directory trees - SELinux support
Tue Oct 28 11:00:00 2003 Jakub Jelinek 0.3.0-13 - added execstack.8 manpage - changed order of columns in execstack --query output
Tue Oct 28 11:00:00 2003 Jakub Jelinek 0.3.0-12 - added execstack tool - added -o option, to be used together with -u - free temp_filename in close_dso
Mon Oct 27 11:00:00 2003 Jakub Jelinek 0.3.0-11 - fix adjustement of DT_VALRNGLO .. DT_VALRNGHI and DT_ADDRRNGLO .. DT_ADDRRNGHI dynamic tags when relocating shared libraries - never adjust p_vaddr/p_paddr/p_offset of PT_GNU_STACK segment - allow shell wildcards in /etc/prelink.conf - fix REL->RELA conversion of shared libraries if .rel.dyn or .rel.plt are last sections in readonly PT_LOAD segment - force full reprelinking on prelink upgrades (well, first time the cron job is run after the upgrade) - require coreutils, findutils, util-linux, gawk and grep
Fri Oct 24 12:00:00 2003 Jakub Jelinek 0.3.0-10 - avoid removing PT_GNU_STACK segment if decreasing first PT_LOAD segment\'s p_vaddr on IA-32
Mon Oct 13 12:00:00 2003 Jakub Jelinek 0.3.0-9 - avoid prelink crash if first dependency is to be prelinked because of address space overlaps
Thu Oct 9 12:00:00 2003 Jakub Jelinek 0.3.0-8 - use /var/lib/misc/prelink.full instead of /var/run/prelink.full for last full prelink timestamp (#106721) - warn about UPX compressed binaries or libraries/binaries without section headers (neither can be prelinked obviously)
Mon Oct 6 12:00:00 2003 Jakub Jelinek 0.3.0-7 - don\'t rely on malloc/calloc/realloc with size 0 returning a unique pointer - fix testsuite, so that it works even if installed glibc/libstdc++ is already prelinked
Wed Sep 17 12:00:00 2003 Jakub Jelinek 0.3.0-6 - fix comment in /etc/sysconfig/prelink (#106217)
Tue Sep 2 12:00:00 2003 Jakub Jelinek 0.3.0-5 - fix prelink segfault on -z nocombreloc libraries (#103404) - run one make check round with -Wl,-z,nocombreloc to test handling of nocombreloc binaries and libraries
Fri Aug 15 12:00:00 2003 Jakub Jelinek 0.3.0-4 - redirect prelink\'s stderr from the cron job to prelink.log (#102456)
Mon Aug 11 12:00:00 2003 Jakub Jelinek 0.3.0-3 - fix DT_CHECKSUM computation - do STT_LOCAL symbol frobbing and .mdebug updates write_dso would do also before checksum computation (#89953)
Fri Aug 8 12:00:00 2003 Jakub Jelinek 0.3.0-2 - avoid assertion failures when changing PROGBITS .bss back into NOBITS .bss (#101813) - add 2 new tests for it
Tue Aug 5 12:00:00 2003 Jakub Jelinek 0.3.0-1 - run prelink from cron automatically, add /etc/sysconfig/prelink to configure it - update manual page
Tue Jul 1 12:00:00 2003 Jakub Jelinek 0.2.1-2 - fix a thinko in the library path checking code - change R_386_GLOB_DAT into R_386_32 in .gnu.conflict, similarly R_X86_64_GLOB_DAT and R_X86_64_64 - fix a bug in find_free_space which caused \"section file offsets not monotonically increasing\" errors on some IA-32 binaries - add --md5 and --sha options - use mmap during --verify if possible - add */lib64 directories to prelink.conf
Mon Jun 30 12:00:00 2003 Jakub Jelinek 0.2.1-1 - make sure binaries prelinked for the second and later time without unprelinking in between verify correctly - make sure DT_CHECKSUM computation is the same for newly prelinked and second or later time prelinked libraries - dwarf2 abbrev hash bugfix - don\'t allow prelinking libraries outside directories specified in config file or on the command line - several new tests for reprelinking - pack non-alloced sections and section header table tightly after the last alloced section
Wed Jun 18 12:00:00 2003 Jakub Jelinek 0.2.0-28 - finish and enable ppc64 - fix ppc BR{,N}TAKEN reloc handling - fix up sh_offset values of zero-sized or SHT_NOBITS section if ld messed them up - issue error about bogus library dependency chains instead of segfaulting (plus testcases for it)
Fri Jun 13 12:00:00 2003 Jakub Jelinek 0.2.0-27 - add --quick mode - new test for --quick mode and also reprelinking of binary against upgraded shared library which needs more conflicts
Mon Jun 2 12:00:00 2003 Jakub Jelinek 0.2.0-26 - don\'t segfault in C++ optimizations if a conflict from undefined to defined value is seen - some more ppc64 work
Fri May 30 12:00:00 2003 Jakub Jelinek 0.2.0-25 - exec-shield support - with -R, don\'t randomize just base address from which all libs are layed out, but also slightly randomize order of libraries in the layout queue - add check-harder and check-cycle makefile goals in testsuite/, use it during rpm building
Fri May 23 12:00:00 2003 Jakub Jelinek 0.2.0-24 - optimize out conflicts in G++ 3+ virtual tables if they are just because some method has been called from a binary and thus there is a .plt slot in the binary. This change not only kills lots of conflicts on some KDE programs, but also should speed up runtime (not just startup time), since the hop through .plt is bypassed - added new C++ test - fix a bug in ppc64 fixup .plt code
Thu May 22 12:00:00 2003 Jakub Jelinek 0.2.0-23 - when updating dynamic tags for executable after section reshuffling, check section type as well, so that 0 sized sections don\'t get the tags attached instead of the proper ones - when an address space conflict is found between libraries for the same executable during layouting, check properly for all remaining conflicts as well
Thu May 15 12:00:00 2003 Jakub Jelinek 0.2.0-22 - don\'t adjust DT_REL{,A} if it is 0 - allow prelinking of libraries with no dependencies - fix handling of libraries with no lazy relocs, no normal relocs or no relocs at all - some new tests - fix SH (Daniel Jacobowitz)
Mon May 5 12:00:00 2003 Jakub Jelinek 0.2.0-21 - fix prelink on AMD64 - 2 new testcases - fix for debugging prelink_entry_dump/restore
Fri May 2 12:00:00 2003 Jakub Jelinek 0.2.0-20 - ppc TLS - some ppc64 work - avoid using trampolines for nested functions - fix typo in prelink man page (#89247)
Tue Apr 15 12:00:00 2003 Jakub Jelinek 0.2.0-19 - fix find_readonly_space bug which caused doxygen not to be prelinked
Mon Feb 17 11:00:00 2003 Jakub Jelinek 0.2.0-18 - fix section indices in .symtab if non-alloced sections weren\'t originally monotonically increasing - s390, s390x and Alpha TLS support
Mon Feb 10 11:00:00 2003 Jakub Jelinek 0.2.0-17 - never try to prelink or relocate stripped-to-file debuginfo
Tue Jan 21 11:00:00 2003 Jakub Jelinek 0.2.0-16 - x86-64 TLS support - added one more tls testcase
Fri Dec 13 11:00:00 2002 Jakub Jelinek 0.2.0-15 - hopefully finished IA-32 TLS support - require elfutils 0.72 for various data-swapping fixes
Wed Dec 11 11:00:00 2002 Jakub Jelinek 0.2.0-14 - rebuilt against elfutils 0.69 to fix a make check failure on Alpha
Mon Dec 9 11:00:00 2002 Jakub Jelinek 0.2.0-13 - use ELF_F_PERMISSIVE if defined - be permissive even when doing --reloc-only - fix up .plt section sh_entsize on Alpha
Wed Dec 4 11:00:00 2002 Jakub Jelinek 0.2.0-12 - some more fixes for elfutils
Tue Dec 3 11:00:00 2002 Jakub Jelinek 0.2.0-11 - make it work with elfutils instead of libelf 0.[78] - update to newer auto */libtool - some more steps towards TLS support, at least --reloc-only should work
Thu Oct 3 12:00:00 2002 Jakub Jelinek 0.2.0-10 - x86-64, s390x and testsuite fixes
Sun Sep 29 12:00:00 2002 Jakub Jelinek 0.2.0-9 - enable on ppc and x86_64 - fix ppc far PLT slot prelink - support --undo on ppc - for bug-compatibility with some unnamed OS changed R_SPARC_RELATIVE --undo - tiny steps towards TLS support on IA-32, more will come
Tue Aug 27 12:00:00 2002 Jakub Jelinek 0.2.0-8 - avoid putting garbage into executable\'s .gnu.liblist sh_link if we did not have to grow .dynstr - don\'t segfault on bogus sh_link and sh_info values (#72705)
Mon Aug 26 12:00:00 2002 Jakub Jelinek 0.2.0-7 - when growing allocated shared lib sections (for REL->RELA conversion), make sure !PF_W and PF_W segments don\'t end up on the same page - when finding space for sections in an executable, make sure it is not included in between two reloc sections - for non-zero SHN_ABS symbols on 32-bit arches mask high 32-bits of st_value (libelf 0.8.x is strict here)
Fri Aug 23 12:00:00 2002 Jakub Jelinek 0.2.0-6 - make it work with libelf 0.8.2
Fri Jun 21 12:00:00 2002 Tim Powers - automated rebuild
Fri Jun 21 12:00:00 2002 Jakub Jelinek 0.2.0-4 - add /etc/rpm/macros.prelink
Mon Jun 17 12:00:00 2002 Jakub Jelinek 0.2.0-1 - added --undo and --verify mode - new architectures s390, s390x, arm, sh - handle binaries/shared libraries with non-allocated sections without monotonically increasing sh_offsets - handle .sbss and .sdynbss - fixed a bug in 64-bit LE/BE read routines - removed .rel{,a}.dyn reloc conversion/sorting, it was duplicating ld\'s -z combreloc and complicated lots of things - fixed STB_LOCAL/STT_SECTION symbol adjusting - use mkstemp for temporary files, allow --verify for binaries/libs on read-only filesystems - added DWARF-2 .debug_ranges adjustement, special case GCC\'s \"set base to 0 and make things absolute instead of relative\" trick - allow arches to override default layout mechanism (for ppc) - added some new tests, test --undo and --verify modes in the testsuite - alpha: adjust what R_ALPHA_GLOB_DAT points to too - i386: apply _32 and _PC32 REL relocs, as apply_rel can be called for C++ optimizations before REL->RELA conversion - ppc: layout strategy to satisfy ppc lib location preferences - sparc64: handle R_SPARC_DISP64 - x86-64: adjust what R_X86_64_RELATIVE points to too - link prelink statically, esp. because of --verify mode - run make check during build process
Mon Oct 1 12:00:00 2001 Jakub Jelinek 0.1.3-7 - fix layout code so that -R works - on IA-32, when there are no R_386_PC32 relocs and no R_386_32 relocs with non-zero addend (= memory content), don\'t convert REL->RELA, only switch R_386_32 relocs to R_386_GLOB_DAT - support creating a new PT_LOAD segment if necessary, if SHT_NOBITS sections are small, instead of adding new PT_LOAD segment just add file backing to those NOBITS sections - added testsuite - new supported architectures (Alpha including .mdebug section support, Sparc, Sparc 64-bit, X86_64 (the last one untested)), beginning of PPC support
Thu Sep 6 12:00:00 2001 Jakub Jelinek 0.1.3-6 - make sure lib base is always ELF page size aligned
Wed Aug 29 12:00:00 2001 Jakub Jelinek 0.1.3-5 - fix sorting of .rel *.dyn sections, so that all RELATIVE relocs really come first - when DT_RELCOUNT already exists and conversion REL->RELA is done, convert it into DT_RELACOUNT - set conflict lookupent and conflictent to 0 for undefineds - don\'t bother with DT_REL *COUNT for apps, they cannot have any RELATIVE relocs
Tue Aug 28 12:00:00 2001 Jakub Jelinek 0.1.3-4 - brown paper bag time: when determining if conversion from REL to RELA is needed, check all non-PLT rel sections, including last. This caused prelinking to fail with -z combreloc compiled libraries.
Mon Aug 27 12:00:00 2001 Jakub Jelinek 0.1.3-3 - don\'t use .gnu.reloc section, use .rel.dyn or .rela.dyn instead - put RELATIVE relocs first, not last, so that DT_REL{,A}COUNT works - put in updated glibc patch - no need for special binutils patch - all is done in the -z combreloc patchset
Tue Jul 24 12:00:00 2001 Jakub Jelinek 0.1.3-2 - use the new DT_GNU_CONFLICT/DT_GNU_LIBLIST/SHT_GNU_LIBLIST constants - unlink *.#prelink# files if necessary
Wed Jul 18 12:00:00 2001 Jakub Jelinek 0.1.3-1 - fix layout.c - create .gnu.prelink_undo section, --undo and --verify modes will use that - some more C++ specific optimizations
Fri Jul 13 12:00:00 2001 Jakub Jelinek 0.1.2-1 - bail out early if ELF object does not have sh_offsets monotonically increasing - disallow prelinking if there are conflicts against read-only segments in shared libraries (ie. non-pic shared libraries - this is better than bailing out for all non-pic shared libraries) - add some C++ specific optimizations to reduce number of conflicts, more to come
Tue Jul 10 12:00:00 2001 Jakub Jelinek 0.1.1-2 - fix incremental prelinking
Tue Jul 10 12:00:00 2001 Jakub Jelinek 0.1.1-1 - relocate stabs and dwarf-2 debugging formats - support both --all and incremental prelinking - handle hardlinks - limit to libraries in /etc/prelink.conf directories or directories from command line
Tue Jul 3 12:00:00 2001 Jakub Jelinek 0.1.0-1 - new package
|
|
|