- 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

OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=17
This commit is contained in:
Sebastian Wagner 2019-06-09 19:23:25 +00:00 committed by Git OBS Bridge
parent 5e8fae740d
commit 37ebfc01b4
4 changed files with 41 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d34094eb63eaebc989f96eabdda091dcfb28e840bb8d274a5f216775941f59e4
size 194772

3
axel-2.17.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43cfc7094e0e35a51e68921b314b7ab8dd87897007694833d695b3409750b3c6
size 204724

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sun Jun 9 19:21:11 UTC 2019 - Sebastian Wagner <sebix+novell.com@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.com@sebix.at> Thu Mar 21 20:45:51 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -18,7 +18,7 @@
%{!?license: %global license %doc} %{!?license: %global license %doc}
Name: axel Name: axel
Version: 2.16.1 Version: 2.17.3
Release: 0 Release: 0
Summary: Lightweight Download Accelerator Summary: Lightweight Download Accelerator
License: GPL-2.0-or-later License: GPL-2.0-or-later