summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add patch from upstream to clean up assert.h.Mike Frysinger2005-01-051-2/+2
|
* install the nscd init.d script #43076Mike Frysinger2004-09-291-4/+4
|
* portage got tricky on us so time to be trickierMike Frysinger2004-08-281-2/+2
|
* fix stripping againMike Frysinger2004-08-111-2/+4
|
* spelling fixMike Frysinger2004-08-051-2/+2
|
* do stripping ourself #46186Mike Frysinger2004-08-021-1/+5
|
* adding a check for a f***** catalyst vardb, removing wrong return statement ↵Marius Mauch2004-07-091-13/+14
| | | | in pkg_setup
* added a downgrade check for bug 25230 (you have been warned)Marius Mauch2004-07-051-1/+26
|
* clean up ebuild (use epatch !) and provide virtual/libcMike Frysinger2004-06-251-69/+78
|
* update copyright line: Gentoo Technologies => Gentoo FoundationAron Griffis2004-06-241-2/+2
|
* Added debug to IUSE for all glibc ebuilds, imported ↵Ned Ludd2004-06-221-2/+2
| | | | pie-nptl-sysdep-shared.patch from bug 52254 #c13
* arm needs deps firstMichael Sterrett2004-02-201-2/+2
|
* Cleanup. Fix copyright.Martin Schlemmer2004-01-181-2/+2
|
* - A bug in the getgrouplist function can cause a buffer overflow ifMartin Schlemmer2003-11-161-0/+294
the size of the group list is too small to hold all the user's groups. https://rhn.redhat.com/errata/RHSA-2003-325.html - Fix a memory leak in ftw_dir - To circumvent problems with propolice when linking binaries statically among things, __guard and __guard_setup__stack_smash_handler is now in libc.so. More info at: http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml Thanks for helping in developing these patchsets goes to moid from the Openbsd team. - We do not want name_insert() in iconvconfig.c to be defined inside write_output() as it causes issues with PaX.