Publishing details

Changelog

coreutils (8.32-4.1ubuntu1~bpo18.04.1~ppa1) bionic; urgency=medium

  * No-change backport to bionic.

coreutils (8.32-4.1ubuntu1) jammy; urgency=medium

  * Merge with Debian; remaining changes:

coreutils (8.32-4.1) unstable; urgency=medium

  [ Johannes Schauer Marin Rodrigues ]
  * Non-maintainer upload.

  [ Helmut Grohne ]
  * Support DPKG_ROOT in maintainer scripts. (Closes: #983565)

coreutils (8.32-4ubuntu3) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

coreutils (8.32-4ubuntu2) hirsute; urgency=medium

  * d/p/treat-devtmpfs-and-squashfs-as-dummy-filesystems.patch:
    - Extend default filesystem exlusion to fuse.portal (LP: #1905623)

coreutils (8.32-4ubuntu1) hirsute; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/rules:
      + Allow crossbuilding
      + Run tests
      + Ignore the cut-huge-range test failure on armhf, only seen on
        the buildds.
    - debian/tests:
      + Add dep8 tests
    - debian/patches/80_fedora_sysinfo.patch
      + Make 'uname -i -p' return the real processor/hardware,
        instead of unknown.
    - debian/patches/99_float_endian_detection.patch:
      + Fix detection of floating point endianness.
    - d/p/treat-devtmpfs-and-squashfs-as-dummy-filesystems.patch:
      + Avoid displaying snaps in output from df and other tools, by
        excluding display of squashfs filesystems.
        (LP #1219529, #1756595)
      + Exclude devtmpfs filesystems in output from df and other tools
        since it is a dummy filesystem.
        (LP #1219529)
    - Fix FTBFS on ARM64.
      + d/p/improve-removed-directory-test.patch: Upstream patch to
        improve ls' removed-directory test.

coreutils (8.32-4) unstable; urgency=low

  * Fix FTBFS on ARM64. (Closes: #966449)
    - d/p/restore-ls-behavior-8.31.patch: Upstream patch to restore
      coreutils ls' 8.31 behavior on removed directories, which is
      necessary to prevent using SYS_getdents that doesn't exist on
      ARM64.

coreutils (8.32-3ubuntu1) groovy; urgency=medium

  * Merge with Debian unstable (LP: #1888046). Remaining changes:
    - debian/rules:
      + Allow crossbuilding
      + Run tests
      + Ignore the cut-huge-range test failure on armhf, only seen on
        the buildds.
    - debian/tests:
      + Add dep8 tests
    - debian/patches/80_fedora_sysinfo.patch
      + Make 'uname -i -p' return the real processor/hardware,
        instead of unknown.
    - debian/patches/99_float_endian_detection.patch:
      + Fix detection of floating point endianness.
    - d/p/treat-devtmpfs-and-squashfs-as-dummy-filesystems.patch:
      + Avoid displaying snaps in output from df and other tools, by
        excluding display of squashfs filesystems.
        (LP #1219529, #1756595)
      + Exclude devtmpfs filesystems in output from df and other tools
        since it is a dummy filesystem.
        (LP #1219529)
  * Refresh d/patches/.
  * Fix FTBFS on ARM64.
    - d/p/restore-ls-behavior-8.31.patch: Upstream patch to restore
      coreutils ls' 8.31 behavior on removed directories, which is
      necessary to prevent using SYS_getdents that doesn't exist on
      ARM64.
    - d/p/improve-removed-directory-test.patch: Upstream patch to
      improve ls' removed-directory test.

coreutils (8.32-3) unstable; urgency=low

  * build with libgmp now that apt pulls it in anyway (Closes: #64527)

coreutils (8.32-2) unstable; urgency=low

  * undo "remove LC_TIME symlinks" as this causes problems with date
    display in some circumstances (Closes: #963513)

coreutils (8.32-1) unstable; urgency=low

  * New upstream version (Closes: #959995)
    - adds basenc command
  * Update to dh 12
  * Standards version 4.5.0 (no changes)

coreutils (8.30-3ubuntu3) groovy; urgency=medium

  * d/p/treat-devtmpfs-and-squashfs-as-dummy-filesystems.patch:
    - Avoid displaying snaps in output from df and other tools, by
      excluding display of squashfs filesystems.
      (LP: #1219529, #1756595)
    - Exclude devtmpfs filesystems in output from df and other tools
      since it is a dummy filesystem.
      (LP: #1219529)

coreutils (8.30-3ubuntu2) eoan; urgency=medium

  * No-change upload with strops.h and sys/strops.h removed in glibc.

coreutils (8.30-3ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/rules:
      + Allow crossbuilding
      + Run tests
    - debian/tests:
      + Add dep8 tests
    - debian/patches/80_fedora_sysinfo.patch
      + Make 'uname -i -p' return the real processor/hardware,
        instead of unknown.
    - debian/patches/99_float_endian_detection.patch:
      + Fix detection of floating point endianness.
    - Ignore the cut-huge-range test failure on armhf, only seen on the
      buildds.

coreutils (8.30-3) unstable; urgency=medium

  * Fix renameat2 patch (Closes: #923420)

coreutils (8.30-2) unstable; urgency=medium

  * Use renameat2 glibc function that can be intercepted by fakechroot
    (Closes: #915559)
  * Above requires autoreconf turned on again

coreutils (8.30-1ubuntu1) disco; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/rules:
      + Allow crossbuilding
      + Run tests
    - debian/tests:
      + Add dep8 tests
    - debian/patches/80_fedora_sysinfo.patch
      + Make 'uname -i -p' return the real processor/hardware,
        instead of unknown.
    - debian/patches/99_float_endian_detection.patch:
      + Fix detection of floating point endianness.
    - Ignore the cut-huge-range test failure on armhf, only seen on the
      buildds.
  * Dropped changes, included upstream:
    - debian/patches/adjust_to_glibc_2.28_libio.patch: adjust to glibc
      2.28's libio.h removal: check for _IO_EOF_SEEN instead of
      _IO_ftrylockfile, and define _IO_IN_BACKUP for ourselves.

coreutils (8.30-1) unstable; urgency=low

  * New upstream version
    - man pages are distributed again, should fix cross building issues
      (Closes: #721358)
    - fixes problem with install program location when cross building
      (Closes: #879073)
    - env -S support to pass multiple arguments in #! lines
  * Standards version 4.2.1.0 (no changes)

coreutils (8.28-1ubuntu2) cosmic; urgency=medium

  * debian/patches/adjust_to_glibc_2.28_libio.patch: adjust to glibc 2.28's
    libio.h removal: check for _IO_EOF_SEEN instead of _IO_ftrylockfile, and
    define _IO_IN_BACKUP for ourselves.

 -- Paride Legovini <email address hidden>  Thu, 29 Jun 2023 18:39:02 +0200

Available diffs

Builds

Built packages

Package files