amass: 3.1.9 bump

This commit is contained in:
blshkv 2019-09-28 09:27:27 +08:00
parent 9f12c8d495
commit 58255ee10c
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 169 additions and 0 deletions

View file

@ -1,5 +1,6 @@
DIST amass-3.0.27.tar.gz 8183320 BLAKE2B d26fb83abce68189e1256864ca28529faf65526f1c6f798a3a2145a0970fc9fbe89d4c8a05fd58f054becf2e54a6d17de422d415c507ab8e5d3c4d3f1abcd581 SHA512 febe588ae396ee2dccaabe5a2aae6684f171e6afa9859841d4219d6723ac1150f43039a7045e35b7c9a89f46380680d99aaf83c365534f2a9b6a7471b9f38182
DIST amass-3.1.6.tar.gz 14281347 BLAKE2B 7772878a460acb13d0e84c1787ea8b841f7c977322cd02e231be82a8c44d12ebac4d336f75f97a7e37d982884dc4c264c4169ccd4590cd61c8f15fd2af8cbf48 SHA512 b08bb06a1703a165863e6d9fc963f55d1d2870f4d7beca32313262c34f62dc2db9863e2ddcf15fff586df7ff3199c7ff0837d659dfbfa2d5ae310c9f4893f8b5
DIST amass-3.1.9.tar.gz 9845662 BLAKE2B 37027f08b30c6163a0e3310eb03a8c448d33a9fa436d48a04dfee8fd4f8b1111eb73e9b33d6c0a9a7aacab2df5f91cdacb30696b23423140986e38577623760e SHA512 084720a1110c677b67b8a2bc2a56984040c81f29fe29e8f0223f9edd9f84cb9bc3c80cb08c1b6f0db72418f6d3d74b1bd59332e444b6ee4be757fe1d857947c4
DIST github.com-TheTannerRyan-ring-v1.1.0.tar.gz 6434 BLAKE2B 4a7c44d7d6d87d2afb0bd0d2e9fc7f5250fde54b9cbe221d3c21b672a7ad8d871b232ae899390900ffae8918b236d39305c7b657a048ce1fa69fc68e341ce180 SHA512 8220a8a205a805d2bc4357d88ccabfc40dff0e695b49c202d4332c5c3ea347739a7b2aa9bf4f7fe30b3087e34daf73fd68e2ec54affe30b1150c5a453efd5f00
DIST github.com-VividCortex-gohistogram-v1.0.0.tar.gz 20810 BLAKE2B 9ae4e6f2e06368cd81c69ba644f970b68d56ea367ae8993587ab92f9cc686cea11377d36b382a2b35fbce70a3f02ae1a2f96d8b6d1e2e95c001d271c5b677a2f SHA512 0fb57644521135823169e9a945a7dae3702e44310f756a8e5342ef74eeb35615426d8958fff2b76c499ae6c0b1e1992034bdb67a8321b09969f88f1bb7325e6c
DIST github.com-alecthomas-template-fb15b899a751.tar.gz 55359 BLAKE2B 3452261d9866bf22d2f649ac37b894b257d63d64082ebb7d6139521a0b15d8af69ade521e633dd98a133d6433f505a25cf4a769d6bb4569fca2e826b5a2f0bfa SHA512 a2355c5ce4509ac4a5548d8b1d7b4b63b1c15781efb6dcf2b67c6b475ba9895b7f71f5f6f53923112acf205398023ac5a5d44b8f9edb339dc83d4d72a81d7c08

View file

