summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* unify the two progress bar patchesMike Frysinger2005-04-021-1/+1
| | | | (Portage version: 2.0.51.19)
* Update i18n patch to the redhat version #87429 and include the tty utf8 fix ↵Mike Frysinger2005-04-021-0/+2
| | | | | | #77633. (Portage version: 2.0.51.19)
* Add fix for bug #84564.Martin Schlemmer2005-03-151-0/+3
| | | | (Portage version: 2.0.51.19)
* Fix tail -f behavior #57477 by rob holland. Have the progress bar use ↵Mike Frysinger2005-01-092-3/+3
| | | | normal spaces #76903 by Nikolai Weibull. Fix chown --dereference #53750 by Georgi Georgiev. Fix test running #75932 / #76089.
* alpha stableMike Frysinger2005-01-081-3/+0
|
* oldMike Frysinger2005-01-081-3/+0
|
* fix the README patch when USE=-acl #75282Mike Frysinger2004-12-231-1/+1
|
* oldMike Frysinger2004-12-221-2/+0
|
* Remove i686-specific asm code on i486 systems #32429. Fix tail +# syntax ↵Mike Frysinger2004-12-221-0/+3
| | | | #66713. Move [ to same place as test #65296. Fix man-page tests #69216. Fix autotool code #74210. Fix @echo in man/Makefile #53881. Use DESTDIR instead of einstall. Make symlinks absolute #55620.
* add .7z and .rzMike Frysinger2004-10-181-6/+8
|
* add flac/aac to the audio list #67604Mike Frysinger2004-10-151-1/+3
|
* colorize patch/diff tooMike Frysinger2004-10-101-1/+3
|
* screen run on linux consoles can do color tooMike Frysinger2004-08-281-1/+2
|
* Added rxvt-unicode to the DIR_COLORS supported terminal listCiaran McCreesh2004-08-261-1/+2
|
* stable on ppc64, bug #61735 (small fix for s390 as well)Tom Gall2004-08-261-0/+15
|
* remove crufty ebuildSeemant Kulleen2004-08-261-3/+0
|
* Version bump to incorporate two fixes. First, the uname patch is made to ↵Seemant Kulleen2004-08-261-0/+3
| | | | work on amd64 architecture (fixing bug #59774 by Danny van Dyk <kugelfang@gentoo.org>), and the second is a fix to sort on large files reported by: qube99@hotmail.com in bug #39515, and fixed by: Sven Wegener <swegener@gentoo.org>
* fixed uname -p on amd64Travis Tilley2004-08-151-0/+140
|
* grammar/spacing fix #58869Mike Frysinger2004-07-301-11/+11
|
* fix b0rked uname patch, closes bug #56866 by Doug Goldstein <cardoe@cardoe.com>Seemant Kulleen2004-07-131-1/+1
|
* Fix the sort -M deal, thanks to someone in #gentoo-bugs (please get in touch ↵Seemant Kulleen2004-07-132-3/+3
| | | | with me so I can ack you better) and also bartron@gmx.dein bug #54765 by Thomas Petersen <mendocino@mendo.dk>. Also, fix the s390 stuff as reported in bug #52581 by jochen <jochen.eisinger@gmx.de>. Added the ppc64 stuff into the regular uname patch. Finally, fix the selinux-noacl patch, thanks to Chris PeBenito <pebenito@gentoo.org> via e-mail.
* add tbz2 / document files / audio files to the colorsMike Frysinger2004-06-301-1/+16
|
* fixes bug #52617Tom Gall2004-06-011-0/+12
|
* Fixes for uname: no more segfaults for unknown archs #36190, integrate theMike Frysinger2004-05-181-1/+1
| | | | broken out s390 patch, and add support arm support.
* fixed the progress bar patch for acl enabled coreutils. Thanks to: Aaron ↵Seemant Kulleen2004-05-171-1/+1
| | | | Peterson <alpeterson@wsu.edu> in bug #51244 for pointing it out.
* version bump to latest upstream. This one adds a patch from Sunil ↵Seemant Kulleen2004-05-175-10/+3
| | | | <funtoos@yahoo.com> in bug #44403 which allows compilation if MBRTOWC is *not* set.
* add in .zooMike Frysinger2004-05-161-1/+2
|
* more colors for DIR_COLORS #46614 by Alexandru TomaMike Frysinger2004-05-141-0/+138
|
* version bump, to install /etc/DIR_COLORS. Thanks to Weeve for noticing on ↵Seemant Kulleen2004-05-071-0/+3
| | | | sparc, and to SPANKY for being SPANKY.
* added s390 specific fixes to close bug #47965Michael McCabe2004-04-182-0/+140
|
* version bump, should close bug #39632 by SpanKY <vapier@gentoo.org>, who ↵Seemant Kulleen2004-03-061-0/+3
| | | | came up with the fixes anyway, and that bug is related to bug #36337 by Robin Johnson <robbat2@gentoo.org>. Also, added attr to the explicit deps, per bug #41641 by toon <toon@hout.vanvergehaald.nl>. Just in case, we're affected by: bug #43655 by Rajiv Manglani <rajiv@gentoo.org>, this release should fix it.
* Applied the 64 bit fixes from MDK's newest src.rpm, which seems to solve the ↵Seemant Kulleen2004-01-121-1/+1
| | | | segfaults. In my defense, I did do some preliminary testing on -r4 with the previous patchset, and it didn't segfault -- this time, I checked an ls -R / output on both ia64 and amd64 boxes, so this should be sorted finally (bug #37891 by E. Papegaaij <e.papegaaij@student.utwente.nl>). Also, it now links against ncurses-5.3-r5 and greater for building and running. So, we finally get rid of the termcap cruft, thanks to Azarah for that (bug #37026).
* The ACL patches failed with nls in USE because it was still linking to ↵Seemant Kulleen2004-01-091-1/+1
| | | | termcap. Thanks to: Paul Giordano <giordano@covad.net> in bug #37682 opened by: Paul de Vrieze <pauldv@gentoo.org>
* the patches link against ncurses rather than libtermcap, closing bug #37026 ↵Seemant Kulleen2004-01-091-0/+3
| | | | by Martin Flugeldufel <martin_flugeldufel@yahoo.com>. Additionally, some of the non-critical binaries (those not needed for bootup) have been moved to /usr/bin, which partially sorts out bug #36453, also by Martin Flugedufel
* several changes to this. First, we're using most of Mandrake's patchset ↵Seemant Kulleen2003-12-301-0/+3
| | | | with fixes, which adds some option to touch -- to make the timestamp move forwards or backwards. I need some input on whether we should keep this. Additionally, there is a patch to restore chown's behaviour to the old way. And another patch to allow old options for several of the utilities here. Additionally, we're using openi18n.org's patches for coreutils, which should sort (no pun intended) out bug #29136 by Sven Sternberger <sven.sternberger@desy.de>
* fix uname output for hppa and ppc. Patch by Guy Martin <gmsoft@gentoo.org>. ↵Seemant Kulleen2003-12-271-1/+1
| | | | Closes bug #36190
* kill the lousy man pagesSeemant Kulleen2003-12-103-3/+3
|
* /bin/{kill,su,uptime,groups,hostname} not even compiled any moreSeemant Kulleen2003-12-087-8/+6
|
* move -r3 to mipsSeemant Kulleen2003-12-072-4/+0
|
* bump to fix selinux patchChris PeBenito2003-11-181-0/+2
|
* forgot to remove selinux patch from 5.0-r4Chris PeBenito2003-11-031-1/+0
|
* change selinux patches for new (2.6) selinux apiChris PeBenito2003-10-294-5/+1
|
* fix selinux patchChris PeBenito2003-09-291-1/+1
|
* Update version. Note that SELINUX still needs to be patchedMartin Schlemmer2003-09-281-0/+3
|
* IUSE fix0rSeemant Kulleen2003-09-241-3/+0
|
* up to patch_ver 1.7Seemant Kulleen2003-09-151-1/+1
|
* regen digestSeemant Kulleen2003-09-131-1/+1
|
* lu_zero's a geniusSeemant Kulleen2003-09-131-1/+1
|
* -r3 to stable, -r4 with ACL supportSeemant Kulleen2003-09-121-0/+3
|
* Fix issues with gcc-2.95.3, bug #27329, thanks toMartin Schlemmer2003-08-261-0/+3
| | | | patch from TGL <degrenier@easyconnect.fr>.