Your message dated Thu, 10 Feb 2011 21:54:52 -0500
with message-id <1297392892.2178.3.camel@maybe-failed>
and subject line closing #458079
has caused the Debian Bug report #458079,
regarding cpio sets incorrect directory permissions
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 [email protected]
immediately.)
--
458079: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458079
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cpio
Version: 2.9-7
Severity: important
# ./cpio-bug
#!/bin/sh
cat cpio-bug
umask 077
rm -rf wrongperms newdir
mkdir -m 755 wrongperms
>wrongperms/file
find wrongperms -depth | ./cpio -pmaud newdir
ls -laR wrongperms
ls -laR newdir
### end of script ###
0 blocks
wrongperms:
total 8
drwxr-xr-x 2 root root 4096 Dec 28 14:47 .
drwxr-xr-x 7 root root 4096 Dec 28 14:47 ..
-rw------- 1 root root 0 Dec 28 14:47 file
newdir:
total 12
drwx------ 3 root root 4096 Dec 28 14:47 .
drwxr-xr-x 7 root root 4096 Dec 28 14:47 ..
drwx------ 2 root root 4096 Dec 28 14:47 wrongperms
newdir/wrongperms:
total 8
drwx------ 2 root root 4096 Dec 28 14:47 .
drwx------ 3 root root 4096 Dec 28 14:47 ..
-rw------- 1 root root 0 Dec 28 14:47 file
#
The directory wrongperms in the copy should have 755 permissions.
This is an upstream bug, introduced with 2.9. (tested 2.8 and 2.9 plain
upstream, 2.8 works, 2.9 does not).
--- End Message ---
--- Begin Message ---
fixed #458079 2.11-1
signature.asc
Description: This is a digitally signed message part
--- End Message ---