Commits

Mihai Moldovan authored ce526e044d4
misc gnupg: delete old 2.0 version, bump up to 2.2, drop separate gpg-agent and dirmngr ports.

Changes in detail: - mail/gnupg2: copy from gnupg21, updated to version 2.2.1. Additionally, also installs a symlink from gpg2 to gpg in ${prefix}/bin/. - mail/: add new port gnupg1, copy of old gnupg port. Conflicts with gnupg2. Add note regarding future directions for this port. - mail/gnupg: make stub-port with replaced_by gnupg2. - mail/gnupg21: make stub-port with replaced_by gnupg2. - mail/gnupg: transparently upgrade users of the old gnupg port to gnupg1, otherwise recommend gnupg2. - mail/gnupg2: conflict with gnupg1. - security/gpg-agent: make stub-port with replaced_by gnupg2. - mail/gnupg1: remove obsolete agent-via-launchd support. - mail/gnupg2: remove gpg-agent conflict, port is gone. - security/dirmngr: make stub-port with replaced_by gnupg2. - mail/gnupg2: remove dirmngr conflict, port is gone.
No tags

mail/gnupg/files/patch-gpg_agent-launchd.diff

Deleted
1 ---- g10/passphrase.c.old 2016-04-22 09:30:18.000000000 +0200
2 -+++ g10/passphrase.c 2016-08-30 03:16:32.000000000 +0200
3 -@@ -324,6 +324,7 @@ agent_open (int try, const char *orig_co
4 - infostr = xstrdup ( infostr );
5 - }
6 -
7 -+#ifndef __APPLE__
8 - if ( !(p = strchr (infostr, PATHSEP_C)) || p == infostr)
9 - {
10 - if (!try)
11 -@@ -343,6 +344,10 @@ agent_open (int try, const char *orig_co
12 - while (*p && *p != PATHSEP_C)
13 - p++;
14 - prot = *p? atoi (p+1) : 0;
15 -+#else
16 -+ pid = 0;
17 -+ prot = 1;
18 -+#endif
19 - if (prot != 1)
20 - {
21 - if (!try)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut