diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-03-22 20:34:37 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-03-22 20:37:57 +0000 |
commit | e6a67e4bc246b9c31109678f34d38e78429ae5a5 (patch) | |
tree | 591dbc02f204aa55511fa830553751a01b82b884 | |
parent | 96afd9f99b1099bad7c074c779bf948464549a45 (diff) | |
download | ports-e6a67e4bc246b9c31109678f34d38e78429ae5a5.tar.gz ports-e6a67e4bc246b9c31109678f34d38e78429ae5a5.zip |
security/s2n-tls: Update to 1.3.40
- Unbreak 32bit archs
https://github.com/aws/s2n-tls/issues/3896
ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.3.40
-rw-r--r-- | security/s2n-tls/Makefile | 5 | ||||
-rw-r--r-- | security/s2n-tls/distinfo | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 6c558ed60a83..711002920074 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,6 +1,6 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.3.39 +DISTVERSION= 1.3.40 PORTEPOCH= 1 CATEGORIES= security @@ -11,9 +11,6 @@ WWW= https://github.com/aws/s2n-tls LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= armv6 armv7 i386 -NOT_FOR_ARCHS_REASON= -Werror=sign-compare fails on 32-bit architectures, see https://github.com/aws/s2n-tls/issues/3861 - USES= cmake:testing ssl USE_GITHUB= yes GH_ACCOUNT= aws diff --git a/security/s2n-tls/distinfo b/security/s2n-tls/distinfo index 19aaabddb550..be18c29e5c1d 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678739105 -SHA256 (aws-s2n-tls-v1.3.39_GH0.tar.gz) = 7b32b3f61f609a5408f331d3e08c835981a5b8d1298b6ec8e8d6cf24a0a66a0c -SIZE (aws-s2n-tls-v1.3.39_GH0.tar.gz) = 4188578 +TIMESTAMP = 1679516989 +SHA256 (aws-s2n-tls-v1.3.40_GH0.tar.gz) = d365027221f105ff2c547ff3bffc0c2764242494b62c186e13e3bca272cab2c0 +SIZE (aws-s2n-tls-v1.3.40_GH0.tar.gz) = 4193907 |