aboutsummaryrefslogtreecommitdiff
path: root/net/v2raya
Commit message (Collapse)AuthorAge
* 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>
* v2raya: Update to 1.5.4Tianling Shen2021-10-02
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* v2raya: Update to 1.5.3Tianling Shen2021-09-18
| | | | | | | | | - Added missing conffiles - Refreshed init srcipt to adapt the new arguments - Renamed package name to lowercase (suggestion from upstream) - Updated dependencies and license Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* treewide: Remove GO_PKG_LDFLAGS for stripping binariesJeffery To2021-09-02
| | | | | | | | | | | | | | The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the binaries it produces. Since the default Go package build process will strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected, these flags are unnecessary. When CONFIG_NO_STRIP is selected, these flags override the user's intention of building unstripped packages. This removes these flags for all relevant packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* v2rayA: Update to 1.5.2Tianling Shen2021-08-31
| | | | | | Refreshed init script to adapt new arguments accepted by the program. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* v2rayA: add new packageTianling Shen2021-08-29
v2rayA is a Linux web GUI client of Project V which supports V2Ray, Xray, Shadowsocks, ShadowsocksR, Trojan and Pingtunnel. Wiki: https://github.com/v2rayA/v2rayA/wiki Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>