Accepting request 810567 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/810567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/axel?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-06-02 12:41:27 +00:00 committed by Git OBS Bridge
commit fa59eed761
4 changed files with 18 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun May 31 18:12:23 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.17.8:
* CVE-2020-13614: SSL Certificate Hostnames were not verified
(boo#1172159)
* Replaced progressbar line clearing with terminal control sequence
* Fixed parsing of Content-Disposition HTTP header
* Fixed User-Agent HTTP header never being included
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 29 19:28:39 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at> Sun Mar 29 19:28:39 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -17,14 +17,16 @@
%{!?license: %global license %doc} %{!?license: %global license %doc}
%{!?make_build: %global make_build make %{?_smp_mflags}}
Name: axel Name: axel
Version: 2.17.7 Version: 2.17.8
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
BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(openssl)
%description %description
@ -38,7 +40,7 @@ byte-critical systems.
%build %build
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
@ -49,6 +51,6 @@ make %{?_smp_mflags}
%doc ChangeLog NEWS README.md AUTHORS CREDITS %doc ChangeLog NEWS README.md AUTHORS CREDITS
%license COPYING %license COPYING
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{ext_man} %{_mandir}/man1/%{name}.1%{?ext_man}
%changelog %changelog