aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2019-09-17 04:45:06 +0000
committerThomas Zander <riggs@FreeBSD.org>2019-09-17 04:45:06 +0000
commitb188abee43f01b7c5ff90284f70526ecfa6c074d (patch)
tree4571f05b8f1a65356c4b42065fed1fea0b94f7c5
parent61bf55271ccf55a08ffffbf61fc3ee4369cdc2a3 (diff)
downloadports-b188abee43f01b7c5ff90284f70526ecfa6c074d.tar.gz
ports-b188abee43f01b7c5ff90284f70526ecfa6c074d.zip
MFH: r512196
Update to upstream version 1.7.16 Details: - Bugfix release, details see: https://github.com/containous/traefik/releases/tag/v1.7.16 - From r508903: Convert pkg-message to UCL Approved by: ports-secteam (riggs)
Notes
Notes: svn path=/branches/2019Q3/; revision=512197
-rw-r--r--net/traefik/Makefile2
-rw-r--r--net/traefik/distinfo10
-rw-r--r--net/traefik/pkg-message10
3 files changed, 12 insertions, 10 deletions
diff --git a/net/traefik/Makefile b/net/traefik/Makefile
index ac2de7bec9a7..b0628fc455fe 100644
--- a/net/traefik/Makefile
+++ b/net/traefik/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= traefik
-PORTVERSION= 1.7.14
+PORTVERSION= 1.7.16
DISTVERSIONPREFIX= v
CATEGORIES= net
MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui
diff --git a/net/traefik/distinfo b/net/traefik/distinfo
index cc88a3b867a7..cb0551328398 100644
--- a/net/traefik/distinfo
+++ b/net/traefik/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1565859465
-SHA256 (traefik-webui-static-1.7.14.tar.gz) = 72b89cec3ffda3c846c332affb7563de1d277f74c115cc0b8ff6083d175a392c
-SIZE (traefik-webui-static-1.7.14.tar.gz) = 920851
-SHA256 (containous-traefik-v1.7.14_GH0.tar.gz) = f09757f9ed4c5ff91c2d21d4c7efd32a9d801a0455268d524f6ddd0e046443d4
-SIZE (containous-traefik-v1.7.14_GH0.tar.gz) = 11361030
+TIMESTAMP = 1568637383
+SHA256 (traefik-webui-static-1.7.16.tar.gz) = acb7f66955c86f590c8aa641b4d03cb87b2d52de5b010ca59db556a7c546884f
+SIZE (traefik-webui-static-1.7.16.tar.gz) = 921154
+SHA256 (containous-traefik-v1.7.16_GH0.tar.gz) = 88097a6f2a48fada5135adfd0e65ab9fa06d5e8221e5ecbfa319baf1cceebe3f
+SIZE (containous-traefik-v1.7.16_GH0.tar.gz) = 11366255
diff --git a/net/traefik/pkg-message b/net/traefik/pkg-message
index 170402ad9ca5..5e9add4c60f7 100644
--- a/net/traefik/pkg-message
+++ b/net/traefik/pkg-message
@@ -1,5 +1,6 @@
-==============================================================
-
+[
+{ type: install
+ message: <<EOM
Note that traefik starts as unpriviliged user. Thus, it cannot
bind to privileged ports (by default, ports below 1024) and
will exit when configured to do so.
@@ -12,5 +13,6 @@ are options to achieve this:
traefik's configuration file e.g. the rdr rules in pf(4).
- The mac_portacl kernel module allows unprivileged processes
to bind to privileged ports.
-
-==============================================================
+EOM
+}
+]