Accepting request 1007161 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1007161 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/testssl.sh?expand=0&rev=9
This commit is contained in:
commit
03597bd0ab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2beb3ae1fc1301ad845c7aa01c0a292c41b95747ef67f34601f21fb2da16145
|
||||
size 9219774
|
3
testssl.sh-3.0.8.tar.gz
Normal file
3
testssl.sh-3.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22c5dc6dfc7500db94b6f8a48775f72b5149d0a372b8552ed7666016ee79edf0
|
||||
size 9372229
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 20:54:50 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- 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 <jkowalczyk@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user