commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. hurd-release-0-2-3536-g67dcc66


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. hurd-release-0-2-3536-g67dcc66
Date: Sun, 25 Aug 2013 13:36:25 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  67dcc66dbbe940d2ead770a0bfe1c74411b002e7 (commit)
       via  7755215040bca03ac929dfd67fdf2c7dbd2068ea (commit)
      from  25a628b3403249499ba3f87ab177c441c8f432ee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 67dcc66dbbe940d2ead770a0bfe1c74411b002e7
Author: Justus Winter <address@hidden>
Date:   Fri Aug 23 10:09:35 2013 +0200

    utils: escape arguments in remap.sh
    
    remap.sh uses /bin/sh to first change the working directory and then
    execute the given program in the remap context. But the arguments
    given on the command line were not properly escaped:
    
    % '/bin/sh' '-c' 'echo $0'
    /bin/sh
    % remap '/bin/sh' '-c' 'echo $0'
    <empty line>
    % remap-fixed '/bin/sh' '-c' 'echo $0'
    /bin/sh
    
    * utils/remap.sh: Escape arguments handed to /bin/sh so that they are
      not evaluated prematurely.

commit 7755215040bca03ac929dfd67fdf2c7dbd2068ea
Author: Justus Winter <address@hidden>
Date:   Fri Aug 23 10:09:34 2013 +0200

    utils: escape arguments in fakeroot.sh
    
    fakeroot.sh uses /bin/sh to first change the working directory and
    then execute the given program in the fakeroot context. But the
    arguments given on the command line were not properly escaped:
    
    % '/bin/sh' '-c' 'echo $0'
    /bin/sh
    % fakeroot-tcp '/bin/sh' '-c' 'echo $0'
    /bin/sh
    % fakeroot-hurd '/bin/sh' '-c' 'echo $0'
    <empty line>
    % fakeroot-hurd-fixed '/bin/sh' '-c' 'echo $0'
    /bin/sh
    
    * utils/fakeroot.sh: Escape arguments handed to /bin/sh so that they
      are not evaluated prematurely.

-----------------------------------------------------------------------

Summary of changes:
 utils/fakeroot.sh |   10 ++++++++--
 utils/remap.sh    |    8 +++++++-
 2 files changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]