Commit graph

25 commits

Author SHA1 Message Date
BrewTestBot
6c98459767 cyassl: update 3.4.8 bottle. 2015-06-10 17:23:31 +01:00
Viktor Szakats
43de43691b cyassl 3.4.8
also:
- update homepage to https
- disable md5, the option has been fixed by upstream [ https://github.com/wolfSSL/wolfssl/issues/26#issuecomment-86689534 ]

Closes Homebrew/homebrew#40558.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-10 17:23:27 +01:00
Nikolaus Wittenstein
758f6e9533 Add descriptions to all remaining homebrew packages 2015-06-05 14:47:57 +01:00
BrewTestBot
0f403d17e4 cyassl: update 3.4.0 bottle. 2015-03-06 22:00:07 -05:00
Dominyk Tiller
f0edeeda9c cyassl 3.4.0
Another SSL/TLS toolkit has gone through a rebranding. Cyassl > WolfSSL
this time.

Closes Homebrew/homebrew#37435.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-06 21:59:59 -05:00
Dominyk Tiller
86dab11a2a cyassl: additional configure options
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 Homebrew/homebrew#35492.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-05 08:02:25 +00:00
BrewTestBot
884eca36b3 cyassl: update 3.3.0 bottle. 2014-12-17 00:03:27 -05:00
Baptiste Fontaine
b81fd283cb cyassl 3.3.0
Closes Homebrew/homebrew#35040.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-17 00:03:15 -05:00
BrewTestBot
ea9cf95820 cyassl: add 3.2.0 bottle. 2014-09-14 10:52:50 -05:00
Johnathan Conley
0444489992 cyassl 3.2.0
removed unknown config option disable-ntru (without-ntru doesn't work either)

Closes Homebrew/homebrew#32300.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-14 10:52:50 -05:00
Brett Koonce
1c3c9ce133 cyassl 3.1.0 2014-07-20 21:59:16 -07:00
Brett Koonce
abac127415 cyassl v3.0.2 2014-06-21 17:23:13 -07:00
denji
c037f5080d cyassl 3.0.0
cyassl: v3.0.0

Closes Homebrew/homebrew#28933.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-03 09:10:56 -07:00
Brett Koonce
57f3149d44 cyassl 2.9.4 2014-04-19 12:16:26 -05:00
Brett Koonce
05b417ab25 cyassl 2.9.1 2014-03-16 11:14:55 -05:00
Brett Koonce
e5bc96035c cyassl v2.9.0 2014-02-15 12:35:06 -06:00
Jack Nagel
dbb14bf92e cyassl 2.8.3
- Remove fails_with :clang, the inline asm was fixed several versions ago
 - Use autogen.sh rather than call autoreconf manually
2013-11-07 13:50:08 -06:00
Brett Koonce
54a8019c9f cyassl v2.8.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-16 19:33:17 -07:00
Brett Koonce
ffe8126bc2 cyassl v2.7.2
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-08-16 23:25:26 -07:00
Birger J. Nordølum
f37d707b41 cyassl 2.7.0 + extra options
Closes Homebrew/homebrew#20663.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-21 08:19:16 -07:00
John Safranek
c9624b81da cyassl 2.6.0
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 Homebrew/homebrew#19553.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-04 00:36:03 -05:00
Birger J. Nordølum
07e408f804 cyassl 2.6.0
Closes Homebrew/homebrew#19302.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-19 09:11:17 -07:00
Jack Nagel
ec11577107 Switch compilers when no build is specified
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 Homebrew/homebrew#18175.
2013-03-12 13:55:15 -05:00
Birger J. Nordølum
65f07020ec cyassl 2.5.0
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 Homebrew/homebrew#17695.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-08 17:27:04 -06:00
Birger J. Nordølum
21a170631e cyassl 2.4.6
Closes Homebrew/homebrew#16466.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-14 06:59:31 -08:00