summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-0/+16
* Add a xpak-helper.py script, so that shell code always calls python viaZac Medico2009-10-111-1/+2
* Add some more EPYTHON safety.Zac Medico2009-10-111-2/+2
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-091-3/+3
* Fix false positives in gcc QA with debug mode some more. Thanks again toZac Medico2009-09-081-3/+3
* Fix code from previous commit so it's guaranteed to always properly resetZac Medico2009-09-081-2/+6
* In debug mode, avoid showing gcc QA search strings in the trace, so they won'tZac Medico2009-09-081-0/+4
* Avoid potential empty lines in warnings about missing SONAMEs or NEEDED entri...Arfrever Frehtes Taifersar Arahesis2009-08-211-0/+2
* Rename QA_NEEDED to QA_DT_NEEDED.Arfrever Frehtes Taifersar Arahesis2009-08-211-6/+6
* Add support for QA_SONAME variable (bug #281964). Add support for QA_NEEDED v...Arfrever Frehtes Taifersar Arahesis2009-08-211-5/+50
* Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416).Arfrever Frehtes Taifersar Arahesis2009-08-211-0/+2
* Bug #277544 - Add missing -c switch in bzip2 arguments. Thanks to Michał GórnyZac Medico2009-08-061-1/+1
* align with Prefix, also warn on sparcv9 hosts -- 64-bits Solaris/SparcFabian Groffen2009-07-161-1/+1
* add hppa64 to the 64bit list as pointed out by Michael HaubenwallnerMike Frysinger2009-07-161-1/+1
* Bug #268929 - Add grep for 'dereferencing pointer' messages produced byZac Medico2009-05-311-0/+1
* Bug #267175 - Instead of "poor code kills airplanes", say "install abortedZac Medico2009-05-011-2/+4
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-131-4/+2
* reword the qa execstack notice since it can be triggered by pt_load sections ...Mike Frysinger2009-03-311-5/+5
* Use posix compatible find -perm arguments. Thanks to Timothy RedaelliZac Medico2009-03-121-2/+2
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-1/+2
* for pointers cast to 32bit ints, we always want to abort on 64bit systems, no...Mike Frysinger2009-03-081-7/+11
* reject all set*id binaries that have DT_RPATH:$ORIGIN #260331Mike Frysinger2009-02-261-3/+8
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-231-2/+2
* In dyn_package(), show a more informative die message if an error occurs whenZac Medico2009-02-151-1/+1
* - hardened gets way to many misfiled bugs related to qa-execstack. Make it cl...Ned Ludd2009-01-281-0/+2
* export STRIP_MASK automaticallyMike Frysinger2009-01-011-0/+1
* scan archives of objects for exec stacksMike Frysinger2008-12-251-3/+3
* Source bashrc files as late as possible, giving them the opportunity toZac Medico2008-12-021-0/+1
* In dyn_package(), use the 'assert' macro (from isolated-functions.sh) die ifZac Medico2008-11-141-2/+2
* Bug #186842 - Suppress file merge display, as previously done in --quiet mode...Zac Medico2008-10-211-1/+1
* Remove unneeded quotes from PYTHONPATH assignments and also fix one moreZac Medico2008-09-131-1/+1
* Don't mention log files in $T for eqawarn messages since the logs are likelyZac Medico2008-09-061-6/+3
* In the ignored LDFLAGS check, filter out anything under /usr/lib/debug/ inZac Medico2008-09-061-1/+4
* Use ${NORMAL} to properly restore color when necessary.Zac Medico2008-07-271-1/+1
* Fixes from Arfrever:Zac Medico2008-07-271-1/+3
* Temporarily `set -o noglob` when splitting QA_DT_HASH.Zac Medico2008-07-271-0/+4
* Bug #233077 - Add QA check which verifies that LDFLAGS are respected. For nowZac Medico2008-07-271-0/+31
* * Use pure bash ${PARAMETER%/*} instead of spawing`dirname`.Zac Medico2008-07-261-2/+2
* Replace hardcoded i386 machine name in dyn_rpm() with the result of `uname -m`.Zac Medico2008-07-261-1/+3
* * For bug 227625, automatically create the /usr/src/rpm/SOURCES directory whenZac Medico2008-07-261-1/+4
* Since lots of packages will have to be fixed before stable portage can abortZac Medico2008-07-151-9/+29
* In install_mask(), discard stderr messages from the 'find' commandZac Medico2008-05-061-1/+1
* Use find -path -or -name to match basenames of files in INSTALL_MASKZac Medico2008-05-051-1/+2
* rename NEEDED.2 to NEEDED.ELF.2 to allow other ABI formats to use a different...Marius Mauch2008-05-021-2/+2
* fix logic errorMarius Mauch2008-04-271-1/+1
* actually use rpath for the internal lib checkMarius Mauch2008-04-271-1/+5
* some minor code fixesMarius Mauch2008-04-271-3/+3
* as NEEDED files don't conain enough formation for e.g. preserve-libsto work p...Marius Mauch2008-04-251-5/+11
* Bug #214619 - Run dyn_package() and preinst_mask() from ${T} instead ofZac Medico2008-03-291-3/+9
* Fix quoting for ${root} in install_mask().Zac Medico2008-03-291-1/+1