Your message dated Sun, 04 Sep 2005 08:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322608: fixed in cpio 2.6-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Aug 2005 18:19:38 +0000
>From [EMAIL PROTECTED] Thu Aug 11 11:19:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from a.mail.sonic.net [64.142.16.245]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E3HeU-0003fo-00; Thu, 11 Aug 2005 11:19:38 -0700
Received: from pobox.com (dialup-4.235.156.241.Dial1.Orlando1.Level3.net
[4.235.156.241])
(authenticated bits=0)
by a.mail.sonic.net (8.13.3/8.13.3) with ESMTP id j7BIJUm3017444
for <[EMAIL PROTECTED]>; Thu, 11 Aug 2005 11:19:35 -0700
Sender: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 11 Aug 2005 14:19:33 -0400
From: Tom Zych <[EMAIL PROTECTED]>
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.24 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: cpio: dereferences symlinks by default
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: cpio
Version: 2.6-1
Severity: important
The cpio docs say:
`-L, --dereference'
Copy the file that a symbolic link points to, rather than the
symbolic link itself.
This implies that the normal behavior is to copy the symlink, and
that has been the behavior until now. However:
$ ls -l
total 65
-rw------- 1 tom tom 65000 Aug 11 13:55 big_file
lrwxrwxrwx 1 tom tom 8 Aug 11 13:56 link_to_bf -> big_file
$ ls link_to_bf | cpio -o > cpio_file
128 blocks
$ ls -l
total 130
-rw------- 1 tom tom 65000 Aug 11 13:55 big_file
-rw------- 1 tom tom 65536 Aug 11 13:57 cpio_file
lrwxrwxrwx 1 tom tom 8 Aug 11 13:56 link_to_bf -> big_file
>From the dates on various files I can tell this changed after July 4,
so it has to be something in 2.6-1, the only revision since then.
(Unless it's in some library instead.) I looked through the code a
little but nothing leaped out at me.
Thanks,
Tom Zych
[EMAIL PROTECTED]
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.24
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages cpio depends on:
ii libc6 2.3.5-3 GNU C Library: Shared libraries an
cpio recommends no packages.
-- no debconf information
---------------------------------------
Received: (at 322608-close) by bugs.debian.org; 4 Sep 2005 15:49:36 +0000
>From [EMAIL PROTECTED] Sun Sep 04 08:49:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBwi1-0006HC-00; Sun, 04 Sep 2005 08:47:05 -0700
From: Clint Adams <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322608: fixed in cpio 2.6-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 04 Sep 2005 08:47:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: cpio
Source-Version: 2.6-5
We believe that the bug you reported is fixed in the latest version of
cpio, which is due to be installed in the Debian FTP archive:
cpio_2.6-5.diff.gz
to pool/main/c/cpio/cpio_2.6-5.diff.gz
cpio_2.6-5.dsc
to pool/main/c/cpio/cpio_2.6-5.dsc
cpio_2.6-5_sparc.deb
to pool/main/c/cpio/cpio_2.6-5_sparc.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Clint Adams <[EMAIL PROTECTED]> (supplier of updated cpio package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 4 Sep 2005 10:44:40 -0400
Source: cpio
Binary: cpio
Architecture: source sparc
Version: 2.6-5
Distribution: unstable
Urgency: medium
Maintainer: Clint Adams <[EMAIL PROTECTED]>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description:
cpio - GNU cpio -- a program to manage archives of files
Closes: 238177 322608 323141 326090
Changes:
cpio (2.6-5) unstable; urgency=medium
.
* Fix 'ustar' format mtime overflow. closes: #238177.
* Fix symlink dereferencing problem.
closes: #322608, #323141, #326090.
Files:
e3440a12081120e5b4a566c72bd90721 546 utils important cpio_2.6-5.dsc
d9ceecb337afc397ac5c6fe8efc160fd 84297 utils important cpio_2.6-5.diff.gz
685b0f8d59c70a20244a1839b40de6e2 125740 utils important cpio_2.6-5_sparc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Debian!
iD8DBQFDGxSP5m0u66uWM3ARAiFOAJ4igZL55OrMBMAb1ZSNjIdiiqxiYACffpu2
nRzp/otmxRbe1A7Cb9t1jKg=
=YFsl
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]