Revisions of coreutils

buildservice-autocommit accepted request 492649 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 283)
baserev update by copy to link target
Bernhard Voelker's avatar Bernhard Voelker (berny) accepted request 492540 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 282)
- coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch:
  Add upstream patch to fix an heap overflow security issue
  in date(1) and touch(1) with a large TZ variable
  (CVE-2017-7476, rh#1444774, boo#1037124).
buildservice-autocommit accepted request 478478 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 281)
baserev update by copy to link target
Bernhard Voelker's avatar Bernhard Voelker (berny) accepted request 478455 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 280)
- Update to 8.27
  (for details see included NEWS file)
- Refresh patches:
  * coreutils-build-timeout-as-pie.patch
  * coreutils-disable_tests.patch
  * coreutils-getaddrinfo.patch
  * coreutils-i18n.patch
  * coreutils-ocfs2_reflinks.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
  * coreutils-testsuite.spec
- coreutils.keyring: Update (now ascii-armored) by
    'osc service localrun download_files'.
- coreutils-tests-port-to-timezone-2017a.patch: Add patch to
  workaround a FP test failure with newer timezone-2017a.
buildservice-autocommit accepted request 443481 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 279)
baserev update by copy to link target
Bernhard Voelker's avatar Bernhard Voelker (berny) accepted request 443228 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 278)
- Update to 8.26
  (for details see included NEWS file)
- coreutils.spec (%description): Add b2sum, a new utility.
(BuildRequires): Add timezone to enable new 'date-debug.sh' test.
- coreutils-i18n.patch: Sync I18N patch from Fedora, as the diff
  for the old i18n implementation of expand/unexpand has become
  unmaintainable:
  git://pkgs.fedoraproject.org/coreutils.git
- Remove now-upstream patches:
  * coreutils-df-hash-in-filter.patch
  * coreutils-diagnose-fts-readdir-failure.patch
  * coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch
  * coreutils-maint-fix-dependency-of-man-arch.1.patch
- Refresh/merge all other patches:
  * coreutils-invalid-ids.patch
  * coreutils-ocfs2_reflinks.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-sysinfo.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
Bernhard Voelker's avatar Bernhard Voelker (berny) committed (revision 277)
- coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch:
  Add upstream patch to fix "md5sum --check --ignore-missing" which
  treated files with checksums starting with "00" as missing.
Bernhard Voelker's avatar Bernhard Voelker (berny) committed (revision 276)
- coreutils-df-hash-in-filter.patch: Refresh with now-upstream version.
- coreutils.spec, coreutils-testsuite.spec: Change number of the above
patch to match the order of applying.
Bernhard Voelker's avatar Bernhard Voelker (berny) committed (revision 275)
- coreutils-maint-fix-dependency-of-man-arch.1.patch: Add Upstream
  patch to fix the build dependency between src/arch -> man/arch.1
  which lead to spurious build failures.
- coreutils-df-hash-in-filter.patch: Refresh with -p0.
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 274)
- Add coreutils-df-hash-in-filter.patch that speeds up df.
buildservice-autocommit accepted request 408626 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 273)
baserev update by copy to link target
Bernhard Voelker's avatar Bernhard Voelker (berny) accepted request 407206 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 272)
- coreutils-diagnose-fts-readdir-failure.patch: Add upstream patch
  to diagnose readdir() failures in fts-based utilities: rm, chmod,
  du, etc. (boo#984910)
buildservice-autocommit accepted request 356784 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 271)
baserev update by copy to link target
Bernhard Voelker's avatar Bernhard Voelker (berny) accepted request 356783 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 270)
- Update to 8.25
  (for details see included NEWS file)
- coreutils.spec (%description): Add base32, a new utility.
- Remove now-upstream patch:
  * coreutils-tests-avoid-FP-of-ls-stat-free-color.patch
- Refresh/merge all other patches:
  * coreutils-build-timeout-as-pie.patch
  * coreutils-disable_tests.patch
  * coreutils-i18n.patch
  * coreutils-invalid-ids.patch
  * coreutils-misc.patch
  * coreutils-ocfs2_reflinks.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-test_without_valgrind.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
buildservice-autocommit accepted request 334151 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 269)
baserev update by copy to link target
Bernhard Voelker's avatar Bernhard Voelker (berny) accepted request 332474 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 268)
- coreutils-i18n.patch: Sync I18N patch from semi-official repository
  (shared among distributions, maintained by Padraig Brady):
    https://github.com/pixelb/coreutils/tree/i18n
  This fixes the following issues in multi-byte locales:
  * sort: fix large mem leak with --month-sort (boo#945361, rh#1259942):
    https://github.com/pixelb/coreutils/commit/b429f5d8c7
  * sort: fix assertion with some inputs to --month-sort
    https://github.com/pixelb/coreutils/commit/31e8211aca
Bernhard Voelker's avatar Bernhard Voelker (berny) accepted request 330437 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 267)
- coreutils-i18n.patch: Fix a glaring mem leak in the i18n patch
  for sort -M (boo#945361):
buildservice-autocommit accepted request 328053 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 266)
baserev update by copy to link target
Bernhard Voelker's avatar Bernhard Voelker (berny) accepted request 328052 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 265)
- coreutils-tests-avoid-FP-of-ls-stat-free-color.patch: Add upstream
patch on top of v8.24 to avoid a FP test failure with glibc>=2.22.
buildservice-autocommit accepted request 318007 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 264)
baserev update by copy to link target
Displaying revisions 81 - 100 of 363
openSUSE Build Service is sponsored by