SHA256
1
0
forked from pool/axel

Accepting request 850116 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/850116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/axel?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2020-12-12 19:30:20 +00:00 committed by Git OBS Bridge
commit bb041ed6b6
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>

View File

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