Date: Sat, 16 Jul 2022 13:18:04 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: 0a5432373c54 - main - net/traefik: Update to upstream release 2.8.1 Message-ID: <202207161318.26GDI4He017503@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=0a5432373c54bc9febe67fdb127927e431e41525 commit 0a5432373c54bc9febe67fdb127927e431e41525 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2022-07-16 07:29:04 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2022-07-16 13:18:02 +0000 net/traefik: Update to upstream release 2.8.1 Details: - Bugfix release, see https://github.com/traefik/traefik/releases/tag/v2.8.1 - No breaking config changes: https://doc.traefik.io/traefik/migration/v2/ MFH: 2022Q3 --- 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 0dfd798db6c4..38dfd7bc631f 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,6 +1,5 @@ PORTNAME= traefik -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index 914ecbb1f659..fc7caf354720 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656762854 -SHA256 (traefik-2.8.0.tar.xz) = f580f389e8691a468afdaa6da727acc08005c6983b1f7ed033f9c205c96e67d1 -SIZE (traefik-2.8.0.tar.xz) = 18486488 +TIMESTAMP = 1657956484 +SHA256 (traefik-2.8.1.tar.xz) = fdd0b74e0345cd92a9e30c8de1afdd2dd0ecf881fc38e1728adb300a974cab7a +SIZE (traefik-2.8.1.tar.xz) = 18505732
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207161318.26GDI4He017503>