aboutsummaryrefslogtreecommitdiff
path: root/net/v2raya/patches
Commit message (Collapse)AuthorAge
* v2raya: Update to 2.0.4Tianling Shen2023-03-20
| | | | | | | | | - Added TproxyNotSkipBr flag for OpenWrt. - Removed all upstreamed patches. - Removed deprecated option. - Re-enable ipv6/nftables auto-detect. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* v2raya: switch to use nftablesTianling Shen2023-03-08
| | | | | | | | | | | | Backport a pending PR to add nftables support. Upstream PR: https://github.com/v2rayA/v2rayA/pull/805 As nftables merged ipv4/ipv6 support into a single command, so simply enable ipv6 support by default. While at it, backport a upstreamed fix for simple-obfs plugin. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* v2raya: drop wrong patchesTianling Shen2023-03-03
| | | | | | | | | | | These patches should not be backported to OpenWrt, otherwise tproxy won't work for devices connected to br-lan (bypassed by the fw rules). We have introduced a new compile-time flag for new version (which is not released yet), but it's unnecessray to backport redudant patches as here is still at the old version. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* 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>