aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cyassl.rb
AgeCommit message (Collapse)Author
2015-03-06cyassl: update 3.4.0 bottle.BrewTestBot
2015-03-06cyassl 3.4.0Dominyk Tiller
Another SSL/TLS toolkit has gone through a rebranding. Cyassl > WolfSSL this time. Closes #37435. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-01-05cyassl: additional configure optionsDominyk Tiller
Been meaning to do this for a while. Tweaks the cyassl build, essentially. Fixes the audit flags, reconfigures the args for style and modernisation, added a basic test. Fades out MD4 support because upstream strongly recommends nobody builds with MD4 any more, and frankly, MD4 sucks. Adds a bundle of new cipher support. Nothing too radical here though, to be honest. Closes #35492. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-17cyassl: update 3.3.0 bottle.BrewTestBot
2014-12-17cyassl 3.3.0Baptiste Fontaine
Closes #35040. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-14cyassl: add 3.2.0 bottle.BrewTestBot
2014-09-14cyassl 3.2.0Johnathan Conley
removed unknown config option disable-ntru (without-ntru doesn't work either) Closes #32300. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-20cyassl 3.1.0Brett Koonce
2014-06-21cyassl v3.0.2Brett Koonce
2014-05-03cyassl 3.0.0denji
cyassl: v3.0.0 Closes #28933. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-19cyassl 2.9.4Brett Koonce
2014-03-16cyassl 2.9.1Brett Koonce
2014-02-15cyassl v2.9.0Brett Koonce
2013-11-07cyassl 2.8.3Jack Nagel
- Remove fails_with :clang, the inline asm was fixed several versions ago - Use autogen.sh rather than call autoreconf manually
2013-09-16cyassl v2.8.0Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-16cyassl v2.7.2Brett Koonce
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-06-21cyassl 2.7.0 + extra optionsBirger J. Nordølum
Closes #20663. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-04cyassl 2.6.0John Safranek
Adjust configure arguments. The bump and fortress options are application specific, and libz isn't standard DEFLATE behavior. Also note that several of the enable options have changed case from the earlier release of the library. This wasn't causing any problems due to the bump and fortress options, but they are incorrect and needed updating. Closes #19553. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-19cyassl 2.6.0Birger J. Nordølum
Closes #19302. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12Switch compilers when no build is specifiedJack Nagel
Given the current state of OS X compilers, the original fails_with behavior is becoming less useful, mostly resulting in build failures each time the compiler is updated. So make the following changes: When a build is specified, we retain the old behavior: switch compilers if the available compiler is <= the build, don't switch if it is > the build. When no build is specified, unconditionally switch compilers, and don't output the advice message. This allows us to mark formulae as perpetually failing, avoiding the need to update formulae each time a new compiler build is made available. As a bonus, this makes the logic much easier to reason about. Closes #18175.
2013-02-08cyassl 2.5.0Birger J. Nordølum
Patch to correct upstream mistake. Old patch removed for command instead. Enabled more config options as defaults, no higher than 3.1 MB in total size. And removed some that were broken. Closes #17695. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-14cyassl 2.4.6Birger J. Nordølum
Closes #16466. Signed-off-by: Adam Vandenberg <flangy@gmail.com>