Date: Tue, 15 Sep 2020 23:29:47 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548752 - head/sysutils/lbl-hf Message-ID: <202009152329.08FNTlJh008606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Tue Sep 15 23:29:47 2020 New Revision: 548752 URL: https://svnweb.freebsd.org/changeset/ports/548752 Log: sysutils/lbl-hf: Update to 1.9. Changes since 1.8: - Add rate limiting; limit queries to 1000 per second by default. This is helps prevent flooding the nameserver with requests. - Add a SIGINFO handler (FreeBSD). - Add -xx to include cidr width with ip address in output. Modified: head/sysutils/lbl-hf/Makefile head/sysutils/lbl-hf/distinfo Modified: head/sysutils/lbl-hf/Makefile ============================================================================== --- head/sysutils/lbl-hf/Makefile Tue Sep 15 22:12:40 2020 (r548751) +++ head/sysutils/lbl-hf/Makefile Tue Sep 15 23:29:47 2020 (r548752) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hf -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= sysutils MASTER_SITES= https://ee.lbl.gov/downloads/hf/ \ LOCAL/leres/hf Modified: head/sysutils/lbl-hf/distinfo ============================================================================== --- head/sysutils/lbl-hf/distinfo Tue Sep 15 22:12:40 2020 (r548751) +++ head/sysutils/lbl-hf/distinfo Tue Sep 15 23:29:47 2020 (r548752) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508607869 -SHA256 (hf-1.8.tar.gz) = 797767477c22a4ab4474444c38250c5bff4a9d382330f923693e7e524349a694 -SIZE (hf-1.8.tar.gz) = 101254 +TIMESTAMP = 1600212312 +SHA256 (hf-1.9.tar.gz) = 691d244090a6fb33fd54c7e741d9762ad8e9cc1beb328c78f0144c1c801b6991 +SIZE (hf-1.9.tar.gz) = 102539
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009152329.08FNTlJh008606>