- 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
This commit is contained in:
Dirk Mueller 2024-03-18 08:20:21 +00:00 committed by Git OBS Bridge
parent 38390969cf
commit cebd0533c2
4 changed files with 25 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Mar 18 08:19:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <antoine.belvire@opensuse.org> Tue Jan 18 20:23:24 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package axel # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -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.11 Version: 2.17.13
Release: 0 Release: 0
Summary: Lightweight Download Accelerator Summary: Lightweight Download Accelerator
License: GPL-2.0-or-later License: GPL-2.0-or-later