FreeBSD Bugzilla – Attachment 217571 Details for
Bug 248948
security/honeytrap: Fix go-1.15 build errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
honeytrap-g20200415_1.diff (text/plain), 11.08 KB, created by
ezri.mudde
on 2020-08-27 09:28:33 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
ezri.mudde
Created:
2020-08-27 09:28:33 UTC
Size:
11.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 546326) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= honeytrap > DISTVERSION= g20200415 >+PORTREVISION= 1 > CATEGORIES= security > > MAINTAINER= remco.verhoef@dutchsec.com >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/bluepill_unsafe.go.orig 2020-08-27 10:13:09 UTC >++++ vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/bluepill_unsafe.go >+@@ -13,7 +13,7 @@ >+ // limitations under the License. >+ >+ // +build go1.12 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // Check go:linkname function signatures when updating Go version. >+ > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/machine_unsafe.go.orig 2020-08-27 10:11:57 UTC >++++ vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/machine_unsafe.go >+@@ -13,7 +13,7 @@ >+ // limitations under the License. >+ >+ // +build go1.12 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // Check go:linkname function signatures when updating Go version. >+ > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/sentry/platform/ptrace/subprocess_unsafe.go.orig 2020-08-27 10:10:47 UTC >++++ vendor/gvisor.dev/gvisor/pkg/sentry/platform/ptrace/subprocess_unsafe.go >+@@ -13,7 +13,7 @@ >+ // limitations under the License. >+ >+ // +build go1.12 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // Check go:linkname function signatures when updating Go version. >+ > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/sentry/vfs/mount_unsafe.go.orig 2020-08-27 10:09:46 UTC >++++ vendor/gvisor.dev/gvisor/pkg/sentry/vfs/mount_unsafe.go >+@@ -13,7 +13,7 @@ >+ // limitations under the License. >+ >+ // +build go1.12 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // Check go:linkname function signatures when updating Go version. >+ > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe.go.orig 2020-08-27 10:03:23 UTC >++++ vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe.go >+@@ -13,7 +13,7 @@ >+ // limitations under the License. >+ >+ // +build go1.11 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // Check go:linkname function signatures when updating Go version. >+ > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/sync/downgradable_rwmutex_unsafe.go.orig 2020-08-27 10:03:50 UTC >++++ vendor/gvisor.dev/gvisor/pkg/sync/downgradable_rwmutex_unsafe.go >+@@ -4,7 +4,7 @@ >+ // license that can be found in the LICENSE file. >+ >+ // +build go1.13 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // Check go:linkname function signatures when updating Go version. >+ > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/sync/memmove_unsafe.go.orig 2020-08-27 10:04:54 UTC >++++ vendor/gvisor.dev/gvisor/pkg/sync/memmove_unsafe.go >+@@ -4,7 +4,7 @@ >+ // license that can be found in the LICENSE file. >+ >+ // +build go1.12 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // Check go:linkname function signatures when updating Go version. >+ > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/sync/tmutex_unsafe.go.orig 2020-08-27 10:06:40 UTC >++++ vendor/gvisor.dev/gvisor/pkg/sync/tmutex_unsafe.go >+@@ -4,7 +4,7 @@ >+ // license that can be found in the LICENSE file. >+ >+ // +build go1.13 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // When updating the build constraint (above), check that syncMutex matches the >+ // standard library sync.Mutex definition. > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/tcpip/link/rawfile/blockingpoll_yield_unsafe.go.orig 2020-08-27 10:08:00 UTC >++++ vendor/gvisor.dev/gvisor/pkg/tcpip/link/rawfile/blockingpoll_yield_unsafe.go >+@@ -14,7 +14,7 @@ >+ >+ // +build linux,amd64 linux,arm64 >+ // +build go1.12 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // Check go:linkname function signatures when updating Go version. >+ > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go >=================================================================== >--- files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go (nonexistent) >+++ files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/gvisor.dev/gvisor/pkg/tcpip/time_unsafe.go.orig 2020-08-27 10:08:55 UTC >++++ vendor/gvisor.dev/gvisor/pkg/tcpip/time_unsafe.go >+@@ -13,7 +13,7 @@ >+ // limitations under the License. >+ >+ // +build go1.9 >+-// +build !go1.15 >++// +build !go1.16 >+ >+ // Check go:linkname function signatures when updating Go version. >+ > >Property changes on: files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248948
:
217571
|
217686