aboutsummaryrefslogtreecommitdiff
path: root/net/obfs4proxy/Makefile
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2022-01-04 13:56:42 +0800
committerJeffery To <jeffery.to@gmail.com>2022-01-04 13:56:42 +0800
commit1c7a6d5cc2546e30e4474c977f70b0aca43b7f2b (patch)
tree9fc8cd9a273de93ae0a0821679128c5cca7b9b35 /net/obfs4proxy/Makefile
parentb434cd71b950185cbf57308466eb0e3473ba484e (diff)
obfs4proxy: Update to 0.0.12
Parts of the meek_lite transport are GPL3 (added in 0.0.9), the rest of the program is BSD 2-Clause. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'net/obfs4proxy/Makefile')
-rw-r--r--net/obfs4proxy/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/obfs4proxy/Makefile b/net/obfs4proxy/Makefile
index 37cf0fee4..4a3941187 100644
--- a/net/obfs4proxy/Makefile
+++ b/net/obfs4proxy/Makefile
@@ -8,16 +8,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=obfs4proxy
-PKG_VERSION:=0.0.11
+PKG_VERSION:=0.0.12
PKG_RELEASE:=1
PKG_SOURCE:=obfs4-$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://gitlab.com/yawning/obfs4/-/archive/$(PKG_NAME)-$(PKG_VERSION)/
-PKG_HASH:=b0964479300a3ea899a4354fdeb5196e52544554f8edf6190142cddd1072526c
+PKG_HASH:=d6215774660a6b665ed59b786f11c90c8cd6569f72a44237bcf57765c3908c83
PKG_BUILD_DIR:=$(BUILD_DIR)/obfs4-$(PKG_NAME)-$(PKG_VERSION)
-PKG_LICENSE:=BSD-2-Clause
-PKG_LICENSE_FILES:=LICENSE
+PKG_LICENSE:=BSD-2-Clause GPL-3.0-or-later
+PKG_LICENSE_FILES:=LICENSE LICENSE-GPL3.txt
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_BUILD_DEPENDS:=golang/host