Hello community,

here is the log from the commit of package axel for openSUSE:Leap:15.2 checked 
in at 2020-06-02 22:26:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/axel (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.axel.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "axel"

Tue Jun  2 22:26:07 2020 rev:14 rq:810568 version:2.17.8

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/axel/axel.changes      2020-01-15 
14:47:58.697322155 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.axel.new.3606/axel.changes    2020-06-02 
22:26:10.167006306 +0200
@@ -1,0 +2,89 @@
+Sun May 31 18:12:23 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 2.17.8:
+  * CVE-2020-13614: SSL Certificate Hostnames were not verified
+    (boo#1172159)
+  * Replaced progressbar line clearing with terminal control sequence
+  * Fixed parsing of Content-Disposition HTTP header
+  * Fixed User-Agent HTTP header never being included
+
+-------------------------------------------------------------------
+Sun Mar 29 19:28:39 UTC 2020 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- update to version 2.17.7:
+ - Buildsystem fixes
+ - Fixed release date for man-pages on BSD
+ - Explicitly close TCP sockets on SSL connections too
+ - Fixed HTTP basic auth header generation
+ - Changed the default progress report to "alternate output mode"
+ - Improved English in README.md
+
+-------------------------------------------------------------------
+Thu Oct 24 20:16:14 UTC 2019 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- update to version 2.17.6:
+ - Fixed handling of non-recoverable HTTP errors
+ - Cleanup of connection setup code
+ - Fixed manpage reproducibility issue
+ - Use tracker instead of PTS from Debian
+- update to version 2.17.5:
+ - Fixed progress indicator misalignment
+ - Cleaned up the wget-like progress output code
+ - Improved progress output flushing
+- update to version 2.17.4:
+ - Fixed build with bionic libc (Android)
+ - TCP Fast Open support on Linux
+ - TCP code cleanup
+ - Removed dependency on libm
+ - Data types and format strings cleanup
+ - String handling cleanup
+ - Format string checking GCC attributes added
+ - Buildsystem fixes and improvements
+ - Updates to the documentation
+ - Updated all translations
+ - Fixed Footnotes in documentation
+ - Fixed a typo in README.md
+
+-------------------------------------------------------------------
+Sun Jun  9 19:21:11 UTC 2019 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- update to version 2.17.3:
+ - Builds now use canonical host triplet instead of `uname -s`
+ - Fixed build on Darwin / Mac OS X
+ - Fixed download loops caused by last byte pointer being off by one
+ - Fixed linking issues (i18n and posix threads)
+ - Updated build instructions
+ - Code cleanup
+ - Added autoconf-archive to building instructions
+- update to version 2.17.2:
+ - Fixed HTTP request-ranges to be zero-based
+ - Fixed typo "too may" -> "too many"
+ - Replaced malloc + memset calls with calloc
+ - Sanitize progress bar buffer len passed to memset
+- update to version 2.17.1:
+ - Fixed comparison error in axel_divide
+ - Make sure maxconns is at least 1
+- update to version 2.17:
+ - Fixed composition of URLs in redirections
+ - Fixed request range calculation
+ - Updated all translations
+ - Updated build documentation
+ - Major code cleanup
+  -  Cleanup of alternate progress output
+  -  Removed global string buffers
+  -  Fixed min and max macros
+  -  Moved User-Agent header to conf->add_header
+  -  Use integers for speed ratio and delay calculation
+ - Added support for parsing IPv6 literal hostname
+ - Fixed filename extraction from URL
+ - Fixed request-target message to proxy
+ - Handle secure protocol's schema even with SSL disabled
+ - Fixed Content-Disposition filename value decoding
+ - Strip leading hyphens in extracted filenames
+
+-------------------------------------------------------------------
+Thu Mar 21 20:45:51 UTC 2019 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- fix broken URL
+
+-------------------------------------------------------------------

Old:
----
  axel-2.16.1.tar.xz

New:
----
  axel-2.17.8.tar.xz

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

Other differences:
------------------
++++++ axel.spec ++++++
--- /var/tmp/diff_new_pack.CKqSfp/_old  2020-06-02 22:26:10.467007245 +0200
+++ /var/tmp/diff_new_pack.CKqSfp/_new  2020-06-02 22:26:10.471007257 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package axel
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,21 @@
 # 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/
 #
 
 
 %{!?license: %global license %doc}
+%{!?make_build: %global make_build make %{?_smp_mflags}}
 Name:           axel
-Version:        2.16.1
+Version:        2.17.8
 Release:        0
 Summary:        Lightweight Download Accelerator
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
-Url:            http://axel.alioth.debian.org/
+URL:            https://github.com/axel-download-accelerator/axel
 Source:         
https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
 
 %description
@@ -38,7 +40,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -46,9 +48,9 @@
 %find_lang axel
 
 %files -f axel.lang
-%doc ChangeLog NEWS README AUTHORS
+%doc ChangeLog NEWS README.md AUTHORS CREDITS
 %license COPYING
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog

++++++ axel-2.16.1.tar.xz -> axel-2.17.8.tar.xz ++++++
++++ 36223 lines of diff (skipped)


Reply via email to