commit testssl.sh for openSUSE:Factory

2020-07-27 Thread root
Hello community,

here is the log from the commit of package testssl.sh for openSUSE:Factory 
checked in at 2020-07-27 17:41:54

Comparing /work/SRC/openSUSE:Factory/testssl.sh (Old)
 and  /work/SRC/openSUSE:Factory/.testssl.sh.new.3592 (New)


Package is "testssl.sh"

Mon Jul 27 17:41:54 2020 rev:4 rq:822701 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/testssl.sh/testssl.sh.changes2020-04-22 
20:54:06.395523119 +0200
+++ /work/SRC/openSUSE:Factory/.testssl.sh.new.3592/testssl.sh.changes  
2020-07-27 17:43:51.379194506 +0200
@@ -1,0 +2,12 @@
+Fri Jul 24 08:04:11 UTC 2020 - Matthias Fehring 
+
+- 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
+
+---

Old:

  testssl.sh-3.0-1.tar.gz

New:

  testssl.sh-3.0.2.tar.gz



Other differences:
--
++ testssl.sh.spec ++
--- /var/tmp/diff_new_pack.DgApfe/_old  2020-07-27 17:43:54.887197799 +0200
+++ /var/tmp/diff_new_pack.DgApfe/_new  2020-07-27 17:43:54.887197799 +0200
@@ -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 @@
 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

++ testssl.sh-3.0-1.tar.gz -> testssl.sh-3.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/testssl.sh/testssl.sh-3.0-1.tar.gz 
/work/SRC/openSUSE:Factory/.testssl.sh.new.3592/testssl.sh-3.0.2.tar.gz differ: 
char 13, line 1




commit testssl.sh for openSUSE:Factory

2020-04-22 Thread root
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.changes2020-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 
+
+- 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




commit testssl.sh for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package testssl.sh for openSUSE:Factory 
checked in at 2020-04-04 12:27:09

Comparing /work/SRC/openSUSE:Factory/testssl.sh (Old)
 and  /work/SRC/openSUSE:Factory/.testssl.sh.new.3248 (New)


Package is "testssl.sh"

Sat Apr  4 12:27:09 2020 rev:2 rq:791270 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/testssl.sh/testssl.sh.changes2020-01-28 
10:54:45.093001458 +0100
+++ /work/SRC/openSUSE:Factory/.testssl.sh.new.3248/testssl.sh.changes  
2020-04-04 12:28:12.872100558 +0200
@@ -1,0 +2,5 @@
+Fri Apr  3 20:05:45 UTC 2020 - Christian Boltz 
+
+- fix bash path for Leap 15.x
+
+---



Other differences:
--
++ testssl.sh.spec ++
--- /var/tmp/diff_new_pack.T71JLX/_old  2020-04-04 12:28:13.836101555 +0200
+++ /var/tmp/diff_new_pack.T71JLX/_new  2020-04-04 12:28:13.836101555 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package testssl.sh
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2018 Matthias Fehring 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,9 +13,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define _data_dir_name testssl-sh
 
 Name:   testssl.sh
@@ -24,12 +25,12 @@
 Summary:Testing TLS/SSL Encryption Anywhere On Any Port
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Security
-Url:https://testssl.sh
+URL:https://testssl.sh
 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:   openssl
 Requires:   bash >= 3.2
+Requires:   openssl
 BuildArch:  noarch
 
 %description
@@ -40,7 +41,12 @@
 %prep
 %setup -q
 %patch0 -p1
+%if 0%{?suse_version} > 1500
 sed -i 's|#!/usr/bin/env bash|#!/usr/bin/bash|g' testssl.sh
+%else
+# in Leap 15.x, it's still /bin/bash
+sed -i 's|#!/usr/bin/env bash|#!/bin/bash|g' testssl.sh
+%endif
 
 %build