pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/obfs4proxy Update obfs4proxy to version 0.0.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/862bc14d1a16
branches:  trunk
changeset: 318385:862bc14d1a16
user:      alnsn <alnsn%pkgsrc.org@localhost>
date:      Thu Jan 24 23:34:31 2019 +0000

description:
Update obfs4proxy to version 0.0.8.

Changes in version 0.0.8 - 2019-01-20:
 - Bug 24793: Send the correct authorization HTTP header for basic auth.
 - (meek_lite) Explicitly set Content-Length to zero when there is no
   data to send.
 - Added optional support for building as a Go 1.11 module.  Patch by
   mvdan.
 - Change the canonical upstream repo location to gitlab.

diffstat:

 net/obfs4proxy/Makefile |    9 +-
 net/obfs4proxy/PLIST    |  126 ++++++++++++++++++++++++-----------------------
 net/obfs4proxy/distinfo |   10 +-
 3 files changed, 73 insertions(+), 72 deletions(-)

diffs (170 lines):

diff -r 962ba6e13e9b -r 862bc14d1a16 net/obfs4proxy/Makefile
--- a/net/obfs4proxy/Makefile   Thu Jan 24 22:27:10 2019 +0000
+++ b/net/obfs4proxy/Makefile   Thu Jan 24 23:34:31 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/01/24 10:00:42 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2019/01/24 23:34:31 alnsn Exp $
 
-DISTNAME=      obfs4proxy-0.0.7
-PKGREVISION=   7
+DISTNAME=      obfs4proxy-0.0.8
 CATEGORIES=    net security
 MASTER_SITES=  https://people.torproject.org/~yawning/releases/obfs4proxy/
 EXTRACT_SUFX=  .tar.xz
@@ -12,8 +11,8 @@
 LICENSE=       modified-bsd
 
 WRKSRC=                ${WRKDIR}
-GO_DIST_BASE=  ${DISTNAME}
-GO_SRCPATH=    git.torproject.org/pluggable-transports/obfs4.git
+GO_DIST_BASE=  obfs4
+GO_SRCPATH=    gitlab.com/yawning/obfs4.git
 
 .include "../../devel/go-ed25519/buildlink3.mk"
 .include "../../devel/go-goptlib/buildlink3.mk"
