Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 21:43:33 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521028 - head/dns/amass
Message-ID:  <201912272143.xBRLhXdh084998@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Fri Dec 27 21:43:32 2019
New Revision: 521028
URL: https://svnweb.freebsd.org/changeset/ports/521028

Log:
  dns/amass: Really unbreak on aarch64
  
  http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p520537_s355573/logs/errors/amass-3.4.2_1.log
  
  # golang.org/x/net/ipv4
  vendor/golang.org/x/net/ipv4/sys_asmreq.go:47:31: undefined: ipMreq
  vendor/golang.org/x/net/ipv4/sys_freebsd.go:20:18: undefined: sysIP_RECVTTL
  vendor/golang.org/x/net/ipv4/sys_freebsd.go:21:18: undefined: sysIP_RECVDSTADDR
  vendor/golang.org/x/net/ipv4/sys_freebsd.go:22:18: undefined: sysIP_RECVIF
  vendor/golang.org/x/net/ipv4/sys_freebsd.go:26:79: undefined: sysIP_TOS
  vendor/golang.org/x/net/ipv4/sys_freebsd.go:27:79: undefined: sysIP_TTL
  vendor/golang.org/x/net/ipv4/sys_freebsd.go:28:79: undefined: sysIP_MULTICAST_TTL
  vendor/golang.org/x/net/ipv4/sys_freebsd.go:29:79: undefined: sysIP_MULTICAST_IF
  vendor/golang.org/x/net/ipv4/sys_freebsd.go:60:11: undefined: groupReq
  vendor/golang.org/x/net/ipv4/sys_freebsd.go:67:12: undefined: groupSourceReq
  
  - golang.org/x/net also needs to be updated to at least 83d349e8ac1a
  
  Approved by:	yuri (maintainer)

Modified:
  head/dns/amass/Makefile
  head/dns/amass/distinfo

Modified: head/dns/amass/Makefile
==============================================================================
--- head/dns/amass/Makefile	Fri Dec 27 21:37:52 2019	(r521027)
+++ head/dns/amass/Makefile	Fri Dec 27 21:43:32 2019	(r521028)
@@ -3,7 +3,7 @@
 PORTNAME=	amass
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -47,7 +47,7 @@ GH_TUPLE=	\
 		gogo:protobuf:v1.3.0:gogo_protobuf/vendor/github.com/gogo/protobuf \
 		golang:appengine:v1.6.1:golang_appengine/vendor/google.golang.org/appengine \
 		golang:crypto:34f69633bfdc:golang_crypto/vendor/golang.org/x/crypto \
-		golang:net:aa69164e4478:golang_net/vendor/golang.org/x/net \
+		golang:net:83d349e8ac1a:golang_net/vendor/golang.org/x/net \
 		golang:oauth2:0f29369cfe45:golang_oauth2/vendor/golang.org/x/oauth2 \
 		golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \
 		golang:sync:cd5d95a43a6e:golang_sync/vendor/golang.org/x/sync \

Modified: head/dns/amass/distinfo
==============================================================================
--- head/dns/amass/distinfo	Fri Dec 27 21:37:52 2019	(r521027)
+++ head/dns/amass/distinfo	Fri Dec 27 21:43:32 2019	(r521028)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1576006561
+TIMESTAMP = 1577450174
 SHA256 (OWASP-Amass-v3.4.2_GH0.tar.gz) = 7eab2423b65e2815a32aa6eae4118564f47dcda492dfe151bf0ce90dc01e4334
 SIZE (OWASP-Amass-v3.4.2_GH0.tar.gz) = 9656400
 SHA256 (PuerkitoBio-goquery-v1.5.0_GH0.tar.gz) = 0307341d56ae12648584b3990fb1e84f465870247e46aff00381c98c5ad231c7
@@ -59,8 +59,8 @@ SHA256 (golang-appengine-v1.6.1_GH0.tar.gz) = 1755aaf4
 SIZE (golang-appengine-v1.6.1_GH0.tar.gz) = 333353
 SHA256 (golang-crypto-34f69633bfdc_GH0.tar.gz) = c3fa0760971622af64c3b7a3319291d997f2f0d53a5c90c17d25eaeba7f0371a
 SIZE (golang-crypto-34f69633bfdc_GH0.tar.gz) = 1708053
-SHA256 (golang-net-aa69164e4478_GH0.tar.gz) = b538bbdda3b9f7c93b6bbac94874d8fa85d25e43577f3b356fd825f39410be0f
-SIZE (golang-net-aa69164e4478_GH0.tar.gz) = 1100688
+SHA256 (golang-net-83d349e8ac1a_GH0.tar.gz) = 5752c376bc6383bf2055281336101c062b881f17ded2e960d718c8256023f9c7
+SIZE (golang-net-83d349e8ac1a_GH0.tar.gz) = 1103298
 SHA256 (golang-oauth2-0f29369cfe45_GH0.tar.gz) = 468421ddfe905216454006b309ebda6e97aa6089265b995bce4259d6a9efd141
 SIZE (golang-oauth2-0f29369cfe45_GH0.tar.gz) = 45498
 SHA256 (golang-protobuf-v1.3.1_GH0.tar.gz) = 3f3a6123054a9847093c119895f1660612f301fe95358f3a6a1a33fd0933e6cf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912272143.xBRLhXdh084998>