#35663 closed submission (fixed)
CyaSSL Embedded SSL Library
Reported by: | chris@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | ssl cryptography | Cc: | ryandesign (Ryan Carsten Schmidt), ci42 |
Port: | cyassl |
Description
CyaSSL is a lightweight SSL implementation widely used in platforms ranging from small embedded systems up to enterprise cloud environments. It provides SSL/TLS/DTLS support as well as an underlying cryptography library, CTaoCrypt.
The new Portfile is attached for review.
Thanks, Chris (yaSSL)
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | chris@… removed |
---|
comment:2 Changed 12 years ago by chris@…
Thanks for the feedback. I have made your suggested changes and attached an updated Portfile.
comment:3 Changed 12 years ago by ci42
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks. Added in r96573. CyaSSL doesn't build with clang, so I modified the Portfile to ensure that llvm-gcc-4.2 is used instead of clang (see wiki:PortfileRecipes#compiler).
comment:4 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… ciserlohn@… added |
---|
Christoph, don't forget to use TracLinks; I've fixed yours above. Actually it's simpler to just write "compiler.blacklist clang"; I changed that in r96590. I also fixed a typo in the categories line. We should update PortfileRecipes with information about how to use compiler.blacklist instead, except I'm not sure how it works in the case where you also need to add dependencies, like for apple-gcc42.
Some initial comments: