diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-03-02 08:37:24 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-03-02 09:06:02 +0000 |
commit | 4d1a7959d04b1285774f3be6d21e27ce152f6554 (patch) | |
tree | 1dc9a675fc942a4f5a1430a824b2102c5f680c3a | |
parent | 0f7acb3e65b2ae82c043e311abe1fb8888682dcd (diff) | |
download | ports-4d1a7959d04b1285774f3be6d21e27ce152f6554.tar.gz ports-4d1a7959d04b1285774f3be6d21e27ce152f6554.zip |
security/s2n-tls: Update to 1.3.38
- Mark broken on 32bit archs, https://github.com/aws/s2n-tls/issues/3861
ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.3.38
-rw-r--r-- | security/s2n-tls/Makefile | 6 | ||||
-rw-r--r-- | security/s2n-tls/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 7d1b1e5e4ddc..70bcc240df03 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,6 +1,6 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.3.37 +DISTVERSION= 1.3.38 PORTEPOCH= 1 CATEGORIES= security @@ -11,8 +11,10 @@ WWW= https://github.com/aws/s2n-tls LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing ssl +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 6fd0a4ad4c31..c8930b81a671 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676534564 -SHA256 (aws-s2n-tls-v1.3.37_GH0.tar.gz) = 61abf85c9895c980348aafe0ffe6ee0e1a263c809853c0161395902f91e4a44f -SIZE (aws-s2n-tls-v1.3.37_GH0.tar.gz) = 4168345 +TIMESTAMP = 1677745057 +SHA256 (aws-s2n-tls-v1.3.38_GH0.tar.gz) = 6896e68906811a8e0e06bb115573ec907926d5fd90fa03a8c7076b8a8e09916f +SIZE (aws-s2n-tls-v1.3.38_GH0.tar.gz) = 4182701 |