This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
shadowsocks-libev: Update AEAD cipher names.
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
lilik-openwrt-22.03
Leong Hui Wong
7 years ago
committed by
Yousong Zhou
parent
f6f750ad17
commit
b26ba6634d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/shadowsocks-libev/Makefile
+1
-1
net/shadowsocks-libev/files/shadowsocks-libev.init
+ 1
- 1
net/shadowsocks-libev/Makefile
View File
@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk
#
PKG_NAME
:=
shadowsocks-libev
PKG_VERSION
:=
3.0.8
PKG_RELEASE
:=
5
PKG_RELEASE
:=
6
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://github.com/shadowsocks/shadowsocks-libev/releases/download/v
$(
PKG_VERSION
)
+ 1
- 1
net/shadowsocks-libev/files/shadowsocks-libev.init
View File
@ -245,7 +245,7 @@ validate_common_server_options_() {
local cfg="$1"; shift
local func="$1"; shift
local stream_methods='"table", "rc4", "rc4-md5", "aes-128-cfb", "aes-192-cfb", "aes-256-cfb", "aes-128-ctr", "aes-192-ctr", "aes-256-ctr", "bf-cfb", "camellia-128-cfb", "camellia-192-cfb", "camellia-256-cfb", "salsa20", "chacha20", "chacha20-ietf"'
local aead_methods='"aes-128-gcm", "aes-192-gcm", "aes-256-gcm"'
local aead_methods='"aes-128-gcm", "aes-192-gcm", "aes-256-gcm"
, "chacha20-ietf-poly1305", "xchacha20-ietf-poly1305"
'
"${func:-ss_validate}" "$cfgtype" "$cfg" "$@" \
'disabled:bool:0' \
Write
Preview
Loading…
Cancel
Save