Hello community,

here is the log from the commit of package testssl.sh for openSUSE:Factory 
checked in at 2020-04-22 20:54:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/testssl.sh (Old)
 and      /work/SRC/openSUSE:Factory/.testssl.sh.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "testssl.sh"

Wed Apr 22 20:54:04 2020 rev:3 rq:795500 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/testssl.sh/testssl.sh.changes    2020-04-04 
12:28:12.872100558 +0200
+++ /work/SRC/openSUSE:Factory/.testssl.sh.new.2738/testssl.sh.changes  
2020-04-22 20:54:06.395523119 +0200
@@ -1,0 +2,19 @@
+Wed Apr 15 09:23:34 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 3.0.1
+  * Fix hang in BEAST check when there are ciphers starting with
+    SSL_* but which are no SSLv2 cipher
+  * Fix bug in setting DISPLAY_CIPHERNAMES when
+    $CIPHERS_BY_STRENGTH_FILE is not a/v.
+  * Fix basic auth LF problem
+  * Fix printing percent chars
+  * Fix minor HTML generation bug
+  * Fix security bug: sanitizing DNS input
+  * make --ids-friendly work again
+  * Update sneaky user agent
+  * Update links in code comments
+  * Cosmetic code updates
+  * Fix output bug when >1 PTR records returned
+  * More output fixes
+
+-------------------------------------------------------------------

Old:
----
  testssl.sh-3.0.tar.gz

New:
----
  testssl.sh-3.0-1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ testssl.sh.spec ++++++
--- /var/tmp/diff_new_pack.if6LUn/_old  2020-04-22 20:54:07.515525313 +0200
+++ /var/tmp/diff_new_pack.if6LUn/_new  2020-04-22 20:54:07.519525320 +0200
@@ -18,15 +18,16 @@
 
 
 %define _data_dir_name testssl-sh
+%define realver 3.0-1
 
 Name:           testssl.sh
-Version:        3.0
+Version:        3.0.1
 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/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/drwetter/%{name}/archive/%{realver}.tar.gz#/%{name}-%{realver}.tar.gz
 Source1:        %{name}-rpmlintrc
 Patch0:         testssl.sh-2.9.95-set-install-dir.patch
 Requires:       bash >= 3.2
@@ -39,7 +40,7 @@
 cryptographic flaws.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{realver}
 %patch0 -p1
 %if 0%{?suse_version} > 1500
 sed -i 's|#!/usr/bin/env bash|#!/usr/bin/bash|g' testssl.sh


Reply via email to