<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/aria2/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-04-28T05:13:42Z</updated>
<entry>
<title>aria2: fix openssl legacy load failed</title>
<updated>2025-04-28T05:13:42Z</updated>
<author>
<name>Liangbin Lian</name>
</author>
<published>2025-04-21T08:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d60028116d974796c33614bb2fef600068bcbb2a'/>
<id>urn:sha1:d60028116d974796c33614bb2fef600068bcbb2a</id>
<content type='text'>
```
Mon Apr 21 13:30:56 2025 daemon.info aria2c[13301]: jail: exec-ing /usr/bin/aria2c
Mon Apr 21 13:30:56 2025 daemon.err aria2c[13301]: Exception caught
Mon Apr 21 13:30:56 2025 daemon.err aria2c[13301]: Exception: [Platform.cc:125] errorCode=1 OSSL_PROVIDER_load 'legacy' failed.
Mon Apr 21 13:30:56 2025 daemon.err aria2c[13301]:
Mon Apr 21 13:30:56 2025 daemon.info procd: Instance aria2::aria2.main s in a crash loop 6 crashes, 0 seconds since last crash
Mon Apr 21 13:30:56 2025 daemon.info aria2c[13301]: jail: jail (13302) exited with exit: 1

```

Links:
- https://github.com/aria2/aria2/issues/2152

Co-authored-by: Tianling Shen &lt;cnsztl@gmail.com&gt;
Signed-off-by: Liangbin Lian &lt;jjm2473@gmail.com&gt;
</content>
</entry>
<entry>
<title>aria2: Fix aria2.init start issue</title>
<updated>2022-09-12T19:04:05Z</updated>
<author>
<name>Naraku J</name>
</author>
<published>2022-04-08T08:10:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3eba8468e1e93e5f66df20aa3f8ebe5d3f1cffea'/>
<id>urn:sha1:3eba8468e1e93e5f66df20aa3f8ebe5d3f1cffea</id>
<content type='text'>
Re-mount '$config_file' inside the '$config_dir' will cause aria2 process unable to start.

Signed-off-by: Naraku J &lt;74468372+Narakuku@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>aria2: Update init script</title>
<updated>2019-03-27T16:05:43Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2019-02-01T07:46:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3f247ef4557acad3ba181779377ebc133915a76f'/>
<id>urn:sha1:3f247ef4557acad3ba181779377ebc133915a76f</id>
<content type='text'>
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 &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>aria2: Add new options and fix typos</title>
<updated>2019-02-01T07:13:10Z</updated>
<author>
<name>Ahmar Aftab</name>
</author>
<published>2019-01-31T18:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=603382ceb3bb838c91011c9351ad781b18a14239'/>
<id>urn:sha1:603382ceb3bb838c91011c9351ad781b18a14239</id>
<content type='text'>
Added new options for aria2 config and fixed some typos within aria2 init file.

Signed-off-by: Ahmar Aftab &lt;pakahmar@hotmail.com&gt;
</content>
</entry>
<entry>
<title>aria2: fix some typo</title>
<updated>2018-12-15T13:16:23Z</updated>
<author>
<name>James Qian</name>
</author>
<published>2018-12-15T13:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a07454d02693a8ed3d235371cfea80bd811e9cd6'/>
<id>urn:sha1:a07454d02693a8ed3d235371cfea80bd811e9cd6</id>
<content type='text'>
Signed-off-by: James Qian &lt;sotux82@gmail.com&gt;
</content>
</entry>
<entry>
<title>aria2: fixed the spelling for rpc-passwd and rpc-user.</title>
<updated>2018-10-25T13:11:43Z</updated>
<author>
<name>brv phoenix</name>
</author>
<published>2018-10-25T10:33:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ed9514e93e16ad474497fc02071956966de2cf2c'/>
<id>urn:sha1:ed9514e93e16ad474497fc02071956966de2cf2c</id>
<content type='text'>
Signed-off-by: brv phoenix &lt;feixuekaka1@gmail.com&gt;
</content>
</entry>
<entry>
<title>aria2: handle check_certificate=false config option</title>
<updated>2018-09-20T11:24:57Z</updated>
<author>
<name>Waldemar Konik</name>
</author>
<published>2018-09-20T10:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7b1c25f48ca2cd0255aa83f6d4728153f7f33446'/>
<id>urn:sha1:7b1c25f48ca2cd0255aa83f6d4728153f7f33446</id>
<content type='text'>
Signed-off-by: Waldemar Konik &lt;informatyk74@interia.pl&gt;
</content>
</entry>
<entry>
<title>aria2: Add missing 'or' in section validate function</title>
<updated>2017-08-25T06:33:54Z</updated>
<author>
<name>Hsing-Wang Liao</name>
</author>
<published>2017-08-25T06:08:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=df615166ba20ba9e556fc68acbffb3d5e49a2bad'/>
<id>urn:sha1:df615166ba20ba9e556fc68acbffb3d5e49a2bad</id>
<content type='text'>
Signed-off-by: Hsing-Wang Liao &lt;kuoruan@gmail.com&gt;
</content>
</entry>
<entry>
<title>aria2: Rewrite init script</title>
<updated>2017-08-25T05:51:45Z</updated>
<author>
<name>Hsing-Wang Liao</name>
</author>
<published>2017-08-13T05:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=961a1b5190ecee4d65e9959a97ad96068e5efa67'/>
<id>urn:sha1:961a1b5190ecee4d65e9959a97ad96068e5efa67</id>
<content type='text'>
* Add aria2 user and group.
* Use procd to start service.
* Add more supported options.

Compatible with previous version.

Signed-off-by: Hsing-Wang Liao &lt;kuoruan@gmail.com&gt;
</content>
</entry>
<entry>
<title>aria2: fix bugs and make some changes</title>
<updated>2016-07-24T08:02:19Z</updated>
<author>
<name>Hsing-Wang Liao</name>
</author>
<published>2016-07-24T07:56:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=335e32681f1e033abf40b2e34644117a49fd5cba'/>
<id>urn:sha1:335e32681f1e033abf40b2e34644117a49fd5cba</id>
<content type='text'>
* 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 &lt;kuoruan@gmail.com&gt;
</content>
</entry>
</feed>
