From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 208.118.235.0/24 X-Spam-Status: No, score=-2.3 required=3.0 tests=AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: dtas-all@80x24.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 45CBC200E5 for ; Mon, 13 Apr 2015 01:04:36 +0000 (UTC) Received: from localhost ([::1]:46657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhSnj-0005CD-F2 for dtas-all@80x24.org; Sun, 12 Apr 2015 21:04:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhSng-0005Bo-K8 for dtas-all@nongnu.org; Sun, 12 Apr 2015 21:04:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhSnd-0002xF-4O for dtas-all@nongnu.org; Sun, 12 Apr 2015 21:04:32 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:36047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhSnc-0002x5-V1 for dtas-all@nongnu.org; Sun, 12 Apr 2015 21:04:29 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id CF903200D1 for ; Mon, 13 Apr 2015 01:04:27 +0000 (UTC) From: Eric Wong To: Subject: [PATCH 0/3] filename escaping fixups Date: Mon, 13 Apr 2015 01:04:21 +0000 Message-Id: <1428887064-18715-1-git-send-email-e@80x24.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org There was a problem found while attempting to play a file with the '`' (backtick) character in it, 2/3 is a critical fix. 1/3 is a minor preparation cleanup and 3/3 was a following cleanup for existing call sites. New release coming in a day or so since this is a user-visible bug (and we might as well release with some of our new features anyways, since I might not have time to work on more fadefx processing for another 2-3 weeks). [PATCH 1/3] xs: allow taking a string as input [PATCH 2/3] escape INFILE and related environment variables [PATCH 3/3] cleanup: avoid redundant Array conversion for escapes bin/dtas-cueedit | 4 ++-- lib/dtas/partstats.rb | 2 +- lib/dtas/player.rb | 2 +- lib/dtas/player/client_handler.rb | 2 +- lib/dtas/process.rb | 2 +- lib/dtas/source/av_ff_common.rb | 2 +- lib/dtas/source/sox.rb | 2 +- lib/dtas/splitfx.rb | 8 +++++--- lib/dtas/xs.rb | 2 +- 9 files changed, 14 insertions(+), 12 deletions(-)