Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2023 18:56:26 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7b0f4ef8b61 - main - net/ipinfo-cli: Update to 2.10.1
Message-ID:  <202302041856.314IuQdn032834@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit b7b0f4ef8b61176f9912df62a9e8bbd82df67f50
Author:     Gabriel M. Dutra <0xdutra@gmail.com>
AuthorDate: 2023-02-03 12:12:48 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-02-04 18:52:09 +0000

    net/ipinfo-cli: Update to 2.10.1
    
    ChangeLog: https://github.com/ipinfo/cli/releases/tag/ipinfo-2.10.1
    
    Fixed a rare bug where a cache could exceed 1GB in size but have less than 10k
    entries, thus causing a crash due to a presumption that at least 10k entries
    would exist.
    
    PR:             269284
    Reported by:    0xdutra@gmail.com (maintainer)
---
 net/ipinfo-cli/Makefile |  5 ++---
 net/ipinfo-cli/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile
index 49c17f93c495..b7eb82142343 100644
--- a/net/ipinfo-cli/Makefile
+++ b/net/ipinfo-cli/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	ipinfo
 DISTVERSIONPREFIX=	ipinfo-
-DISTVERSION=	2.10.0
-PORTREVISION=	3
+DISTVERSION=	2.10.1
 CATEGORIES=	net
 
 MAINTAINER=	0xdutra@gmail.com
@@ -25,7 +24,7 @@ GH_TUPLE=	\
 		golang:term:2321bbc49cbf:golang_term/vendor/golang.org/x/term \
 		hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \
 		hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \
-		ipinfo:go:v2.8.0:ipinfo_go_v2/vendor/github.com/ipinfo/go/v2 \
+		ipinfo:go:v2.9.0:ipinfo_go_v2/vendor/github.com/ipinfo/go/v2 \
 		jszwec:csvutil:v1.4.0:jszwec_csvutil/vendor/github.com/jszwec/csvutil \
 		mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
 		mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
diff --git a/net/ipinfo-cli/distinfo b/net/ipinfo-cli/distinfo
index 868f756fb80d..7a771e58d873 100644
--- a/net/ipinfo-cli/distinfo
+++ b/net/ipinfo-cli/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1664924953
-SHA256 (ipinfo-cli-ipinfo-2.10.0_GH0.tar.gz) = b48e69f309647d1845c36c0176cf6c07e13b59ca443269df7e4d394838b72211
-SIZE (ipinfo-cli-ipinfo-2.10.0_GH0.tar.gz) = 3586744
+TIMESTAMP = 1675301461
+SHA256 (ipinfo-cli-ipinfo-2.10.1_GH0.tar.gz) = fda456830956367b04a8467e58983a25847f9b32b4c06e05e6f417eb4adfd553
+SIZE (ipinfo-cli-ipinfo-2.10.1_GH0.tar.gz) = 3591386
 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
 SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
 SHA256 (etcd-io-bbolt-v1.3.6_GH0.tar.gz) = a2e524f7f32c44fa0765de192ac0789c585010cadd2c2ddcf9518e858a96ec1f
@@ -19,8 +19,8 @@ SHA256 (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 0d73891a7a179e50a142ac8832db97b17
 SIZE (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 8581
 SHA256 (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 8d1bb3377310e8ffe4c7b5672c5de1eaed153402aebd15d6e5b9673c356a065f
 SIZE (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 13803
-SHA256 (ipinfo-go-v2.8.0_GH0.tar.gz) = 8b6d2bc0b05b16f0c4bac7c6e1281ed8eb08812a77951945a85d62890bad558c
-SIZE (ipinfo-go-v2.8.0_GH0.tar.gz) = 20890
+SHA256 (ipinfo-go-v2.9.0_GH0.tar.gz) = 77de01a35fefb825e467838073d33f65c2485929fea1ea990bf7746b110fee3e
+SIZE (ipinfo-go-v2.9.0_GH0.tar.gz) = 26912
 SHA256 (jszwec-csvutil-v1.4.0_GH0.tar.gz) = 984948ff98648adabbcf8579851f2b39ea9b28fa8ee5a101a7600195ea3b444e
 SIZE (jszwec-csvutil-v1.4.0_GH0.tar.gz) = 47069
 SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f



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