Your message dated Tue, 7 Jun 2005 12:21:23 +0200
with message-id <[EMAIL PROTECTED]>
and subject line closed in NMU
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; 26 Jan 2003 23:54:53 +0000
>From [EMAIL PROTECTED] Sun Jan 26 17:54:52 2003
Return-path: <[EMAIL PROTECTED]>
Received: from charybda.icm.edu.pl (Amber.lab.icm.edu.pl) [212.87.0.242] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18cwbz-0007vM-00; Sun, 26 Jan 2003 17:54:52 -0600
Received: from mike by Amber.lab.icm.edu.pl with local (Exim 3.36 #1 (Debian))
        id 18cwby-0000PQ-00
        for <[EMAIL PROTECTED]>; Mon, 27 Jan 2003 00:54:50 +0100
Date: Mon, 27 Jan 2003 00:54:49 +0100
From: Michal Politowski <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: vsound: incorrect parameter passing: problems with whitespace
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN"
Content-Disposition: inline
X-Reportbug-Version: 2.10
X-PGP: 1024D/8C6E2929; AC30 1FC4 4C4B 8834 38D8  21DA 7EB7 7AAB 8C6E 2929; 
2002-03-02 -- 2004-03-01
User-Agent: Mutt/1.5.3i
Sender: Michal Politowski <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-7.0 required=5.0
        tests=PATCH_UNIFIED_DIFF,PGP_SIGNATURE_2,SPAM_PHRASE_00_01,
              USER_AGENT,USER_AGENT_MUTT
        version=2.41
X-Spam-Level: 


--J/dobhs11T7y2rNN
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: vsound
Version: 0.5-7
Severity: normal
Tags: patch

In several places the vsound scripts calls other programs with parameters
in shell variables, not properly quoted.
This is a serious problem when the parameters contain eg. whitespace
characters.

--- /tmp/usr/bin/vsound 2002-12-09 22:53:25.000000000 +0100
+++ /usr/bin/vsound     2003-01-27 00:47:30.000000000 +0100
@@ -182,17 +182,17 @@
 if test "$resamplerate" !=3D 0; then
        # Use SoX to convert sample rate and file types simulatneously.
        echo -n "Resampling file to $resamplerate Hz : "
-       sox $VSOUND_DATA -r 44100 $outfile resample
+       sox "$VSOUND_DATA" -r 44100 "$outfile" resample
        echo "Done."
 elif test "$convert_to_wav" =3D 1; then
        # Use SoX to change from AU file to WAV file.
        if test "$verbose" =3D 1; then
                echo "Converting to WAV file."
                fi
-       sox $VSOUND_DATA $outfile
+       sox "$VSOUND_DATA" "$outfile"
 else
        # Rename the file to remove pid portion of name.
-       mv $VSOUND_DATA $outfile
+       mv "$VSOUND_DATA" "$outfile"
        exit 0
        fi=09
=20
@@ -200,5 +200,5 @@
        if test "$verbose" =3D 1; then
                echo "Deleting temporary files."
                fi
-       rm -f $VSOUND_DATA
+       rm -f "$VSOUND_DATA"
        fi

--=20
Micha=B3 Politowski -- [EMAIL PROTECTED]
Warning: this is a memetically modified message

--J/dobhs11T7y2rNN
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+NHVJfrd6q4xuKSkRAsHyAKCNeJQerwXP6yZPB5JDBgGEXEaz7ACfQQzR
cwQWpUOiF9b79UQQqNKA3pU=
=82Jd
-----END PGP SIGNATURE-----

--J/dobhs11T7y2rNN--

---------------------------------------
Received: (at 178539-done) by bugs.debian.org; 7 Jun 2005 10:20:54 +0000
>From [EMAIL PROTECTED] Tue Jun 07 03:20:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from fanelli.sindominio.net [213.172.61.252] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DfbCX-0007p8-00; Tue, 07 Jun 2005 03:20:54 -0700
Received: from atto.homelinux.org 
(83-134-245-145.Lindthout.GoPlus.FastDSL.tiscali.be [83.134.245.145])
        by fanelli.sindominio.net (Postfix) with ESMTP id 894F1636F7
        for <[EMAIL PROTECTED]>; Tue,  7 Jun 2005 12:20:03 +0200 (CEST)
Received: from eric by atto.homelinux.org with local (Exim 3.36 #1 (Debian))
        id 1DfbD1-0001zI-00
        for <[EMAIL PROTECTED]>; Tue, 07 Jun 2005 12:21:23 +0200
Date: Tue, 7 Jun 2005 12:21:23 +0200
From: Eric Van Buggenhaut <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: closed in NMU
Message-ID: <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Echelon: FBI WTC NSA Handgun Anthrax Afgahnistan Bomb Heroin Laden
X-message-flag: Microsoft discourages the use of Outlook.
User-Agent: Mutt/1.5.9i
Sender: Eric Van Buggenhaut <[EMAIL PROTECTED]>
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2


-- 
Eric VAN BUGGENHAUT
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to