Skip to content

Commit

Permalink
net/traefik: Update to upstream release 2.10.1
Browse files Browse the repository at this point in the history
Details:
- Build with go 1.20
- New release from the 2.10.x branch. Details:
  https://github.com/traefik/traefik/releases/tag/v2.10.1
- No major changes in config format, but minor adaptations of the config
  are necessary for Nomad, Kubernetes and Traefik Hub, see:
  https://doc.traefik.io/traefik/migration/v2/#v210

MFH:		2023Q2
  • Loading branch information
ephemeralriggs committed Apr 29, 2023
1 parent 57d280a commit 49adb53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions net/traefik/Makefile
@@ -1,6 +1,5 @@
PORTNAME= traefik
PORTVERSION= 2.9.9
PORTREVISION= 1
PORTVERSION= 2.10.1
CATEGORIES= net
MASTER_SITES= LOCAL/riggs/${PORTNAME}

Expand All @@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md

BUILD_DEPENDS= go-bindata:devel/go-bindata

USES= cpe go:1.19,modules tar:xz
USES= cpe go:modules tar:xz

USE_RC_SUBR= traefik

Expand Down
6 changes: 3 additions & 3 deletions net/traefik/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1680511997
SHA256 (traefik-2.9.9.tar.xz) = d23703334559395e77f62bb02a66a81272e613edad776dbe10b068553a476bba
SIZE (traefik-2.9.9.tar.xz) = 23494992
TIMESTAMP = 1682765804
SHA256 (traefik-2.10.1.tar.xz) = 297bd430bef0275013f7e519bcde242c0a622ee2b8bf89fc3ab840e8f1d99d8e
SIZE (traefik-2.10.1.tar.xz) = 23817128

0 comments on commit 49adb53

Please sign in to comment.