diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2022-08-14 12:41:39 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2022-08-14 13:51:45 +0000 |
commit | 728a9f96798fb925240ba18defe2c377b00bc231 (patch) | |
tree | 5ec5c2a55360394e6f75fcc32e653c76c83544b9 | |
parent | ed4aff42766bd46ab5f382c3314fd5dcf88da428 (diff) | |
download | ports-728a9f96798fb925240ba18defe2c377b00bc231.tar.gz ports-728a9f96798fb925240ba18defe2c377b00bc231.zip |
net/traefik: Update to upstream version 2.8.3
Details:
- Bugfixes, see
https://github.com/traefik/traefik/releases/tag/v2.8.3
- In rare occasions, updating config files may be necessary, see
https://doc.traefik.io/traefik/migration/v2/#v282
MFH: 2022Q3
-rw-r--r-- | net/traefik/Makefile | 3 | ||||
-rw-r--r-- | net/traefik/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 7e0f6b1ae068..9cfe3d95144f 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,6 +1,5 @@ PORTNAME= traefik -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index fc7caf354720..b5fe4be37c9a 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657956484 -SHA256 (traefik-2.8.1.tar.xz) = fdd0b74e0345cd92a9e30c8de1afdd2dd0ecf881fc38e1728adb300a974cab7a -SIZE (traefik-2.8.1.tar.xz) = 18505732 +TIMESTAMP = 1660476848 +SHA256 (traefik-2.8.3.tar.xz) = b19cb705270b7e871f4128f88d1ba785c90ab5a18fc7d3f2339980e3ddd2209b +SIZE (traefik-2.8.3.tar.xz) = 18654928 |