Date: Sat, 25 May 2024 11:25:46 GMT From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 3da0f86b7a66 - 2024Q2 - net/traefik: Update to upstream release 2.11.3 Message-ID: <202405251125.44PBPkSZ019611@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=3da0f86b7a667bc7cd701149c7b3d3a37d5c4c5c commit 3da0f86b7a667bc7cd701149c7b3d3a37d5c4c5c Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2024-05-25 10:31:24 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2024-05-25 10:51:01 +0000 net/traefik: Update to upstream release 2.11.3 Details: - Bugfix release, see https://github.com/traefik/traefik/releases/tag/v2.11.3 - The website lists CVE-2024-24788 as security reference, but this is not a vulnerability in traefik itself, but in the Go stdlib, which was fixed in Go 1.22.3. MFH: 2024Q2 Security: CVE-2024-24788 (cherry picked from commit dbe448af79a067e65c852dfc0d5b9c6c3e7524d0) --- net/traefik/Makefile | 3 +-- net/traefik/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net/traefik/Makefile b/net/traefik/Makefile index d62ff2f43205..7430f6488363 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,6 +1,5 @@ PORTNAME= traefik -PORTVERSION= 2.11.2 -PORTREVISION= 2 +PORTVERSION= 2.11.3 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index f14b71a70e23..b9a08a77a716 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712998209 -SHA256 (traefik-2.11.2.tar.xz) = 001d59c2540d22b37b690cadb49ea67bec7980b04e9947413e3133041fd3b7ec -SIZE (traefik-2.11.2.tar.xz) = 21235432 +TIMESTAMP = 1716632457 +SHA256 (traefik-2.11.3.tar.xz) = 42b90e7370b61fd9eb50ee1c896e5fd874d6251a0b510eecef18cbba1cb6319d +SIZE (traefik-2.11.3.tar.xz) = 21266360
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405251125.44PBPkSZ019611>