aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gpgme.rb
AgeCommit message (Collapse)Author
2014-12-31gpgme: mirror fixDominyk Tiller
One of the mirrors was pointing to the wrong version tarball. Have switched it. Closes #35381. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-30gpgme: update 1.5.3 bottle.BrewTestBot
2014-12-30gpgme 1.5.3Alexis Hildebrandt
Closes #35363. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-27gpgme: fix strict audit failures.Mike McQuaid
2014-11-18gpgme: update 1.5.1 bottle.BrewTestBot
2014-11-18gpgme 1.5.1Dominyk Tiller
Big version bump for gpgme, and nudges it over to requiring gpg2 rather than gpg. The build documentation for gpgme have been strongly recommending this for quite some time, and MacPorts, Debian and Ubuntu made this change a while back. Closes #34251. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-22gpgme: update 1.4.3 bottle.BrewTestBot
2014-02-23gpgme: add 1.4.3 bottle.BrewTestBot
2013-10-06gpgme 1.4.3Matt Sicker
Closes #23063. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-07gpgme 1.4.2Jack Nagel
2013-05-06gpgme 1.4.1Jack Nagel
2013-03-06gpgme: Fix homepagePierre Riteau
Closes #18283. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2013-03-02gpgme 1.4.0Jack Nagel
2012-06-03gpgme 1.3.2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-04gpgme: depends on pthMatt Manning
Closes #9088. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-17gpgme: disable gnupg2-only optionsJack Nagel
Currently, gpgme will build against gnupg2 but this results in a lot of test failures, at least for me. And if both gnupg and gnupg2 are installed, the test suite will run against a combination of binaries from the two packages, resulting in even more failed tests. So for now, let's keep the dependency on gnupg 1.x only and disable the gpgme components that require gnupg2. Patches welcome to fix the underlying issues; I will probably mess around with it in the future, too. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02gpgme: remove unrecognized configure switchesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02gpgme: builds with LLVM >= 2335Jack Nagel
Closes #7943. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-01gpgme 1.3.1Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05gpgme: run 'make check'Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-02-12Upgrade gpgme to 1.3.0.Mike McQuaid
2010-11-18Formula gpgme url fixburningTyger
I corrected the gpgme home page url to reflect the fact that gpgme is more than just gpg. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-04-15GPGME depends on gnupg.Cameron Walters
GnuPG needs to be built before GPGME to prevent an error in the Ruby gpgme gem: ArgumentError (released ctx): gpgme (1.0.8) lib/gpgme.rb:967:in `gpgme_set_armor' gpgme (1.0.8) lib/gpgme.rb:967:in `armor=' Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-18Add --disable-asm flag to gpgme and libgpg-error to fix a segfault on ↵ydnar
current generation iMac. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-11-07GPGME formulaDean Strelau
The GNU Privacy Guard Made Easy C library.