Parallelizing Multi-Protocol Utility for Downloading Files
https://aria2.github.io
aria2 is a utility for downloading files. It has a segmented
downloading engine in its core. It can download one file from
multiple URLs or multiple connections from one URL. This can be used
to speed up downloads with certain networks. The engine in was
implemented in a single-thread model.
aria2 currently supports HTTP, FTP, and BitTorrent.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / aria2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:utilities/aria2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000140 140 Bytes | |
aria2-1.35.0.tar.xz | 0001534460 1.46 MB | |
aria2.changes | 0000080554 78.7 KB | |
aria2.spec | 0000004484 4.38 KB |
Revision 256 (latest revision is 260)
Martin Pluskal (pluskalm)
committed
(revision 256)
- Update to version 1.35.0 * Drop SSLv3.0 and TLSv1.0 and add TLSv1.3 * TLSv1.3 support is added for GNUTLS and OpenSSL. * Platform: Fix compilation without deprecated OpenSSL APIs * Remove linux getrandom and use C++ stdlib instead * Don't send Accept Metalink header if Metalink is disabled - Drop no longer needed aria2-CVE-2019-3500.patch
Comments 0