aboutsummaryrefslogtreecommitdiff
path: root/net/aria2
Commit message (Collapse)AuthorAge
* aria2: bump to version 1.37Alexander Egorenkov2023-11-26
| | | | | | | Release notes: - https://github.com/aria2/aria2/releases/tag/release-1.37.0 Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* aria2: Fix aria2.init start issueNaraku J2022-09-12
| | | | | | Re-mount '$config_file' inside the '$config_dir' will cause aria2 process unable to start. Signed-off-by: Naraku J <74468372+Narakuku@users.noreply.github.com>
* aria2: bump to v1.36.0Hsing-Wang Liao2021-08-23
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: fix linking with full language support enabledMichael Heimpold2021-03-01
| | | | | | | After d18692c, we need to include nls.mk to setup correct environment variables so that linking succeeds. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* treewide: add conffilesHuangbin Zhan2020-05-09
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* aria2: Build with MIPS16Rosen Penev2019-12-23
| | | | | | | | | All the computationally expensive stuff is in the libraries, not the package itself. Saves several kilobytes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* aria2: Update to 1.35.0Xingwang Liao2019-10-08
| | | | | | * remove OpenSSL patch, it has already merged to the source. Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* aria2: Update init scriptJeffery To2019-03-28
| | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also lets procd trigger the validation function directly, and removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* aria2: Add new options and fix typosAhmar Aftab2019-02-01
| | | | | | Added new options for aria2 config and fixed some typos within aria2 init file. Signed-off-by: Ahmar Aftab <pakahmar@hotmail.com>
* aria2: Fix the faulty patch againRosen Penev2019-01-25
| | | | | | | | The previous solution was incorrect. The issue was that the macro was not defined as the header defining it was not included. GCC warns if -Wunder is passed and does not error by default, leading to the confusion. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* aria2: Fix faulty patchRosen Penev2019-01-06
| | | | | | | The if condition was wrong and caused compilation errors with 1.1. Potentially broke 1.0.2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* aria2: immediate assign valuePeter Wagner2019-01-03
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* aria2: fix "Illegal instruction" crash on ar71xxPeter Wagner2019-01-02
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #7647 from neheb/ariaHannu Nyman2018-12-26
|\ | | | | aria2: Fix compilation without deprecated OpenSSL APIs
| * aria2: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-13
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | aria2: fix some typoJames Qian2018-12-15
|/ | | | Signed-off-by: James Qian <sotux82@gmail.com>
* aria2: enable build-parallelDeng Qingfang2018-12-04
| | | | Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* aria2: size optimizationsDeng Qingfang2018-12-04
| | | | | | Reduce binary size by about 22% Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* aria2: fixed the spelling for rpc-passwd and rpc-user.brv phoenix2018-10-25
| | | | Signed-off-by: brv phoenix <feixuekaka1@gmail.com>
* aria2: handle check_certificate=false config optionWaldemar Konik2018-09-20
| | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* aria2: Bump 1.34.0Hsing-Wang Liao2018-05-21
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Bump 1.33.0Hsing-Wang Liao2017-10-22
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* aria2: Fix typo in Config.inHsing-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: Enable Bittorrent support by defaultHsing-Wang Liao2017-08-25
| | | | | | Most user need this Bittorrent download support, and this fature can only depends on libssl. 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: add logHostkit2016-07-17
| | | | | | add aria2.log and replace logger -t ARIA2C 'Restarting aria2s service' with logger -t ARIA2C 'Restarting aria2c service' :D :p 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>
* Revert "aria2: enable bittorrent and metalink by default"Steven Barth2014-11-30
| | | | | | As per maintainer's request. Signed-off-by: Steven Barth <steven@midlink.org>