<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/coreutils, branch pkgsrc_2011Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-04-22T13:41:54Z</updated>
<entry>
<title>recursive bump from gettext-lib shlib bump.</title>
<updated>2011-04-22T13:41:54Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2011-04-22T13:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c72753b709d1dbe4bf0e5a2bfc68db00290e3e8e'/>
<id>urn:sha1:c72753b709d1dbe4bf0e5a2bfc68db00290e3e8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a fix for coreutils' CVE-2009-4135. Instead of using /tmp/coreutils</title>
<updated>2009-12-20T16:12:06Z</updated>
<author>
<name>tonnerre</name>
<email>tonnerre</email>
</author>
<published>2009-12-20T16:12:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4cada72fe9ec062fbf8de79e34b422aa1cfd36ba'/>
<id>urn:sha1:4cada72fe9ec062fbf8de79e34b422aa1cfd36ba</id>
<content type='text'>
as temporary directory, use a directory in the builddir.
</content>
</entry>
<entry>
<title>Conflicts with gnuls (misc/gnuls), as noted by Mihkel Ader in PR 41876.</title>
<updated>2009-08-12T13:36:06Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2009-08-12T13:36:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08baf9bb2e7b250500bf288f80defc068656c212'/>
<id>urn:sha1:08baf9bb2e7b250500bf288f80defc068656c212</id>
<content type='text'>
Bump revision.
</content>
</entry>
<entry>
<title>Fix build on DragonFly. From YONETANI Tomokazu in PR 41366.</title>
<updated>2009-06-12T15:09:46Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-12T15:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=87b924b768a4267753089376b45436e61d1e6a25'/>
<id>urn:sha1:87b924b768a4267753089376b45436e61d1e6a25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hack around misuse of math.h. From Heath Caldwell in PR 41350.</title>
<updated>2009-05-17T23:11:21Z</updated>
<author>
<name>dholland</name>
<email>dholland</email>
</author>
<published>2009-05-17T23:11:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f2cdb5b7a8f367a4dc2b463a050c630eb394e36a'/>
<id>urn:sha1:f2cdb5b7a8f367a4dc2b463a050c630eb394e36a</id>
<content type='text'>
Nominally a build fix, but bump PKGREVISION as a precaution.
</content>
</entry>
<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 "coreutils" package to version 6.12. Changes since version 6.11:</title>
<updated>2008-10-29T22:34:18Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2008-10-29T22:34:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ab6c0f42c1ad0408a8e5e8f613dfdfe8b96fbe75'/>
<id>urn:sha1:ab6c0f42c1ad0408a8e5e8f613dfdfe8b96fbe75</id>
<content type='text'>
- chcon, runcon: --help output now includes the bug-reporting address
- cp -p copies permissions more portably.  For example, on MacOS X 10.5,
  "cp -p some-fifo some-file" no longer fails while trying to copy the
  permissions from the some-fifo argument.
- id with no options now prints the SELinux context only when invoked
  with no USERNAME argument.
- id and groups once again print the AFS-specific nameless group-ID (PAG).
  Printing of such large-numbered, kernel-only (not in /etc/group) group-IDs
  was suppressed in 6.11 due to ignorance that they are useful.
- uniq: avoid subtle field-skipping malfunction due to isblank misuse.
  In some locales on some systems, isblank(240) (aka &amp;nbsp) is nonzero.
  On such systems, uniq --skip-fields=N would fail to skip the proper
  number of fields for some inputs.
- tac: avoid segfault with --regex (-r) and multiple files, e.g.,
  "echo &gt; x; tac -r x x".
