mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
conmon: update to 2.1.2
Fixes CVE-2022-1708 Include manpage
This commit is contained in:
parent
1c87d2ebf2
commit
87ff32a8c7
1 changed files with 8 additions and 3 deletions
|
@ -1,19 +1,24 @@
|
|||
# Template file for 'conmon'
|
||||
pkgname=conmon
|
||||
version=2.1.1
|
||||
version=2.1.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config go-md2man"
|
||||
makedepends="libglib-devel libseccomp-devel"
|
||||
short_desc="OCI container runtime monitor"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containers/conmon"
|
||||
distfiles="https://github.com/containers/conmon/archive/v${version}.tar.gz"
|
||||
checksum=676bcd5eb7d51cd5510ac9b7513726d9d0e42698fb01e763c25aad8f0c7edde4
|
||||
checksum=8ba76eb54c319197235fd39c3a5b5a975b5a21e02cd4be985b8619220a497a0e
|
||||
|
||||
post_build() {
|
||||
make -C docs GOMD2MAN=go-md2man
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin bin/conmon
|
||||
vmkdir usr/libexec/podman
|
||||
ln -sf ../../bin/conmon "${DESTDIR}/usr/libexec/podman"
|
||||
make -C docs install DESTDIR="$DESTDIR" PREFIX=/usr
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue