Skip to content

Commit

Permalink
security/wolfssl: Update to v5.1.1
Browse files Browse the repository at this point in the history
Changes since v5.1.0:

wolfSSL Release 5.1.1 (Jan 3rd, 2022)

Release 5.1.1 of wolfSSL embedded TLS has a high vulnerability fix:
Vulnerabilities

  * [High] In connections using AES-CBC or DES3 with TLS/DTLS 1.2 or 1.1 the IV
    being used is not random. Users using wolfSSL version 5.0.0 or 5.1.0 doing
    TLS/DTLS 1.2 or 1.1 connections, without AEAD only, should update the
    version of wolfSSL used.
  • Loading branch information
fraggerfox committed Jan 8, 2022
1 parent 18b4bed commit 91258b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion security/wolfssl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wolfssl
PORTVERSION= 5.1.0
PORTVERSION= 5.1.1
CATEGORIES= security devel
MASTER_SITES= https://www.wolfssl.com/ \
LOCAL/fox
Expand Down
6 changes: 3 additions & 3 deletions security/wolfssl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1640826369
SHA256 (wolfssl-5.1.0.zip) = 06763e1910deaa1d5ac9a0ddcc230e01f423eca9275d3041ad844a6a85a7b1ac
SIZE (wolfssl-5.1.0.zip) = 12557753
TIMESTAMP = 1641634866
SHA256 (wolfssl-5.1.1.zip) = 11035f97e765802b3c7ffce152069123c76fd501035d65d26c5b06e7e125382e
SIZE (wolfssl-5.1.1.zip) = 12558116
2 changes: 1 addition & 1 deletion security/wolfssl/pkg-plist
Expand Up @@ -232,7 +232,7 @@ include/wolfssl/wolfio.h
lib/libwolfssl.a
lib/libwolfssl.so
lib/libwolfssl.so.30
lib/libwolfssl.so.30.1.0
lib/libwolfssl.so.30.1.1
libdata/pkgconfig/wolfssl.pc
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/example/client.c
Expand Down

0 comments on commit 91258b1

Please sign in to comment.