aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libgcrypt.rb
AgeCommit message (Collapse)Author
2014-12-27libgcrypt: fix strict audit failures.Mike McQuaid
2014-11-19libgcrypt: update 1.6.2 bottle.BrewTestBot
2014-10-19libgcrypt: update 1.6.2 bottle.BrewTestBot
2014-08-24Avoid conditionally defined resourcesJack Nagel
Resources are downloaded on-demand, so we can always define them and avoid the headaches that come with conditional definitions.
2014-08-22libgcrypt: update 1.6.2 bottle.BrewTestBot
Closes #31781. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-08-22Libgcrypt 1.6.2Dominyk Tiller
Version bump for Libgcrypt from 1.6.1 to 1.6.2. Adds a mirror as well.
2014-05-25libgcrypt: update 1.6.1 bottle.BrewTestBot
Fixes #29561.
2014-05-25libgcrypt: quotesAdam Vandenberg
2014-05-14Goodbye -fheinous-gnu-extensions!Jack Nagel
2014-03-06libgcrypt: 1.6.1 bottle.BrewTestBot
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-06libgcrypt 1.6.1Jack Nagel
2014-02-22libgcrypt: add bottle.Mike McQuaid
2013-11-11libgcrypt: simplify setting CFLAGSJack Nagel
This workaround is no longer necessary.
2013-11-11libgcrypt: fix universal buildsJack Nagel
Closes #18345.
2013-11-11libgcrypt: needs asm patch when building universal or 32-bitJack Nagel
2013-10-31libgcrypt: don't apply patch when using clang build 500 or newerJack Nagel
This appears to be a non-issue with recent clang.
2013-07-25libgcrypt 1.5.3George Macon
Closes #21439. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-04libgcrypt fails with very old clangAdam Vandenberg
2013-04-20libgcrypt 1.5.2Jack Nagel
2013-03-22libgcrypt 1.5.1Jack Nagel
2013-01-26libgcrypt: make universal optionalJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03libgcrypt: fix CFLAGSJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Remove outdated comments in old wine depsJack Nagel
Wine no longer uses these, so the comments are outdated. Continue to build universal by default, though, to support legacy installs. Eventually they can grow universal options or just build native-only after a sufficient period of time. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03libgcrypt: fix audit warningAdam Vandenberg
2012-08-31Fix superenv libgcryptMax Howell
This started happening because I undefined CC. Now a lot of tools pick gcc. The problem here is that we add to cflags before configure, and during configure we are 'servile' so when configure uses gcc it *is* llvm-gcc and not clang, which we will be during make because then we are *not* servile. So we have to assign these cflags during make only, which is easy enough. Code is neater now too. I am now working on superenv so that it can determine if a tool cannot use certain flags and then pick another. The last stage of always-just-works.
2012-03-11libgcrypt: remove tab from middle of lineAdam Vandenberg
2012-02-20libgcrypt: break long lineJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20libgcrypt: fix homepageJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03libgcrypt: apply clang fixesJack Nagel
This is kind of hackish, but we can clean it up when we get the compiler selection code up to snuff again. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-11libgcrypt: run "make check"Jack Nagel
Rationale: It's a crypto library so we should make sure it works. It doesn't take _that_ long even on my old, slow MBP. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-07-07libgcrypt 1.5.0Jack Nagel
The new 1.5 series maintains API compatiblity with the 1.4 series. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-12build libgcrypt universally for wineCamillo Lugaresi
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-08-29libgcrypt: update version to 1.4.6David Höppner
2010-07-16Update homepage for libgcryptAdam Vandenberg
2010-02-16Update Formula: libgcrypt.Alexis Hildebrandt
Add configure path to libgpgerror in case homebrew is installed in a non-standard location where gpg error libraries and includes are not automagically found. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-12-21Update libgcrypt to 1.4.5.Adam Vandenberg
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-21Use new depends_on syntax in all formulaMax Howell
Many formula were imported during the development of the dependency branch.
2009-09-11Formulae for gnutls, libgcrypt, and libgpg-errorHunter Morris
Signed-off-by: Max Howell <max@methylblue.com>