From b28b5bbf06084cce2f16d9066b5ccc30a234bae5c9420ba240cfbbb27f60780b Mon Sep 17 00:00:00 2001 From: Johannes Weberhofer Date: Tue, 2 Aug 2022 12:12:50 +0000 Subject: [PATCH] Accepting request 992242 from home:dirkmueller:Factory - update to 2.0.15: * Obtain certificate info even if we can't connect properly * Strip out https:// from lines in a target file * Fix TLSv1.3 detection against Server 2022 (credit jtesta) * Add XML element (credit lucacapacci) OBS-URL: https://build.opensuse.org/request/show/992242 OBS-URL: https://build.opensuse.org/package/show/security/sslscan?expand=0&rev=30 --- sslscan-2.0.12.tar.gz | 3 --- sslscan-2.0.15.tar.gz | 3 +++ sslscan.changes | 10 +++++++++- sslscan.spec | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 sslscan-2.0.12.tar.gz create mode 100644 sslscan-2.0.15.tar.gz diff --git a/sslscan-2.0.12.tar.gz b/sslscan-2.0.12.tar.gz deleted file mode 100644 index 5b3a9c3..0000000 --- a/sslscan-2.0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6eeda19f564635818d6dd20a1e93174484d62acb24eca8944df07496d32b9c65 -size 110785 diff --git a/sslscan-2.0.15.tar.gz b/sslscan-2.0.15.tar.gz new file mode 100644 index 0000000..1658067 --- /dev/null +++ b/sslscan-2.0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0986ac647098b877f24c863c261bfb7cf545a41fd1120047337dfc44812c69a0 +size 111609 diff --git a/sslscan.changes b/sslscan.changes index c80af1c..9996dc8 100644 --- a/sslscan.changes +++ b/sslscan.changes @@ -1,8 +1,16 @@ +------------------------------------------------------------------- +Tue Aug 2 11:31:57 UTC 2022 - Dirk Müller + +- update to 2.0.15: + * Obtain certificate info even if we can't connect properly + * Strip out https:// from lines in a target file + * Fix TLSv1.3 detection against Server 2022 (credit jtesta) + ------------------------------------------------------------------- Sun Mar 27 19:36:15 UTC 2022 - Dirk Müller - update to 2.0.12: - > Add XML element (credit lucacapacci) + * Add XML element (credit lucacapacci) ------------------------------------------------------------------- Tue Jan 4 18:30:00 UTC 2022 - Dirk Müller diff --git a/sslscan.spec b/sslscan.spec index d5fff65..d6ed9a6 100644 --- a/sslscan.spec +++ b/sslscan.spec @@ -17,7 +17,7 @@ Name: sslscan -Version: 2.0.12 +Version: 2.0.15 Release: 0 Summary: SSL cipher scanning tool License: SUSE-GPL-3.0+-with-openssl-exception