@ -8,14 +8,13 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := obfs4proxy
PKG_VERSION := 0.0.7
PKG_VERSION := 0.0.9
PKG_RELEASE := 1
PKG_SOURCE_PROTO := git
PKG_SOURCE_URL := https://git.torproject.org/pluggable-transports/obfs4.git
PKG_SOURCE_VERSION := 8256fac93c2cf79742725e3aaced5bbe3380fd32
PKG_SOURCE_DATE := 20161115
PKG_MIRROR_HASH := 9c504337f7a2b46310083224cf0998fc7645f8af5d50657cf74358d39916eddc
PKG_SOURCE := obfs4-$( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE_URL := https://gitlab.com/yawning/obfs4/-/archive/$( PKG_NAME) -$( PKG_VERSION) /
PKG_HASH := ab2608014fae15b4e0dad2f8128e81f912ab27277539004b759180c1fb5007dd
PKG_BUILD_DIR := $( BUILD_DIR) /obfs4-$( PKG_NAME) -$( PKG_VERSION)
PKG_LICENSE := BSD-2-Clause
PKG_LICENSE_FILES := LICENSE
@ -25,14 +24,14 @@ PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL := 1
PKG_USE_MIPS16 := 0
GO_PKG := git.torproject.org/pluggable-transports /obfs4.git
GO_PKG := gitlab.com/yawning /obfs4.git
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e . . / . . / l a n g / g o l a n g / g o l a n g - p a c k a g e . m k
d e f i n e P a c k a g e / o b f s 4 p r o x y / D e f a u l t
TITLE:= A Tor pluggable transport proxy, implementing obfs4
URL:= https://gitweb.torproject.org/pluggable-transports/obfs4.git/
URL:= https://gitlab.com/yawning/obfs4
DEPENDS:= $( GO_ARCH_DEPENDS)
e n d e f
@ -42,7 +41,7 @@ $(call Package/obfs4proxy/Default)
CATEGORY:= Network
e n d e f
d e f i n e P a c k a g e / g o l a n g - t o r p r o j e c t - p l u g g a b l e - t r a n s p o r t s - o b f s 4 - d e v
d e f i n e P a c k a g e / g o l a n g - g i t l a b - y a w n i n g - o b f s 4 - d e v
$( call Package /obfs 4proxy /Default )
$( call GoPackage /GoSubMenu )
TITLE += ( source files)
@ -76,7 +75,7 @@ This package contains both the client and the bridge in a single
p r o g r a m .
e n d e f
d e f i n e P a c k a g e / g o l a n g - t o r p r o j e c t - p l u g g a b l e - t r a n s p o r t s - o b f s 4 - d e v / d e s c r i p t i o n
d e f i n e P a c k a g e / g o l a n g - g i t l a b - y a w n i n g - o b f s 4 - d e v / d e s c r i p t i o n
$( call Package /obfs 4proxy /Default /description )
T h i s p a c k a g e p r o v i d e s t h e s o u r c e f i l e s f o r t h e c l i e n t / b r i d g e p r o g r a m .
@ -84,6 +83,5 @@ endef
$( eval $ ( call GoBinPackage ,obfs 4proxy ) )
$( eval $ ( call BuildPackage ,obfs 4proxy ) )
$( eval $ ( call GoSrcPackage ,golang -torproject -pluggable -transports -obfs 4-dev ) )
$( eval $ ( call BuildPackage ,golang -torproject -pluggable -transports -obfs 4-dev ) )
$( eval $ ( call GoSrcPackage ,golang -gitlab -yawning -obfs 4-dev ) )
$( eval $ ( call BuildPackage ,golang -gitlab -yawning -obfs 4-dev ) )