Date: Sun, 27 Mar 2022 13:57:09 GMT From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e93d30cc96b1 - main - net/traefik: Update to upstream release 2.6.2, fix build on go 1.18 Message-ID: <202203271357.22RDv9Wu023806@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=e93d30cc96b1037bbc8ee459047c02b7f1ec6f85 commit e93d30cc96b1037bbc8ee459047c02b7f1ec6f85 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2022-03-27 12:48:36 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2022-03-27 13:57:06 +0000 net/traefik: Update to upstream release 2.6.2, fix build on go 1.18 Details: - Bugfix release, see https://github.com/traefik/traefik/releases/tag/v2.6.2 - Fixes build on go 1.18 (Extra patching our local tarball. The upstream 2.6.2 does not support build on go 1.18 without modifications.) PR: 262859 --- net/traefik/Makefile | 2 +- net/traefik/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 5dc6677a2ee7..a5a9b5eed599 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,5 +1,5 @@ PORTNAME= traefik -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.2 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index feeb6b0b43a7..7949e4660a56 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645311214 -SHA256 (traefik-2.6.1.tar.xz) = a7837bd1d20d694f06b34ce63292aa1ebef5ab45e9ce473edfe207a9bc2c771c -SIZE (traefik-2.6.1.tar.xz) = 17225992 +TIMESTAMP = 1648380739 +SHA256 (traefik-2.6.2.tar.xz) = a7f97eb607018e87c5b6c744f28ddf8a2c0e79d36efe87d99be5926e3f048979 +SIZE (traefik-2.6.2.tar.xz) = 17249180
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203271357.22RDv9Wu023806>