net/obfs4proxy: update to 0.0.14

update from Ganymede ganymede AT analogon dot eu
ok and tweaks suggested by abieber@
This commit is contained in:
aisha 2022-11-12 13:27:46 +00:00
parent 62260ec418
commit 5a9f1b5703
3 changed files with 9 additions and 10 deletions

View File

@ -2,15 +2,14 @@ COMMENT = a "look-like nothing" obfuscation protocol for TCP
MODGO_MODNAME = gitlab.com/yawning/obfs4.git
# https://gitlab.com/yawning/obfs4/-/commit/77af0cba934d
# commit 77af0cba934d73c4baeb709560bcfc9a9fbc661c
# build: Do the release ritual for obfs4proxy-0.0.13
MODGO_VERSION = v0.0.0-20220204003609-77af0cba934d
# https://gitlab.com/yawning/obfs4/-/commit/336a71d6
# commit 336a71d6e4cfd2d33e9c57797828007ad74975e9
# build: Do the release ritual for obfs4proxy-0.0.14
MODGO_VERSION = v0.0.0-20220904064028-336a71d6e4cf
DISTNAME = obfs4.git-${MODGO_VERSION}
PKGNAME = obfs4proxy-0.0.13
REVISION = 0
PKGNAME = obfs4proxy-0.0.14
CATEGORIES = net www

View File

@ -19,7 +19,7 @@ SHA256 (go_modules/golang.org/x/text/@v/v0.3.3.mod) = +7eojtFAUV55Dsp6EP/TGcl4ax
SHA256 (go_modules/golang.org/x/text/@v/v0.3.3.zip) = iolto0a6+Uq08ksOOW3wt5OTyTqgXFDvB83dVhof+Nc=
SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod) = oOAvBnj+Ytw8S0vHf6kSybcN4Q+p988veq0DNzkrUq8=
SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.zip) = ZnP+BmYvy+5fJG8Sr47YYDKL8I/QFv1JCYfNdqyxtP4=
SHA256 (obfs4.git-v0.0.0-20220204003609-77af0cba934d.zip) = Bu+gQaJVx8UwOJLVMZ5k1bit9+8kF/CJpPoaV1DHglU=
SHA256 (obfs4.git-v0.0.0-20220904064028-336a71d6e4cf.zip) = /tU10m0oYU9w1nIG73iibey7rs3cE+29RYF8281dPEQ=
SIZE (go_modules/filippo.io/edwards25519/@v/v1.0.0-rc.1.0.20210721174708-390f27c3be20.mod) = 40
SIZE (go_modules/filippo.io/edwards25519/@v/v1.0.0-rc.1.0.20210721174708-390f27c3be20.zip) = 50968
SIZE (go_modules/git.torproject.org/pluggable-transports/goptlib.git/@v/v1.0.0.mod) = 59
@ -41,4 +41,4 @@ SIZE (go_modules/golang.org/x/text/@v/v0.3.3.mod) = 97
SIZE (go_modules/golang.org/x/text/@v/v0.3.3.zip) = 8010747
SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod) = 26
SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.zip) = 2687668
SIZE (obfs4.git-v0.0.0-20220204003609-77af0cba934d.zip) = 140867
SIZE (obfs4.git-v0.0.0-20220904064028-336a71d6e4cf.zip) = 143125

View File

@ -18,7 +18,7 @@ following configurations in your 'torrc' file:
## (Optional) Listen on the specified IP:PORT for obfs4 connections
## as opposed to picking a random port automatically
# ServerTransportListenAddr obfs4 0.0.0.0:443
# ServerTransportListenAddr obfs4 0.0.0.0:PORT
obfs4proxy is backwards compatible with obfs2 and obfs3 either in
client or server mode. If you want to use it like this, please adjust
@ -26,4 +26,4 @@ your 'torrc' config file to fit your needs. It's compatible with
ScrambleSuit in client mode.
For more information, please consult the official wiki page at
https://trac.torproject.org/projects/tor/wiki/doc/PluggableTransports/obfs4proxy
https://community.torproject.org/relay/setup/bridge/openbsd/