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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
traefik High availability reverse proxy and load balancer
3.7.11 net on this many watch lists=0 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.7.11Version of this port present on the latest quarterly branch.
Maintainer: riggs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-07-10 08:24:41
Last Update: 2026-08-23 21:30:21
Commit Hash: d443e20
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/traefik
  2. @sample etc/traefik.toml.sample
  3. @sample etc/traefik.yml.sample
  4. /usr/local/share/licenses/traefik-3.7.11/catalog.mk
  5. /usr/local/share/licenses/traefik-3.7.11/LICENSE
  6. /usr/local/share/licenses/traefik-3.7.11/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • traefik
Dependency lines:
  • traefik>0:net/traefik
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 = 1787478707 SHA256 (traefik-3.7.1.tar.xz) = eec16fb917306b27537ca3ab585182c058373eaf5c7fc8f42e95003ea94ab699 SIZE (traefik-3.7.1.tar.xz) = 25827640

Expand this list (12 items)

Collapse this list.

SHA256 (traefik-3.7.1-3.7.5.patch.xz) = 86159c1523cab76444494c8e406ac8004b660280191bbdebce8b7a77a956aacb SIZE (traefik-3.7.1-3.7.5.patch.xz) = 502548 SHA256 (traefik-3.7.5-3.7.6.patch.xz) = e811c2f9dc7cf7b0af1304a9380dfeb79b4e6647ee0a2e6f5a69ec671760b6a0 SIZE (traefik-3.7.5-3.7.6.patch.xz) = 1772748 SHA256 (traefik-3.7.6-3.7.8.patch.xz) = 22de42ee935da073a6470cad98544dac92d366eea45dabec5332d5664199b6b7 SIZE (traefik-3.7.6-3.7.8.patch.xz) = 224120 SHA256 (traefik-3.7.8-3.7.9.patch.xz) = c252d3894f18cd5361ed2f8a0ff3b851e82879adb89b28406af1e3022ae56e54 SIZE (traefik-3.7.8-3.7.9.patch.xz) = 23936 SHA256 (traefik-3.7.9-3.7.10.patch.xz) = b83d7b7bc6cbd7e46dc76c99427dfee6134efb3100294922c97e5319154c25f7 SIZE (traefik-3.7.9-3.7.10.patch.xz) = 1037836 SHA256 (traefik-3.7.10-3.7.11.patch.xz) = 23baa60184cce62d4ac38a6445c71fd8624798e78466537c962dbf95e2bf89b3 SIZE (traefik-3.7.10-3.7.11.patch.xz) = 539292

Collapse this list.


Packages (timestamps in pop-ups are UTC):
traefik
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.6.133.6.13n/an/an/an/an/an/a
FreeBSD:13:quarterly3.6.133.6.13n/an/an/an/an/an/a
FreeBSD:14:latest3.7.11_13.7.11_1-3.4.5_13.7.11_1---
FreeBSD:14:quarterly3.7.113.7.11-3.4.53.7.11---
FreeBSD:15:latest3.7.11_13.7.11_1n/a-n/an/a--
FreeBSD:15:quarterly3.7.113.7.11n/a-n/an/a--
FreeBSD:16:latest3.7.113.7.11_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go-bindata : devel/go-bindata
  2. go126 : lang/go126
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_traefik
USES:
cpe go:1.26+,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:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/riggs/traefik/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/riggs/traefik/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/riggs/traefik/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/riggs/traefik/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.7.11
23 Aug 2026 21:30:21
commit hash: d443e20ecef5d81db883a2960154edc7cfe8c4b2commit hash: d443e20ecef5d81db883a2960154edc7cfe8c4b2commit hash: d443e20ecef5d81db883a2960154edc7cfe8c4b2commit hash: d443e20ecef5d81db883a2960154edc7cfe8c4b2 files touched by this commit This port version is marked as vulnerable.
Thomas Zander (riggs) search for other commits by this committer
net/traefik: Update to upstream version 3.7.11

Details:
- Multiple bug- and security fixes, see
  https://github.com/traefik/traefik/releases/tag/v3.7.11
- No breaking config changes

