aboutsummaryrefslogtreecommitdiff
path: root/net/v2raya/patches
Commit message (Collapse)AuthorAge
* v2raya: backports upstream fixes and add 3 new optionsTianling Shen2022-11-29
| | | | | | | | | | It may take a long time waiting for a new tag, so backport these important bug fixes for now. While at it, added 3 new options provided by upstream, and deprecated the usage of `$(AUTORELEASE)`. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* v2rayA: Update to 1.5.7Tianling Shen2022-04-23
| | | | | | | - Removed an upstreamed patch - Move logs to /var/log in accordance with FHS 3.0 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* v2raya: fix panic in go 1.18Tianling Shen2022-03-28
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* v2rayA: Update to 1.5.6.2Tianling Shen2022-02-04
| | | | | | | | | Manually added new env variable `XDG_DATA_HOME` which won't be passed by procd by default. Removed upstreamed patch. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* v2rayA: Update to 1.5.5Tianling Shen2021-12-12
Breaking changes: The database has been replaced with boltdb to try to solve the problem of database corruption. Note that the data will not be migrated, but the previous data will be retained. If you need the previous data, just downgrade v2rayA (v1.5.4). Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>