aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnutls.rb
AgeCommit message (Collapse)Author
2012-08-17gnutls: depend on p11-kitJack Nagel
This enables compilation of other software that depends on this functionality. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-10gnutls 2.12.20Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-05gnutls 2.12.19Jack 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-03-19gnutls 2.12.18Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-13gnutls: remove stray tabAdam Vandenberg
2012-01-16gnutls 2.12.16Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-29gnutls: fix detection of libtasn1Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-13gnutls 2.12.14Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-26gnutls 2.12.12Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-11gnutls: don't shadow certtool manpage eitherJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-11gnutls: don't shadow /usr/bin/certtoolJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-11gnutls: remove outdated patchJack Nagel
The issue the patch addressed was fixed upstream: http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=57af3b052c Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19gnutls: disable p11-kit supportJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19gnutls 2.12.11Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Use automatic mirror selection for GNU downloadsJack Nagel
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-05-19GnuTLS 2.12.5Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-04gnutls 2.12.3Alexis Hildebrandt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-11GnuTLS 2.12.2Birger J. Nordølum
Passing --with-libgcrypt to compile correctly. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-18GNU GnuTLS: 2.10.5Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-12build gnutls universally for wineCamillo Lugaresi
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-02Update Formula: gnutls to 2.10.2Alexis Hildebrandt
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Fixes #3038
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-10-06gnutls fails with LLVM 2326Douglas Creager
2010-08-15gnutls looks for pkgconfigAdam Vandenberg
2010-08-14Update Formula: gnutlsAlexis Hildebrandt
Version bump to 2.10.1 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2009-11-16Updated GnuTLS to 2.8.5Adam Vandenberg
Previous version didn't compile on Snow Leopard. TODO: Enable Guile support if requested, or if Guile has previously been installed. I'll leave it for any Guile users out there to provide a patch.
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>