Port details on branch 2023Q4 |
- traefik High availability reverse proxy and load balancer
- 2.10.7 net =0 3.2.1Version of this port present on the latest quarterly branch.
- Maintainer: riggs@FreeBSD.org
- Port Added: 2023-10-14 13:30:08
- Last Update: 2023-12-26 15:29:31
- Commit Hash: 7e41376
- 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 = 1703587925
SHA256 (traefik-2.10.7.tar.xz) = 88961c736013932aa69a47ce90915fff505c8f1f956bec67e60ca09166a069b1
SIZE (traefik-2.10.7.tar.xz) = 21918804
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
- go121 : lang/go121
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_traefik
- USES:
- cpe go:1.21,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 |
2.10.7 26 Dec 2023 15:29:31 |
Thomas Zander (riggs) |
net/traefik: Update to upstream version 2.10.7
Details:
- Bugfix version, see
https://github.com/traefik/traefik/releases/tag/v2.10.7
MFH: 2023Q4
(cherry picked from commit e3f69fd5fa320d6bfc054c75e41e98d13925abad) |
2.10.6_1 07 Dec 2023 15:06:56 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 274405
(cherry picked from commit 0505b712df3ae2b4bcaba00aecc7c1e9100d8609) |
2.10.6 05 Dec 2023 08:43:44 |
Thomas Zander (riggs) |
net/traefik: Update to upstream release 2.10.6
Details:
- Bugfix release, see
https://github.com/traefik/traefik/releases/tag/v2.10.6
- Note that above link mentions two CVEs. The CVEs are not related
to traefik itself but are fixes in the Go standard library. The
FreeBSD port receives the fixes by building traefik against an updated
revision of lang/go121
MFH: 2023Q4
(cherry picked from commit 59b5af61386520bf4abc09a1090d46c4fb920c88) |
2.10.5 14 Oct 2023 12:21:14 |
Thomas Zander (riggs) |
net/traefik: Update to upstream release 2.10.5
Details:
- Bugfix release, see
https://github.com/traefik/traefik/releases/tag/v2.10.5
- Contains a fix for CVE-2023-39325 (potential resource exhaustion by
malicious HTTP/2 clients)
MFH: 2023Q4
Security: CVE-2023-39325
(cherry picked from commit 557a73ab192c26f1f206bcea291b961ae598158f) |