You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/07/08 17:52:31 UTC

svn commit: r1500806 - /subversion/branches/1.8.x/STATUS

Author: stsp
Date: Mon Jul  8 15:52:31 2013
New Revision: 1500806

URL: http://svn.apache.org/r1500806
Log:
* STATUS: Add follow-up fixes to the gpg-agent fix.

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1500806&r1=1500805&r2=1500806&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Jul  8 15:52:31 2013
@@ -181,12 +181,18 @@ Candidate changes:
      stsp: where exactly is the alternative patch?
      danielsh: dev@, subject "checkout_tests", Friday 5 Jul
 
- * r1500762
+ * r1500762, r1500799, r1500802
    Make gpg-agent password store verify that a usable GPG agent exists.
    Justification:
      gpg-agent password store might lie about having stored passwords
      which breaks password caching in the default configuration.
      See http://svn.haxx.se/users/archive-2013-07/0093.shtml
+   Notes:
+     r1500762 is the first part of the fix.
+     r1500799 fixes the fix by not requiring GPG_TTY to be set (we cannot
+              assume that GPG_TTY will always be set, but we can require
+              a running agent).
+     r1500802 fixes a build warning introduced in r1500799
    Votes:
      +1: stsp
      -0: rhuijben (This adds *nix assumptions, while gpg agent also runs