Bug 231347 - Update sysutils/consul to v1.2.3
Summary: Update sysutils/consul to v1.2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-13 18:33 UTC by pete
Modified: 2018-09-18 03:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pete 2018-09-13 18:33:33 UTC
Hashicorp released consul-1.2.3 today:

https://github.com/hashicorp/consul/blob/v1.2.3/CHANGELOG.md

I've just built it locally using the following diff:

diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index 99b42d3c85f7..cb526dd73b84 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,7 +1,7 @@
 # $FreeBSD$

 PORTNAME=      consul
-PORTVERSION=   1.2.1
+PORTVERSION=   1.2.3
 DISTVERSIONPREFIX=     v
 CATEGORIES=    sysutils

diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo
index f33b09f8b28f..45438c7c641b 100644
--- a/sysutils/consul/distinfo
+++ b/sysutils/consul/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531485362
-SHA256 (hashicorp-consul-v1.2.1_GH0.tar.gz) = c5b0c07615b16e862a4e1340e10864911a01159e74a76e6e7b1380189c7becc7
-SIZE (hashicorp-consul-v1.2.1_GH0.tar.gz) = 14819500
+TIMESTAMP = 1536862077
+SHA256 (hashicorp-consul-v1.2.3_GH0.tar.gz) = 8ae03c1b9e555e60c0ec3e8d3a4ba0b70b779789088239a1c38edd72030f033a
+SIZE (hashicorp-consul-v1.2.3_GH0.tar.gz) = 18428593


I'm going to deploy this version to all my environments today as an update to my currently installed v1.2.0 and will report any bugs I run into in this ticket.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-09-18 03:15:22 UTC
A commit references this bug:

Author: swills
Date: Tue Sep 18 03:14:49 UTC 2018
New revision: 479969
URL: https://svnweb.freebsd.org/changeset/ports/479969

Log:
  sysutils/consul: update to 1.2.3

  PR:		231347
  Submitted by:	pete@nomadlogic.org

Changes:
  head/sysutils/consul/Makefile
  head/sysutils/consul/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-09-18 03:17:18 UTC
Committed, thanks!