pt-websocket 0.2-5 source package in Ubuntu
Changelog
pt-websocket (0.2-5) unstable; urgency=medium * Team upload. * debian/watch: Fix URL * Lintian * Remove unused override * Override hardening-related warnings These do not make sense for Go binaries. * Switch to debhelper 10 * Declare compliance with policy version 4.1.2 * debian/copyright: Use HTTPS URI for the file format * Compliance with 4.1.3 pending on base-files shipping the CC0 license -- Nicolas Braud-Santoni <email address hidden> Thu, 11 Jan 2018 12:54:16 +0100
Upload details
- Uploaded by:
- Debian Privacy Tools Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Privacy Tools Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pt-websocket_0.2-5.dsc | 2.0 KiB | 20bd9885f76a7b9edc8c057960dcb5faeb00af31cb152fb99770404be38f4712 |
pt-websocket_0.2.orig.tar.gz | 14.5 KiB | a191160977ec9e917cf19ecb8adf0bbdeae29e4e905df4560195b89847bed42c |
pt-websocket_0.2-5.debian.tar.xz | 5.7 KiB | 1969ea83aa5ac3cccf294bf5123f7a74e760245448677199ae91f627bffbeca0 |
Available diffs
- diff from 0.2-4 to 0.2-5 (1.2 KiB)
No changes file available.
Binary packages built by this source
- pt-websocket: WebSocket pluggable transport - server
Pluggable transports are tools that transform a stream of application traffic
into a different format on the network. This helps to bypass network-level
censorship.
.
This package contains a server transport plugin that accepts connections
transformed to look like the websocket protocol. This is typically used to
enhance systems like Tor, to provide service even to censored users.
.
See flashproxy-client for a corresponding client transport plugin, meant for
users to bypass censorship, that is compatible with the websocket protocol that
this package expects.
.
(The source package also contains a websocket-client transport plugin, but
this is just a demo that is less effective than flashproxy-client, and not
meant to be used in real situations.)
- pt-websocket-dbgsym: debug symbols for pt-websocket