summaryrefslogtreecommitdiff
path: root/security/honeytrap/files/patch-services_docker_docker.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/honeytrap: Unbreak on i386Dmitri Goutnik2022-07-171-0/+11
services/docker/docker.go:405:23: cannot use 16348065792 (untyped int constant) as int value in map literal (overflows) Make constant literal int64 on all archs. Reported by: fallout Approved by: portmgr (blanket, build fix)