Accepting request 850004 from home:avindra:branches:network:utilities

- update to 2.17.10
- CREDITS and AUTHORS files removed from upstream

OBS-URL: https://build.opensuse.org/request/show/850004
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=27
This commit is contained in:
Sebastian Wagner 2020-11-23 09:00:58 +00:00 committed by Git OBS Bridge
parent 2f12a0c34f
commit 09906313d4
4 changed files with 29 additions and 5 deletions

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

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Nov 22 21:03:33 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
- update to 2.17.10:
* Potential NULL pointer dereference
* Fixed incrementig procedure for delay_time
* Fixed speed limiting
* Made stop signal handler portable
* Build system improvements
- Now you can specify where OpenSSL is installed
- Further improved code portability
* Optimized wildcard search in URLs
* Added human-readable file size report at the begining of downloads
* Reworked Request Range support check
* Added "Accept-Encoding" header to requests
* Updated the documentation
* Fixed data type for sizes and offsets on 32-bit systems
* Fixed duplicated non-default port when using proxy
* Fixed request range comparison and overflow
* i8n fixes and updates for Simplified Chinese, Dutch, German,
Italian, Portuguese, Spanish. Also updates for Indonesian,
Japanese, Russian.
- CREDITS and AUTHORS files removed from upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 21 21:11:44 UTC 2020 - Matthias Eliasson <elimat@opensuse.org> Fri Aug 21 21:11:44 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>

View File

@ -19,7 +19,7 @@
%{!?license: %global license %doc} %{!?license: %global license %doc}
%{!?make_build: %global make_build make %{?_smp_mflags}} %{!?make_build: %global make_build make %{?_smp_mflags}}
Name: axel Name: axel
Version: 2.17.9 Version: 2.17.10
Release: 0 Release: 0
Summary: Lightweight Download Accelerator Summary: Lightweight Download Accelerator
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -47,7 +47,7 @@ byte-critical systems.
%find_lang axel %find_lang axel
%files -f axel.lang %files -f axel.lang
%doc ChangeLog NEWS README.md AUTHORS CREDITS %doc ChangeLog NEWS README.md
%license COPYING %license COPYING
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man} %{_mandir}/man1/%{name}.1%{?ext_man}