mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update Shadowsocks to 3.2.1
This commit is contained in:
parent
86778572e7
commit
0b28c228a9
2 changed files with 2 additions and 16 deletions
|
@ -14,12 +14,12 @@ include $(TOPDIR)/rules.mk
|
|||
# - check if default mode has changed from being tcp_only
|
||||
#
|
||||
PKG_NAME:=shadowsocks-libev
|
||||
PKG_VERSION:=3.2.0
|
||||
PKG_VERSION:=3.2.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$(PKG_VERSION)
|
||||
PKG_HASH:=5521cf623a07fd1e393528516a83acd2b66c5d4bb4535a52662806a6a060c606
|
||||
PKG_HASH:=988fc151474d0d2fb7a6005621949656e7a7f79400b4514624e09fd4b22969f6
|
||||
|
||||
PKG_MAINTAINER:=Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ Subject: [PATCH 01/17] No encryption initial implementation
|
|||
|
||||
Set cipher az "none" to disable encryption.
|
||||
---
|
||||
README.md | 2 +-
|
||||
completions/bash/ss-local | 2 +-
|
||||
completions/bash/ss-manager | 2 +-
|
||||
completions/bash/ss-redir | 2 +-
|
||||
|
@ -33,19 +32,6 @@ Set cipher az "none" to disable encryption.
|
|||
create mode 100644 src/noencrypt.c
|
||||
create mode 100644 src/noencrypt.h
|
||||
|
||||
diff --git a/README.md b/README.md
|
||||
index a77084b3..ff2c3253 100644
|
||||
--- a/README.md
|
||||
+++ b/README.md
|
||||
@@ -351,7 +351,7 @@ you may refer to the man pages of the applications, respectively.
|
||||
|
||||
-k <password> password of your remote server
|
||||
|
||||
- -m <encrypt_method> Encrypt method: rc4-md5,
|
||||
+ -m <encrypt_method> Encrypt method: none, rc4-md5,
|
||||
aes-128-gcm, aes-192-gcm, aes-256-gcm,
|
||||
aes-128-cfb, aes-192-cfb, aes-256-cfb,
|
||||
aes-128-ctr, aes-192-ctr, aes-256-ctr,
|
||||
diff --git a/completions/bash/ss-local b/completions/bash/ss-local
|
||||
index 0186ccc4..57fa318b 100644
|
||||
--- a/completions/bash/ss-local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue