Created attachment 191576 [details] patch This patch fixes invalid date processing and bumps PORTREVISION. It turns out there is unnecessary %z flag to date. Builds fine, I tested it run-time with wp.pl domain.
A commit references this bug: Author: tobik Date: Sun Mar 18 09:02:42 UTC 2018 New revision: 464885 URL: https://svnweb.freebsd.org/changeset/ports/464885 Log: security/testssl.sh: Fix certificate expiration check Upstream commit af6ca18933ffc5bb02d2ced46342b8d7a6275acd dropped the TZ offset from the certificate enddate but the FreeBSD date format was not updated accordingly. Remove the unnecessary %z from the format string. - While here add NO_ARCH PR: 226676 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Changes: head/security/testssl.sh/Makefile head/security/testssl.sh/files/patch-testssl.sh
Committed. Thanks!