From bb2edacdba57f9b227ee20675981ce4b587fb3598f9d7cd5c57442452a3e8f6f Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Fri, 30 Sep 2022 06:41:13 +0000 Subject: [PATCH] Accepting request 1006790 from home:jfkw:branches:network:utilities - Update to version 3.0.8 * Fix grep 3.8 warnings on fgrep and unneeded escapes of hyphen, slash, space (Geert) * Fix alignment for cipher output (David) * News binaries (Darwin from Barry), carry now the appendix -bad and fixes a security problem. * Backport from higher OpenSSL version to support xmpp-server * Fix CT (David) * Fix decryption of TLS 1.3 response (David) * Upgrade Dockerfile to Alpine to 3.15 * Fix pretty JSON formatting when warning is issued (David) * Update of certificate stores * Major update of client simulation (9 new simulations , >4 removed in default run) * Fix CRIME output on servers only supporting TLS 1.3 (Tomasz) * Fix censys link * Fix ome handshake problems w $OPENSSL ciphers, extend determine_optimal_sockets_params() to more * ciphers, fix PROTOS_OFFERED (David) * Relax STARTTLS FTP requirement so that it doesn't require TLS after AUTH * Fix run_server_preference() with no default protocol (David) * Fix getting CRL / NO_SESSION_ID under some circumstances (David) * Improve/fix OpenSSL 3.0 compatibility (David) * Fix formatting to documentation * Add FFDHE groups to supported_groups (David) * Include RSA-PSS in ClientHello (David) - Requires: bind-utils for required tools dig, host and nslookup OBS-URL: https://build.opensuse.org/request/show/1006790 OBS-URL: https://build.opensuse.org/package/show/network:utilities/testssl.sh?expand=0&rev=17 --- testssl.sh-3.0.7.tar.gz | 3 --- testssl.sh-3.0.8.tar.gz | 3 +++ testssl.sh.changes | 27 +++++++++++++++++++++++++++ testssl.sh.spec | 3 ++- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 testssl.sh-3.0.7.tar.gz create mode 100644 testssl.sh-3.0.8.tar.gz diff --git a/testssl.sh-3.0.7.tar.gz b/testssl.sh-3.0.7.tar.gz deleted file mode 100644 index 733c826..0000000 --- a/testssl.sh-3.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2beb3ae1fc1301ad845c7aa01c0a292c41b95747ef67f34601f21fb2da16145 -size 9219774 diff --git a/testssl.sh-3.0.8.tar.gz b/testssl.sh-3.0.8.tar.gz new file mode 100644 index 0000000..29d8112 --- /dev/null +++ b/testssl.sh-3.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c5dc6dfc7500db94b6f8a48775f72b5149d0a372b8552ed7666016ee79edf0 +size 9372229 diff --git a/testssl.sh.changes b/testssl.sh.changes index a4653d2..b3e4765 100644 --- a/testssl.sh.changes +++ b/testssl.sh.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Sep 28 20:54:50 UTC 2022 - Jeff Kowalczyk + +- Update to version 3.0.8 + * Fix grep 3.8 warnings on fgrep and unneeded escapes of hyphen, slash, space (Geert) + * Fix alignment for cipher output (David) + * News binaries (Darwin from Barry), carry now the appendix -bad and fixes a security problem. + * Backport from higher OpenSSL version to support xmpp-server + * Fix CT (David) + * Fix decryption of TLS 1.3 response (David) + * Upgrade Dockerfile to Alpine to 3.15 + * Fix pretty JSON formatting when warning is issued (David) + * Update of certificate stores + * Major update of client simulation (9 new simulations , >4 removed in default run) + * Fix CRIME output on servers only supporting TLS 1.3 (Tomasz) + * Fix censys link + * Fix ome handshake problems w $OPENSSL ciphers, extend determine_optimal_sockets_params() to more + * ciphers, fix PROTOS_OFFERED (David) + * Relax STARTTLS FTP requirement so that it doesn't require TLS after AUTH + * Fix run_server_preference() with no default protocol (David) + * Fix getting CRL / NO_SESSION_ID under some circumstances (David) + * Improve/fix OpenSSL 3.0 compatibility (David) + * Fix formatting to documentation + * Add FFDHE groups to supported_groups (David) + * Include RSA-PSS in ClientHello (David) +- Requires: bind-utils for required tools dig, host and nslookup + ------------------------------------------------------------------- Sat Aug 13 21:43:23 UTC 2022 - Jeff Kowalczyk diff --git a/testssl.sh.spec b/testssl.sh.spec index 44f738a..104b986 100644 --- a/testssl.sh.spec +++ b/testssl.sh.spec @@ -20,7 +20,7 @@ %define _data_dir_name testssl-sh Name: testssl.sh -Version: 3.0.7 +Version: 3.0.8 Release: 0 Summary: Testing TLS/SSL Encryption Anywhere On Any Port License: GPL-2.0-or-later @@ -30,6 +30,7 @@ Source0: https://github.com/drwetter/%{name}/archive/refs/tags/v%{version Source1: %{name}-rpmlintrc Patch0: testssl.sh-2.9.95-set-install-dir.patch Requires: bash >= 3.2 +Requires: bind-utils Requires: openssl BuildArch: noarch