Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] lxd: update and unbreak build
Date: Mon, 03 Feb 2020 07:58:49 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18750@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages lxd-3.20
https://github.com/void-linux/void-packages/pull/18750

lxd: update and unbreak build
None

A patch file from https://github.com/void-linux/void-packages/pull/18750.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lxd-3.20-18750.patch --]
[-- Type: text/x-diff, Size: 2662 bytes --]

From 0c78ddf27ed86aca89b3cbb8d4d2f9a8e0398b62 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 2 Feb 2020 22:58:15 -0800
Subject: [PATCH 1/2] dqlite: update to 1.4.0.

---
 srcpkgs/dqlite/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dqlite/template b/srcpkgs/dqlite/template
index fa722256c71..0bae0898437 100644
--- a/srcpkgs/dqlite/template
+++ b/srcpkgs/dqlite/template
@@ -1,6 +1,6 @@
 # Template file for 'dqlite'
 pkgname=dqlite
-version=1.3.1
+version=1.4.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
@@ -11,7 +11,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="custom:LGPL-3.0-only-linking-exception"
 homepage="https://github.com/canonical/dqlite"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=45c47a5dfc8689640fba50cfa3a204e1e0807cab565faf74da5ac7ebb89b0dba
+checksum=83ee490a1e7da71b0e5f68c67a24c6ff42278860a01d3a963c95506ce1e404b1
 
 _libdir="/usr/lib/sqlite-replication"
 LDFLAGS="-L${XBPS_CROSS_BASE}${_libdir} -Wl,-R${_libdir}"

From d50d1759835bc40ddca916eab7c7bdb733b568e1 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 2 Feb 2020 22:58:26 -0800
Subject: [PATCH 2/2] lxd: update to 3.20.

---
 srcpkgs/lxd/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lxd/template b/srcpkgs/lxd/template
index 956148c00c1..aa88a487b99 100644
--- a/srcpkgs/lxd/template
+++ b/srcpkgs/lxd/template
@@ -1,6 +1,6 @@
 # Template file for 'lxd'
 pkgname=lxd
-version=3.19
+version=3.20
 revision=1
 build_style=go
 go_import_path=github.com/lxc/lxd
@@ -8,16 +8,15 @@ go_build_tags=libsqlite3
 go_package="${go_import_path}/lxd ${go_import_path}/lxc
  ${go_import_path}/lxd-p2c ${go_import_path}/fuidshift"
 hostmakedepends="pkg-config git"
-makedepends="lxc-devel acl-devel dqlite-devel"
+makedepends="lxc-devel acl-devel dqlite-devel eudev-libudev-devel"
 depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables"
 short_desc="Next generation system container manager"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/lxd"
 distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
-checksum=afc0b0912e5fa977007cfd97805849a3a47564eaaaa1638948081665ad7224c8
+checksum=fb0189ff417a55fef551c749e60993977421e4788cbb9f57a08f037d8b8b4b3f
 system_groups="lxd"
-broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/25807/steps/shell_3/logs/stdio"
 
 _libdir="/usr/lib/sqlite-replication"
 LDFLAGS="-L${XBPS_CROSS_BASE}${_libdir} -Wl,-R${_libdir}"

             reply	other threads:[~2020-02-03  6:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03  6:58 voidlinux-github [this message]
2020-02-03  7:01 ` voidlinux-github
2020-02-03  7:08 ` voidlinux-github
2020-02-03  7:08 ` voidlinux-github
2020-02-03  7:30 ` voidlinux-github
2020-02-03  7:31 ` voidlinux-github
2020-02-03  9:16 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18750@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).