notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2023Q4
meek Pluggable transport proxy that relays through third-party server
0.37.0_11 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.37.0_11Version of this port present on the latest quarterly branch.
Maintainer: egypcio@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-07 15:09:06
Last Update: 2023-12-07 15:06:56
Commit Hash: 1a5ede5
Also Listed In: net
License: CC0-1.0
WWW:
https://trac.torproject.org/projects/tor/wiki/doc/meek
Description:
Meek is a transport that uses HTTP for carrying bytes and TLS for obfuscation. Traffic is relayed through a third-party server (Google App Engine). It uses a trick to talk to the third party so that it looks like it is talking to an unblocked server.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/meek-client
  2. bin/meek-server
  3. man/man1/meek-client.1.gz
  4. man/man1/meek-server.1.gz
  5. /usr/local/share/licenses/meek-0.37.0_11/catalog.mk
  6. /usr/local/share/licenses/meek-0.37.0_11/LICENSE
  7. /usr/local/share/licenses/meek-0.37.0_11/CC0-1.0
Collapse this list.
Dependency lines:
  • meek>0:security/meek
To install the port:
cd /usr/ports/security/meek/ && make install clean
To add the package, run one of these commands:
  • pkg install security/meek
  • pkg install meek
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: meek
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1646338121 SHA256 (torbsd-meek-v0.37.0_GH0.tar.gz) = f5650e26638f94954d0b89892ac0f4241cfeb55c17f555ee890609544ea85474 SIZE (torbsd-meek-v0.37.0_GH0.tar.gz) = 61508

Expand this list (12 items)

Collapse this list.

SHA256 (torbsd-goptlib-v1.2.0_GH0.tar.gz) = ddb7add33157fdd60e3358c9a53f0e0db446fc320b4e4ecbbf36af0d96b2deeb SIZE (torbsd-goptlib-v1.2.0_GH0.tar.gz) = 29678 SHA256 (golang-crypto-86341886e292_GH0.tar.gz) = 92b4ef34c44645bf9e6fccc20ca0a4307ef1e4e526f583141c05832182124b6b SIZE (golang-crypto-86341886e292_GH0.tar.gz) = 1628070 SHA256 (golang-net-27dd8689420f_GH0.tar.gz) = e72ae02627807460cd899f85e9043f3b5047f2842b82457f5c7b18466f791eaf SIZE (golang-net-27dd8689420f_GH0.tar.gz) = 1229548 SHA256 (golang-sys-4e6760a101f9_GH0.tar.gz) = 03a0fe05c767ee371318e94f05d0fb59ce1d00d0716e522cd4e31e6424a394a1 SIZE (golang-sys-4e6760a101f9_GH0.tar.gz) = 1259262 SHA256 (golang-text-v0.3.7_GH0.tar.gz) = 7cab2f6c3133ac1d422edd952b0dd2082fa55a73c2663fb2defd9bf83d649b26 SIZE (golang-text-v0.3.7_GH0.tar.gz) = 8354718 SHA256 (refraction-networking-utls-v1.0.0_GH0.tar.gz) = 88c18e1913b291dc58b5088e7b1115508a6e0b1460f6bdb8b68ff761e56111ce SIZE (refraction-networking-utls-v1.0.0_GH0.tar.gz) = 546244

Collapse this list.


Packages (timestamps in pop-ups are UTC):
meek
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.37.0_190.37.0_19-0.37.0_190.37.0_19---
FreeBSD:13:quarterly0.37.0_190.37.0_19-0.37.0_190.37.0_19---
FreeBSD:14:latest0.37.0_190.37.0_19-0.37.0_190.37.0_19---
FreeBSD:14:quarterly0.37.0_190.37.0_19-0.37.0_190.37.0_19---
FreeBSD:15:latest0.37.0_190.37.0_19n/a0.37.0_19n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go120 : lang/go120
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_meek
USES:
cpe go:modules
pkg-message:
For install:
If you are using meek with tor, here are some instructions: As a client, add the following to /usr/local/etc/tor/torrc: UseBridges 1 Bridge meek x.x.x.x:yyyy FINGERPRINT-OF-BRIDGE ClientTransportPlugin meek exec ./meek-client \ --url=https://meek-reflect.example.com \ --front=www.example.com \ --log meek-client.log
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/torbsd/meek/tar.gz/v0.37.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.37.0_11
07 Dec 2023 15:06:56
commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
(cherry picked from commit 0505b712df3ae2b4bcaba00aecc7c1e9100d8609)

Number of commits found: 1