Your message dated Mon, 13 Jun 2005 15:47:34 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#311384: fixed in findutils 4.2.22-1
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; 31 May 2005 16:58:10 +0000
>From [EMAIL PROTECTED] Tue May 31 09:58:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from dixsept.loria.fr [152.81.9.195]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DdA49-0000zB-00; Tue, 31 May 2005 09:58:10 -0700
Received: from vlefevre by dixsept.loria.fr with local (Exim 4.50)
id 1DdA3e-0002vs-Co; Tue, 31 May 2005 18:57:38 +0200
Date: Tue, 31 May 2005 18:57:38 +0200
From: Vincent Lefevre <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: findutils: find should filter out non-printable characters
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.12
X-Mailer-Info: http://www.vinc17.org/mutt/
User-Agent: Mutt/1.5.9-vl-20050527i
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: findutils
Version: 4.1.20-6
Severity: important
The "find" command should filter out non-printable characters when the
output stream (stdout or stderr) is attached to a terminal. Otherwise
escape sequences may be sent to the terminal, for instance when there
are filenames encoded in UTF-8 and the user has ISO-8859 locales. Also
$ touch "test`tput mc0`"
$ find .
will print some data if your terminal supports printing (e.g. xterm,
if this support hasn't been disabled by setting printerCommand to an
empty string). This is bad for the security/privacy as some malicious
user may create such a filename...
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.10-20050517
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Versions of packages findutils depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
-- no debconf information
---------------------------------------
Received: (at 311384-close) by bugs.debian.org; 13 Jun 2005 19:53:06 +0000
>From [EMAIL PROTECTED] Mon Jun 13 12:53:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dhuza-0002n9-00; Mon, 13 Jun 2005 12:53:06 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DhuuE-0007xj-00; Mon, 13 Jun 2005 15:47:34 -0400
From: Andreas Metzler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#311384: fixed in findutils 4.2.22-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 13 Jun 2005 15:47:34 -0400
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-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-Spam-Level:
X-CrossAssassin-Score: 3
Source: findutils
Source-Version: 4.2.22-1
We believe that the bug you reported is fixed in the latest version of
findutils, which is due to be installed in the Debian FTP archive:
findutils_4.2.22-1.diff.gz
to pool/main/f/findutils/findutils_4.2.22-1.diff.gz
findutils_4.2.22-1.dsc
to pool/main/f/findutils/findutils_4.2.22-1.dsc
findutils_4.2.22-1_i386.deb
to pool/main/f/findutils/findutils_4.2.22-1_i386.deb
findutils_4.2.22.orig.tar.gz
to pool/main/f/findutils/findutils_4.2.22.orig.tar.gz
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.
Andreas Metzler <[EMAIL PROTECTED]> (supplier of updated findutils 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: Mon, 13 Jun 2005 19:39:46 +0200
Source: findutils
Binary: findutils
Architecture: source i386
Version: 4.2.22-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Metzler <[EMAIL PROTECTED]>
Changed-By: Andreas Metzler <[EMAIL PROTECTED]>
Description:
findutils - utilities for finding files--find, xargs, and locate
Closes: 208307 301934 311384 312760 312761 313081
Changes:
findutils (4.2.22-1) unstable; urgency=low
.
* New upstream version
- fixes infinite loop of "find -follow" on trees with symlinks to ./.
(Closes: #313081)
- better documentation for %k and %d printf directives. (Closes: #208307)
- find filters out non-printable characters (which could mess up the
terminal) when printing the output to a console. (Closes: #311384)
- Typo fixes. (Closes: #301934, #312760, #312761) (Thanks, A Costa.)
Files:
84b082128b8f4b109efed4749d7d322e 662 base required findutils_4.2.22-1.dsc
81ef043fbc9203f03225d0dc7f6cb2ec 972905 base required
findutils_4.2.22.orig.tar.gz
8612990949c3c1e82ea102cf856059ab 12261 base required findutils_4.2.22-1.diff.gz
df01940ef18ccd6996366396b1b26b7b 304976 base required
findutils_4.2.22-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCrdHJHTOcZYuNdmMRAoe1AJ43bqjSDvNOFYEWrqGFMxmoh/fdMgCeO46A
NvtVymuuVlQJXpfkZnHYAU4=
=T/Ar
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]