• R/O
  • HTTP
  • SSH
  • HTTPS

v2raya-openwrt: Commit

opkg feed of v2rayA for OpenWrt users


Commit MetaInfo

Revisãof8e7991142b27f407d9bfc5fb0d903e99a1c3b3a (tree)
Hora2022-03-13 17:12:00
AutorTianling Shen <cnsztl@immo...>
CommiterTianling Shen

Mensagem de Log

v2rayA: fix path in patches

We're at ./service/ by default.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

Mudança Sumário

Diff

--- a/v2raya/patches/001-fix-failed-to-clean-iptables-rules-in-some-cases.patch
+++ b/v2raya/patches/001-fix-failed-to-clean-iptables-rules-in-some-cases.patch
@@ -7,10 +7,10 @@ Subject: [PATCH] fix: failed to clean iptables rules in some cases
77 service/core/v2ray/transparent.go | 13 ++++++-------
88 1 file changed, 6 insertions(+), 7 deletions(-)
99
10-diff --git a/service/core/v2ray/transparent.go b/service/core/v2ray/transparent.go
10+diff --git a/core/v2ray/transparent.go b/core/v2ray/transparent.go
1111 index 5480660..07b01a0 100644
12---- a/service/core/v2ray/transparent.go
13-+++ b/service/core/v2ray/transparent.go
12+--- a/core/v2ray/transparent.go
13++++ b/core/v2ray/transparent.go
1414 @@ -12,12 +12,14 @@ import (
1515 )
1616
--- a/v2raya/patches/002-fix-resolving-subscription-for-line-breaked-base64-s.patch
+++ b/v2raya/patches/002-fix-resolving-subscription-for-line-breaked-base64-s.patch
@@ -9,10 +9,10 @@ Subject: [PATCH] fix: resolving subscription for line-breaked base64 string
99 service/common/crypto.go | 3 ++-
1010 1 file changed, 2 insertions(+), 1 deletion(-)
1111
12-diff --git a/service/common/crypto.go b/service/common/crypto.go
12+diff --git a/common/crypto.go b/common/crypto.go
1313 index b9e5173..4a067e8 100644
14---- a/service/common/crypto.go
15-+++ b/service/common/crypto.go
14+--- a/common/crypto.go
15++++ b/common/crypto.go
1616 @@ -44,10 +44,11 @@ func Base64StdDecode(s string) (string, error) {
1717 return string(raw), err
1818 }
--- a/v2raya/patches/003-chore-upgrade-routingA-to-fix-the-quote-and-colon-co.patch
+++ b/v2raya/patches/003-chore-upgrade-routingA-to-fix-the-quote-and-colon-co.patch
@@ -8,10 +8,10 @@ Subject: [PATCH] chore: upgrade routingA to fix the quote and colon conflict
88 service/go.sum | 4 ++--
99 2 files changed, 3 insertions(+), 3 deletions(-)
1010
11-diff --git a/service/go.mod b/service/go.mod
11+diff --git a/go.mod b/go.mod
1212 index 128845c..8627a09 100644
13---- a/service/go.mod
14-+++ b/service/go.mod
13+--- a/go.mod
14++++ b/go.mod
1515 @@ -25,7 +25,7 @@ require (
1616 github.com/tidwall/gjson v1.10.2
1717 github.com/tidwall/sjson v1.2.3
@@ -21,10 +21,10 @@ index 128845c..8627a09 100644
2121 github.com/v2rayA/beego/v2 v2.0.4
2222 github.com/v2rayA/shadowsocksR v1.0.4
2323 github.com/v2rayA/v2ray-lib v0.0.0-20211227083129-d4f59fbf62b8
24-diff --git a/service/go.sum b/service/go.sum
24+diff --git a/go.sum b/go.sum
2525 index e6088a2..8aa379d 100644
26---- a/service/go.sum
27-+++ b/service/go.sum
26+--- a/go.sum
27++++ b/go.sum
2828 @@ -213,8 +213,8 @@ github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848 h1:p1UzXK6VAutXFFQMnre
2929 github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e h1:5QefA066A1tF8gHIiADmOVOV5LS43gt3ONnlEl3xkwI=
3030 github.com/v2fly/v2ray-core/v4 v4.42.2-0.20210928173456-a9979057dcaa h1:MyrHPDN4JhKoOvBOK8UUVoXd4Pd9AoIfbLClTPEbKt4=
Show on old repository browser