Accepting request 822701 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/822701 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/testssl.sh?expand=0&rev=4
This commit is contained in:
commit
a7dde1f96f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e816bd209b402cddfa2388bc867997710b040f1f958b8e5dcb04f9a0b0b4cde
|
||||
size 9207862
|
3
testssl.sh-3.0.2.tar.gz
Normal file
3
testssl.sh-3.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfca31a0e5fd0e706002e7c1b044c11be5140091f0e22f0ae5b9aa644ef50da2
|
||||
size 9208016
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 24 08:04:11 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
- Update to version 3.0.2
|
||||
* Remove potential licensing conflicts
|
||||
* Fix situations when TLS 1.3 is used for Ticketbleed check
|
||||
* Improved compatibility with LibreSSL 3.0
|
||||
* Add brotil compression to BREACH
|
||||
* Faster and more robust XMPP STARTTLS handshakes
|
||||
* More robust STARTTLS handshakes
|
||||
* Fix outputs, sometimes misleading
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 09:23:34 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -18,16 +18,15 @@
|
||||
|
||||
|
||||
%define _data_dir_name testssl-sh
|
||||
%define realver 3.0-1
|
||||
|
||||
Name: testssl.sh
|
||||
Version: 3.0.1
|
||||
Version: 3.0.2
|
||||
Release: 0
|
||||
Summary: Testing TLS/SSL Encryption Anywhere On Any Port
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/Security
|
||||
URL: https://testssl.sh
|
||||
Source0: https://github.com/drwetter/%{name}/archive/%{realver}.tar.gz#/%{name}-%{realver}.tar.gz
|
||||
Source0: https://github.com/drwetter/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
Patch0: testssl.sh-2.9.95-set-install-dir.patch
|
||||
Requires: bash >= 3.2
|
||||
@ -40,7 +39,7 @@ any port for the support of TLS/SSL ciphers, protocols as well as some
|
||||
cryptographic flaws.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{realver}
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%if 0%{?suse_version} > 1500
|
||||
sed -i 's|#!/usr/bin/env bash|#!/usr/bin/bash|g' testssl.sh
|
||||
|
Loading…
Reference in New Issue
Block a user