Port details |
- traefik High availability reverse proxy and load balancer
- 3.3.5 net
=5 3.3.5Version of this port present on the latest quarterly branch. - Maintainer: riggs@FreeBSD.org
 - Port Added: 2017-10-14 12:58:33
- Last Update: 2025-04-05 08:11:33
- Commit Hash: 424cef8
- People watching this port, also watch:: node, libxml2, gimp, openssl, go
- License: MIT
- WWW:
- https://traefik.io/
- Description:
- Traefik (pronounced like traffic) is a modern HTTP reverse proxy and load
balancer made to deploy microservices with ease. It supports several backends
(Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS,
and a lot more) to manage its configuration automatically and dynamically.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/traefik/ && make install clean
- To add the package, run one of these commands:
- pkg install net/traefik
- pkg install traefik
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: traefik
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743813107
SHA256 (traefik-3.3.5.tar.xz) = d14e143916bafa13ae583542ab5fa6a8a6660d58e8e144d5b04532d558e1c55f
SIZE (traefik-3.3.5.tar.xz) = 23503156
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go-bindata : devel/go-bindata
- go123 : lang/go123
- This port is required by:
- for Run
-
- sysutils/minipot
Configuration Options:
- No options to configure
- Options name:
- net_traefik
- USES:
- cpe go:1.23,modules tar:xz
- pkg-message:
- For install:
- Note that traefik starts as unpriviliged user. Thus, it cannot
bind to privileged ports (by default, ports below 1024) and
will exit when configured to do so.
If traefik should serve ports in the privileged range, there
are options to achieve this:
- Have traffic bind to an unprivileged port and use the
packet filter configuration to redirect requests to the
desired privileged port to the unprivileged port in
traefik's configuration file e.g. the rdr rules in pf(4).
- The mac_portacl kernel module allows unprivileged processes
to bind to privileged ports.
- If upgrading from < 2.0:
- The version 2 of Traefik requires manual configuration changes
when migrating from a legacy v1 version to v2.
Please consult the Traefik migration guide at
https://doc.traefik.io/traefik/migration/v1-to-v2/
for details on how to adapt existing configuration files.
Note that there is a tool that can automate migration and
rewrite existing configuration files (at least partially):
https://github.com/traefik/traefik-migration-tool
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.25 19 Jul 2020 13:39:21
  |
riggs  |
Update to upstream release 1.7.25
Details:
- Bug- and doc fixes, see
https://github.com/containous/traefik/releases/tag/v1.7.25
MFH: 2020Q3 (hat: ports-secteam) |
1.7.24 10 Jun 2020 18:06:03
  |
mikael  |
net/traefik: fix build on aarch64
Approved by: portmgr (tier-2 blanket) |
1.7.24 29 Mar 2020 10:21:34
  |
riggs  |
Update to upstream release 1.7.24
Details:
- Bug- and doc fixes, see
https://github.com/containous/traefik/releases/tag/v1.7.22 |
1.7.22 22 Mar 2020 22:20:27
  |
riggs  |
Update to upstream release 1.7.22
Details:
- Bug- and doc fixes, see
https://github.com/containous/traefik/releases/tag/v1.7.22
MFH: 2020Q1 (hat: ports-secteam) |
1.7.21 22 Feb 2020 12:16:57
  |
riggs  |
Update to upstream version 1.7.21
Details:
- Bugfix release, see
https://github.com/containous/traefik/releases/tag/v1.7.21
MFH: 2020Q1 (hat: ports-secteam) |
1.7.20 15 Dec 2019 09:37:02
  |
riggs  |
Update to upstream version 1.7.20
Details:
- Bugfix details, see
https://github.com/containous/traefik/releases/tag/v1.7.20
MFH: 2019Q4 (hat: ports-secteam) |
1.7.19 01 Nov 2019 22:32:35
  |
riggs  |
Update to upstream version 1.7.19
Details:
- Bugfix release, see
https://github.com/containous/traefik/releases/tag/v1.7.19
MFH: 2019Q4 (hat: ports-secteam) |
1.7.18 29 Sep 2019 22:31:58
  |
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 |
1.7.18 28 Sep 2019 14:03:25
  |
riggs  |
Update to upstream release 1.7.18
Details:
- Bugfix release, see
https://github.com/containous/traefik/releases/tag/v1.7.17
(That's no typo. There are no functional changes between 1.7.17 and
1.7.18 in the upstream code. The upstream code gets a patch level bump
each time the released binary changes in some way, including - as in
this case - if it is built with a different version of go.) |
1.7.16 17 Sep 2019 04:42:06
  |
riggs  |
Update to upstream version 1.7.16
Details:
- Bugfix release, details see:
https://github.com/containous/traefik/releases/tag/v1.7.16
MFH: 2019Q3 (hat: ports-secteam) |
1.7.14 15 Aug 2019 16:04:23
  |
riggs  |
Update to upstream release 1.7.14
Details:
- Bugfix release, details see:
https://github.com/containous/traefik/releases/tag/v1.7.14
- Includes HTTP/2 denial of service fixes as described in
CVE-2019-9512 and CVE-2019-9514
MFH: 2019Q3 (hat: ports-secteam)
Security: CVE-2019-9512
CVE-2019-9514 |
1.7.12 14 Aug 2019 08:48:51
  |
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.7.12 31 May 2019 16:24:19
  |
riggs  |
Update to upstream release 1.7.12
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.12
MFH: 2019Q2 |
1.7.11 03 May 2019 16:58:25
  |
riggs  |
Update to upstream version 1.7.11
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.11
MFH: 2019Q2 |
1.7.10 15 Apr 2019 16:27:30
  |
riggs  |
Update to upstream version 1.7.10
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.10
MFH: 2019Q2 |
1.7.9 17 Feb 2019 17:31:15
  |
