Commits

Zero King authored 8f3dcdb0f32
wolfssl: update to 3.13.0
No tags

devel/wolfssl/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4
5 5 name wolfssl
6 -version 3.12.2
6 +version 3.13.0
7 7 categories devel security
8 8 platforms darwin
9 9 maintainers yassl.com:chris
10 10 homepage https://wolfssl.com/wolfSSL/Products-wolfssl.html
11 11 license GPL-2
12 12 description wolfSSL Embedded SSL Library
13 13
14 14 long_description \
15 15 The wolfSSL embedded SSL library is a lightweight SSL library written \
16 16 in ANSI C and targeted for embedded and RTOS environments - primarily \
17 17 because of its small size, speed, and feature set. It is commonly \
18 18 used in standard operating environments as well because of its \
19 19 royalty-free pricing and excellent cross platform support. CyaSSL \
20 20 supports industry standards up to the current TLS and DTLS 1.2 levels, \
21 21 is up to 20 times smaller than OpenSSL, and offers progressive ciphers \
22 22 such as ChaCha20, Poly1305, and NTRU.
23 23
24 24 master_sites http://www.wolfssl.com/
25 25 use_zip yes
26 26
27 -checksums rmd160 0f08f2fad5c4290292241ee174af770a70272a89 \
28 - sha256 4993844c4b7919007c4511ec3f987fb06543536c3fc933cb53491bffe9150e49
27 +checksums rmd160 939e846f5c8797bfde1ff7c0b6045ffe5aeb104f \
28 + sha256 196a3256a9044ecb89504ce77850342c82e676e7f2cad77f5584be3516b6060e
29 29
30 30 configure.args --enable-distro
31 31
32 32 variant debug description {Enable wolfSSL debugging support} {
33 33 configure.args-append \
34 34 --enable-debug
35 35 }
36 36
37 37 variant aesni description {Enable wolfSSL Intel AES-NI support, if available} {
38 38 configure.args-append \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut