Bug 253794 - security/honeytrap: Fix go-1.16 build errors
Summary: security/honeytrap: Fix go-1.16 build errors
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-23 14:41 UTC by ezri.mudde
Modified: 2021-02-24 18:08 UTC (History)
1 user (show)

See Also:


Attachments
patch (8.28 KB, patch)
2021-02-23 14:41 UTC, ezri.mudde
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ezri.mudde 2021-02-23 14:41:24 UTC
Created attachment 222757 [details]
patch

Because of build constrains contained in gvisors packages the build failed when build with a go version higher than 1.15.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-24 18:07:18 UTC
A commit references this bug:

Author: dmgk
Date: Wed Feb 24 18:06:31 UTC 2021
New revision: 566492
URL: https://svnweb.freebsd.org/changeset/ports/566492

Log:
  security/honeytrap: Unbreak with go1.16

  PR:		253794
  Submitted by:	ezri.mudde@dutchsec.com (maintainer)

Changes:
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go
  head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go
Comment 2 Dmitri Goutnik freebsd_committer freebsd_triage 2021-02-24 18:08:01 UTC
Committed, thanks!