Lukas Jirkovsky <l.jirkovsky@gmail.com>


Patch
r1794166

r1794166 | jamessan | 2017-05-06 17:36:16 +0000 (Sat, 06 May 2017)

Find gpg-agent socket using gpgconf, if possible.

This allows detection of socket with Gnupg >= 2.1.13, which changed the default
socket path to (/var)/run/user/UID/gnupg

* subversion/libsvn_subr/gpg_agent.c
  (find_gpgconf_agent_socket): new function to find gpg-agent socket using
   gpgconf
  (find_running_gpg_agent): use find_gpgconf_agent_socket to detect socket when
   possible.

Patch by: Lukas Jirkovsky <l.jirkovsky{_AT_}gmail.com>