Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2024 18:32:23 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: 0f53f659f3d7 - 2024Q2 - net/traefik: Update to upstream release 2.11.4
Message-ID:  <202406161832.45GIWNsR073673@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=0f53f659f3d7ff64c774f5d1d25eb95fd9ba0971

commit 0f53f659f3d7ff64c774f5d1d25eb95fd9ba0971
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2024-06-15 09:59:18 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2024-06-16 13:10:04 +0000

    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)
---
 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 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406161832.45GIWNsR073673>