svn commit: r466943 - in head/security/testssl.sh: . files
Tobias Kortkamp
tobik at FreeBSD.org
Tue Apr 10 08:13:17 UTC 2018
Author: tobik
Date: Tue Apr 10 08:13:16 2018
New Revision: 466943
URL: https://svnweb.freebsd.org/changeset/ports/466943
Log:
security/testssl.sh: Update to 2.9.5-4
Changes: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-4
Modified:
head/security/testssl.sh/Makefile
head/security/testssl.sh/distinfo
head/security/testssl.sh/files/patch-testssl.sh
Modified: head/security/testssl.sh/Makefile
==============================================================================
--- head/security/testssl.sh/Makefile Tue Apr 10 08:01:08 2018 (r466942)
+++ head/security/testssl.sh/Makefile Tue Apr 10 08:13:16 2018 (r466943)
@@ -2,7 +2,7 @@
PORTNAME= testssl.sh
DISTVERSIONPREFIX= v
-DISTVERSION= 2.9.5-3
+DISTVERSION= 2.9.5-4
CATEGORIES= security
MAINTAINER= tobik at FreeBSD.org
Modified: head/security/testssl.sh/distinfo
==============================================================================
--- head/security/testssl.sh/distinfo Tue Apr 10 08:01:08 2018 (r466942)
+++ head/security/testssl.sh/distinfo Tue Apr 10 08:13:16 2018 (r466943)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521967012
-SHA256 (drwetter-testssl.sh-v2.9.5-3_GH0.tar.gz) = 03abee78d1373098b2a99766bc57cf498e0d9ddaf8b9eb3389fac2540fd5af0d
-SIZE (drwetter-testssl.sh-v2.9.5-3_GH0.tar.gz) = 8955546
+TIMESTAMP = 1523347210
+SHA256 (drwetter-testssl.sh-v2.9.5-4_GH0.tar.gz) = 5163f76d40acfe404d65145c498cbe8fb716bb49119e8d0773e063203cff9c03
+SIZE (drwetter-testssl.sh-v2.9.5-4_GH0.tar.gz) = 9017058
Modified: head/security/testssl.sh/files/patch-testssl.sh
==============================================================================
--- head/security/testssl.sh/files/patch-testssl.sh Tue Apr 10 08:01:08 2018 (r466942)
+++ head/security/testssl.sh/files/patch-testssl.sh Tue Apr 10 08:13:16 2018 (r466943)
@@ -10,12 +10,3 @@
declare -x OPENSSL OPENSSL_TIMEOUT
FAST_SOCKET=${FAST_SOCKET:-false} # EXPERIMENTAL feature to accelerate sockets -- DO NOT USE it for production
COLOR=${COLOR:-2} # 2: Full color, 1: b/w+positioning, 0: no ESC at all
-@@ -6221,7 +6224,7 @@ certificate_info() {
- # best we are able to do under OpenBSD
- days2expire=""
- else
-- days2expire=$(( $(parse_date "$enddate" "+%s" "%F %H:%M %z") - $(LC_ALL=C date "+%s") )) # in seconds
-+ days2expire=$(( $(parse_date "$enddate" "+%s" "%F %H:%M") - $(LC_ALL=C date "+%s") )) # in seconds
- days2expire=$((days2expire / 3600 / 24 ))
-
- if grep -q "^Let's Encrypt Authority" <<< "$issuer_CN"; then # we take the half of the thresholds for LE certificates
More information about the svn-ports-all
mailing list