aboutsummaryrefslogtreecommitdiff
path: root/net/aria2/Makefile
Commit message (Collapse)AuthorAge
* aria2: Bump 1.33.0Hsing-Wang Liao2017-10-22
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Add missing 'or' in section validate functionHsing-Wang Liao2017-08-25
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Add some build config optionsHsing-Wang Liao2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | ======================== ======================================== features dependency ======================== ======================================== HTTPS OSX or GnuTLS or OpenSSL or Windows SFTP libssh2 BitTorrent None. Optional: libnettle+libgmp or libgcrypt or OpenSSL Metalink libxml2 or Expat. Checksum None. Optional: OSX or libnettle or libgcrypt or OpenSSL or Windows gzip, deflate in HTTP zlib Async DNS C-Ares Firefox3/Chromium cookie libsqlite3 XML-RPC libxml2 or Expat. JSON-RPC over WebSocket libnettle or libgcrypt or OpenSSL ======================== ======================================== Add 'CONFIG_' to 'PKG_CONFIG_DEPENDS'. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Rewrite init scriptHsing-Wang Liao2017-08-25
| | | | | | | | | | * Add aria2 user and group. * Use procd to start service. * Add more supported options. Compatible with previous version. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Update to v1.32.0kuoruan2017-05-25
| | | | Signed-off-by: kuoruan <kuoruan@gmail.com>
* aria2: Update to v1.31.0Hsing-Wang Liao2017-02-20
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Add more feature choices and switch default XML parser library to Libxml2Hsing-Wang Liao2017-02-19
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: update to 1.30.0leonghui2016-12-29
| | | | | | | Maintainer: @kuoruan Compile tested: mips Run tested: mips Issue with magnet links not starting is fixed: https://github.com/aria2/aria2/issues/793
* aria2: update to 1.28.0Hsing-Wang Liao2016-10-21
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: update to 1.27.1Hsing-Wang Liao2016-09-19
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: update to 1.26.0Hsing-Wang Liao2016-08-22
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: fix bugs and make some changesHsing-Wang Liao2016-07-24
| | | | | | | | | | * Fix aria2c failed to start after change daemon user, issue #2985; * Change default download dir; * Clear exist log file when aria2 start; * Add log level option; * Change dir owner when start. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: update to 1.25.0Hsing-Wang Liao2016-07-16
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: update init fileHsing-Wang Liao2016-07-16
| | | | | | This update is from #2961, thank @hostkit. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: fix md5sumHsing-Wang Liao2016-06-21
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: update to v1.24.0Hsing-Wang Liao2016-06-20
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: explicitely disable libuv supportHannu Nyman2016-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | If libuv is present within the build environment, aria2 will fail to build with the following error: LibuvEventPoll.cc: In member function 'virtual void aria2::LibuvEventPoll::poll(const timeval&)': LibuvEventPoll.cc:144:59: error: invalid conversion from 'void (*)(uv_timer_t*, int) {aka void (*)(uv_timer_s*, int)}' to 'uv_timer_cb {aka void (*)(uv_timer_s*)}' [-fpermissive] uv_timer_start(timer, timer_callback, timeout, timeout); ^ In file included from LibuvEventPoll.h:43:0, from LibuvEventPoll.cc:44: .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/usr/include/uv.h:770:44: note: initializing argument 2 of 'int uv_timer_start(uv_timer_t*, uv_timer_cb, uint64_t, uint64_t)' UV_EXTERN int uv_timer_start(uv_timer_t* handle, ^ Makefile:2271: recipe for target 'LibuvEventPoll.lo' failed make[6]: *** [LibuvEventPoll.lo] Error 1 Explicitely disable the libuv support in `configure` to avoid picking up this unwanted dependency. Signed-off-by: Jo-Philipp Wich <jo@mein.io> Patch modified to resolve conflict caused by #2804 This closes #2776 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* aria2: Add SFTP support choiceHsing-Wang Liao2016-06-03
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Add maintainerHsing-Wang Liao2016-06-02
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Add files in order to use LuCIHsing-Wang Liao2016-06-02
| | | | | | | * Add config file. * Add init.d file. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Add xml library choicekuoruan2016-05-30
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: update to 1.23.0kuoruan2016-05-30
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* Import aria2 from oldpackages, update to 1.18.7Cezary Jackiewicz2014-07-22