lxd: update to 3.1

Closes #14638.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
iaroki 2018-05-22 22:37:08 +03:00 committed by Enno Boland
parent bbf0203702
commit e08cb8ad70
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
2 changed files with 3 additions and 13 deletions

View File

@ -1,10 +0,0 @@
--- dist/src/github.com/lxc/lxd/lxd/main_forkfile.go
+++ dist/src/github.com/lxc/lxd/lxd/main_forkfile.go
@@ -17,6 +17,7 @@
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <limits.h>
extern char* advance_arg(bool required);
extern void error(char *msg);

View File

@ -1,19 +1,19 @@
# Template file for 'lxd'
pkgname=lxd
version=3.0.0
version=3.1
revision=1
build_style=go
go_import_path="github.com/lxc/lxd"
go_package="${go_import_path}/lxd ${go_import_path}/lxc"
hostmakedepends="git bzr pkg-config"
makedepends="lxc-devel acl-devel"
depends="lxc liblxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables"
depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables"
short_desc="LXD is a next generation system container manager"
maintainer="iaroki <iaroki@protonmail.com>"
license="Apache-2.0"
homepage="https://linuxcontainers.org/lxd"
distfiles="https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz"
checksum=9c13f1bfbec68021c8e2264bcbcdf1f53de693256affa0f92a134d9d5ccbb754
checksum=bcfe2661d97af0dcc0ac5de8407b6e24de8615e6b7881bd4bf8e9c59fefc673f
system_groups="lxd"
post_install() {