mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 23:31:00 +02:00
amass: bump to test upstream nasty bug https://github.com/caffix/amass/issues/17
This commit is contained in:
parent
55e58e89f6
commit
036bd243d4
2 changed files with 41 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
DIST amass-1.1.0.tar.gz 1763509 BLAKE2B b5866e0799e3b17231185006c6a60a25bd429ebae2764eb041e92cb74986d8b0b1f6e31abaac7295d608d8fc6c58ea1666fb82b9c2a2ffde852aa5bd4150ffc4 SHA512 3a12862c72eb758f03844a971a4dc85f9abf6fd8f9bef7f495e371d49c380cf864132a4b8da907d7d65ee578830a6158100f77c6e3e6fd1e352decdb3d5ddddd
|
||||
DIST amass-20180316.tar.gz 1764413 BLAKE2B fc1f44af70c9374ade9ff300cb1fa7f95456e94254b59ba54bc23ead2c3888791de5c2815e519043dd8df9db75174110f6877b720f5a3e0042129649c4817196 SHA512 20a1a1de2cc5ed94dd5976d9efb99337ebeaec94f51a9c6cd75a4a47ba7bd7afced796909705a03fb22c085798eb99d30074c0c8eb1cd29aeff58ec99d981d00
|
||||
DIST github.com-PuerkitoBio-gocrawl-3c6275ae0143e4fa9ee522c2d4008d983a2fefaf.tar.gz 37239 BLAKE2B cee02f1799b56e51d22e17563a2c3e10cf64d019440ebb407336dc5f37750d7e258fa242fcc25771733fc6b7f3cd73ceb1b0bd12e09f4aafe682af91da37b588 SHA512 62f5db5f06ccbe33248547e1183be5ce6c20cf6c75ac3f5ebaf92454f99991be04fd69729f9f503610ca511ff606b8dd78794dea542397858c13d3ba17aac008
|
||||
DIST github.com-PuerkitoBio-goquery-61aa1975b1f7856927c526b0e0cd8c8b3a3030d0.tar.gz 100075 BLAKE2B 6df0c48651e64c573df817abc934111f6fa907308683e682b7501009a7f2ab3d10df68f6b21ba5af2e41375b4b580678b36cc8c4a5e608165be390def55514fc SHA512 fa540ad5384c3c5777ea51ec58edf4559660238a9122c4684f9fb1c055bca481010596725f3f254d2aea9da5a2db38755295d235a99781b0ad8a860e603cc590
|
||||
DIST github.com-PuerkitoBio-purell-975f53781597ed779763b7b65566e74c4004d8de.tar.gz 11700 BLAKE2B 7c02c83d66e1e853ace6d40b88475dfc47ddaef4bfca6381cd957e96646e8e6df0436f524755ea76c4caf5d33a2efd5cc76a8992098c87952ef667cb0189cda0 SHA512 d363a780b7d927c0686daebc53ba8120b7cfad9d79a621a870f70b73d932d5b7529e434f9ad83d2a5466ae1eb52d3f207e2b65e4a3fd5833948bfe4c6a83763c
|
||||
|
|
|
|||
40
net-analyzer/amass/amass-20180316.ebuild
Normal file
40
net-analyzer/amass/amass-20180316.ebuild
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
EGO_VENDOR=( "github.com/caffix/recon e2c3ea0ba9caf74eaa1643ab8642d1363997a147"
|
||||
"github.com/PuerkitoBio/gocrawl 3c6275ae0143e4fa9ee522c2d4008d983a2fefaf"
|
||||
"github.com/PuerkitoBio/goquery 61aa1975b1f7856927c526b0e0cd8c8b3a3030d0"
|
||||
"github.com/likexian/whois-go 2a3082919f1b4c463346655d09826ae07a6c843f"
|
||||
"github.com/likexian/whois-parser-go 34880469cbbedc02c20d2747e6082030a4b735b3"
|
||||
"github.com/PuerkitoBio/purell 975f53781597ed779763b7b65566e74c4004d8de"
|
||||
"github.com/PuerkitoBio/urlesc de5bf2ad457846296e2031421a34e2568e304e35"
|
||||
"github.com/andybalholm/cascadia 901648c87902174f774fac311d7f176f8647bdaa"
|
||||
"github.com/miekg/dns 906238edc6eb0ddface4a1923f6d41ef2a5ca59b"
|
||||
"github.com/temoto/robotstxt 9e4646fa705336d5b2fa9dddfafbe0a1a965acd7"
|
||||
"golang.org/x/net e0c57d8f86c17f0724497efcb3bc617e82834821 github.com/golang/net"
|
||||
"golang.org/x/text 4a13a3860a6e13b9c8d09ceeb19f19a4b68c1a4e github.com/golang/text"
|
||||
)
|
||||
|
||||
EGO_PN=github.com/caffix/amass
|
||||
|
||||
inherit golang-build golang-vcs-snapshot
|
||||
|
||||
EGIT_COMMIT="cf0a90e44299f7f25e7fc3ac8802c638b248ad55"
|
||||
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/caffix/amass"
|
||||
LICENSE="GPL-3"
|
||||
SLOT=0
|
||||
IUSE=""
|
||||
|
||||
#fix me: gocrawl, goquery, purell cascadia, dns, text
|
||||
DEPEND=">=dev-lang/go-1.10"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install(){
|
||||
dobin amass
|
||||
}
|
||||
Loading…
Reference in a new issue