MFH:		2026Q3
Security:	https://github.com/traefik/traefik/security/advisories/GHSA-5w68-77r2-r64c
		https://github.com/traefik/traefik/security/advisories/GHSA-g55h-rg46-x9c5
		https://github.com/traefik/traefik/security/advisories/GHSA-j994-9gqj-9hwq
		https://github.com/traefik/traefik/security/advisories/GHSA-m6wx-622r-48r9
(cherry picked from commit c823c538ba205179210576309f61fa1e0cf5138f)
3.7.10_2
19 Aug 2026 17:40:44
commit hash: 039eec19c72c7284c0140d19b129a3fc3d964e65commit hash: 039eec19c72c7284c0140d19b129a3fc3d964e65commit hash: 039eec19c72c7284c0140d19b129a3fc3d964e65commit hash: 039eec19c72c7284c0140d19b129a3fc3d964e65 files touched by this commit This port version is marked as vulnerable.
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.14 / 1.26.7
3.7.10_1
14 Aug 2026 00:43:14
commit hash: b983828d8dc280cec63594baa9f1113f67c8d64ccommit hash: b983828d8dc280cec63594baa9f1113f67c8d64ccommit hash: b983828d8dc280cec63594baa9f1113f67c8d64ccommit hash: b983828d8dc280cec63594baa9f1113f67c8d64c files touched by this commit This port version is marked as vulnerable.
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.13 / 1.26.6
3.7.10
02 Aug 2026 08:58:10
commit hash: 054ec0eb8247e53106578957b5cdb3079f3337cacommit hash: 054ec0eb8247e53106578957b5cdb3079f3337cacommit hash: 054ec0eb8247e53106578957b5cdb3079f3337cacommit hash: 054ec0eb8247e53106578957b5cdb3079f3337ca files touched by this commit This port version is marked as vulnerable.
Thomas Zander (riggs) search for other commits by this committer
net/traefik: Update to upstream release 3.7.10

Details:
- Bugfix release, see
  https://github.com/traefik/traefik/releases/tag/v3.7.10

MFH:		2026Q3
(cherry picked from commit 1454efd1abafa436f2abcc1753a6cafbd6ce0781)
3.7.9
25 Jul 2026 17:13:47
commit hash: 7f517ec11b2ea7dc6334886a7a9b299f57c6ca60commit hash: 7f517ec11b2ea7dc6334886a7a9b299f57c6ca60commit hash: 7f517ec11b2ea7dc6334886a7a9b299f57c6ca60commit hash: 7f517ec11b2ea7dc6334886a7a9b299f57c6ca60 files touched by this commit This port version is marked as vulnerable.
Thomas Zander (riggs) search for other commits by this committer
net/traefik: Update to upstream release 3.7.9

Details:
- Bugfix release, see
  https://github.com/traefik/traefik/releases/tag/v3.7.9

MFH:		2026Q3
(cherry picked from commit 44bbab19a9a3cd6a4d24d3d31dd3af61d9146bc6)
3.7.8
18 Jul 2026 07:08:17
commit hash: 8e663a9dce28f8d30a96d9a5c47e4aa4f113bd05commit hash: 8e663a9dce28f8d30a96d9a5c47e4aa4f113bd05commit hash: 8e663a9dce28f8d30a96d9a5c47e4aa4f113bd05commit hash: 8e663a9dce28f8d30a96d9a5c47e4aa4f113bd05 files touched by this commit This port version is marked as vulnerable.
Thomas Zander (riggs) search for other commits by this committer
net/traefik: Update to upstream release 3.7.8

Details:
- Bug-, doc- and security fixes, see
  https://github.com/traefik/traefik/releases/tag/v3.7.8

MFH:		2026Q3
Security:	https://github.com/traefik/traefik/security/advisories/GHSA-cxjq-mrr5-89rv
		https://github.com/traefik/traefik/security/advisories/GHSA-42cj-m3vj-89wv
		https://github.com/traefik/traefik/security/advisories/GHSA-qq9q-x9w4-chhj
		https://github.com/traefik/traefik/security/advisories/GHSA-8rxv-jg7p-wvg3
(cherry picked from commit e8b169b0e703f775410f757232af435a887074f7)
3.7.6_1
10 Jul 2026 08:00:52
commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487 files touched by this commit This port version is marked as vulnerable.
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.12 / 1.26.5

Number of commits found: 7