git: e3fbcdd9aaab - main - security/s2n-tls: Fix s2n_cipher_suites test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Nov 2022 11:44:19 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e3fbcdd9aaabe9f8abd377f7acbabf6891d79a6c
commit e3fbcdd9aaabe9f8abd377f7acbabf6891d79a6c
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-11-02 11:39:17 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-02 11:44:05 +0000
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
---
security/s2n-tls/Makefile | 4 ++++
security/s2n-tls/distinfo | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
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