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.15.1-system_certificates.patch | 0000004534 4.43 KB | |
aria2-1.15.1.tar.xz | 0001374140 1.31 MB | |
aria2.changes | 0000053978 52.7 KB | |
aria2.spec | 0000003670 3.58 KB |
Revision 177 (latest revision is 260)
Andreas Stieger (AndreasStieger)
accepted
request 127107
from
Cristian Morales Vega (RedDwarf)
(revision 177)
* Please test SSL support in a Factory installation. * The autoreconf call breaks in SLE 11 SP2 since it asks for gettext 0.18. If someone really wants to fix it I guess you can try lowering the requirement or patching directly the to be generated files instead of calling autoreconf. Until that's done the pkgconfig() BuildRequires don't make any difference. - Remove aria2-atoi.patch, aria2-cares-lib64.patch and aria2-cares-static.patch - Run spec-cleaner - Use xml2 instead of expat as prefered by upstream - Add GnuTLS support - Merge bash-completion support into the main package - Change license tag to GPL-2.0+ since it doesn't use OpenSSL - Use pkgconfig() style BuildRequires - Add aria2-1.15.1-system_certificates.patch
Comments 0