[packages/gnupg2] - rel 3; use readlink from coreutils instead of our own resolvesymlink; handle "gpg-agent (deleted)"

baggins baggins at pld-linux.org
Tue Oct 18 22:24:17 CEST 2016


commit 1f176af14784a6639366794b19838bc645c96cc2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Aug 2 15:16:11 2016 +0200

    - rel 3; use readlink from coreutils instead of our own resolvesymlink; handle "gpg-agent (deleted)" symlink case

 gnupg-agent.sh | 2 +-
 gnupg2.spec    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnupg2.spec b/gnupg2.spec
index 555b604..8efc42f 100644
--- a/gnupg2.spec
+++ b/gnupg2.spec
@@ -7,7 +7,7 @@ Summary:	GNU Privacy Guard - tool for secure communication and data storage - en
 Summary(pl.UTF-8):	GnuPG - narzędzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozszerzona
 Name:		gnupg2
 Version:	2.0.30
-Release:	2
+Release:	3
 License:	GPL v3+
 Group:		Applications/File
 Source0:	ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
diff --git a/gnupg-agent.sh b/gnupg-agent.sh
index 100ad8b..72dda0c 100644
--- a/gnupg-agent.sh
+++ b/gnupg-agent.sh
@@ -14,7 +14,7 @@ fi
 if grep -q "^[[:blank:]]*use-agent" ${CFG} 2>/dev/null; then
 	if [ -f "${HOME}/.gnupg/GPG_AGENT_INFO" ] && \
 			pid="$(cut -d: -f2 $HOME/.gnupg/GPG_AGENT_INFO)" && \
-			agent="$(resolvesymlink "/proc/$pid/exe")" && \
+			agent="$(readlink -n "/proc/$pid/exe")" && agent=${agent%% *} && \
 			[ "$agent" = "/usr/bin/gpg-agent" -o "$agent" = "/usr/bin/seahorse-agent" ]; then
 		export GPG_AGENT_INFO="$(cat ${HOME}/.gnupg/GPG_AGENT_INFO)"
 	else
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnupg2.git/commitdiff/35b4bfec3cde3f52fcdc76c1f6514ed449314cc2



More information about the pld-cvs-commit mailing list