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 photosAll times are UTC
Ukraine
Port details
traefik High availability reverse proxy and load balancer
3.1.6_1 net on this many watch lists=5 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1.6Version of this port present on the latest quarterly branch.
Maintainer: riggs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-10-14 12:58:33
Last Update: 2024-11-08 20:59:26
Commit Hash: 9ac7419
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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.1.6_1/catalog.mk
  5. /usr/local/share/licenses/traefik-3.1.6_1/LICENSE
  6. /usr/local/share/licenses/traefik-3.1.6_1/MIT
Collapse this list.
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 = 1728683393 SHA256 (traefik-3.1.6.tar.xz) = 6d86c8745a69ef9f0cb12f07d5bf4ec14f2e238227b08f06ab47c3d6fb62bfeb SIZE (traefik-3.1.6.tar.xz) = 21623664

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: pkg-fallout
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. go123 : lang/go123
This port is required by:
for Run
  1. 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:
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.
Port Moves
  • port moved here from net/traefik2 on 2021-04-14
    REASON: Superseded by net/traefik update

Number of commits found: 133 (showing only 33 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.14
15 Aug 2019 16:04:23
Revision:509001Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:508903Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
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
Revision:503181Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:500743Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:499032Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:493175Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:491974Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:490798Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:487625Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:486944Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:483663Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:482662Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:482147Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:481184Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:478468Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:475054Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:472537Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:471883Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream version 1.6.3

MFH:		2018Q2
1.6.0
10 May 2018 12:37:17
Revision:469534Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:466714Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:464093Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Include web UI; bump PORTREVISION

Submitted by:	swills (via e-mail)
1.5.3
03 Mar 2018 09:50:18
Revision:463476Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:461732Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream release 1.5.2 (Bug and docs fixes)
1.5.1
30 Jan 2018 19:54:19
Revision:460433Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream version 1.5.1 (bug fixes)
1.5.0
28 Jan 2018 15:16:37
Revision:460220Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
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
Revision:457963Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream release 1.4.6 (bug fixes)

MFH:		2018Q1
1.4.5
09 Dec 2017 09:52:19
Revision:455833Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream version 1.4.5 (bug and docs fixes)

MFH:		2017Q4
1.4.4
25 Nov 2017 12:04:44
Revision:454879Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream version 1.4.4 (bug fixes)
1.4.3
18 Nov 2017 14:50:22
Revision:454444Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream version 1.4.3 (bug and docs fixes)
1.4.2
04 Nov 2017 07:23:47
Revision:453441Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream version 1.4.2 (bug and docs fixes)
1.4.1
26 Oct 2017 18:55:03
Revision:452940Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream version 1.4.1
1.4.0
19 Oct 2017 21:19:53
Revision:452489Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream version 1.4.0
1.3.8
14 Oct 2017 12:58:24
Revision:452063Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Import net/traefik, a high availability reverse proxy and load balancer

Number of commits found: 133 (showing only 33 on this page)

«  1 | 2