Commit Graph

13 Commits (9005272c5b5b681180d704793bf674bfafa18d29)

Author SHA1 Message Date
Jack Nagel 86fcd6478f gnupg2: optional readline support 2013-07-31 11:30:31 -05:00
Jack Nagel c1a0e4c37e Fix exec of scdaemon from gpg-agent
Fixes Homebrew/homebrew#21555.
2013-07-30 19:20:56 -05:00
Jack Nagel 5377698c0a Help gnupg2 find libresolv
Fixes Homebrew/homebrew#21431.
2013-07-25 16:44:33 -05:00
Mike Tigas 166bc42bd3 gnupg2: port "8192 bit key support" option from gnupg
Closes Homebrew/homebrew#21291.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-17 20:43:34 -07:00
Jack Nagel cebf2205de gnupg2: mirror header change in gpg-agent 2013-07-04 19:10:37 -05:00
Jack Nagel 457ef404a0 gnupg2: refresh patch 2013-06-06 15:57:48 -05:00
Travis Johnson 26afb89cec gnupg2 2.0.20
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-06 15:45:42 -05:00
Jack Nagel aa90ab9ba4 gnupg2: make these deps recommended 2013-02-17 01:03:50 -06:00
Jack Nagel 1a223ce61e gnupg2 2.0.19
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-27 22:56:56 -05:00
Adam Vandenberg 45c928278d gnupg2: move patch notes up 2012-03-17 12:07:12 -07:00
Jack Nagel 560ec8ea92 gnupg2: specify path to gpg-agent
We disable building the agent program and provide it as a separate
gpg-agent package so that gnupg 1.x can use it as well. However, gpg2
still tries to find the agent in its own keg if it isn't already
running; that is, if the user hasn't done something like

    eval $(gpg-agent --daemon)

Using --with-agent-pgm, we can tell gpg2 to look in HOMEBREW_PREFIX/bin
for the agent instead.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-03 17:52:58 -06:00
Jack Nagel 353000f675 gnupg2: add patch to fix libcurl detection
Also move the patch comments into DATA for context.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-17 23:58:34 -06:00
Jack Nagel 7cdef67cdd New formula: gnupg2
gnupg2 is designed coexist with gnupg 1.x. The formula contains a patch
to keep things like documentation and language data from conflicting
with gnupg 1.x by namespacing everything as 'gnupg2'.

gpg-agent is currently an external package in Homebrew, as it can also
be used with gnupg 1.x; so in the formula we disable building the agent
and declare a dependency on it instead.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-17 17:24:43 -06:00