SHA256
1
0
forked from pool/axel

- update to version 2.17.7:

- Buildsystem fixes
 - Fixed release date for man-pages on BSD
 - Explicitly close TCP sockets on SSL connections too
 - Fixed HTTP basic auth header generation
 - Changed the default progress report to "alternate output mode"
 - Improved English in README.md

OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=21
This commit is contained in:
Sebastian Wagner 2020-03-29 19:43:08 +00:00 committed by Git OBS Bridge
parent fe6c0720c1
commit 6a6ebb4746
4 changed files with 17 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Mar 29 19:28:39 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.17.7:
- Buildsystem fixes
- Fixed release date for man-pages on BSD
- Explicitly close TCP sockets on SSL connections too
- Fixed HTTP basic auth header generation
- Changed the default progress report to "alternate output mode"
- Improved English in README.md
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 24 20:16:14 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> Thu Oct 24 20:16:14 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -1,7 +1,7 @@
# #
# spec file for package axel # spec file for package axel
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 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
@ -18,12 +18,12 @@
%{!?license: %global license %doc} %{!?license: %global license %doc}
Name: axel Name: axel
Version: 2.17.6 Version: 2.17.7
Release: 0 Release: 0
Summary: Lightweight Download Accelerator Summary: Lightweight Download Accelerator
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
Url: https://github.com/axel-download-accelerator/axel URL: https://github.com/axel-download-accelerator/axel
Source: https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz Source: https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(openssl)