Revision: 122844 https://trac.macports.org/changeset/122844 Author: devans@macports.org Date: 2014-07-31 11:22:17 -0700 (Thu, 31 Jul 2014) Log Message: ----------- gpg-agent, gnupg2: update to version 2.0.25. Modified Paths: -------------- trunk/dports/mail/gnupg2/Portfile trunk/dports/security/gpg-agent/Portfile Modified: trunk/dports/mail/gnupg2/Portfile =================================================================== --- trunk/dports/mail/gnupg2/Portfile 2014-07-31 18:10:22 UTC (rev 122843) +++ trunk/dports/mail/gnupg2/Portfile 2014-07-31 18:22:17 UTC (rev 122844) @@ -6,8 +6,7 @@ # When updating gnupg2, update gpg-agent also if applicable. name gnupg2 -version 2.0.22 -revision 2 +version 2.0.25 categories mail security maintainers nomaintainer license GPL-3+ @@ -27,8 +26,8 @@ use_bzip2 yes -checksums rmd160 0d47b3218438c9ddf7f91b73f2a46bbefefdb106 \ - sha256 437d0ab259854359fc48aa8795af80cff4975e559c111c92c03d0bc91408e251 +checksums rmd160 b1987258aa0e22a077a02242c0056bdf64e33bfd \ + sha256 b3abe97df096cf53d6a422ac922f3c48e688bc892b7ccf669b92f0b7fc6c5823 # gpg-agent is built separately from the rest of gnupg2 to enable gnupg 1.x # users to use gpg-agent as well. gnupg2, however, requires gpg-agent to run, Modified: trunk/dports/security/gpg-agent/Portfile =================================================================== --- trunk/dports/security/gpg-agent/Portfile 2014-07-31 18:10:22 UTC (rev 122843) +++ trunk/dports/security/gpg-agent/Portfile 2014-07-31 18:22:17 UTC (rev 122844) @@ -5,8 +5,7 @@ # When updating gpg-agent, update gnupg2 also if applicable. name gpg-agent -version 2.0.22 -revision 1 +version 2.0.25 categories security mail maintainers nomaintainer license GPL-3+ @@ -23,8 +22,8 @@ use_bzip2 yes -checksums rmd160 0d47b3218438c9ddf7f91b73f2a46bbefefdb106 \ - sha256 437d0ab259854359fc48aa8795af80cff4975e559c111c92c03d0bc91408e251 +checksums rmd160 b1987258aa0e22a077a02242c0056bdf64e33bfd \ + sha256 b3abe97df096cf53d6a422ac922f3c48e688bc892b7ccf669b92f0b7fc6c5823 configure.args --enable-agent-only \ --with-pinentry-pgm=${prefix}/bin/pinentry
participants (1)
-
devans@macports.org