Tianling Shen
05d1265cb7
xray-core: Update to 1.6.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a0126b15c5
)
[Update geodata to latest version, based on f8c25627ebe1d9]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years ago
Tianling Shen
5819aa071b
xray-core: Update to 1.5.10
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit ddd4082d30
)
2 years ago
Tianling Shen
b0118aab51
xray-core: Update to 1.5.9
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 25922c6afd
)
2 years ago
Tianling Shen
782f9a2b0a
xray-core: Update to 1.5.8
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit c6103fe402
)
2 years ago
Tianling Shen
9274641503
xray-core: Update to 1.5.7
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a60ebb597a
)
2 years ago
Tianling Shen
29d26d1d0a
xray-core: Update to 1.5.6
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 2f5980d589
)
2 years ago
Tianling Shen
1f03233c08
xray-core: Update to 1.5.5
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 67c0a17fee
)
3 years ago
Tianling Shen
5f7f751978
xray-core: Update to 1.5.4
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit f8fa16f40d
)
3 years ago
Tianling Shen
d8d261fe2d
xray-core: Update to 1.5.3
Removed outdated `alterId` in sample config.
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Tianling Shen
418e59356b
xray-core: Update to 1.5.2
Removed upstreamed patches.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Tianling Shen
6d56c80ff9
xray-core: Update to 1.5.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Tianling Shen
ab540e6990
xray-core: remove dead jail files
It never works... And Xray-core needs root access to work.
Bump geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Tianling Shen
0a2fb81acc
xray-core: Update to 1.4.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Tianling Shen
0555b05030
xray-core: Update to 1.4.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Tianling Shen
3f448adabb
xray-core: Update to 1.4.3
- Updated geodata to latest version
- Removed upstreamed patches
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Jeffery To
8a6def501a
treewide: Remove GO_PKG_LDFLAGS for stripping binaries
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>
3 years ago
Tianling Shen
53bbfe4de5
xray-core: bump geodata to latest version
Also removed `fullcone` option as this is outdated.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Tianling Shen
bbc6c62c2a
xray-core: use `$(INSTALL_DATA)` to install configuration files
Using `$(INSTALL_CONF)` will cause the program has no access to
configurations file when someone enabled the selinux support.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 years ago
Tianling Shen
92efcc2956
xray-core: remove PROVIDES
Xray now is no longer planning to keep compatibility with original
v2ray. Remove PROVIDES before it is totally broken.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 years ago
Tianling Shen
781c70077b
xray-core: Update to 1.4.2
Updated geo datas to latest version.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 years ago
Tianling Shen
07bc6996b6
xray-core: Update to 1.4.1
Updated geodata to latest version.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 years ago
Tianling Shen
a28580a530
xray-core: Update to 1.4.0
- Re-assigned myself as the maintainer
- Updated geodata to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 years ago
Tianling Shen
264ce0d0ee
xray-core: Update to 1.3.1
- updated geodata to latest version
- updated project url
Fixes : #14972
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 years ago
Tianling Shen
024112605a
xray-core: remove myself from maintainters
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
4 years ago
Tianling Shen
4a48ef7ed5
xray-core: Update to 1.3.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
4 years ago
Tianling Shen
d88af23bc0
xray-core: bump geodata to latest version
also adjusted GO_PKG_LDFLAGS_X which was suggested by Jeffery To.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
4 years ago
Tianling Shen
6c9b96352f
xray-core: add init script
Add init script so the users could run it with their configs quickly.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
4 years ago
Tianling Shen
c8c2564012
xray-core: add example configs
Thry're from v2fly/v2ray-core wikis, used as examples.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
4 years ago
Tianling Shen
87a5328dd4
xray-core: update project url
Use $(AUTORELEASE) to bump PKG_RELEASE automatically.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
4 years ago
Tianling Shen
27a29803c1
xray-core: add new package
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
4 years ago