From nobody Sat Feb 14 17:58:25 2026 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fCxbj5pYMz6RXSF for ; Sat, 14 Feb 2026 17:58:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fCxbj3Sryz3VjY for ; Sat, 14 Feb 2026 17:58:25 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771091905; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dzQTWWvhTrK0xyAHO1aoZuP1UiAq7FvJw+7QXCVLFhk=; b=tBWy/c308pryxdO2NheGi9aLvaOlUqknxuREVKAiEwZsBrUppTrttdhqClpPvAJQjszYqM YdTIKq0b6th3Qa/UaBnSUhG72gdTjpsQk8ISy9MiTbKW956hxnpyV8yCZYZOMQm/pyZkM9 Uo87i3C2tqvIdjPwZX2fjDtxGurKsRBw4Gw23LLH0TVpKPRQ/55aEiRsCuxHMPT+vbkdjM et7CHtIw9DUtiU2CCYiqEJnuTVQROCZV9JR0Ho50GgF/oPdV4uuelNYPufLfj1fEmpaXIZ 65uB/U0XaED+DCLRvNL+LYGLhoXO0xZ5vZ8FLXuVsHHTiNN6211dNyiZFSMNew== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771091905; a=rsa-sha256; cv=none; b=ZhCjvUvnBZUwviwOVRFNY8wElsXKdRaj7jz6fhbH6RLatdg200ouFq7xCCLbQjoKEwltcx FdX69tGWnAy5ZoddQuER54ZUTH0TPI3GCW3sq4EzezYTffgZESA0Ih135fW6VeNHvb6g5j ZGechAi2WhRl3UvzrDUKAYdgrzw6jXPGQ0OOvbrLgYYpWHKUsmNq1fDr01yMOoMPRXs/Oo Z37yGK1Z5iSu3gBadNFd6GLG/Do7igxst0eRBBhhxhZ3W4Gc1BoUrGg/MbhNvHaGPZV82T IvecyeksKNF7LyBJkCVxYkEdLn414YNVoJQxgehnyM4bJiNuG9MUbaLNGHHJ/g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771091905; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dzQTWWvhTrK0xyAHO1aoZuP1UiAq7FvJw+7QXCVLFhk=; b=wL0xwmBc4Lzw0a8mBbg3DhHneBOWqMCFZhTglxtnFKsx+1BBgIPWNNZPzlGb9/OpYMAnL/ MzCmLEovGgo2dpd240TbP0XRRG6SwhBdZsNgmBZObMgv2+xF8AXCfP0F/A4edarNlLbszV DWeIGCljmRmSPQ1MUd7+kXp8rSUQ2VSi+IUf2bWVtyVfh9a2XMU5hiMF0IxCIIV+74YlJn Abhem00cx4tCXZH5qUoSz3hpRw5WmexlptMPBstrfaJMimZsOb0e/KvscPkywddt102VYv 3mWkYXVyr4zCMPRUNwbvGedQjbz7AdR7oDyMQTx2UshspkNP7Uwbb/a/HXPCdw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fCxbj22XYz33X for ; Sat, 14 Feb 2026 17:58:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 36c6e by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 14 Feb 2026 17:58:25 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thomas Zander Subject: git: f164467debd4 - main - net/traefik: Update to upstream release 3.6.8 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: riggs X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f164467debd4f96830fe08297306d502f03b1c3f Auto-Submitted: auto-generated Date: Sat, 14 Feb 2026 17:58:25 +0000 Message-Id: <6990b7c1.36c6e.6adb8313@gitrepo.freebsd.org> The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=f164467debd4f96830fe08297306d502f03b1c3f commit f164467debd4f96830fe08297306d502f03b1c3f Author: Thomas Zander AuthorDate: 2026-02-14 12:17:15 +0000 Commit: Thomas Zander CommitDate: 2026-02-14 17:58:22 +0000 net/traefik: Update to upstream release 3.6.8 Details: - Bugfix release, see https://github.com/traefik/traefik/releases/tag/v3.6.8 - Includes a fix for CVE-2026-25949, a potential DoS MFH: 2026Q1 Security: CVE-2026-25949 --- 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 de7bcd3c75df..45ad3aed3605 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,6 +1,5 @@ PORTNAME= traefik -PORTVERSION= 3.6.7 -PORTREVISION= 1 +PORTVERSION= 3.6.8 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index c44ddaeafc41..99c4de9b4c59 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770458894 -SHA256 (traefik-3.6.7.tar.xz) = c7ecfb533147e74e9a9ecd1a4f9423b9a40089f566545d23baafa611933c8269 -SIZE (traefik-3.6.7.tar.xz) = 26433332 +TIMESTAMP = 1771060814 +SHA256 (traefik-3.6.8.tar.xz) = 23a0214bc9e9e51d25e0ef0bc5f2863dfe022a094a6bf9300f29bba76f111bad +SIZE (traefik-3.6.8.tar.xz) = 26488500