From 6fd34ecf154edf784ea25b036cf5fcabc610b41f Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Fri, 3 Jan 2020 14:58:13 +0300 Subject: [PATCH] Update for compatibility with the latest version of SSLLabs API --- Makefile | 2 +- cli/cli.go | 4 ++-- cli/details.go | 2 +- common/sslcli.spec | 5 ++++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 147c589..f744d99 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ git-config: ## Configure git redirects for stable import path services deps: git-config ## Download dependencies go get -d -v pkg.re/essentialkaos/ek.v11 - go get -d -v pkg.re/essentialkaos/sslscan.v11 + go get -d -v pkg.re/essentialkaos/sslscan.v12 fmt: ## Format source code with gofmt find . -name "*.go" -exec gofmt -s -w {} \; diff --git a/cli/cli.go b/cli/cli.go index 94fd241..c35b167 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -28,14 +28,14 @@ import ( "pkg.re/essentialkaos/ek.v11/usage/completion/zsh" "pkg.re/essentialkaos/ek.v11/usage/update" - "pkg.re/essentialkaos/sslscan.v11" + "pkg.re/essentialkaos/sslscan.v12" ) // ////////////////////////////////////////////////////////////////////////////////// // const ( APP = "SSLScan Client" - VER = "2.4.1" + VER = "2.5.0" DESC = "Command-line client for the SSL Labs API" ) diff --git a/cli/details.go b/cli/details.go index cd28bfd..8f6436c 100644 --- a/cli/details.go +++ b/cli/details.go @@ -19,7 +19,7 @@ import ( "pkg.re/essentialkaos/ek.v11/strutil" "pkg.re/essentialkaos/ek.v11/timeutil" - "pkg.re/essentialkaos/sslscan.v11" + "pkg.re/essentialkaos/sslscan.v12" ) // ////////////////////////////////////////////////////////////////////////////////// // diff --git a/common/sslcli.spec b/common/sslcli.spec index 515a97d..014d813 100644 --- a/common/sslcli.spec +++ b/common/sslcli.spec @@ -44,7 +44,7 @@ Summary: Pretty awesome command-line client for public SSLLabs API Name: sslcli -Version: 2.4.1 +Version: 2.5.0 Release: 0%{?dist} Group: Applications/System License: EKOL @@ -119,6 +119,9 @@ fi ################################################################################ %changelog +* Fri Jan 03 2020 Anton Novojilov - 2.5.0-0 +- Updated for compatibility with the latest version of SSLLabs API + * Sat Oct 19 2019 Anton Novojilov - 2.4.1-0 - ek package updated to the latest version