Browse Source

v2rayA: Update to 1.5.7

- Removed an upstreamed patch
- Move logs to /var/log in accordance with FHS 3.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit ff8f25cb98)
lilik-openwrt-22.03
Tianling Shen 2 years ago
parent
commit
dad9ae19ef
No known key found for this signature in database GPG Key ID: 6850B6345C862176
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      net/v2raya/Makefile
  2. +1
    -1
      net/v2raya/files/v2raya.config
  3. +1
    -1
      net/v2raya/files/v2raya.init

+ 2
- 2
net/v2raya/Makefile View File

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=v2rayA
PKG_VERSION:=1.5.6.2
PKG_VERSION:=1.5.7
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=d949246aa9fe80aa9cb8fb4d80cb470f508bb44d4ac23e84e28e3b9abd30b67c
PKG_HASH:=6d203ef95ac2a48f6f1808b93fc1cd1a4f32a0419710d0c7a74169f27c38ed9c
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/service
PKG_LICENSE:=AGPL-3.0-only


+ 1
- 1
net/v2raya/files/v2raya.config View File

@ -16,7 +16,7 @@ config v2raya 'config'
option log_level 'info'
# The path of log file
option log_file '/tmp/v2raya.log'
option log_file '/var/log/v2raya/v2raya.log'
# Maximum number of days to keep log files
option log_max_days '3'


+ 1
- 1
net/v2raya/files/v2raya.init View File

@ -44,7 +44,7 @@ start_service() {
append_env_arg "config" "config" "/etc/v2raya"
append_env_arg "config" "ipv6_support" "auto"
append_env_arg "config" "log_level" "info"
append_env_arg "config" "log_file" "/tmp/v2raya.log"
append_env_arg "config" "log_file" "/var/log/v2raya/v2raya.log"
append_env_arg "config" "log_max_days" "3"
append_env_arg "config" "v2ray_bin"
append_env_arg "config" "v2ray_confdir"


Loading…
Cancel
Save