git: ea4da10cbbca - main - www/fabio: Update 1.6.4 => 1.6.11, fix runtime

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sat, 28 Mar 2026 00:13:51 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea4da10cbbcac68e7befde5375f2650a2e81b836

commit ea4da10cbbcac68e7befde5375f2650a2e81b836
Author:     Tom Rissman <trissman@mrdlaw.com>
AuthorDate: 2026-03-28 00:09:22 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-03-28 00:09:22 +0000

    www/fabio: Update 1.6.4 => 1.6.11, fix runtime
    
    A recent update to Consul causes Fabio to fail to register itself in the
    service directory.  Consul has apparently become stricter in its
    interpretation of IPv4 addresses and fails to recognize an IPv4 address
    surrounded by square brackets.  Versions prior to 1.22 permitted this.
    Fabio (prior to 1.6.11) sends its IPv4 address wrapped in square
    brackets and will fail to register on a newer Consul.
    
    Changelog:
    https://github.com/fabiolb/fabio/blob/master/CHANGELOG.md#v1611-2025-12-09
    
    While here replace PORTVERSION with DISTVERSION.
    
    PR:             294048
    Approved by:    blanket (fix runtime)
    Sponsored by:   UNIS Labs
    MFH:            2026Q1
---
 www/fabio/Makefile |  5 ++---
 www/fabio/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/www/fabio/Makefile b/www/fabio/Makefile
index f07e53496102..feeb4b93a507 100644
--- a/www/fabio/Makefile
+++ b/www/fabio/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	fabio
-PORTVERSION=	1.6.4
 DISTVERSIONPREFIX=	v
-PORTREVISION=	8
+DISTVERSION=	1.6.11
 CATEGORIES=	www
 
 MAINTAINER=	stl@ossuary.net
@@ -17,7 +16,7 @@ USE_RC_SUBR=	fabio
 
 GO_MODULE=	github.com/fabiolb/fabio
 GO_TARGET=	:${PREFIX}/sbin/fabio
-GO_BUILDFLAGS=	-ldflags "-X main.GitDescribe=v${PORTVERSION}"
+GO_BUILDFLAGS=	-ldflags "-X main.GitDescribe=v${DISTVERSION}"
 
 PLIST_FILES=	"@sample etc/fabio.properties.sample" \
 		sbin/fabio
diff --git a/www/fabio/distinfo b/www/fabio/distinfo
index 7922d1a4d86a..5a383f501beb 100644
--- a/www/fabio/distinfo
+++ b/www/fabio/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1739470321
-SHA256 (go/www_fabio/fabio-v1.6.4/v1.6.4.mod) = 68009f2c2b56dead35364510830170f4123ceb42ebafe5560c5b03d1f2caf51b
-SIZE (go/www_fabio/fabio-v1.6.4/v1.6.4.mod) = 4956
-SHA256 (go/www_fabio/fabio-v1.6.4/v1.6.4.zip) = 95ce0a061a8cd6111ee651c7bd27274c405488569de57b8ad5332758d0c97617
-SIZE (go/www_fabio/fabio-v1.6.4/v1.6.4.zip) = 1928806
+TIMESTAMP = 1743060960
+SHA256 (go/www_fabio/fabio-v1.6.11/v1.6.11.mod) = e4193979db809d7e9b3e58d7ee54d6d2ead4588d54b81062cf50dd872793f431
+SIZE (go/www_fabio/fabio-v1.6.11/v1.6.11.mod) = 5311
+SHA256 (go/www_fabio/fabio-v1.6.11/v1.6.11.zip) = cdc6718d98dc4836944daf2dd015dee3d8d4d198cd7a1f7c1c723096630a20d1
+SIZE (go/www_fabio/fabio-v1.6.11/v1.6.11.zip) = 1929812