[144495] trunk/dports/security/gpg-agent
ionic at macports.org
ionic at macports.org
Sat Jan 9 23:22:41 PST 2016
Revision: 144495
https://trac.macports.org/changeset/144495
Author: ionic at macports.org
Date: 2016-01-09 23:22:41 -0800 (Sat, 09 Jan 2016)
Log Message:
-----------
gpg-agent: update to 2.0.29.
Also add which UID is actually trying to start up gpg-agent if it was less than 500.
Modified Paths:
--------------
trunk/dports/security/gpg-agent/Portfile
trunk/dports/security/gpg-agent/files/patch-agent_gpg-agent.c-launchd.diff
Modified: trunk/dports/security/gpg-agent/Portfile
===================================================================
--- trunk/dports/security/gpg-agent/Portfile 2016-01-10 07:22:35 UTC (rev 144494)
+++ trunk/dports/security/gpg-agent/Portfile 2016-01-10 07:22:41 UTC (rev 144495)
@@ -5,7 +5,7 @@
# When updating gpg-agent, update gnupg2 also if applicable.
name gpg-agent
-version 2.0.28
+version 2.0.29
revision 0
categories security mail
maintainers ionic openmaintainer
@@ -24,8 +24,8 @@
use_bzip2 yes
-checksums rmd160 ba35deebf89284f5e2debc0bd82b229f594d0306 \
- sha256 ce092ee4ab58fd19b9fb34a460c07b06c348f4360dd5dd4886d041eb521a534c
+checksums rmd160 364388c339b4bb9bb040ddbcbe3fa4d66ec62cb5 \
+ sha256 68ed6b386ba78425b05a60e8ee22785ff0fef190bdc6f1c612f19a58819d4ac9
startupitem.location \
LaunchAgents
Modified: trunk/dports/security/gpg-agent/files/patch-agent_gpg-agent.c-launchd.diff
===================================================================
--- trunk/dports/security/gpg-agent/files/patch-agent_gpg-agent.c-launchd.diff 2016-01-10 07:22:35 UTC (rev 144494)
+++ trunk/dports/security/gpg-agent/files/patch-agent_gpg-agent.c-launchd.diff 2016-01-10 07:22:41 UTC (rev 144495)
@@ -1,5 +1,5 @@
---- agent/gpg-agent.c.old 2015-06-28 01:50:38.000000000 +0200
-+++ agent/gpg-agent.c 2015-06-28 01:55:16.000000000 +0200
+--- agent/gpg-agent.c.old 2016-01-10 07:26:21.000000000 +0100
++++ agent/gpg-agent.c 2016-01-10 07:28:04.000000000 +0100
@@ -47,6 +47,79 @@
#include <unistd.h>
#include <signal.h>
@@ -152,7 +152,7 @@
+#ifdef __APPLE_LAUNCHD__
+ if (launchd_child && geteuid () < 500)
+ {
-+ log_error ("launchd only supported for real users - i.e., UID >= 500\n");
++ log_error ("launchd only supported for real users - i.e., UID >= 500.\nTrying to start for user ID %d\n", geteuid ());
+ exit (1);
+ }
+#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160109/7ec622ce/attachment-0001.html>
More information about the macports-changes
mailing list