diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-11-02 11:39:17 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-11-02 11:44:05 +0000 |
commit | e3fbcdd9aaabe9f8abd377f7acbabf6891d79a6c (patch) | |
tree | b73fea821fda937d0535625cede6ccc41fbd3dda | |
parent | 01b3c286bbe444bcd3605ecc0de758ebd37edd3c (diff) | |
download | ports-e3fbcdd9aaabe9f8abd377f7acbabf6891d79a6c.tar.gz ports-e3fbcdd9aaabe9f8abd377f7acbabf6891d79a6c.zip |
security/s2n-tls: Fix s2n_cipher_suites test
- Add uptream patch to fix s2n_cipher_suites test
https://github.com/aws/s2n-tls/issues/3489
Reported by: diizzy
-rw-r--r-- | security/s2n-tls/Makefile | 4 | ||||
-rw-r--r-- | security/s2n-tls/distinfo | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 1d21ed2b1890..01183437148a 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,9 +1,13 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v DISTVERSION= 1.3.26 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security +PATCH_SITES= https://github.com/aws/s2n-tls/pull/3586/commits/ +PATCHFILES= d3eb1b478af7d86840f1e4e0150d34b46ddfed16.patch:-p1 # fix s2n_cipher_suites test, https://github.com/aws/s2n-tls/issues/3489 + MAINTAINER= eduardo@FreeBSD.org COMMENT= C99 implementation of the TLS/SSL protocols WWW= https://github.com/aws/s2n-tls diff --git a/security/s2n-tls/distinfo b/security/s2n-tls/distinfo index c949e1ee4d1d..29567a0b611b 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1666803559 +TIMESTAMP = 1667386938 SHA256 (aws-s2n-tls-v1.3.26_GH0.tar.gz) = 62e1f40bc4fa96ce838c9833a2068844ae7f7b288cf96766d6b9939f06c967d8 SIZE (aws-s2n-tls-v1.3.26_GH0.tar.gz) = 4494933 +SHA256 (d3eb1b478af7d86840f1e4e0150d34b46ddfed16.patch) = 589cd6e7aecd728321c5b4ce2fffc8764ab5b7215c10ac21281433146e375bb2 +SIZE (d3eb1b478af7d86840f1e4e0150d34b46ddfed16.patch) = 823 |