Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 04:45:06 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512197 - branches/2019Q3/net/traefik
Message-ID:  <201909170445.x8H4j6HP061236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Tue Sep 17 04:45:06 2019
New Revision: 512197
URL: https://svnweb.freebsd.org/changeset/ports/512197

Log:
  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)

Modified:
  branches/2019Q3/net/traefik/Makefile
  branches/2019Q3/net/traefik/distinfo
  branches/2019Q3/net/traefik/pkg-message
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/net/traefik/Makefile
==============================================================================
--- branches/2019Q3/net/traefik/Makefile	Tue Sep 17 04:42:06 2019	(r512196)
+++ branches/2019Q3/net/traefik/Makefile	Tue Sep 17 04:45:06 2019	(r512197)
@@ -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

Modified: branches/2019Q3/net/traefik/distinfo
==============================================================================
--- branches/2019Q3/net/traefik/distinfo	Tue Sep 17 04:42:06 2019	(r512196)
+++ branches/2019Q3/net/traefik/distinfo	Tue Sep 17 04:45:06 2019	(r512197)
@@ -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

Modified: branches/2019Q3/net/traefik/pkg-message
==============================================================================
--- branches/2019Q3/net/traefik/pkg-message	Tue Sep 17 04:42:06 2019	(r512196)
+++ branches/2019Q3/net/traefik/pkg-message	Tue Sep 17 04:45:06 2019	(r512197)
@@ -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
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909170445.x8H4j6HP061236>