conmon: update to 2.0.30#17063
Conversation
828ecdd to
9a9b2c0
Compare
bug fixes: - Remove unreachable code path - exit: report if the exit command was killed - exit: fix race zombie reaper - conn_sock: allow watchdog messages through the notify socket proxy - seccomp: add support for seccomp notify misc: - Add seccomp to build dependency included patch removes unnecessary dependency of libdl and also allows a succesfull build disabled for arc where libseccomp does not seem to be available Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
| PKG_LICENSE_FILES:=LICENSE | ||
|
|
||
| PKG_BUILD_DEPENDS:=golang/host | ||
| PKG_BUILD_DEPENDS:=golang/host libseccomp |
There was a problem hiding this comment.
I'm not familiar with this package. But are you sure you just need that at build and not runtime? For example your package crun has that as dependency:
https://github.com/openwrt/packages/blob/master/utils/crun/Makefile#L29
There was a problem hiding this comment.
Yes. Build bot here failed because of missing libseccomp.h, so I had to add it as a build dependency. libseccomp is not available for arc, and that's why arc is disabled. Better would be to take parts of libseccomp that are required and integrate them to common, but that would possibly need building that system every time libseccomp updates- so better this way. libseccomp is not needed on runtime, just something from header file.
|
thanks. lgtm |
|
This is unrelated to this update, but I noticed that this package has a build dependency on Looking at the upstream PR that added the Go dependency (containers/conmon#41), it appears that the Go component(s) are only used when conman is a dependency of another Go program. If this is true, you may want to patch out compiling the Go component(s) instead of including the build dependency on |
this patch removes unnecessary dependency to golang/host as pointed out by @jefferyto earlier at openwrt#17063 (comment) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
this patch removes unnecessary dependency to golang/host as pointed out by @jefferyto earlier at #17063 (comment) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
this patch removes unnecessary dependency to golang/host as pointed out by @jefferyto earlier at openwrt#17063 (comment) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
this patch removes unnecessary dependency to golang/host as pointed out by @jefferyto earlier at openwrt#17063 (comment) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
this patch removes unnecessary dependency to golang/host as pointed out by @jefferyto earlier at openwrt#17063 (comment) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
this patch removes unnecessary dependency to golang/host as pointed out by @jefferyto earlier at openwrt#17063 (comment) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
bug fixes:
misc:
included patch removes unnecessary dependency of libdl and also allows a succesfull build
Signed-off-by: Oskari Rauta oskari.rauta@gmail.com
Maintainer: Oskari Rauta / @oskarirauta
Compile tested: x86_64, pc, recent snapshot
Run tested: x86_64, pc, quite recent snapshot