diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2024-06-22 10:19:02 +0200 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2024-06-22 11:07:53 +0200 |
commit | 4cd2a8a356dd37dc4485ec36d88ac7bca3e7ef0c (patch) | |
tree | aebcb7ca0d98fa583ae97e2ed4a1d3e7eaabc4f0 | |
parent | 9a99f5d9d3518054f0ea8905755fdca465108f98 (diff) | |
download | freebsd-ports-4cd2a8a356dd37dc4485ec36d88ac7bca3e7ef0c.zip |
net/traefik: Update to upstream release 2.11.52024Q2
Details:
- Bugfix release, see
https://github.com/traefik/traefik/releases/tag/v2.11.5
- Fixes an Azure Identity Libraries Elevation of Privilege
Vulnerability, as described in
https://github.com/traefik/traefik/security/advisories/GHSA-rvj4-q8q5-8grf
MFH: 2024Q2
Security: CVE-2024-35255
(cherry picked from commit 6b4fc3fddc586d5734f6ec014308c0568c822552)
-rw-r--r-- | net/traefik/Makefile | 2 | ||||
-rw-r--r-- | net/traefik/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 4572917b86c1..6f6c5150e1cf 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,5 +1,5 @@ PORTNAME= traefik -PORTVERSION= 2.11.4 +PORTVERSION= 2.11.5 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index a93dd62b7775..b3d31b8edb47 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718433210 -SHA256 (traefik-2.11.4.tar.xz) = 2b6fc598ab3230094c420e602cb96332c6ea232e0e4efc6199bee7c27980dc77 -SIZE (traefik-2.11.4.tar.xz) = 22349444 +TIMESTAMP = 1719038915 +SHA256 (traefik-2.11.5.tar.xz) = cc5565a54ab1ec274f3993b57546d29c13f1a7e48c1c0cd036f1ebb428ad3ded +SIZE (traefik-2.11.5.tar.xz) = 21863256 |