Commit graph

9 commits

Author SHA1 Message Date
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Yuri Victorovich
a9930b1d69 misc/gobuster: Update 3.0.1 -> 3.1.0 2020-10-13 03:40:00 +00:00
Dmitri Goutnik
40d06dc17e misc/gobuster: Unbreak on aarch64
===>  Building gobuster from .
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:19:23: undefined: CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:46:21: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:50:24: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:55:27: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:90:29: undefined: CapRights
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:12:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:13:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:14:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:15:6: missing function body
vendor/golang.org/x/sys/unix/cap_freebsd.go:90:29: too many errors

Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for
freebsd/arm64.

PR:		242384
Approved by:	yuri (maintainer)
2019-12-02 19:47:07 +00:00
Dmitri Goutnik
d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00
Yuri Victorovich
52f715418d misc/gobuster: Switch to USES=go:modules, fix build with go1.13
PR:		239889
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-08-15 22:37:59 +00:00
Yuri Victorovich
82b31b33a1 misc/gobuster: Update 3.0.0 -> 3.0.1
Reported by:	portscout
2019-06-21 05:33:20 +00:00
Yuri Victorovich
7739ece140 misc/gobuster: Update 2.0.1-15 -> 3.0.0
Reported by:	portscout
2019-06-20 21:34:31 +00:00
Yuri Victorovich
d3c64afd1c New port: misc/gobuster: Directory/file & DNS busting tool written in Go 2019-05-21 09:22:09 +00:00