Skip to content
Commits on Source (5)
obfs4proxy (0.0.7-4) unstable; urgency=medium
* Team upload.
* debian/control:
- Switch to golang-golang-x-crypto-dev (Closes: #902958).
- Update VCS fields to Salsa.
- Update priority.
-- Ulrike Uhlig <ulrike@debian.org> Mon, 06 Aug 2018 06:22:13 +0200
obfs4proxy (0.0.7-3) unstable; urgency=medium
* Team upload.
......
......@@ -2,18 +2,18 @@ Source: obfs4proxy
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>, Ximin Luo <infinity0@debian.org>
Section: net
Priority: extra
Priority: optional
Build-Depends: debhelper (>= 9),
dh-golang,
golang-ed25519-dev,
golang-go,
golang-goptlib-dev,
golang-go.crypto-dev (>= 1:0.0~git20150608),
golang-golang-x-crypto-dev (>= 1:0.0~git20150608),
golang-go.net-dev (>= 0.0+git20150226.3d87fd6),
golang-siphash-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/obfs4proxy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/obfs4proxy.git
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/obfs4proxy.git
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/obfs4proxy
XS-Go-Import-Path: git.torproject.org/pluggable-transports/obfs4.git
Package: obfs4proxy
......@@ -26,7 +26,7 @@ Description: pluggable transport proxy for Tor, implementing obfs4
censors, who usually monitor traffic between the client and the bridge, will
see innocent-looking transformed traffic instead of the actual Tor traffic.
.
obfs4proxy implements the obfsucation protocols obfs2, obfs3, and obfs4.
obfs4proxy implements the obfuscation protocols obfs2, obfs3, and obfs4.
.
It is written in Go and is compliant with the Tor pluggable transports
specification, and its modular architecture allows it to support multiple
......