<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/coreutils/patches/patch-aa, 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>2008-12-02T10:16:30Z</updated>
<entry>
<title>Add build fix for Solaris taken from</title>
<updated>2008-12-02T10:16:30Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2008-12-02T10:16:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6b1e094d42bc66768b20014a940041b8c9c03ead'/>
<id>urn:sha1:6b1e094d42bc66768b20014a940041b8c9c03ead</id>
<content type='text'>
http://www.nabble.com/coreutils-6.12-fails-to-build-on-Solaris-td20137586.html
as suggested by Tim Zingelman in private e-mail.
</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>update to 5.2.1</title>
<updated>2004-03-29T09:22:50Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-03-29T09:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=70f782568ecd0d4c66ba15dbf7ea66596d854ec1'/>
<id>urn:sha1:70f782568ecd0d4c66ba15dbf7ea66596d854ec1</id>
<content type='text'>
** Bug fixes

  mv could mistakenly fail to preserve hard links when moving two
  or more arguments between partitions.

  `cp --sparse=always F /dev/hdx' no longer tries to use lseek to create
  holes in the destination.

  nohup now sets the close-on-exec flag for its copy of the stderr file
  descriptor.  This avoids some nohup-induced hangs.  For example, before
  this change, if you ran `ssh localhost', then `nohup sleep 600 &lt;/dev/null &amp;',
  and then exited that remote shell, the ssh session would hang until the
  10-minute sleep terminated.  With the fixed nohup, the ssh session
  terminates immediately.

  `expr' now conforms to POSIX better:

    Integers like -0 and 00 are now treated as zero.

    The `|' operator now returns 0, not its first argument, if both
    arguments are null or zero.  E.g., `expr "" \| ""' now returns 0,
    not the empty string.

    The `|' and `&amp;' operators now use short-circuit evaluation, e.g.,
    `expr 1 \| 1 / 0' no longer reports a division by zero.

** New features

  `chown user.group file' now has its traditional meaning even when
  conforming to POSIX 1003.1-2001, so long as no user has a name
  containing `.' that happens to equal `user.group'.
</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>Initial import of coreutils-5.0, from Marc Recht via pkgsrc-wip.</title>
<updated>2003-04-10T13:18:36Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2003-04-10T13:18:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8000f83db7600de1de41274449c55025a93f0bf4'/>
<id>urn:sha1:8000f83db7600de1de41274449c55025a93f0bf4</id>
<content type='text'>
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. 
</content>
</entry>
</feed>
