git: 9577312b6e7f - main - security/testssl.sh: Update to 3.0.8

From: Adam Weinberger <adamw_at_FreeBSD.org>
Date: Thu, 29 Sep 2022 00:08:15 UTC
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9577312b6e7f77235e9e96208a93ff6d4bc3f010

commit 9577312b6e7f77235e9e96208a93ff6d4bc3f010
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2022-09-29 00:07:30 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2022-09-29 00:08:09 +0000

    security/testssl.sh: Update to 3.0.8
    
    Changes:
      Fix grep 3.8 warnings on fgrep and unneeded escapes of hyphen, slash, space (Geert)
      Fix alignment for cipher output (David)
      News binaries (Darwin from Barry), carry now the appendix -bad and fixes a security problem.
      Backport from higher OpenSSL version to support xmpp-server
      Fix CT (David)
      Fix decryption of TLS 1.3 response (David)
      Upgrade Dockerfile to Alpine to 3.15
      Fix pretty JSON formatting when warning is issued (David)
      Update of certificate stores
      Major update of client simulation (9 new simulations , >4 removed in default run)
      Fix CRIME output on servers only supporting TLS 1.3 (Tomasz)
      Fix censys link
      Fix ome handshake problems w $OPENSSL ciphers, extend determine_optimal_sockets_params() to more
      ciphers, fix PROTOS_OFFERED (David)
      Relax STARTTLS FTP requirement so that it doesn't require TLS after AUTH
      Fix run_server_preference() with no default protocol (David)
      Fix getting CRL / NO_SESSION_ID under some circumstances (David)
      Improve/fix OpenSSL 3.0 compatibility (David)
      Fix formatting to documentation
      Add FFDHE groups to supported_groups (David)
      Include RSA-PSS in ClientHello (David)
---
 security/testssl.sh/Makefile  | 2 +-
 security/testssl.sh/distinfo  | 6 +++---
 security/testssl.sh/pkg-plist | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/security/testssl.sh/Makefile b/security/testssl.sh/Makefile
index 2f0e40310c75..b5932a038e79 100644
--- a/security/testssl.sh/Makefile
+++ b/security/testssl.sh/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	testssl.sh
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.0.7
+DISTVERSION=	3.0.8
 CATEGORIES=	security
 
 MAINTAINER=	adamw@FreeBSD.org
diff --git a/security/testssl.sh/distinfo b/security/testssl.sh/distinfo
index 31abe3c57ded..b48ccd7ae247 100644
--- a/security/testssl.sh/distinfo
+++ b/security/testssl.sh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645302781
-SHA256 (drwetter-testssl.sh-v3.0.7_GH0.tar.gz) = c2beb3ae1fc1301ad845c7aa01c0a292c41b95747ef67f34601f21fb2da16145
-SIZE (drwetter-testssl.sh-v3.0.7_GH0.tar.gz) = 9219774
+TIMESTAMP = 1664409825
+SHA256 (drwetter-testssl.sh-v3.0.8_GH0.tar.gz) = 22c5dc6dfc7500db94b6f8a48775f72b5149d0a372b8552ed7666016ee79edf0
+SIZE (drwetter-testssl.sh-v3.0.8_GH0.tar.gz) = 9372229
diff --git a/security/testssl.sh/pkg-plist b/security/testssl.sh/pkg-plist
index 06887c5e1e62..15e48f91ca34 100644
--- a/security/testssl.sh/pkg-plist
+++ b/security/testssl.sh/pkg-plist
@@ -1,6 +1,7 @@
 bin/testssl.sh
 man/man1/testssl.1.gz
 %%DATADIR%%/etc/Apple.pem
+%%DATADIR%%/etc/DST Root CA X3.txt
 %%DATADIR%%/etc/Java.pem
 %%DATADIR%%/etc/Linux.pem
 %%DATADIR%%/etc/Microsoft.pem
@@ -13,6 +14,7 @@ man/man1/testssl.1.gz
 %%DATADIR%%/etc/client-simulation.wiresharked.txt
 %%DATADIR%%/etc/common-primes.txt
 %%DATADIR%%/etc/curves.txt
+%%DATADIR%%/etc/curves-mapping.txt
 %%DATADIR%%/etc/openssl.cnf
 %%DATADIR%%/etc/tls_data.txt
 %%DATADIR%%/utils/00_unittest_baseline.sh