From owner-svn-ports-head@freebsd.org Sat Sep 28 14:03:25 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DBF03128314; Sat, 28 Sep 2019 14:03:25 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46gVkP5Y4Rz4G4s; Sat, 28 Sep 2019 14:03:25 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2EDB271E; Sat, 28 Sep 2019 14:03:25 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8SE3Pmh021280; Sat, 28 Sep 2019 14:03:25 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8SE3Pl0021277; Sat, 28 Sep 2019 14:03:25 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201909281403.x8SE3Pl0021277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 28 Sep 2019 14:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513130 - head/net/traefik X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/net/traefik X-SVN-Commit-Revision: 513130 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2019 14:03:25 -0000 Author: riggs Date: Sat Sep 28 14:03:25 2019 New Revision: 513130 URL: https://svnweb.freebsd.org/changeset/ports/513130 Log: Update to upstream release 1.7.18 Details: - Bugfix release, see https://github.com/containous/traefik/releases/tag/v1.7.17 (That's no typo. There are no functional changes between 1.7.17 and 1.7.18 in the upstream code. The upstream code gets a patch level bump each time the released binary changes in some way, including - as in this case - if it is built with a different version of go.) Modified: head/net/traefik/Makefile head/net/traefik/distinfo Modified: head/net/traefik/Makefile ============================================================================== --- head/net/traefik/Makefile Sat Sep 28 13:53:06 2019 (r513129) +++ head/net/traefik/Makefile Sat Sep 28 14:03:25 2019 (r513130) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.16 +PORTVERSION= 1.7.18 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui Modified: head/net/traefik/distinfo ============================================================================== --- head/net/traefik/distinfo Sat Sep 28 13:53:06 2019 (r513129) +++ head/net/traefik/distinfo Sat Sep 28 14:03:25 2019 (r513130) @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1569675862 +SHA256 (traefik-webui-static-1.7.18.tar.gz) = 59c92fd26618a7d135f58b0041c41544624c36b33392a55cb2e8d6a770b604f0 +SIZE (traefik-webui-static-1.7.18.tar.gz) = 921733 +SHA256 (containous-traefik-v1.7.18_GH0.tar.gz) = 3c4951d98f32347c6b1ceeb2358ef3c5d7085a71b28580acf1e19622683c1b1d +SIZE (containous-traefik-v1.7.18_GH0.tar.gz) = 11366814