notbug ipv6 ready As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Remember
I remember

/commits.php is going away

I'm proposing to take /commits.php away - it mainly duplicates the home page. Details in this GitHub issue.
Port details
meek Pluggable transport proxy that relays through third-party server
0.35.0 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.35.0Version of this port present on the latest quarterly branch.
Maintainer: cs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-04-18 20:30:16
Last Update: 2021-04-07 08:09:01
Commit Hash: cf118cc
License: CC0-1.0
Description:
SVNWeb : git : Homepage
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.35.0/catalog.mk
  6. /usr/local/share/licenses/meek-0.35.0/LICENSE
  7. /usr/local/share/licenses/meek-0.35.0/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
PKGNAME: meek
Flavors: there is no flavor information for this port.
distinfo:
Packages (timestamps in pop-ups are UTC):
meek
ABIlatestquarterly
FreeBSD:11:aarch64--
FreeBSD:11:amd640.35.00.35.0
FreeBSD:11:armv6--
FreeBSD:11:i3860.35.00.35.0
FreeBSD:11:mips--
FreeBSD:11:mips64--
FreeBSD:12:aarch64-0.35.0
FreeBSD:12:amd640.35.00.35.0
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3860.35.00.35.0
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch64-0.35.0
FreeBSD:13:amd640.35.00.35.0
FreeBSD:13:armv6--
FreeBSD:13:armv7--
FreeBSD:13:i3860.35.00.35.0
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64--
FreeBSD:14:aarch640.35.0-
FreeBSD:14:amd640.35.0-
FreeBSD:14:armv6--
FreeBSD:14:armv7--
FreeBSD:14:i3860.35.0-
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14:powerpc64--
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go : lang/go
There are no ports dependent upon this port

Configuration Options:
Options name:

USES:

pkg-message:
If installing:
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitweb.torproject.org/pluggable-transports/meek.git/snapshot/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
07 Apr 2021 08:09:01
 files touched by this commit commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  0.35.0
mat search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
06 Apr 2021 14:31:07
 files touched by this commit commit hash:305f148f482daf30dcf728039d03d019f88344eb  0.35.0
mat search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
25 Jan 2021 12:17:16
Original commit files touched by this commit Revision:562565  0.35.0
loader search for other commits by this committer
security/meek: Add missing build dependency goptlib, remove BROKEN

Reviewed by:	koobs
Approved by:	koobs (ports, mentor), cs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D28320
MFH:		2021Q1 (build fix)
12 Jul 2020 20:14:46
Original commit files touched by this commit Revision:542100  0.35.0
antoine search for other commits by this committer
Mark BROKEN

Reported by:	pkg-fallout
MFH:		2020Q3
10 Jun 2020 19:56:11
Original commit files touched by this commit Revision:538436  0.35.0
cs search for other commits by this committer
Add go mod dependencies to fix build errors
06 Jun 2020 15:31:56
Original commit files touched by this commit Revision:538098  0.35.0
cs search for other commits by this committer
Update to 0.35.0
16 Nov 2019 12:52:40
Original commit files touched by this commit Revision:517745  0.31_1
dmgk search for other commits by this committer
Bump PORTREVISION after r517743 to force relinking.

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
29 Sep 2019 22:31:58
Original commit files touched by this commit Revision:513275  0.31
dmgk search for other commits by this committer
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
misc-shells)

- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21743
14 Aug 2019 12:16:13
Original commit files touched by this commit Revision:508909  0.31
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
29 Jun 2019 03:51:14
Original commit files touched by this commit Revision:505321  0.31
tobik search for other commits by this committer
Convert all Go ports to USES=go

This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.

USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.

PR:		238849
Submitted by:	dg@syrec.org (also D20745)
Reviewed by:	mat, tobik
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20746
30 Aug 2018 20:37:21
Original commit files touched by this commit Revision:478492  0.31
yuri search for other commits by this committer
security/meek: Update 0.21 -> 0.31

Port changes:
* Switch to the original torproject.org upstream
* Remove dependency on packaged Go libs
* Add LICENSE and LICENSE_FILE

PR:		230013
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	cs (maintainer's timeout; 36 days)
Differential Revision:	D16411
19 May 2016 10:53:06
Original commit files touched by this commit Revision:415500  0.21
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
22 Apr 2016 12:40:05
Original commit files touched by this commit Revision:413776  0.21
mat search for other commits by this committer
Move lang/go/files/bsd.go.mk to USES=go.

Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
01 Apr 2016 14:25:18
Original commit files touched by this commit Revision:412349  0.21
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
25 Dec 2015 21:16:54
Original commit files touched by this commit Revision:404474  0.21
cs search for other commits by this committer
Update to 0.21
22 Sep 2015 20:17:01
Original commit files touched by this commit Revision:397589  0.20
cs search for other commits by this committer
Update to 0.20
21 Jul 2014 19:28:46
Original commit files touched by this commit Revision:362469  0.9
cs search for other commits by this committer
Update to 0.9
21 Jun 2014 21:01:29
Original commit files touched by this commit Revision:358744  0.8
cs search for other commits by this committer
Update to 0.8
11 May 2014 21:12:47
Original commit files touched by this commit Revision:353734  0.5
cs search for other commits by this committer
Update to 0.5
18 Apr 2014 20:30:10
Original commit files touched by this commit Revision:351568  0.4
cs search for other commits by this committer
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.

WWW: https://trac.torproject.org/projects/tor/wiki/doc/meek

Number of commits found: 20