[149181] trunk/dports/mail/gnupg2

ionic at macports.org ionic at macports.org
Sat Jun 4 14:57:16 PDT 2016


Revision: 149181
          https://trac.macports.org/changeset/149181
Author:   ionic at macports.org
Date:     2016-06-04 14:57:16 -0700 (Sat, 04 Jun 2016)
Log Message:
-----------
gnupg2: update to 2.0.30 including patchset.

Modified Paths:
--------------
    trunk/dports/mail/gnupg2/Portfile
    trunk/dports/mail/gnupg2/files/patch-configure.diff
    trunk/dports/mail/gnupg2/files/patch-gpg_agent-launchd.diff

Modified: trunk/dports/mail/gnupg2/Portfile
===================================================================
--- trunk/dports/mail/gnupg2/Portfile	2016-06-04 21:57:08 UTC (rev 149180)
+++ trunk/dports/mail/gnupg2/Portfile	2016-06-04 21:57:16 UTC (rev 149181)
@@ -5,7 +5,7 @@
 
 # When updating gnupg2, update gpg-agent also if applicable.
 name                gnupg2
-version             2.0.29
+version             2.0.30
 revision            0
 categories          mail security
 maintainers         ionic openmaintainer
@@ -26,8 +26,8 @@
 
 use_bzip2           yes
 
-checksums           rmd160  364388c339b4bb9bb040ddbcbe3fa4d66ec62cb5 \
-                    sha256  68ed6b386ba78425b05a60e8ee22785ff0fef190bdc6f1c612f19a58819d4ac9
+checksums           rmd160  7d682c3e0e1c188d026519b0511ecde6a0cc6bd7 \
+                    sha256  e329785a4f366ba5d72c2c678a7e388b0892ac8440c2f4e6810042123c235d71
 
 # gpg-agent is built separately from the rest of gnupg2 to enable gnupg 1.x
 # users to use gpg-agent as well.
@@ -56,7 +56,7 @@
                     patch-tests__openpgp__Makefile.in.diff
 
 # Recent clang versions include the system stdint.h header
-# and we don't need quirks for "esoteric" systems, so just
+# and we don't need quirks for "esoteric" systems, so
 # we simply include the system header.
 patchfiles-append   patch-gl_stdint__h.diff
 

Modified: trunk/dports/mail/gnupg2/files/patch-configure.diff
===================================================================
--- trunk/dports/mail/gnupg2/files/patch-configure.diff	2016-06-04 21:57:08 UTC (rev 149180)
+++ trunk/dports/mail/gnupg2/files/patch-configure.diff	2016-06-04 21:57:16 UTC (rev 149181)
@@ -1,5 +1,5 @@
---- configure.old	2015-09-08 16:12:06.000000000 +0200
-+++ configure	2016-01-10 07:33:03.000000000 +0100
+--- configure.old	2016-03-31 12:48:08.000000000 +0200
++++ configure	2016-06-02 07:08:54.000000000 +0200
 @@ -578,7 +578,7 @@
  MAKEFLAGS=
  
@@ -7,5 +7,5 @@
 -PACKAGE_NAME='gnupg'
 +PACKAGE_NAME='gnupg2'
  PACKAGE_TARNAME='gnupg'
- PACKAGE_VERSION='2.0.29'
- PACKAGE_STRING='gnupg 2.0.29'
+ PACKAGE_VERSION='2.0.30'
+ PACKAGE_STRING='gnupg 2.0.30'

Modified: trunk/dports/mail/gnupg2/files/patch-gpg_agent-launchd.diff
===================================================================
--- trunk/dports/mail/gnupg2/files/patch-gpg_agent-launchd.diff	2016-06-04 21:57:08 UTC (rev 149180)
+++ trunk/dports/mail/gnupg2/files/patch-gpg_agent-launchd.diff	2016-06-04 21:57:16 UTC (rev 149181)
@@ -1,6 +1,6 @@
---- agent/gpg-agent.c.old	2015-06-27 20:34:53.000000000 +0200
-+++ agent/gpg-agent.c	2015-06-27 21:56:17.000000000 +0200
-@@ -2503,6 +2503,7 @@
+--- agent/gpg-agent.c.old	2016-03-31 12:46:07.000000000 +0200
++++ agent/gpg-agent.c	2016-06-02 07:26:26.000000000 +0200
+@@ -2505,6 +2505,7 @@
          }
  
        infostr = xstrdup (infostr);
@@ -8,7 +8,7 @@
        if ( !(p = strchr (infostr, PATHSEP_C)) || p == infostr)
          {
            xfree (infostr);
-@@ -2528,6 +2529,11 @@
+@@ -2530,6 +2531,11 @@
              return 0; /* Okay, its running on the standard socket. */
            return -1;
          }
@@ -20,8 +20,8 @@
      }
    else /* MODE != 0 */
      {
---- common/asshelp.c.old	2015-06-27 20:34:52.000000000 +0200
-+++ common/asshelp.c	2015-06-27 21:56:20.000000000 +0200
+--- common/asshelp.c.old	2016-03-24 17:32:51.000000000 +0100
++++ common/asshelp.c	2016-06-02 07:26:26.000000000 +0200
 @@ -398,6 +398,7 @@
        int pid;
  
@@ -42,8 +42,8 @@
  
        err = assuan_socket_connect (ctx, infostr, pid, 0);
        xfree (infostr);
---- common/simple-pwquery.c.old	2015-06-27 20:34:52.000000000 +0200
-+++ common/simple-pwquery.c	2015-06-27 21:55:50.000000000 +0200
+--- common/simple-pwquery.c.old	2016-03-24 17:32:51.000000000 +0100
++++ common/simple-pwquery.c	2016-06-02 07:26:26.000000000 +0200
 @@ -345,19 +345,27 @@
    strcpy (p, infostr);
    infostr = p;
@@ -72,8 +72,8 @@
    if ( prot != 1)
      {
  #ifdef SPWQ_USE_LOGGING
---- tools/gpg-connect-agent.c.old	2015-06-27 20:34:53.000000000 +0200
-+++ tools/gpg-connect-agent.c	2015-06-27 21:54:35.000000000 +0200
+--- tools/gpg-connect-agent.c.old	2016-03-24 17:32:51.000000000 +0100
++++ tools/gpg-connect-agent.c	2016-06-02 07:26:26.000000000 +0200
 @@ -2163,6 +2163,7 @@
        int pid;
  
@@ -94,8 +94,8 @@
        if (prot != 1)
          {
            log_error (_("gpg-agent protocol version %d is not supported\n"),
---- tools/gpgconf.c.old	2015-06-27 20:34:53.000000000 +0200
-+++ tools/gpgconf.c	2015-06-27 21:03:50.000000000 +0200
+--- tools/gpgconf.c.old	2016-03-24 17:32:51.000000000 +0100
++++ tools/gpgconf.c	2016-06-02 07:26:26.000000000 +0200
 @@ -317,6 +317,7 @@
              char *tmp;
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160604/6d5e79a5/attachment.html>


More information about the macports-changes mailing list