riggs  |
Update to upstream version 1.7.9
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.9
MFH: 2019Q1 |
1.7.8 02 Feb 2019 18:44:57
  |
riggs  |
Update to upstream release 1.7.8
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.8
MFH: 2019Q1 |
1.7.7 20 Jan 2019 14:48:29
  |
riggs  |
Update to upstream version 1.7.7
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.7
MFH: 2019Q1 |
1.7.6 16 Dec 2018 20:01:43
  |
riggs  |
Update to upstream version 1.7.6
Details:
- Bug fix for label segmentation when using custom prefix in the
consulcatalog provider, see
https://github.com/containous/traefik/releases/tag/v1.7.6
MFH: 2018Q4 |
1.7.5 08 Dec 2018 12:35:17
  |
riggs  |
Update to upstream version 1.7.5
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.5
MFH: 2018Q4 |
1.7.4 01 Nov 2018 12:58:21
  |
riggs  |
Update to upstream version 1.7.4
Details:
- Bug fixes and documentation improvements, see
https://github.com/containous/traefik/releases/tag/v1.7.4
MFH: 2018Q4 |
1.7.3 21 Oct 2018 11:07:17
  |
riggs  |
Update to upstream version 1.7.3
Details:
- Bug fix release, see
https://github.com/containous/traefik/releases/tag/v1.7.3
MFH: 2018Q4 |
1.7.2 15 Oct 2018 10:26:27
  |
riggs  |
Update to upstream version 1.7.2
Details:
- Bug fix release, see
https://github.com/containous/traefik/releases/tag/v1.7.2
MFH: 2018Q4 |
1.7.1 03 Oct 2018 20:07:47
  |
riggs  |
Update to upstream version 1.7.1
Details:
- New features and bug fixes (many related to acme) in the 1.7 branch, see
https://github.com/containous/traefik/releases/tag/v1.7.0
- Additional bug fixes sind 1.7.0 release, see
https://github.com/containous/traefik/releases/tag/v1.7.1
MFH: 2018Q4 |
1.6.6 30 Aug 2018 15:28:41
  |
riggs  |
Update to upstream version 1.6.6
Details:
- Mostly bug and doc fixes, detailed upstream log:
https://github.com/containous/traefik/releases/tag/v1.6.6
MFH: 2018Q3 |
1.6.5 21 Jul 2018 08:51:54
  |
riggs  |
Update to upstream version 1.6.5
Details:
- Mostly bug and doc fixes, detailed upstream log:
https://github.com/containous/traefik/releases/tag/v1.6.5
MFH: 2018Q3 |
1.6.4 16 Jun 2018 11:43:22
  |
riggs  |
Update to upstream version 1.6.4 (bug and doc fixes)
Details:
- See https://github.com/containous/traefik/releases/tag/v1.6.4
MFH: 2018Q2 |
1.6.3 06 Jun 2018 21:23:02
  |
riggs  |
Update to upstream version 1.6.3
MFH: 2018Q2 |
1.6.0 10 May 2018 12:37:17
  |
riggs  |
Update to upstream version 1.6.0
Detailed changelog:
https://github.com/containous/traefik/releases/tag/v1.6.0
MFH: 2018Q2 |
1.5.4 07 Apr 2018 11:01:08
  |
riggs  |
Update to upstream release 1.5.4 (bugfix release)
Details:
- Update to upstream release 1.5.4, changelog see
https://github.com/containous/traefik/releases/tag/v1.5.4
- Install sample configuration file that allows to
start traefik out of the box without configuration tweaks
- Add pkg-message; includes a note on how to accomplish
binding to privileged ports
MFH: 2018Q2 |
1.5.3_1 10 Mar 2018 22:28:59
  |
riggs  |
Include web UI; bump PORTREVISION
Submitted by: swills (via e-mail) |
1.5.3 03 Mar 2018 09:50:18
  |
riggs  |
Update to upstream version 1.5.3
Details:
- Upstream changelog, see https://github.com/containous/traefik/releases
- Use devel/go-bindata instead of temporary local copy
- Make "traefik version" report the build data correctly
- Use upstream build flags
MFH: 2018Q1 |
1.5.2 13 Feb 2018 17:08:53
  |
riggs  |
Update to upstream release 1.5.2 (Bug and docs fixes) |
1.5.1 30 Jan 2018 19:54:19
  |
riggs  |
Update to upstream version 1.5.1 (bug fixes) |
1.5.0 28 Jan 2018 15:16:37
  |
riggs  |
Update to upstream version 1.5.0 (features and fixes)
Detailed upstream release notes see
https://github.com/containous/traefik/releases/tag/v1.5.0 |
1.4.6 03 Jan 2018 12:41:53
  |
riggs  |
Update to upstream release 1.4.6 (bug fixes)
MFH: 2018Q1 |
1.4.5 09 Dec 2017 09:52:19
  |
riggs  |
Update to upstream version 1.4.5 (bug and docs fixes)
MFH: 2017Q4 |
1.4.4 25 Nov 2017 12:04:44
  |
riggs  |
Update to upstream version 1.4.4 (bug fixes) |
1.4.3 18 Nov 2017 14:50:22
  |
riggs  |
Update to upstream version 1.4.3 (bug and docs fixes) |
1.4.2 04 Nov 2017 07:23:47
  |
riggs  |
Update to upstream version 1.4.2 (bug and docs fixes) |
1.4.1 26 Oct 2017 18:55:03
  |
riggs  |
Update to upstream version 1.4.1 |
1.4.0 19 Oct 2017 21:19:53
  |
riggs  |
Update to upstream version 1.4.0 |
1.3.8 14 Oct 2017 12:58:24
  |
riggs  |
Import net/traefik, a high availability reverse proxy and load balancer |