diff --git a/shadowsocks-libev/Makefile b/shadowsocks-libev/Makefile index 72bcf6343..60410c637 100644 --- a/shadowsocks-libev/Makefile +++ b/shadowsocks-libev/Makefile @@ -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) diff --git a/shadowsocks-libev/patches/020-NOCRYPTO.patch b/shadowsocks-libev/patches/020-NOCRYPTO.patch index 6b83563d3..ae64a50f0 100644 --- a/shadowsocks-libev/patches/020-NOCRYPTO.patch +++ b/shadowsocks-libev/patches/020-NOCRYPTO.patch @@ -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 of your remote server - -- -m Encrypt method: rc4-md5, -+ -m 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