@ -0,0 +1,168 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
#extracted from go.mod
EGO_VENDOR=(
"github.com/alecthomas/template fb15b899a751" # indirect
"github.com/alecthomas/units c3de453c63f4" # indirect
"github.com/TheTannerRyan/ring v1.1.0"
"github.com/boltdb/bolt v1.3.1"
"github.com/caffix/cloudflare-roundtripper 4c29d231c9cb6ed0381bd10db5502610a2f59df9"
"github.com/cayleygraph/cayley v0.7.5"
"github.com/cenkalti/backoff v2.2.1" #indirect
"github.com/chromedp/cdproto 61a0348ea0b1" # indirect
"github.com/chromedp/chromedp v0.3.1" # indirect
"github.com/dghubble/go-twitter 39e5462e111f"
"github.com/dghubble/sling v1.2.0"
"github.com/fatih/color v1.7.0"
"github.com/fpfeng/httpcache ab6bbcc7c729" # indirect
"github.com/geziyor/geziyor 326405767917"
"github.com/temoto/robotstxt v1.1.1"
"github.com/go-ini/ini v1.46.0"
"github.com/gobuffalo/envy v1.7.1" #indirect
"github.com/gobuffalo/packr v1.30.1"
"github.com/rogpeppe/go-internal v1.3.2"
"github.com/joho/godotenv v1.3.0"
"github.com/gobuffalo/packd v0.3.0"
"github.com/go-kit/kit v0.9.0" # indirect
"github.com/go-sql-driver/mysql v1.4.1" # indirect
"github.com/gobwas/ws v1.0.2" # indirect
"github.com/gogo/protobuf v1.2.1"
"github.com/golang/snappy v0.0.1" # indirect
"github.com/google/pprof 34ac40c74b70" # indirect
"github.com/gorilla/websocket v1.4.1" #indirect
"github.com/irfansharif/cfilter v0.1.1"
"github.com/jmoiron/sqlx v1.2.0"
"github.com/johnnadratowski/golang-neo4j-bolt-driver 6b24c0085aae"
"github.com/json-iterator/go v1.1.7" # indirect
"github.com/kisielk/errcheck v1.2.0" # indirect
"github.com/konsorten/go-windows-terminal-sequences v1.0.2" # indirect
"github.com/lib/pq v1.2.0"
"github.com/mattn/go-colorable v0.1.2" #indirect
"github.com/mattn/go-isatty v0.0.9" #indirect
"github.com/mattn/go-sqlite3 v1.11.0" # indirect
"github.com/miekg/dns v1.1.16"
"github.com/mitchellh/go-homedir v1.1.0"
"github.com/mwitkow/go-conntrack 2f068394615f" # indirect
"github.com/onsi/ginkgo v1.8.0" # indirect
"github.com/onsi/gomega v1.5.0" # indirect
"github.com/prometheus/common v0.6.0" # indirect
"github.com/prometheus/procfs v0.0.3" # indirect
"github.com/qasaur/gremgo fa23ada7c5da27801a4c57e83ca1df451139a2f0"
"github.com/robertkrimen/otto 15f95af6e78dcd2030d8195a138bd88d4f403546" # indirect
"github.com/satori/go.uuid v1.2.0"
"github.com/sirupsen/logrus v1.4.2" # indirect
"github.com/stretchr/objx v0.2.0" # indirect
"github.com/tylertreat/BoomFilters 611b3dbe80e8"
# "golang.org/x/exp cfdd5522f6f6" # indirect
# "golang.org/x/image d6a02ce849c9" # indirect
# "golang.org/x/mobile d2bd2a29d028" # indirect
"golang.org/x/oauth2 0f29369cfe45 github.com/golang/oauth2"
# "google.golang.org/grpc v1.22.1" # indirect
# "gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127" # indirect
"gopkg.in/sourcemap.v1 v1.0.5 github.com/go-sourcemap/sourcemap" #indirect
"gopkg.in/yaml.v2 v2.2.2 github.com/go-yaml/yaml" # indirect
#end of go.mod
"github.com/google/go-querystring v1.0.0"
# "github.com/chromedp/chromedp v0.3.1"
# "github.com/chromedp/cdproto 1aa4f57ff2a9"
"github.com/gobwas/httphead 2c6c146eadee" # indirect
"github.com/gobwas/pool v0.2.0" # indirect
# "github.com/gobwas/ws v1.0.0"
"github.com/mailru/easyjson 1ea4449da983"
"github.com/knq/sysutil f05b59f0f307"
"github.com/VividCortex/gohistogram v1.0.0" # indirect
# "github.com/fortytw2/leaktest v1.3.0"
# "github.com/fpfeng/httpcache 6b8f16a92be3"
# "github.com/go-kit/kit v0.8.0"
"github.com/pkg/errors v0.8.1"
"github.com/prometheus/client_golang v1.0.0"
# "github.com/stretchr/testify v1.3.0"
"github.com/beorn7/perks v1.0.0"
"github.com/golang/protobuf v1.3.1"
# "github.com/json-iterator/go v1.1.6"
# "github.com/modern-go/concurrent bacd9c7ef1dd" # indirect
# "github.com/modern-go/reflect2 v1.0.1" #// indirect
"github.com/prometheus/client_model fd36f4220a90"
# "github.com/prometheus/common v0.4.1"
# "github.com/prometheus/procfs v0.0.2"
# "github.com/stretchr/testify v1.3.0" # indirect
# "github.com/alecthomas/template a0175ee3bccc" ## indirect
# "github.com/alecthomas/units 2efee857e7cf" # indirect
# "github.com/beorn7/perks 3a771d992973" # indirect
# "github.com/go-kit/kit v0.8.0"
# "github.com/go-logfmt/logfmt v0.3.0" # indirect
# "github.com/go-stack/stack v1.8.0" # indirect
# "github.com/gogo/protobuf v1.1.1" # indirect
# "github.com/golang/protobuf v1.2.0"
# "github.com/julienschmidt/httprouter v1.2.0"
# "github.com/kr/logfmt b84e30acd515" # indirect
"github.com/matttproud/golang_protobuf_extensions v1.0.1"
# "github.com/mwitkow/go-conntrack cc309e4a2223"
# "github.com/pkg/errors v0.8.0"
# "github.com/prometheus/client_golang v0.9.1"
# "github.com/prometheus/client_model 5c3871d89910"
# "github.com/prometheus/procfs 185b4288413d" # indirect
# "github.com/sirupsen/logrus v1.2.0"
# "gopkg.in/alecthomas/kingpin.v2 v2.2.6 github.com/alecthomas/kingpin"
)
EGO_PN=github.com/OWASP/Amass
inherit golang-vcs-snapshot
EGIT_COMMIT="v${PV}"
ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}"
SRC_URI="${ARCHIVE_URI} ${EGO_VENDOR_URI}"
DESCRIPTION="Subdomain OSINT Enumeration"
HOMEPAGE="https://github.com/OWASP/Amass"
LICENSE="Apache-2.0"
SLOT=0
IUSE=""
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND=">=dev-lang/go-1.13
>=dev-go/fetchbot-1.1.2
>=dev-go/goquery-1.5.0
>=dev-go/uuid-1.1.1
>=dev-go/cascadia-1.0.0
>=dev-go/robotstxt-go-20180810
dev-go/go-crypto
dev-go/go-net
dev-go/go-sys
dev-go/go-tools
"
# dev-go/go-protobuf
# dev-go/gogo-protobuf
#https://bugs.gentoo.org/673704
# dev-go/gopkg-sourcemap
RDEPEND=""
#https://github.com/golang/go/issues/27348
#src_prepare() {
# cd src/${EGO_PN}
# go mod verify
# eapply_user
#}
src_compile() {
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
go install -v -work -x ${EGO_BUILD_FLAGS} ./...
}
src_install(){
echo "CURRENT DIR: `pwd`"
dobin bin/amass*
}