aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/botan.rb
AgeCommit message (Collapse)Author
2015-02-07botan: update 1.10.9 bottle.BrewTestBot
2015-02-07botan 1.10.9Dominyk Tiller
Version bump, deprecated an option in favour of newer syntax, added a relatively simple test. Closes #36534. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-19botan: add 1.10.8_1 bottle.BrewTestBot
Closes #33281. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-19botan: additional openssl dependencyDominyk Tiller
Added OpenSSL dependency and double quotes everywhere. The download location has also moved upstream. Any attempt to use the old one just gets a redirect to the new one, so I’ve just switched it. For some reason the checksum has changed, but the pgp signature for the download file was verified fine.
2014-04-21Botan 1.10.8Brett Koonce
2014-03-17botan: use patch DSLJack Nagel
2014-02-21botan 1.10.7Brett Koonce
Patch fixes audit, thanks to jconley. Closes #26758.
2013-11-19Botan 1.10.6Brett Koonce
Closes #24501. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-04botan: enable openssl, zlib, and bzip2Jack Nagel
- Enable openssl, zlib, and bzip2 - Fix docdir location
2013-08-15Add MacOS.preferred_archMisty De Meo
Replaced the plethora of ternaries we've used all over the place to determine whether x86_64 or i386 is called for.
2013-06-02botan: simplifyAdam Vandenberg
* don't need to_s on ENV.compiler * soname inreplace no longer needed
2013-04-09botan 1.10.5Jack Nagel
2013-02-19botan 1.10.4Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09Fix option usageAdam Vandenberg
2012-08-08botan: use options dslAdam Vandenberg
2012-07-27botan 1.10.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-19botan: fix xcode-only installsamueljohn
- botan's configure.py ignores our CFLAGS and switches the compiler to llvm :-/ We can use the MACH_OPT variable to insert our CLFAGS and make this build with Xcode-only setups. - Using ENV.compiler.to_s for the compiler string. - Fixing the "ld: unknown option soname" issue when using clang. Closes #13065. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19Botan: add debug build optionBert JW Regeer
This adds an extra flag --enable-debug so that the user can build Botan with debugging enabled which is handy for debugging programs written with Botan. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02botan: Fix build on Mac OS X Snow LeopardBert JW Regeer
On Snow Leopard running a 64 bit OS the Botan configure script will attempt to build a 32 bit binary using a compiler that can support 64 bit, we have to explicitly state that we want to have 64 bit library built. Unfortunately there is no way to build a universal library/binary for Botan as it currently stands. This is an oversight on my part, it works without issues on Lion where it picks up the fact that it is a 64 bit OS correctly and compiles without issues. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20Botan 1.10.1Bert JW Regeer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-23Botan: update version to 1.8.11David Höppner
2010-08-26botan: update version to 1.8.9David Höppner
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
2010-02-12New formula botanDavid Höppner
Botan is a BSD-licensed crypto library written in C++. It provides applications with the ability to use a number of cryptographic algorithms, as well as X.509 certificates and CRLs, PKCS #10 certificate requests, a filter/pipe message processing system, and a wide variety of other features, all written in portable C++.