From f7f7fe0295a1cb64c08830494c85ac1635699ce4f2eafbc103b6048732e95b38 Mon Sep 17 00:00:00 2001 From: Johannes Weberhofer Date: Fri, 18 Dec 2020 11:20:01 +0000 Subject: [PATCH] Accepting request 856863 from home:weberho:branches:security - Upgrade to version 2.0.6 * Add element to XML output * Fix the extraneous padding of HTTP responses in XML * Update the HTTP request to HTTP/1.1 * More robust checking the HTTP response is valid * Display "No response" when no HTTP response is returned * Remove the broken HTTP request scanning option (--http) * Fix --targets not working properly * Flag certificates in red if CN is the same as issuer OBS-URL: https://build.opensuse.org/request/show/856863 OBS-URL: https://build.opensuse.org/package/show/security/sslscan?expand=0&rev=23 --- sslscan-2.0.1.tar.gz | 3 --- sslscan-2.0.6.tar.gz | 3 +++ sslscan.changes | 18 ++++++++++++++++++ sslscan.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 sslscan-2.0.1.tar.gz create mode 100644 sslscan-2.0.6.tar.gz diff --git a/sslscan-2.0.1.tar.gz b/sslscan-2.0.1.tar.gz deleted file mode 100644 index be1667c..0000000 --- a/sslscan-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89208e59a8946f44e6d4e7c7d371ff3fdeb8db1f4c5324e1b42f4abd05ff28cc -size 109709 diff --git a/sslscan-2.0.6.tar.gz b/sslscan-2.0.6.tar.gz new file mode 100644 index 0000000..82c05e5 --- /dev/null +++ b/sslscan-2.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2263246ffde5f950d49a51e46ddafea0ac95573e0a5a3a5f9194725fe561a4 +size 109597 diff --git a/sslscan.changes b/sslscan.changes index e23e4c6..14e426e 100644 --- a/sslscan.changes +++ b/sslscan.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Dec 18 10:01:53 UTC 2020 - Johannes Weberhofer + +- Upgrade to version 2.0.6 + + * Add element to XML output + + * Fix the extraneous padding of HTTP responses in XML + * Update the HTTP request to HTTP/1.1 + * More robust checking the HTTP response is valid + * Display "No response" when no HTTP response is returned + + * Remove the broken HTTP request scanning option (--http) + + * Fix --targets not working properly + + * Flag certificates in red if CN is the same as issuer + ------------------------------------------------------------------- Mon Sep 28 10:16:55 UTC 2020 - Johannes Weberhofer diff --git a/sslscan.spec b/sslscan.spec index a533139..4898380 100644 --- a/sslscan.spec +++ b/sslscan.spec @@ -17,7 +17,7 @@ Name: sslscan -Version: 2.0.1 +Version: 2.0.6 Release: 0 Summary: SSL cipher scanning tool License: SUSE-GPL-3.0+-with-openssl-exception