<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/coreutils/patches/patch-ab, branch pkgsrc_2011Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-12-02T12:55:08Z</updated>
<entry>
<title>Standardize statvfs test. From Sergey Svishchev.</title>
<updated>2007-12-02T12:55:08Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-12-02T12:55:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c290be2a3b9c6813483424154c8846c1aeebedcf'/>
<id>urn:sha1:c290be2a3b9c6813483424154c8846c1aeebedcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to coreutils-6.9 and reset maintainer to tech-pkg@</title>
<updated>2007-07-18T11:25:19Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2007-07-18T11:25:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=452dc649c0d017e108c10dedd3145dd1f4c127f9'/>
<id>urn:sha1:452dc649c0d017e108c10dedd3145dd1f4c127f9</id>
<content type='text'>
This is a major update from 5.2.1 and the ChangeLog is far too long to
include here. The update includes many bugfixes, POSIX.1 conformance fixes,
various GNU extensions to command line syntax, translations and some new
tools: gbase64, gsha224sum, gsha256sum, gsha384sum, gsha512sum, gshuf.
</content>
</entry>
<entry>
<title>Change version check to figure out whether NetBSD supports the statvfs(2)</title>
<updated>2005-08-28T09:07:21Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2005-08-28T09:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a84e8c93e9d544975b264505c9aada2f702e934a'/>
<id>urn:sha1:a84e8c93e9d544975b264505c9aada2f702e934a</id>
<content type='text'>
systen call. We now assumes that it only exists in NetBSD 2.99.x and
newer. This will avoid build problems under the upcoming NetBSD 2.1
release. Mark this package as unusable for NetBSD-2.0[D-H]-* (a few
very old NetBSD-current versions which have statvfs(2) but a version
number smaller than 2.99.x).
</content>
</entry>
<entry>
<title>Make build and run on Interix:</title>
<updated>2005-03-21T14:44:08Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-03-21T14:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c3600973c7d4824ddf50d8dfe02d8edf3d121a1c'/>
<id>urn:sha1:c3600973c7d4824ddf50d8dfe02d8edf3d121a1c</id>
<content type='text'>
* Add check for sync(2) and setgroups(3), and don't use these if they
  don't exist on the host.

* Interix has a ... Special ... way of doing the "su" thing.

* Implement Interix-specific portion of mountlist.c.
</content>
</entry>
<entry>
<title>Make this build under NetBSD 2.0D and above with statvfs(2).</title>
<updated>2004-05-18T19:07:57Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2004-05-18T19:07:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c96ddeff314ef234d51cba341b39ec2c01af178c'/>
<id>urn:sha1:c96ddeff314ef234d51cba341b39ec2c01af178c</id>
<content type='text'>
This fixes PR pkg/25475 Kibum Han.
</content>
</entry>
<entry>
<title>update to 5.2.0</title>
<updated>2004-02-22T21:32:18Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-02-22T21:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a6bc58c55fff595b53147aaeb3b37945bc50797e'/>
<id>urn:sha1:a6bc58c55fff595b53147aaeb3b37945bc50797e</id>
<content type='text'>
many fixes/new features, among them:

- nohup now always exits with status 127 when it finds an error,
  as POSIX requires; formerly it sometimes exited with status 1.

- Several programs (including cut, date, dd, env, hostname, nl, pr,
  stty, and tr) now always exit with status 1 when they find an error;
  formerly they sometimes exited with status 2.

- chgrp and chown now accept POSIX-mandated -L, -H, and -P options

- du now accepts -P (--no-dereference), for compatibility with du
  of NetBSD and for consistency with e.g., chown and chgrp

- date accepts a new option --rfc-2822, an alias for --rfc-822.

- `sha1sum --check' now accepts the BSD format for SHA1 message digests
  in addition to the BSD format for MD5 ones.

- md5sum --check now accepts the output of the BSD md5sum program, e.g.,
  MD5 (f) = d41d8cd98f00b204e9800998ecf8427e

- date -d DATE can now parse a DATE string like May-23-2003

- chown: `.' is no longer recognized as a separator in the OWNER:GROUP
  specifier on POSIX 1003.1-2001 systems.  If chown *was not* compiled
  on such a system, then it still accepts `.', by default.  If chown
  was compiled on a POSIX 1003.1-2001 system, then you may enable the
  old behavior by setting _POSIX2_VERSION=199209 in your environment.

(see NEWS for a complete list)
</content>
</entry>
<entry>
<title>Recreate patch because Mac OS X's patch refuses to apply it.</title>
<updated>2003-11-22T15:59:24Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2003-11-22T15:59:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=98fc223a40e51c565b0a62aa5acff2ffd3ee26eb'/>
<id>urn:sha1:98fc223a40e51c565b0a62aa5acff2ffd3ee26eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use "stdbool.h" because NetBSD 1.6 and 1.6.x (and probably other</title>
<updated>2003-11-05T11:54:47Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2003-11-05T11:54:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=26d0960a97df48ec237992b320596614f10ffe47'/>
<id>urn:sha1:26d0960a97df48ec237992b320596614f10ffe47</id>
<content type='text'>
platforms) don't have it.
</content>
</entry>
<entry>
<title>Fix two security issues:</title>
<updated>2003-11-05T00:05:06Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2003-11-05T00:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2e708d023397aeb250c184dd3375d568c7141619'/>
<id>urn:sha1:2e708d023397aeb250c184dd3375d568c7141619</id>
<content type='text'>
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
</content>
</entry>
</feed>
