diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2024-06-15 11:59:18 +0200 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2024-06-16 15:10:04 +0200 |
commit | 0f53f659f3d7ff64c774f5d1d25eb95fd9ba0971 (patch) | |
tree | 97c134eba3681b9ddecdb4048b0092a3aa5f2c19 | |
parent | cc6461f3b65d5d0b14c720bf1077fb0016b619f3 (diff) | |
download | freebsd-ports-0f53f659f3d7ff64c774f5d1d25eb95fd9ba0971.zip |
net/traefik: Update to upstream release 2.11.4
Details:
- Bugfix release addressing unexpected behavior with IPv4-mapped IPv6
addresses, see
https://github.com/traefik/traefik/releases/tag/v2.11.4
MFH: 2024Q2
Security: CVE-2024-24790
https://github.com/traefik/traefik/security/advisories/GHSA-7jmw-8259-q9jx
(cherry picked from commit b9c0a36b4514546dc3b3ccafa0e00c17c0119bfc)
-rw-r--r-- | net/traefik/Makefile | 3 | ||||
-rw-r--r-- | net/traefik/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 8db3602a71b0..4572917b86c1 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,6 +1,5 @@ PORTNAME= traefik -PORTVERSION= 2.11.3 -PORTREVISION= 1 +PORTVERSION= 2.11.4 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index b9a08a77a716..a93dd62b7775 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716632457 -SHA256 (traefik-2.11.3.tar.xz) = 42b90e7370b61fd9eb50ee1c896e5fd874d6251a0b510eecef18cbba1cb6319d -SIZE (traefik-2.11.3.tar.xz) = 21266360 +TIMESTAMP = 1718433210 +SHA256 (traefik-2.11.4.tar.xz) = 2b6fc598ab3230094c420e602cb96332c6ea232e0e4efc6199bee7c27980dc77 +SIZE (traefik-2.11.4.tar.xz) = 22349444 |