From 09906313d451b23a3f539eb18439556f9b15300aefa69330157b9ead7090a5ba Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 23 Nov 2020 09:00:58 +0000 Subject: [PATCH] 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 --- axel-2.17.10.tar.xz | 3 +++ axel-2.17.9.tar.xz | 3 --- axel.changes | 24 ++++++++++++++++++++++++ axel.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 axel-2.17.10.tar.xz delete mode 100644 axel-2.17.9.tar.xz diff --git a/axel-2.17.10.tar.xz b/axel-2.17.10.tar.xz new file mode 100644 index 0000000..635c889 --- /dev/null +++ b/axel-2.17.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46eb4f10a11c4e50320ae6a034ef03ffe59dc11c3c6542a9867a3e4dc0c4b44e +size 274648 diff --git a/axel-2.17.9.tar.xz b/axel-2.17.9.tar.xz deleted file mode 100644 index eee5351..0000000 --- a/axel-2.17.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1364d9b55d435efc6d32218097a50a63be7b1300138e698133cf19ad3aa3a54 -size 204212 diff --git a/axel.changes b/axel.changes index e82a9d4..7365ffd 100644 --- a/axel.changes +++ b/axel.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Nov 22 21:03:33 UTC 2020 - Avindra Goolcharan + +- 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 diff --git a/axel.spec b/axel.spec index 8169917..d9da894 100644 --- a/axel.spec +++ b/axel.spec @@ -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}