From 74c252ed675fc15877724f5874e05797b97fa0cf383dad1455ccfabc39a5212e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Mar 2024 08:20:21 +0000 Subject: [PATCH] - update to 2.17.13: * abuf: Fix realloc usage * configure: Fix handling of --with-ssl * random: Initialize fd at startup * Fixed a wrong translation for Turkish * Implemented early redirect loop detection * Added LGTM.com support * Buildsystem improvements * Added wolfSSL support * Fixed potential int overflow * Simplified configuration support code * Early redirect loop detection improvements * Fixed speed-limiting sleep delay overflow * Removed HTTP encoding of URLs on the CLI, should be pre- encoded - update to 2.17.9: OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=30 --- axel-2.17.11.tar.xz | 3 --- axel-2.17.13.tar.xz | 3 +++ axel.changes | 21 ++++++++++++++++++++- axel.spec | 4 ++-- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 axel-2.17.11.tar.xz create mode 100644 axel-2.17.13.tar.xz diff --git a/axel-2.17.11.tar.xz b/axel-2.17.11.tar.xz deleted file mode 100644 index 33716ce..0000000 --- a/axel-2.17.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:580b2c18692482fd7f1e2b2819159484311ffc50f6d18924dceb80fd41d4ccf9 -size 279964 diff --git a/axel-2.17.13.tar.xz b/axel-2.17.13.tar.xz new file mode 100644 index 0000000..87bdf1c --- /dev/null +++ b/axel-2.17.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723 +size 224788 diff --git a/axel.changes b/axel.changes index 1974719..d333618 100644 --- a/axel.changes +++ b/axel.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Mar 18 08:19:30 UTC 2024 - Dirk Müller + +- update to 2.17.13: + * abuf: Fix realloc usage + * configure: Fix handling of --with-ssl + * random: Initialize fd at startup + * Fixed a wrong translation for Turkish + * Implemented early redirect loop detection + * Added LGTM.com support + * Buildsystem improvements + * Added wolfSSL support + * Fixed potential int overflow + * Simplified configuration support code + * Early redirect loop detection improvements + * Fixed speed-limiting sleep delay overflow + * Removed HTTP encoding of URLs on the CLI, should be pre- + encoded + ------------------------------------------------------------------- Tue Jan 18 20:23:24 UTC 2022 - Antoine Belvire @@ -41,7 +60,7 @@ Sun Nov 22 21:03:33 UTC 2020 - Avindra Goolcharan ------------------------------------------------------------------- Fri Aug 21 21:11:44 UTC 2020 - Matthias Eliasson -- update to 2.17.9: +- update to 2.17.9: * Fixed insecure mode certificate checking error. * Fixed progress bar for large number of connections. * Fixed some race conditions with conn_t. diff --git a/axel.spec b/axel.spec index 8f0087c..b2ae4e6 100644 --- a/axel.spec +++ b/axel.spec @@ -1,7 +1,7 @@ # # spec file for package axel # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{!?license: %global license %doc} %{!?make_build: %global make_build make %{?_smp_mflags}} Name: axel -Version: 2.17.11 +Version: 2.17.13 Release: 0 Summary: Lightweight Download Accelerator License: GPL-2.0-or-later