| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
07 Apr 2021 08:09:01 0.35.0
|
mat  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.35.0
|
mat  |
Remove # $FreeBSD$ from Makefiles. |
25 Jan 2021 12:17:16
0.35.0
|
loader  |
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
0.35.0
|
antoine  |
Mark BROKEN
Reported by: pkg-fallout
MFH: 2020Q3 |
10 Jun 2020 19:56:11
0.35.0
|
cs  |
Add go mod dependencies to fix build errors |
06 Jun 2020 15:31:56
0.35.0
|
cs  |
Update to 0.35.0 |
16 Nov 2019 12:52:40
0.31_1
|
dmgk  |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
29 Sep 2019 22:31:58
0.31
|
dmgk  |
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
0.31
|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
29 Jun 2019 03:51:14
0.31
|
tobik  |
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
0.31
|
yuri  |
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
0.21
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
22 Apr 2016 12:40:05
0.21
|
mat  |
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
0.21
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
25 Dec 2015 21:16:54
0.21
|
cs  |
Update to 0.21 |
22 Sep 2015 20:17:01
0.20
|
cs  |
Update to 0.20 |
21 Jul 2014 19:28:46
0.9
|
cs  |
Update to 0.9 |
21 Jun 2014 21:01:29
0.8
|
cs  |
Update to 0.8 |
11 May 2014 21:12:47
0.5
|
cs  |
Update to 0.5 |
18 Apr 2014 20:30:10
0.4
|
cs  |
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 |