From owner-svn-ports-all@freebsd.org Sat Oct 13 11:39:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2B6A10C5701; Sat, 13 Oct 2018 11:39:41 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 697C776AA5; Sat, 13 Oct 2018 11:39:41 +0000 (UTC) (envelope-from joneum@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 5FB9E668C; Sat, 13 Oct 2018 11:39:41 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9DBdfhT019893; Sat, 13 Oct 2018 11:39:41 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9DBdeLN019891; Sat, 13 Oct 2018 11:39:40 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201810131139.w9DBdeLN019891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 13 Oct 2018 11:39:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481977 - head/net-mgmt/prometheus2 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/net-mgmt/prometheus2 X-SVN-Commit-Revision: 481977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2018 11:39:41 -0000 Author: joneum Date: Sat Oct 13 11:39:40 2018 New Revision: 481977 URL: https://svnweb.freebsd.org/changeset/ports/481977 Log: Update to 2.4.3 Changelog: - Fix panic when using custom EC2 API for SD - Fix panic when Zookeeper SD cannot connect to servers - Make the skip_head an optional parameter for snapshot API PR: 232186 Submitted by: David O'Rourke (maintainer) Sponsored by: Netzkommune GmbH Modified: head/net-mgmt/prometheus2/Makefile head/net-mgmt/prometheus2/distinfo Modified: head/net-mgmt/prometheus2/Makefile ============================================================================== --- head/net-mgmt/prometheus2/Makefile Sat Oct 13 11:01:33 2018 (r481976) +++ head/net-mgmt/prometheus2/Makefile Sat Oct 13 11:39:40 2018 (r481977) @@ -2,7 +2,7 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v -DISTVERSION= 2.4.2 +DISTVERSION= 2.4.3 CATEGORIES= net-mgmt MAINTAINER= dor.bsd@xm0.uk Modified: head/net-mgmt/prometheus2/distinfo ============================================================================== --- head/net-mgmt/prometheus2/distinfo Sat Oct 13 11:01:33 2018 (r481976) +++ head/net-mgmt/prometheus2/distinfo Sat Oct 13 11:39:40 2018 (r481977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537620695 -SHA256 (prometheus-prometheus-v2.4.2_GH0.tar.gz) = 5e327347490410f6c5491971b8e24ac02cf19fdd787354bd0bab90ea89421b76 -SIZE (prometheus-prometheus-v2.4.2_GH0.tar.gz) = 6092847 +TIMESTAMP = 1539430637 +SHA256 (prometheus-prometheus-v2.4.3_GH0.tar.gz) = 4f84697f746a81df45e434a27b4b6b2c23c08768aa0f68b7bcf88f4ee6d1d8d6 +SIZE (prometheus-prometheus-v2.4.3_GH0.tar.gz) = 6095284