summaryrefslogtreecommitdiff
path: root/sysutils/coreutils
AgeCommit message (Collapse)AuthorFilesLines
2003-11-22Recreate patch because Mac OS X's patch refuses to apply it.tron2-14/+13
2003-11-05Don't use "stdbool.h" because NetBSD 1.6 and 1.6.x (and probably othertron3-13/+12
platforms) don't have it.
2003-11-05Fix two security issues:recht4-3/+901
1.) An integer overflow in ls in the fileutils or coreutils packages may allow local users to cause a denial of service or execute arbitrary code via a large -w value, which could be remotely exploited via applications that use ls, such as wu-ftpd. 2.) ls in the fileutils or coreutils packages allows local users to consume a large amount of memory via a large -w value, which can be remotely exploited via applications that use ls, such as wu-ftpd. See http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0853 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0854 and the original report http://www.guninski.com/binls.html for details. Patches taken from Red Hat's Security Advisory RHSA-2003:309-01. reported by reed@ bump PKGREVISION
2003-09-14Use my NetBSD.org email address.recht1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-09add TEST_TARGETheinz1-1/+3
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-17"GNU_PROGRAM_PREFIX" gets defined in "bsd.pkg.defaults.mk". So we don'ttron1-9/+4
need to check for that here.
2003-06-17We although need to conflict if "GNU_PROGRAM_PREFIX" is undefined.tron1-2/+4
2003-06-17Conflict with "teTeX-bin" package if "GNU_PROGRAM_PREFIX" is "".tron1-1/+7
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-04-11Don't conflict with the latest version of the "gnome-utils" package whichtron1-6/+4
doesn't install the "guname" package any more. Bump package revision to reflect change.
2003-04-10coreutils and gnome-utils currently conflict because both install guname.wiz1-1/+2
2003-04-10Initial import of coreutils-5.0, from Marc Recht via pkgsrc-wip.wiz5-0/+245
The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. Previously these utilities were offered as three individual sets of GNU utilities, fileutils, shellutils, and textutils. Those three have been combined into a single set of utilities called the coreutils.