svn commit: r555709 - head/security/testssl.sh

Adam Weinberger adamw at FreeBSD.org
Thu Nov 19 16:11:54 UTC 2020


Author: adamw
Date: Thu Nov 19 16:11:53 2020
New Revision: 555709
URL: https://svnweb.freebsd.org/changeset/ports/555709

Log:
  security/testssl.sh: Update to 3.0.3
  
  * Update certificate stores
  * manpage fix (Karl)
  * minor speedups for some vulnerability tests
  * bash 5.1 fix
  * Secure Client-Initiated Renegotiation false positive fix
  * BREACH is now medium
  * invalid JSON fix and other JSON improvements (David)
  * Adding native Android 7 handshake instead of Chrome which has TLS 1.3 (Christoph)
  * Header flag X-XSS-Protection is now labled as INFO
  * No cyan colors in HHHTP header flags anymore, colons added
  * Dockerfile improvments

Modified:
  head/security/testssl.sh/Makefile
  head/security/testssl.sh/distinfo

Modified: head/security/testssl.sh/Makefile
==============================================================================
--- head/security/testssl.sh/Makefile	Thu Nov 19 15:58:25 2020	(r555708)
+++ head/security/testssl.sh/Makefile	Thu Nov 19 16:11:53 2020	(r555709)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	testssl.sh
-DISTVERSION=	3.0.2
+DISTVERSION=	3.0.3
 CATEGORIES=	security
 
 MAINTAINER=	adamw at FreeBSD.org

Modified: head/security/testssl.sh/distinfo
==============================================================================
--- head/security/testssl.sh/distinfo	Thu Nov 19 15:58:25 2020	(r555708)
+++ head/security/testssl.sh/distinfo	Thu Nov 19 16:11:53 2020	(r555709)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588937396
-SHA256 (drwetter-testssl.sh-3.0.2_GH0.tar.gz) = cfca31a0e5fd0e706002e7c1b044c11be5140091f0e22f0ae5b9aa644ef50da2
-SIZE (drwetter-testssl.sh-3.0.2_GH0.tar.gz) = 9208016
+TIMESTAMP = 1605801022
+SHA256 (drwetter-testssl.sh-3.0.3_GH0.tar.gz) = 32bac618c807d5f960f68dd20d1a1b3988f4033d5535daa8ffcd26fca4a4dc43
+SIZE (drwetter-testssl.sh-3.0.3_GH0.tar.gz) = 9223568


More information about the svn-ports-all mailing list