diff options
| author | Thomas Zander <riggs@FreeBSD.org> | 2026-05-14 20:04:14 +0000 |
|---|---|---|
| committer | Thomas Zander <riggs@FreeBSD.org> | 2026-05-14 22:25:01 +0000 |
| commit | db2e3009d55b496498c8329a366b5d4f2640ab32 (patch) | |
| tree | f13f296a5eb4355025f47be790d9ebf65348fb90 | |
| parent | 36d50b0ed2079124cec785e12077541b41963057 (diff) | |
net/traefik: Update to upstream release 3.7.1
Details:
- Update to 3.7.x branch, details see:
https://github.com/traefik/traefik/releases/tag/v3.7.1
- Breaking changes are not expected, but double-checking
the migration guide is still recommended:
https://doc.traefik.io/traefik/v3.7/migrate/v3/#v371
MFH: 2026Q2
Security: CVE-2026-44774
| -rw-r--r-- | net/traefik/Makefile | 11 | ||||
| -rw-r--r-- | net/traefik/distinfo | 10 |
2 files changed, 4 insertions, 17 deletions
diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 22a6a14527ff..4ce919862db9 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,13 +1,7 @@ PORTNAME= traefik -PORTVERSION= 3.6.16 -PORTREVISION= 1 +PORTVERSION= 3.7.1 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} -DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${BASE_SRC}${DISTVERSIONSUFFIX} - -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= ${PORTNAME}-${BASE_SRC}-3.6.15.patch.xz:-p1 \ - ${PORTNAME}-3.6.15-${PORTVERSION}.patch.xz:-p1 MAINTAINER= riggs@FreeBSD.org COMMENT= High availability reverse proxy and load balancer @@ -20,9 +14,6 @@ BUILD_DEPENDS= go-bindata:devel/go-bindata USES= cpe go:1.25+,modules tar:xz -BASE_SRC= 3.6.13 -WRKSRC= ${WRKDIR}/traefik-${BASE_SRC} - USE_RC_SUBR= traefik GO_BUILDFLAGS= -ldflags "-s -w \ diff --git a/net/traefik/distinfo b/net/traefik/distinfo index 55044d89d2e1..5441ee539454 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1778328157 -SHA256 (traefik-3.6.13.tar.xz) = 4fd2ec3e18fdd3a568defa1ecdb293c49b39b68477fb91b60b05c00eade5983b -SIZE (traefik-3.6.13.tar.xz) = 26388616 -SHA256 (traefik-3.6.13-3.6.15.patch.xz) = 9518a36490193326b9751fa377b721d5dc741456eba36b69a8bc2c80507d8e93 -SIZE (traefik-3.6.13-3.6.15.patch.xz) = 732956 -SHA256 (traefik-3.6.15-3.6.16.patch.xz) = 53ade44fa6202258afc1c78d82bf782d311409b1a02ae36c823c3ee400fd4b9e -SIZE (traefik-3.6.15-3.6.16.patch.xz) = 916776 +TIMESTAMP = 1778785441 +SHA256 (traefik-3.7.1.tar.xz) = eec16fb917306b27537ca3ab585182c058373eaf5c7fc8f42e95003ea94ab699 +SIZE (traefik-3.7.1.tar.xz) = 25827640 |
