Your message dated Sun, 24 Feb 2019 09:57:00 +0000
with message-id <bffb6659-d36d-4c60-90c3-e16dda834...@thykier.net>
and subject line Re: coreutils RC bugs not properly closed
has caused the Debian Bug report #780323,
regarding /bin/cp: cp: *deletes* files' contents with --attributes-only option
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
780323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: coreutils
Version: 8.13-3.5
Severity: critical
File: /bin/cp
Justification: causes serious data loss
creating two files, identical names, different dates.
after executing cp --attributes-only second file has no data.
cp shouldn't delete anything, just copy.
debian stable shouldn't have this issue. it's fixed in 8.17,
there is no backport to stable since May 2012.
yavor@host:~$ cat > aaaaa
data
yavor@host:~$ mkdir b
yavor@host:~$ touch -d "2015-01-01 00:00:00" aaaaa
yavor@host:~$ cat > b/aaaaa
data2
yavor@host:~$ cp --attributes-only aaaaa b/aaaaa
yavor@host:~$ cat b/aaaaa
yavor@host:~$ ls -la b/
total 8
drwxr-xr-x 2 yavor yavor 4096 Mar 12 04:51 .
drwxr-xr-x 3 yavor yavor 4096 Mar 12 04:48 ..
-rw-r--r-- 1 yavor yavor 0 Mar 12 04:52 aaaaa
-- System Information:
Debian Release: 7.8
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages coreutils depends on:
ii dpkg 1.16.15
ii install-info 4.13a.dfsg.1-10
ii libacl1 2.2.51-8
ii libattr1 1:2.4.46-8
ii libc6 2.13-38+deb7u8
ii libselinux1 2.1.9-5
coreutils recommends no packages.
coreutils suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, 2 Nov 2016 15:00:01 -0400 Sandro Tosi <mo...@debian.org> wrote:
> Hello Michael, the bugs in the recipients list are not properly closed
> (according to their version graph in the BTS) and so they still appear
> unresolved - could you please fix their found/fixed versions?
>
> thanks,
> --
> Sandro "morph" Tosi
> My website: http://sandrotosi.me/
> Me at Debian: http://wiki.debian.org/SandroTosi
> G+: https://plus.google.com/u/0/+SandroTosi
>
>
Adding a missing -done.
Thanks,
~Niels
--- End Message ---