diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-16 06:42:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-16 06:42:57 +0000 |
commit | 0867043635afe59eb7181585cd13420d95d71d55 (patch) | |
tree | 8b6dd2f70cf42c242e8092eb5c4fdd87597760ea /dns | |
parent | dns/amass: Update 3.7.3 -> 3.7.4 (diff) |
dns/subfinder: Update 2.3.5 -> 2.3.6
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=542329
Diffstat (limited to 'dns')
-rw-r--r-- | dns/subfinder/Makefile | 8 | ||||
-rw-r--r-- | dns/subfinder/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dns/subfinder/Makefile b/dns/subfinder/Makefile index 3c3573c05fb9..8efd056ffcb8 100644 --- a/dns/subfinder/Makefile +++ b/dns/subfinder/Makefile @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= subfinder -DISTVERSION= 2.3.5 +DISTVERSIONPREFIX= v +DISTVERSION= 2.3.6 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= Subdomain discovery tool that discovers valid subdomains for websites LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= go:modules USE_GITHUB= yes @@ -41,7 +42,8 @@ GH_TUPLE= \ projectdiscovery:gologger:v1.0.0:projectdiscovery_gologger/vendor/github.com/projectdiscovery/gologger \ rs:xid:v1.2.1:rs_xid/vendor/github.com/rs/xid \ sirupsen:logrus:v1.3.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ - stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify + stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \ + tomnomnom:linkheader:02ca5825eb80:tomnomnom_linkheader/vendor/github.com/tomnomnom/linkheader GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} diff --git a/dns/subfinder/distinfo b/dns/subfinder/distinfo index 193898e1c70b..525d0bf9d7d9 100644 --- a/dns/subfinder/distinfo +++ b/dns/subfinder/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1591745809 -SHA256 (projectdiscovery-subfinder-2.3.5_GH0.tar.gz) = 84c457eff858abd42bcded238366ce603ac101f09e24282adf8351cce68f780e -SIZE (projectdiscovery-subfinder-2.3.5_GH0.tar.gz) = 1061974 +TIMESTAMP = 1594881672 +SHA256 (projectdiscovery-subfinder-v2.3.6_GH0.tar.gz) = c8ccc886cf1d0759a03c9e6c53e2b470839579f31bfaf6bbe820b80df1e66ec6 +SIZE (projectdiscovery-subfinder-v2.3.6_GH0.tar.gz) = 1063058 SHA256 (alexbrainman-sspi-e580b900e9f5_GH0.tar.gz) = 9cbbbb19669ec85f0a569d5272fce01dad7fc579b367dc5f7430f64b7310ac4b SIZE (alexbrainman-sspi-e580b900e9f5_GH0.tar.gz) = 19600 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e @@ -57,3 +57,5 @@ SHA256 (sirupsen-logrus-v1.3.0_GH0.tar.gz) = f80cfa34148c4e25c4d3030edb1fd9878d6 SIZE (sirupsen-logrus-v1.3.0_GH0.tar.gz) = 38452 SHA256 (stretchr-testify-v1.5.1_GH0.tar.gz) = 6d65f92aeff186bb261dbdb885d9f3ba09db3d79eb5f212fcace1fd4a2858263 SIZE (stretchr-testify-v1.5.1_GH0.tar.gz) = 78657 +SHA256 (tomnomnom-linkheader-02ca5825eb80_GH0.tar.gz) = 0905f5752137e019e22d2f0c6493ae969ad2cc944ceef58c2085a948c9c99e9d +SIZE (tomnomnom-linkheader-02ca5825eb80_GH0.tar.gz) = 4318 |