Change log for coreutils package in Ubuntu
| 1 → 50 of 122 results | First • Previous • Next • Last |
coreutils (9.7-3ubuntu1) resolute; urgency=medium
* Merge with Debian; remaining changes:
- debian/rules:
+ Allow crossbuilding
+ Run tests
+ Ignore the cut-huge-range test failure on armhf, only seen on
the buildds.
- d/tests:
+ Add dep8 tests
- d/p/80_fedora_sysinfo.patch
+ Make 'uname -i -p' return the real processor/hardware,
instead of unknown.
- d/p/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)
- d/p/cp-n.diff: skip tests/cp/cp-i.sh upstream test (LP #2055180)
The behavior of cp -n is different in Debian than in upstream,
and this test assumes upstream behavior of -n, and how it
interacts with -i.
- d/p/72_id_checkngroups.patch: refreshed
- Rename the binary package to gnu-coreutils and build with 'gnu' prefix.
- Run the autopkgtest against both Rust and GNU versions.
Disable the failing nanosecond test case for stat for Rust,
and re-enable it for the GNU version only.
Some specific care had to be taken around swapping the default
provider: The coreutils-from-uutils are Protected: yes, so we
need to remove them inside the test script.
* Dropped (upstreamed) changes:
- d/p/suppress-permission-denied-errors-on-nfs.patch:
- Avoid returning permission denied errors when running ls -l when reading
file attributes. (LP #2115274)
Available diffs
- diff from 9.5-1ubuntu4 to 9.7-3ubuntu1 (3.9 MiB)
| Superseded in resolute-release |
| Published in questing-release |
| Deleted in questing-proposed (Reason: Moved to questing) |
coreutils (9.5-1ubuntu4) questing; urgency=medium
* Run the autopkgtest against both Rust and GNU versions.
Disable the failing nanosecond test case for stat for Rust,
and re-enable it for the GNU version only.
Some specific care had to be taken around swapping the default
provider: The coreutils-from-uutils are Protected: yes, so we
need to remove them inside the test script.
-- Julian Andres Klode <email address hidden> Thu, 25 Sep 2025 10:51:15 +0200
Available diffs
- diff from 9.5-1ubuntu3 to 9.5-1ubuntu4 (3.5 KiB)
coreutils (9.4-3ubuntu6.1) noble; urgency=medium
* d/p/suppress-permission-denied-errors-on-nfs.patch:
- Avoid returning permission denied errors when running ls -l when reading
file attributes. (LP: #2115274)
-- Ghadi Elie Rahme <email address hidden> Sun, 22 Jun 2025 16:21:39 +0000
Available diffs
- diff from 9.4-2ubuntu4 to 9.4-3ubuntu6.1 (3.4 KiB)
- diff from 9.4-3ubuntu6 to 9.4-3ubuntu6.1 (1.6 KiB)
coreutils (9.5-1ubuntu1.25.04.2) plucky; urgency=medium
* d/p/suppress-permission-denied-errors-on-nfs.patch:
- Avoid returning permission denied errors when running ls -l when reading
file attributes. (LP: #2115274)
-- Ghadi Elie Rahme <email address hidden> Tue, 24 Jun 2025 17:18:28 +0000
Available diffs
coreutils (9.5-1ubuntu3) questing; urgency=medium
* d/p/suppress-permission-denied-errors-on-nfs.patch:
- Avoid returning permission denied errors when running ls -l when reading
file attributes. (LP: #2115274)
-- Ghadi Elie Rahme <email address hidden> Tue, 24 Jun 2025 21:23:49 +0000
Available diffs
- diff from 9.5-1ubuntu2 to 9.5-1ubuntu3 (1.5 KiB)
coreutils (9.5-1ubuntu2) questing; urgency=medium * Rename the binary package to gnu-coreutils and build with 'gnu' prefix -- Julian Andres Klode <email address hidden> Thu, 08 May 2025 11:06:23 +0200
Available diffs
coreutils (9.5-1ubuntu1.25.04.1) plucky; urgency=medium
* Modify d/rules to dh_auto_configure with --enable-systemd,
and add libsystemd-dev as Build-Depends in d/control
to solve LP: #2103489.
-- Frank Heimes <email address hidden> Thu, 24 Apr 2025 10:58:04 +0200
Available diffs
- diff from 9.5-1ubuntu1 to 9.5-1ubuntu1.25.04.1 (831 bytes)
coreutils (9.5-1ubuntu1.25.10.1) questing; urgency=medium
* Modify d/rules to dh_auto_configure with --enable-systemd,
and add libsystemd-dev as Build-Depends in d/control
to solve LP: #2103489.
-- Frank Heimes <email address hidden> Fri, 25 Apr 2025 08:55:05 +0200
Available diffs
- diff from 9.5-1ubuntu1 to 9.5-1ubuntu1.25.10.1 (833 bytes)
| Superseded in questing-release |
| Published in plucky-release |
| Deleted in plucky-proposed (Reason: Moved to plucky) |
coreutils (9.5-1ubuntu1) plucky; urgency=medium
* 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)
- d/p/cp-n.diff: skip tests/cp/cp-i.sh upstream test (LP #2055180)
The behavior of cp -n is different in Debian than in upstream,
and this test assumes upstream behavior of -n, and how it
interacts with -i.
- d/p/72_id_checkngroups.patch: refreshed
* Dropped (upstreamed) changes:
- d/p/tail-fix-tailing-sysfs-files-where-PAGE_SIZE-BUFSIZ.patch:
Fix tailing of sysfs files on systems using a 64K page size.
(LP 2047450)
- SECURITY UPDATE: heap overflow in split --line-bytes with very long
lines
+ debian/patches/CVE-2024-0684.patch: do not shrink hold buffer in
src/split.c.
+ CVE-2024-0684
Available diffs
- diff from 9.4-3.1ubuntu1 to 9.5-1ubuntu1 (3.6 MiB)
| Superseded in plucky-release |
| Published in oracular-release |
| Deleted in oracular-proposed (Reason: Moved to oracular) |
coreutils (9.4-3.1ubuntu1) oracular; urgency=medium * Merge with Debian unstable (LP: #2075338). 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) - d/p/tail-fix-tailing-sysfs-files-where-PAGE_SIZE-BUFSIZ.patch: Fix tailing of sysfs files on systems using a 64K page size. (LP 2047450) - SECURITY UPDATE: heap overflow in split --line-bytes with very long lines + debian/patches/CVE-2024-0684.patch: do not shrink hold buffer in src/split.c. + CVE-2024-0684 - d/p/cp-n.diff: skip tests/cp/cp-i.sh upstream test (LP #2055180) The behavior of cp -n is different in Debian than in upstream, and this test assumes upstream behavior of -n, and how it interacts with -i. - d/p/72_id_checkngroups.patch: refreshed
Available diffs
- diff from 9.4-3ubuntu6 to 9.4-3.1ubuntu1 (1.4 KiB)
| Superseded in oracular-release |
| Published in noble-release |
| Deleted in noble-proposed (Reason: Moved to noble) |
coreutils (9.4-3ubuntu6) noble; urgency=medium * No-change rebuild against libssl3t64. -- Benjamin Drung <email address hidden> Fri, 05 Apr 2024 16:36:57 +0200
Available diffs
- diff from 9.4-3ubuntu5 to 9.4-3ubuntu6 (590 bytes)
coreutils (9.4-3ubuntu5) noble; urgency=medium * No-change rebuild for CVE-2024-3094 -- Steve Langasek <email address hidden> Sun, 31 Mar 2024 17:08:43 +0000
Available diffs
| Deleted in noble-proposed (Reason: pointless rebuild) |
coreutils (9.4-3ubuntu4) noble; urgency=medium * No-change rebuild against libssl3t64 -- Steve Langasek <email address hidden> Tue, 05 Mar 2024 01:09:01 +0000
Available diffs
coreutils (9.4-3ubuntu3) noble; urgency=medium * No-change rebuild against libssl3t64. -- Steve Langasek <email address hidden> Mon, 04 Mar 2024 04:54:09 +0000
Available diffs
- diff from 9.4-2ubuntu4 (in Ubuntu) to 9.4-3ubuntu3 (2.1 KiB)
- diff from 9.4-3ubuntu2 (in Ubuntu) to 9.4-3ubuntu3 (340 bytes)
- diff from 9.4-3ubuntu3~pre1 to 9.4-3ubuntu3 (531 bytes)
coreutils (8.32-4.1ubuntu1.2) jammy; urgency=medium
* Fix an issue where running 'ls -l' on an autofs mount with
'--ghost' or 'browse_mode=yes' enabled causes the mount to be
attempted, even when the underlying storage is not available.
This changes behaviour of ls back to what it was previously,
before statx was introduced in 8.32. (LP: #2033892)
- d/p/lp2033892-01-ls-avoid-triggering-automounts.patch
- d/p/lp2033892-02-stat-only-automount-with-cached-never.patch
-- Matthew Ruffell <email address hidden> Thu, 08 Feb 2024 16:46:39 +1300
Available diffs
| Superseded in noble-proposed |
coreutils (9.4-3ubuntu2) noble; urgency=medium * d/p/cp-n.diff: skip tests/cp/cp-i.sh upstream test (LP: #2055180) The behavior of cp -n is different in Debian than in upstream, and this test assumes upstream behavior of -n, and how it interacts with -i. -- Nick Rosbrook <email address hidden> Tue, 27 Feb 2024 12:22:53 -0500
Available diffs
- diff from 9.4-3ubuntu1 to 9.4-3ubuntu2 (866 bytes)
| Superseded in noble-proposed |
coreutils (9.4-3ubuntu1) noble; urgency=medium
* Merge with 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)
- d/p/tail-fix-tailing-sysfs-files-where-PAGE_SIZE-BUFSIZ.patch:
Fix tailing of sysfs files on systems using a 64K page size.
(LP 2047450)
- SECURITY UPDATE: heap overflow in split --line-bytes with very long
lines
+ debian/patches/CVE-2024-0684.patch: do not shrink hold buffer in
src/split.c.
+ CVE-2024-0684
- DEP17: Move files to /usr. (Closes: #1061274)
Available diffs
- diff from 9.4-2ubuntu4 to 9.4-3ubuntu1 (1.8 KiB)
| Deleted in noble-updates (Reason: superseded by release) |
| Superseded in noble-release |
| Deleted in noble-proposed (Reason: Moved to noble) |
coreutils (9.4-2ubuntu4) noble; urgency=medium [ Helmut Grohne ] * DEP17: Move files to /usr. (Closes: #1061274) -- Julian Andres Klode <email address hidden> Thu, 22 Feb 2024 12:07:56 +0100
Available diffs
- diff from 9.4-2ubuntu3 to 9.4-2ubuntu4 (1.1 KiB)
coreutils (9.4-2ubuntu3) noble; urgency=medium
* SECURITY UPDATE: heap overflow in split --line-bytes with very long
lines
- debian/patches/CVE-2024-0684.patch: do not shrink hold buffer in
src/split.c.
- CVE-2024-0684
-- Marc Deslauriers <email address hidden> Tue, 30 Jan 2024 12:57:32 -0500
Available diffs
- diff from 9.4-2ubuntu2 to 9.4-2ubuntu3 (1.1 KiB)
coreutils (8.32-4.1ubuntu1.1) jammy; urgency=medium
* d/p/assure-new-macro-affirm.patch,
d/p/tail-fix-tailing-sysfs-files-where-PAGE_SIZE-BUFSIZ.patch:
Fix tailing of sysfs files on systems using a 64K page size.
(LP: #2047450)
-- dann frazier <email address hidden> Mon, 08 Jan 2024 07:56:36 -0700
Available diffs
coreutils (9.1-1ubuntu2.23.10.1) mantic; urgency=medium
* d/p/tail-fix-tailing-sysfs-files-where-PAGE_SIZE-BUFSIZ.patch:
Fix tailing of sysfs files on systems using a 64K page size.
(LP: #2047450)
-- dann frazier <email address hidden> Sat, 06 Jan 2024 11:28:58 -0700
Available diffs
coreutils (9.4-2ubuntu2) noble; urgency=medium
* d/p/tail-fix-tailing-sysfs-files-where-PAGE_SIZE-BUFSIZ.patch:
Fix tailing of sysfs files on systems using a 64K page size.
(LP: #2047450)
-- dann frazier <email address hidden> Tue, 26 Dec 2023 11:25:09 -0700
Available diffs
- diff from 9.4-2ubuntu1 to 9.4-2ubuntu2 (3.0 KiB)
coreutils (9.4-2ubuntu1) noble; urgency=medium
* Merge with 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)
* Dropped, unnecessary delta:
- debian/patches/72_id_checkngroups.patch: patch fuzz
* New changes:
- debian/rules: update test path to fix armhf FTBFS
- debian/tests/upstream: fix paths of test scripts
Available diffs
- diff from 9.1-1ubuntu2 to 9.4-2ubuntu1 (6.1 MiB)
| Superseded in noble-release |
| Published in mantic-release |
| Published in lunar-release |
| Deleted in lunar-proposed (Reason: Moved to lunar) |
coreutils (9.1-1ubuntu2) lunar; urgency=medium
* Fix autopkgtest failure after a testcase was renamed from
proc-selinux-segfault.sh to selinux-segfault.sh
(LP #2002428)
-- Adrien Nader <email address hidden> Tue, 10 Jan 2023 14:19:26 +0100
Available diffs
- diff from 8.32-4.1ubuntu1 to 9.1-1ubuntu2 (5.8 MiB)
- diff from 9.1-1ubuntu1 to 9.1-1ubuntu2 (493 bytes)
| Superseded in lunar-proposed |
coreutils (9.1-1ubuntu1) lunar; urgency=medium
* Merge with Debian; 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)
Available diffs
| Superseded in lunar-release |
| Obsolete in kinetic-release |
| Published in jammy-release |
| Deleted in jammy-proposed (Reason: Moved to jammy) |
coreutils (8.32-4.1ubuntu1) jammy; urgency=medium * Merge with Debian; remaining changes:
Available diffs
- diff from 8.32-4ubuntu3 to 8.32-4.1ubuntu1 (696 bytes)
| Superseded in jammy-release |
| Deleted in jammy-proposed (Reason: Moved to jammy) |
| Deleted in impish-proposed (Reason: Moved ot jammy) |
coreutils (8.32-4ubuntu3) impish; urgency=medium * No-change rebuild to build packages with zstd compression. -- Matthias Klose <email address hidden> Thu, 07 Oct 2021 12:10:22 +0200
Available diffs
- diff from 8.32-4ubuntu2 to 8.32-4ubuntu3 (358 bytes)
| Superseded in jammy-release |
| Obsolete in impish-release |
| Obsolete in hirsute-release |
| Deleted in hirsute-proposed (Reason: moved to Release) |
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)
-- Julian Andres Klode <email address hidden> Sat, 05 Dec 2020 21:55:44 +0100
Available diffs
- diff from 8.32-4ubuntu1 to 8.32-4ubuntu2 (890 bytes)
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.
Available diffs
- diff from 8.32-3ubuntu1 to 8.32-4ubuntu1 (940 bytes)
| Superseded in hirsute-release |
| Obsolete in groovy-release |
| Deleted in groovy-proposed (Reason: moved to Release) |
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. -- Sergio Durigan Junior <email address hidden> Fri, 24 Jul 2020 15:01:15 -0400
Available diffs
- diff from 8.30-3ubuntu3 to 8.32-3ubuntu1 (3.9 MiB)
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)
-- Bryce Harrington <email address hidden> Thu, 02 Jul 2020 02:30:48 +0000
Available diffs
- diff from 8.30-3ubuntu2 to 8.30-3ubuntu3 (pending)
| Superseded in groovy-release |
| Published in focal-release |
| Obsolete in eoan-release |
| Deleted in eoan-proposed (Reason: moved to release) |
coreutils (8.30-3ubuntu2) eoan; urgency=medium * No-change upload with strops.h and sys/strops.h removed in glibc. -- Matthias Klose <email address hidden> Thu, 05 Sep 2019 10:38:40 +0000
Available diffs
- diff from 8.30-3ubuntu1 to 8.30-3ubuntu2 (342 bytes)
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.
Available diffs
- diff from 8.30-1ubuntu1 to 8.30-3ubuntu1 (3.0 KiB)
| Superseded in eoan-release |
| Obsolete in disco-release |
| Deleted in disco-proposed (Reason: moved to release) |
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.
Available diffs
- diff from 8.28-1ubuntu2 to 8.30-1ubuntu1 (2.0 MiB)
| Superseded in disco-release |
| Obsolete in cosmic-release |
| Deleted in cosmic-proposed (Reason: moved to release) |
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.
-- Mathieu Trudel-Lapierre <email address hidden> Thu, 04 Oct 2018 19:50:13 -0400
Available diffs
- diff from 8.28-1ubuntu1 to 8.28-1ubuntu2 (2.8 KiB)
| Superseded in cosmic-release |
| Published in bionic-release |
| Deleted in bionic-proposed (Reason: moved to release) |
coreutils (8.28-1ubuntu1) bionic; 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.
Available diffs
- diff from 8.26-3ubuntu4 to 8.28-1ubuntu1 (3.9 MiB)
| Superseded in bionic-release |
| Obsolete in artful-release |
| Deleted in artful-proposed (Reason: moved to release) |
coreutils (8.26-3ubuntu4) artful; urgency=medium
* debian/patches/test-misc-date-tzdb-2017a.patch: fixes date test
caused by tzdb-2017a update. LP: #1679865.
-- Tiago Stürmer Daitx <email address hidden> Wed, 04 Oct 2017 19:56:41 +0000
Available diffs
- diff from 8.26-3ubuntu3 to 8.26-3ubuntu4 (1.3 KiB)
| Superseded in artful-release |
| Obsolete in zesty-release |
| Deleted in zesty-proposed (Reason: moved to release) |
coreutils (8.26-3ubuntu3) zesty; urgency=medium * Ignore the cut-huge-range test failure on armhf, only seen on the buildds. -- Matthias Klose <email address hidden> Wed, 01 Mar 2017 09:33:36 +0100
Available diffs
- diff from 8.25-2ubuntu2 to 8.26-3ubuntu3 (3.6 MiB)
- diff from 8.26-3ubuntu2 to 8.26-3ubuntu3 (426 bytes)
| Superseded in zesty-proposed |
coreutils (8.26-3ubuntu2) zesty; urgency=medium * Ignore the cut-huge-range test failure on armhf, only seen on the buildds. -- Matthias Klose <email address hidden> Wed, 01 Mar 2017 09:33:36 +0100
Available diffs
- diff from 8.26-3ubuntu1 to 8.26-3ubuntu2 (724 bytes)
coreutils (8.25-2ubuntu3~16.10) yakkety-proposed; urgency=medium * SRU: LP: #1667407. Add -fno-schedule-insns to CFLAGS for sha256.o on ppc64el to fix performance regression. -- Matthias Klose <email address hidden> Tue, 28 Feb 2017 10:18:46 +0100
Available diffs
- diff from 8.25-2ubuntu2 to 8.25-2ubuntu3~16.10 (827 bytes)
coreutils (8.25-2ubuntu3~16.04) xenial-proposed; urgency=medium * SRU: LP: #1667407. Add -fno-schedule-insns to CFLAGS for sha256.o on ppc64el to fix performance regression. -- Matthias Klose <email address hidden> Tue, 28 Feb 2017 10:18:46 +0100
Available diffs
- diff from 8.25-2ubuntu2 to 8.25-2ubuntu3~16.04 (824 bytes)
| Superseded in zesty-proposed |
coreutils (8.26-3ubuntu1) zesty; urgency=medium
* Merge with Debian; 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.
Available diffs
- diff from 8.25-2ubuntu2 to 8.26-3ubuntu1 (3.6 MiB)
coreutils (8.21-1ubuntu5.4) trusty; urgency=medium
* LP #1432871 introduced a regression whereby devices specified on
the command line were no longer properly handled. (LP: #1535349)
-- Dave Chiluk <email address hidden> Sun, 24 Jan 2016 23:24:24 -0600
Available diffs
| Superseded in zesty-release |
| Obsolete in yakkety-release |
| Published in xenial-release |
| Deleted in xenial-proposed (Reason: moved to release) |
coreutils (8.25-2ubuntu2) xenial; urgency=medium
* debian/tests/upstream:
- Whoops, drop four tests that have been removed upstream
-- Michael Terry <email address hidden> Thu, 18 Feb 2016 08:27:50 -0500
Available diffs
- diff from 8.23-4ubuntu2 to 8.25-2ubuntu2 (4.3 MiB)
- diff from 8.25-2ubuntu1 to 8.25-2ubuntu2 (856 bytes)
| Superseded in xenial-proposed |
coreutils (8.25-2ubuntu1) xenial; 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.
* Drop 99_mountinfo.patch, it's been applied upstream
-- Michael Terry <email address hidden> Wed, 17 Feb 2016 14:52:46 -0500
Available diffs
- diff from 8.23-4ubuntu2 to 8.25-2ubuntu1 (4.3 MiB)
coreutils (8.21-1ubuntu5.3) trusty; urgency=medium
* Fix ftbfs on buildd by updating total-unprocessed testcase from
upstream. (LP: #1432871)
-- Dave Chiluk <email address hidden> Thu, 03 Dec 2015 09:48:11 -0600
Available diffs
| Superseded in trusty-proposed |
coreutils (8.21-1ubuntu5.2) trusty; urgency=medium
* Add support for correctly processing /proc/self/mountinfo.
* Fix df to prioritize mounts of the root of a device over bind mounts.
(LP: #1432871)
-- Dave Chiluk <email address hidden> Thu, 05 Nov 2015 10:39:01 -0600
Available diffs
- diff from 8.21-1ubuntu5 to 8.21-1ubuntu5.2 (11.9 KiB)
coreutils (8.23-3ubuntu1.1) vivid; urgency=medium
* Add support for correctly processing /proc/self/mountinfo.
* Fix df to prioritize mounts of the root of a device over bind mounts.
(LP: #1432871)
-- Dave Chiluk <email address hidden> Wed, 30 Sep 2015 21:06:59 +0000
Available diffs
| Superseded in xenial-release |
| Obsolete in wily-release |
| Deleted in wily-proposed (Reason: moved to release) |
coreutils (8.23-4ubuntu2) wily; urgency=medium
* debian/patches/33_chroot_always.dpatch:
- Update Debian's patch to also comment out the tests that are made
obsolete by the same patch. We no longer have non-root support
for "chroot /". Fixes FTBFS.
-- Michael Terry <email address hidden> Wed, 14 Oct 2015 15:44:28 -0400
Available diffs
- diff from 8.23-3ubuntu1 to 8.23-4ubuntu2 (67.2 KiB)
- diff from 8.23-4ubuntu1 to 8.23-4ubuntu2 (1013 bytes)
| Superseded in wily-proposed |
coreutils (8.23-4ubuntu1) wily; urgency=low
[ Michael Terry ]
* Merge from Debian unstable. Remaining changes:
- debian/rules: Let it cross build:
+ Preseed some autoconf tests.
+ Don't rebuild the man pages.
- debian/control:
+ Depend on acl and strace for autopkgtests.
- debian/tests/upstream:
+ Adjust for changed test layout in 8.20.
+ Update list of autopkgtest-runnable unit tests (LP: #1246805).
- debian/patches/80_fedora_sysinfo.dpatch
+ Make 'uname -i -p' return the real processor/hardware,
instead of unknown.
- debian/patches/99_float_endian_detection:
+ Fix detection of floating point endianness.
[ Dave Chiluk ]
* Add support for correctly processing /proc/self/mountinfo.
* Fix df to prioritize mounts of the root of a device over bind mounts.
(LP: #1432871)
Available diffs
- diff from 8.23-3ubuntu1 to 8.23-4ubuntu1 (66.8 KiB)
| 1 → 50 of 122 results | First • Previous • Next • Last |
