forked from pool/testssl.sh
Accepting request 1189604 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1189604 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/testssl.sh?expand=0&rev=11
This commit is contained in:
commit
b21715c33b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22c5dc6dfc7500db94b6f8a48775f72b5149d0a372b8552ed7666016ee79edf0
|
||||
size 9372229
|
3
testssl.sh-3.0.9.tar.gz
Normal file
3
testssl.sh-3.0.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75ecbe4470e74f9ad17f4c4ac733be123b0f67d676ed24cc2b30adb41561e05f
|
||||
size 9381651
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 06:52:48 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.0.9
|
||||
* Fix bash 5 issue when encountering a short server key extension
|
||||
* Fix HTML issue when using bash 5
|
||||
* CAA DNS records are now not being queried when nodns is set
|
||||
* MongoDB identification fix
|
||||
* Sanity check when user has broken umask to avoid runtime errors
|
||||
* Fix for newer grep versions
|
||||
* Address weird globbing in bash 3.0
|
||||
* Fix regexp in STARTTLS detection
|
||||
* Secure renegotiation fix: SNI
|
||||
* Ensure control chars from HTTP header don't end up in html,csv
|
||||
or json
|
||||
* Add sha1WithRSA to sha1WithRSAEncryption for certificates
|
||||
* Fix potential infinite loop in run_pfs()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 12:52:24 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package testssl.sh
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2018 Matthias Fehring <buschmann23@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
%define _data_dir_name testssl-sh
|
||||
|
||||
Name: testssl.sh
|
||||
Version: 3.0.8
|
||||
Version: 3.0.9
|
||||
Release: 0
|
||||
Summary: Testing TLS/SSL Encryption Anywhere On Any Port
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user