diff options
Diffstat (limited to 'dns/amass')
-rw-r--r-- | dns/amass/Makefile | 14 | ||||
-rw-r--r-- | dns/amass/distinfo | 10 |
2 files changed, 14 insertions, 10 deletions
diff --git a/dns/amass/Makefile b/dns/amass/Makefile index 5a50560d7bd5..a91845d17209 100644 --- a/dns/amass/Makefile +++ b/dns/amass/Makefile @@ -1,19 +1,23 @@ PORTNAME= amass DISTVERSIONPREFIX= v -DISTVERSION= 4.2.0 -PORTREVISION= 12 +DISTVERSION= 5.0.0 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= In-depth DNS enumeration -WWW= https://owasp.org/www-project-amass/ +WWW= https://owasp.org/www-project-amass/ \ + https://github.com/owasp-amass/amass LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +BROKEN_i386= compilation fails: cgo_specific.go:100:2: type [1073741824]*_Ctype_char larger than address space -GO_MODULE= github.com/OWASP/Amass/v4 +LIB_DEPENDS= libpostal.so:misc/libpostal + +USES= go:1.24,modules pkgconfig + +GO_MODULE= github.com/owasp-amass/amass/v5 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} diff --git a/dns/amass/distinfo b/dns/amass/distinfo index cb7b17df7de8..72dd7833c740 100644 --- a/dns/amass/distinfo +++ b/dns/amass/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1694405863 -SHA256 (go/dns_amass/amass-v4.2.0/v4.2.0.mod) = 516dc88bd329d772814ba32918f2aee48b5911d16113c61597d7b030e00b064d -SIZE (go/dns_amass/amass-v4.2.0/v4.2.0.mod) = 4081 -SHA256 (go/dns_amass/amass-v4.2.0/v4.2.0.zip) = 5f5995b2cff5c10c2757fcb9ff85011997430e52a4c32fcf96632df30b829963 -SIZE (go/dns_amass/amass-v4.2.0/v4.2.0.zip) = 20550463 +TIMESTAMP = 1756087281 +SHA256 (go/dns_amass/amass-v5.0.0/v5.0.0.mod) = 78c946e3b3e7228ff2c9af8a68b28c0cf1727c0ebf4c303fa766370bed0296a2 +SIZE (go/dns_amass/amass-v5.0.0/v5.0.0.mod) = 4935 +SHA256 (go/dns_amass/amass-v5.0.0/v5.0.0.zip) = b4410134d2a5a779923fb812f7874d460c99f916abcc9beebe7b88e10f134979 +SIZE (go/dns_amass/amass-v5.0.0/v5.0.0.zip) = 430738 |