- install once again sets SELinux context, when possible
</content>
</entry>
<entry>
<title>Reach over from misc/gnuls to sysutils/coreutils for common logic and</title>
<updated>2008-05-15T20:01:03Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-05-15T20:01:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ec5db3e6cc7f56eb855592967e18729da0c28bfa'/>
<id>urn:sha1:ec5db3e6cc7f56eb855592967e18729da0c28bfa</id>
<content type='text'>
patches. Updates gnuls to 6.11 and makes it track coreutils.
</content>
</entry>
<entry>
<title>Update "coreutils" package to version 6.11. Changes since version 6.10:</title>
<updated>2008-05-13T09:22:46Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2008-05-13T09:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=531cb3010f4b2ec57c3b0a996473b78422e4bfb6'/>
<id>urn:sha1:531cb3010f4b2ec57c3b0a996473b78422e4bfb6</id>
<content type='text'>
- "cp -fR fifo E" now succeeds with an existing E.  Before this fix, using
  -fR to copy a fifo or "special" file onto an existing file would fail
  with EEXIST.  Now, it once again unlinks the destination before trying
  to create the destination file.  [bug introduced in coreutils-5.90]
- dd once again works with unnecessary options like if=/dev/stdin and
  of=/dev/stdout.  [bug introduced in fileutils-4.0h]
- id now uses getgrouplist, when possible.  This results in
  much better performance when there are many users and/or groups.
- ls no longer segfaults on files in /proc when linked with an older version
  of libselinux.  E.g., ls -l /proc/sys would dereference a NULL pointer.
- md5sum would segfault for invalid BSD-style input, e.g.,
  echo 'MD5 (' | md5sum -c -  Now, md5sum ignores that line.
  sha1sum, sha224sum, sha384sum, and sha512sum are affected, too.
  [bug introduced in coreutils-5.1.0]
- md5sum -c would accept a NUL-containing checksum string like "abcd\0..."
  and would unnecessarily read and compute the checksum of the named file,
  and then compare that checksum to the invalid one: guaranteed to fail.
  Now, it recognizes that the line is not valid and skips it.
  sha1sum, sha224sum, sha384sum, and sha512sum are affected, too.
  [bug present in the original version, in coreutils-4.5.1, 1995]
- "mkdir -Z x dir" no longer segfaults when diagnosing invalid context "x"
  mkfifo and mknod would fail similarly.  Now they're fixed.
- mv would mistakenly unlink a destination file before calling rename,
  when the destination had two or more hard links.  It no longer does that.
  [bug introduced in coreutils-5.3.0]
- "paste -d'\' file" no longer overruns memory (heap since coreutils-5.1.2,
  stack before then) [bug present in the original version, in 1992]
- "pr -e" with a mix of backspaces and TABs no longer corrupts the heap
  [bug present in the original version, in 1992]
- "ptx -F'\' long-file-name" would overrun a malloc'd buffer and corrupt
  the heap.  That was triggered by a lone backslash (or odd number of them)
  at the end of the option argument to --flag-truncation=STRING (-F),
  --word-regexp=REGEXP (-W), or --sentence-regexp=REGEXP (-S).
- "rm -r DIR" would mistakenly declare to be "write protected" -- and
  prompt about -- full DIR-relative names longer than MIN (PATH_MAX, 8192).
- "rmdir --ignore-fail-on-non-empty" detects and ignores the failure
  in more cases when a directory is empty.
- "seq -f % 1" would issue the erroneous diagnostic "seq: memory exhausted"
  rather than reporting the invalid string format.
  [bug introduced in coreutils-6.0]
- join now verifies that the inputs are in sorted order.  This check can
  be turned off with the --nocheck-order option.
- sort accepts the new option --sort=WORD, where WORD can be one of
  general-numeric, month, numeric or random.  These are equivalent to the
  options --general-numeric-sort/-g, --month-sort/-M, --numeric-sort/-n
  and --random-sort/-R, resp.
- id and groups work around an AFS-related bug whereby those programs
  would print an invalid group number, when given no user-name argument.
- ls --color no longer outputs unnecessary escape sequences
- seq gives better diagnostics for invalid formats.
- install, mkdir, rmdir and split now write --verbose output to stdout,
  not to stderr.
</content>
</entry>
<entry>
<title>Convert to use PLIST_VARS instead of manually passing "@comment "</title>
<updated>2008-04-12T22:42:57Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-04-12T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=84db467ec7c8386066718011f8d47775d5608811'/>
<id>urn:sha1:84db467ec7c8386066718011f8d47775d5608811</id>
<content type='text'>
through PLIST_SUBST to the plist module.
</content>
</entry>
</feed>
