aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnupg.rb
AgeCommit message (Collapse)Author
2013-02-20gnupg: IDEA cipher is now built-in and no longer patentedMichael Granger
Closes #17976. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-17gnupg 1.4.13Jack Nagel
2012-10-23gnupg: superenv fixJack Nagel
Fixes #14803. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-12gnupg: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08gnupg: clarify IDEA cipher caveatsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03Simplify some :usingAdam Vandenberg
2012-02-19gnupg 1.4.12Jack Nagel
- Adjust CFLAGS to preserve building with clang - Remove the patch, which fails to apply. It was not submitted upstream prior to the 1.4.12 release; users who need this patch preserved should see that it is sent to the GnuPG maintainer. We will consider carrying it again once that is done. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19gnupg: fix compilation with clangJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-12Add option for 8192 bit GPG keys.Andreas Otto
Although it is technicaly possible to work with 8192 bit GPG keys the creators of Gnupgp ship the sources with a hard coded limit of 4096 bit. If you want a larger GPG key than 4096 bit you're supposed to change the given limit yourself by changing one line of code in the file g10/keygen.c. That's it. After that you can create 8192 bit GPG keys. Closes #4201. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-02Fixed GnuPG DNS resolution bugViktor Baluch
Applies the patch https://bugs.g10code.com/gnupg/file313/stable-1-4.diff from https://bugs.g10code.com/gnupg/issue1292 to configure.ac and runs autoconf to generate a new configure script. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-18gnupg 1.4.11George Macon
* Remove '--disable-debug' as unrecognized. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-30GnuPG - add support for patented IDEA cipherAdam Vandenberg
Based on a patch from larseggert.
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-21Update GnuPG formula to 1.4.10 and include --disable-asm to prevent breakageHunter Morris
2009-09-11Formulae for gnutls, libgcrypt, and libgpg-errorHunter Morris
Signed-off-by: Max Howell <max@methylblue.com>
2009-09-01GnuPG 1.4 formulaBrett Porter
Doesn't build on 10.6 currently.