diff -r 962ba6e13e9b -r 862bc14d1a16 net/obfs4proxy/PLIST
--- a/net/obfs4proxy/PLIST      Thu Jan 24 22:27:10 2019 +0000
+++ b/net/obfs4proxy/PLIST      Thu Jan 24 23:34:31 2019 +0000
@@ -1,63 +1,65 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2017/09/29 06:24:03 alnsn Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/01/24 23:34:31 alnsn Exp $
 bin/obfs4proxy
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/csrand.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/drbg.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/log.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/ntor.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/probdist.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/replayfilter.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/socks5.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/base.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/meeklite.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs2.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs3.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/framing.a
-gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit.a
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/ChangeLog
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/LICENSE
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/README.md
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/csrand/csrand.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/drbg/hash_drbg.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/log/log.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/ntor/ntor.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/ntor/ntor_test.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/probdist/weighted_dist.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/probdist/weighted_dist_test.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/replayfilter/replay_filter.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/replayfilter/replay_filter_test.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/args.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/args_test.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/rfc1929.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/socks5.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/socks_test.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh/uniformdh.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh/uniformdh_test.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/doc/obfs4-spec.txt
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/doc/obfs4proxy.1
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/obfs4proxy.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/proxy_http.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/proxy_socks4.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/pt_extras.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/termmon.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/termmon_linux.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/base/base.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/meeklite/base.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/meeklite/meek.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs2/obfs2.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs3/obfs3.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/framing/framing.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/framing/framing_test.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/handshake_ntor.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/handshake_ntor_test.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/obfs4.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/packet.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/statefile.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/base.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/conn.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/handshake_ticket.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/handshake_uniformdh.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/hkdf_expand.go
-gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/transports.go
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/common/csrand.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/common/drbg.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/common/log.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/common/ntor.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/common/probdist.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/common/replayfilter.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/common/socks5.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/common/uniformdh.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/transports.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/transports/base.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/transports/meeklite.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/transports/obfs2.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/transports/obfs3.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/transports/obfs4.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/transports/obfs4/framing.a
+gopkg/pkg/${GO_PLATFORM}/gitlab.com/yawning/obfs4.git/transports/scramblesuit.a
+gopkg/src/gitlab.com/yawning/obfs4.git/ChangeLog
+gopkg/src/gitlab.com/yawning/obfs4.git/LICENSE
+gopkg/src/gitlab.com/yawning/obfs4.git/README.md
+gopkg/src/gitlab.com/yawning/obfs4.git/common/csrand/csrand.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/drbg/hash_drbg.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/log/log.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/ntor/ntor.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/ntor/ntor_test.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/probdist/weighted_dist.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/probdist/weighted_dist_test.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/replayfilter/replay_filter.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/replayfilter/replay_filter_test.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/socks5/args.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/socks5/args_test.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/socks5/rfc1929.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/socks5/socks5.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/socks5/socks_test.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/uniformdh/uniformdh.go
+gopkg/src/gitlab.com/yawning/obfs4.git/common/uniformdh/uniformdh_test.go
+gopkg/src/gitlab.com/yawning/obfs4.git/doc/obfs4-spec.txt
+gopkg/src/gitlab.com/yawning/obfs4.git/doc/obfs4proxy.1
+gopkg/src/gitlab.com/yawning/obfs4.git/go.mod
+gopkg/src/gitlab.com/yawning/obfs4.git/go.sum
+gopkg/src/gitlab.com/yawning/obfs4.git/obfs4proxy/obfs4proxy.go
+gopkg/src/gitlab.com/yawning/obfs4.git/obfs4proxy/proxy_http.go
+gopkg/src/gitlab.com/yawning/obfs4.git/obfs4proxy/proxy_socks4.go
+gopkg/src/gitlab.com/yawning/obfs4.git/obfs4proxy/pt_extras.go
+gopkg/src/gitlab.com/yawning/obfs4.git/obfs4proxy/termmon.go
+gopkg/src/gitlab.com/yawning/obfs4.git/obfs4proxy/termmon_linux.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/base/base.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/meeklite/base.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/meeklite/meek.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/obfs2/obfs2.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/obfs3/obfs3.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/obfs4/framing/framing.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/obfs4/framing/framing_test.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/obfs4/handshake_ntor.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/obfs4/handshake_ntor_test.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/obfs4/obfs4.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/obfs4/packet.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/obfs4/statefile.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/scramblesuit/base.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/scramblesuit/conn.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/scramblesuit/handshake_ticket.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/scramblesuit/handshake_uniformdh.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/scramblesuit/hkdf_expand.go
+gopkg/src/gitlab.com/yawning/obfs4.git/transports/transports.go
diff -r 962ba6e13e9b -r 862bc14d1a16 net/obfs4proxy/distinfo
--- a/net/obfs4proxy/distinfo   Thu Jan 24 22:27:10 2019 +0000
+++ b/net/obfs4proxy/distinfo   Thu Jan 24 23:34:31 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2017/09/29 06:24:03 alnsn Exp $
+$NetBSD: distinfo,v 1.2 2019/01/24 23:34:31 alnsn Exp $
 
-SHA1 (obfs4proxy-0.0.7.tar.xz) = b81ed0ccdf2aa8d4195e0e7ca4a4403e3b34f860
-RMD160 (obfs4proxy-0.0.7.tar.xz) = d08600d43121683f0d4275854a632c4c92c3f513
-SHA512 (obfs4proxy-0.0.7.tar.xz) = b5da21d9ea0aae48667b3260500af15eaa135a30762a17cccd58554fca3090437db41e34166744956d302df3e2b98282f88fb4732c1df7086cb4b45942e1b90c
-Size (obfs4proxy-0.0.7.tar.xz) = 56184 bytes
+SHA1 (obfs4proxy-0.0.8.tar.xz) = df3bd292d75d9b1cb0cf48a2e7f9a38803e2ea66
+RMD160 (obfs4proxy-0.0.8.tar.xz) = 5b1ea6a44ba1e9aefc2b14670d37cf680e22dd3d
+SHA512 (obfs4proxy-0.0.8.tar.xz) = 2b92fd3353184f9aa4fc08e9415b92908c10bbd462d8a7576fa81bc67636d49aa645b1efef64f948bad2c4ee67f4b74d68c3e289b4da66128f3d94f8d9987bc1
+Size (obfs4proxy-0.0.8.tar.xz) = 57200 bytes



Home | Main Index | Thread Index | Old Index