automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-72-gcd760e


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-72-gcd760e6
Date: Sat, 19 Jan 2008 09:31:11 +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 "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=cd760e6354424e3ea17d905e3f051b0c690f0f8a

The branch, branch-1-10 has been updated
       via  cd760e6354424e3ea17d905e3f051b0c690f0f8a (commit)
      from  79b751c4aa20e9cc83cc0478d60a22530f74624a (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 cd760e6354424e3ea17d905e3f051b0c690f0f8a
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Jan 19 10:28:46 2008 +0100

    * lib/gnupload (GPG): Don't use an absolute path.
    
    This reverts part of the 2004-01-28 change.
    If the hypothetical cracker ever gets in to my (or any developer's)
    system with sufficient privilege to modify the contents of
    directories in my PATH (or change my PATH altogether), they can
    already compromise my development work in so many ways that using
    such absolute names in gnupload gives reduced functionality with
    no added security.

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

Summary of changes:
 ChangeLog    |    5 +++++
 lib/gnupload |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 09cb162..be8660a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-19  Jim Meyering  <address@hidden>
+
+       * lib/gnupload (GPG): Don't use an absolute path.
+       This reverts part of the 2004-01-28 change.
+
 2008-01-19  Akim Demaille  <address@hidden>
 
        * bootstrap: Fix typos on redirections.
diff --git a/lib/gnupload b/lib/gnupload
index cb14e54..fae3677 100755
--- a/lib/gnupload
+++ b/lib/gnupload
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2006-10-15.21
+scriptversion=2007-12-18.17
 
 # Copyright (C) 2004, 2005, 2006  Free Software Foundation
 #
@@ -24,7 +24,7 @@ scriptversion=2006-10-15.21
 
 set -e
 
-GPG='/usr/bin/gpg --batch --no-tty'
+GPG='gpg --batch --no-tty'
 to=
 
 usage="Usage: $0 [OPTIONS]... FILES...


hooks/post-receive
--
GNU Automake




reply via email to

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