aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2023-10-14 10:55:31 +0000
committerThomas Zander <riggs@FreeBSD.org>2023-10-14 12:01:47 +0000
commit557a73ab192c26f1f206bcea291b961ae598158f (patch)
tree4d3105fa845c335edb3d4300592d238d25318248
parent0b56b2063250ea956fe0c26427c44e3bdc409186 (diff)
downloadports-557a73ab192c26f1f206bcea291b961ae598158f.tar.gz
ports-557a73ab192c26f1f206bcea291b961ae598158f.zip
net/traefik: Update to upstream release 2.10.5
Details: - Bugfix release, see https://github.com/traefik/traefik/releases/tag/v2.10.5 - Contains a fix for CVE-2023-39325 (potential resource exhaustion by malicious HTTP/2 clients) MFH: 2023Q4 Security: CVE-2023-39325
-rw-r--r--net/traefik/Makefile5
-rw-r--r--net/traefik/distinfo6
2 files changed, 5 insertions, 6 deletions
diff --git a/net/traefik/Makefile b/net/traefik/Makefile
index f62eb92f0a13..84b3e05f5c3e 100644
--- a/net/traefik/Makefile
+++ b/net/traefik/Makefile
@@ -1,6 +1,5 @@
PORTNAME= traefik
-PORTVERSION= 2.10.4
-PORTREVISION= 1
+PORTVERSION= 2.10.5
CATEGORIES= net
MASTER_SITES= LOCAL/riggs/${PORTNAME}
@@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= go-bindata:devel/go-bindata
-USES= cpe go:modules tar:xz
+USES= cpe go:1.21,modules tar:xz
USE_RC_SUBR= traefik
diff --git a/net/traefik/distinfo b/net/traefik/distinfo
index 34d1a3bcec02..cb09c200a372 100644
--- a/net/traefik/distinfo
+++ b/net/traefik/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690705054
-SHA256 (traefik-2.10.4.tar.xz) = f084d342143e7bd389575c185a231601fc9faf8ffb5505abdfd008a2ac13280e
-SIZE (traefik-2.10.4.tar.xz) = 22058024
+TIMESTAMP = 1697208191
+SHA256 (traefik-2.10.5.tar.xz) = 306574aa2b5c698676b90342cb0a63596622f3f3a541c84d8d2409de9eed9323
+SIZE (traefik-2.10.5.tar.xz) = 22540044