Commit graph

34 commits

Author SHA1 Message Date
cfillion
2b9f7eaceb botan 1.11.24 (devel)
Closes Homebrew/homebrew#45698.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-05 01:52:39 +00:00
BrewTestBot
026f08f2b9 botan: update 1.10.10 bottle. 2015-10-29 22:47:03 +00:00
cfillion
d943158168 botan 1.11.23 (devel)
Closes Homebrew/homebrew#45485.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-29 22:47:00 +00:00
BrewTestBot
c1ff2d4714 botan: update 1.10.10 bottle. 2015-08-10 10:58:34 -07:00
Alex Dunn
7a028de1eb botan 1.10.10, 1.11.19 (devel)
Closes Homebrew/homebrew#42629.
2015-08-10 10:58:32 -07:00
BrewTestBot
95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00
Nikolaus Wittenstein
758f6e9533 Add descriptions to all remaining homebrew packages 2015-06-05 14:47:57 +01:00
BrewTestBot
1d0f01d53c botan: update 1.10.9 bottle. 2015-05-29 12:27:46 +01:00
Martin Afanasjew
8bc7d38f88 botan: fix documentation directory
Closes Homebrew/homebrew#40178.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-29 12:27:44 +01:00
BrewTestBot
be60674187 botan: update 1.10.9 bottle. 2015-02-07 11:43:38 -05:00
Dominyk Tiller
402f256889 botan 1.10.9
Version bump, deprecated an option in favour of newer syntax, added a
relatively simple test.

Closes Homebrew/homebrew#36534.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-02-07 11:43:30 -05:00
BrewTestBot
7342d52169 botan: add 1.10.8_1 bottle.
Closes Homebrew/homebrew#33281.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-19 12:42:59 +01:00
Dominyk Tiller
eaf5238d54 botan: additional openssl dependency
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-10-19 12:42:31 +01:00
Brett Koonce
0abcd0a690 Botan 1.10.8 2014-04-21 00:04:33 -05:00
Jack Nagel
512d5457ec botan: use patch DSL 2014-03-17 22:47:08 -05:00
Brett Koonce
a9cc42ec69 botan 1.10.7
Patch fixes audit, thanks to jconley.

Closes Homebrew/homebrew#26758.
2014-02-21 14:38:37 -06:00
Brett Koonce
ed80e6643c Botan 1.10.6
Closes Homebrew/homebrew#24501.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-19 13:04:45 -06:00
Jack Nagel
21d5df80ec botan: enable openssl, zlib, and bzip2
- Enable openssl, zlib, and bzip2
 - Fix docdir location
2013-11-04 23:20:16 -06:00
Misty De Meo
98e050bd6c Add MacOS.preferred_arch
Replaced the plethora of ternaries we've used all over the place to
determine whether x86_64 or i386 is called for.
2013-08-15 22:46:56 -07:00
Adam Vandenberg
b93ebced4e botan: simplify
* don't need to_s on ENV.compiler
* soname inreplace no longer needed
2013-06-02 11:52:43 -07:00
Jack Nagel
ed7a268033 botan 1.10.5 2013-04-09 20:05:58 -05:00
Brett Koonce
b32806204e botan 1.10.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-19 20:03:53 -08:00
Adam Vandenberg
3092bce992 Fix option usage 2012-08-09 08:51:54 -07:00
Adam Vandenberg
5eb4cca548 botan: use options dsl 2012-08-08 22:28:15 -07:00
Brett Koonce
5aba456445 botan 1.10.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-27 11:16:49 -07:00
samueljohn
e5e35399b5 botan: fix xcode-only install
- 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 Homebrew/homebrew#13065.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-19 23:08:39 -05:00
Bert JW Regeer
46479d4025 Botan: add debug build option
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>
2012-02-19 17:09:16 -08:00
Bert JW Regeer
d64abd588c botan: Fix build on Mac OS X Snow Leopard
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-09-02 13:56:02 -07:00
Bert JW Regeer
2ead8d35b7 Botan 1.10.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20 20:07:46 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
David Höppner
672092437d Botan: update version to 1.8.11 2010-11-23 11:37:33 +01:00
David Höppner
3ab228c953 botan: update version to 1.8.9 2010-08-26 18:40:39 +02:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
David Höppner
0ec8cb49df New formula botan
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 Homebrew/homebrew#10
certificate requests, a filter/pipe message processing system, and
a wide variety of other features, all written in portable C++.
2010-02-12 20:14:45 +01:00