Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] LXD 4.6
@ 2020-10-13  3:06 CameronNemo
  2020-10-15 12:39 ` [PR PATCH] [Closed]: " Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: CameronNemo @ 2020-10-13  3:06 UTC (permalink / raw)
  To: ml

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

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

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

LXD 4.6
None

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

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

From d1925e7e8ec03e55f71c54d3b91e21216db52bb1 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 12 Oct 2020 20:00:27 -0700
Subject: [PATCH 1/3] raft: update to 0.9.25

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

diff --git a/srcpkgs/raft/template b/srcpkgs/raft/template
index da6ef2c9cb0..2d27d54bc12 100644
--- a/srcpkgs/raft/template
+++ b/srcpkgs/raft/template
@@ -1,6 +1,6 @@
 # Template file for 'raft'
 pkgname=raft
-version=0.9.23
+version=0.9.25
 revision=1
 build_style=gnu-configure
 configure_args="--enable-example=no"
@@ -11,7 +11,7 @@ maintainer="Julio Galvan <juliogalvan@protonmail.com>"
 license="custom:LGPL-3.0-only-linking-exception"
 homepage="https://github.com/canonical/raft"
 distfiles="https://github.com/canonical/raft/archive/v${version}.tar.gz"
-checksum=e4bda601b1f632c2ea9ec74e59c311e773503e16b798bd07f3764244fbbfc82f
+checksum=fac55dc1cea66c7e2e6525d3be0aebedff8c31ec568efb6a911c6bb0ea99268d
 
 pre_configure() {
 	autoreconf -i

From 36ef2261f2767c5107a59a159bf714fdc2b2d7f1 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 12 Oct 2020 19:38:10 -0700
Subject: [PATCH 2/3] dqlite: update to 1.6.0

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

diff --git a/srcpkgs/dqlite/template b/srcpkgs/dqlite/template
index b638c8231d7..ed948d34356 100644
--- a/srcpkgs/dqlite/template
+++ b/srcpkgs/dqlite/template
@@ -1,20 +1,16 @@
 # Template file for 'dqlite'
 pkgname=dqlite
-version=1.5.0
+version=1.6.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
-makedepends="sqlite-replication-devel raft-devel libco-devel"
-depends="sqlite-replication"
+makedepends="sqlite-devel raft-devel"
 short_desc="Distributed SQLite database using the Raft algorithm"
 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=1ea4a4a70460bce98eb8d473fd642322223bfd9897f348276c4b270194e3b95f
-
-_libdir="/usr/lib/sqlite-replication"
-LDFLAGS="-L${XBPS_CROSS_BASE}${_libdir} -Wl,-R${_libdir}"
+checksum=8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93
 
 pre_configure() {
 	autoreconf -i

From ea8812733e923199a6ea35d24ef17d5af0a6c787 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 12 Oct 2020 20:04:04 -0700
Subject: [PATCH 3/3] lxd: update to 4.6

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

diff --git a/srcpkgs/lxd/template b/srcpkgs/lxd/template
index b0d4bbf81b2..46e8a424256 100644
--- a/srcpkgs/lxd/template
+++ b/srcpkgs/lxd/template
@@ -1,6 +1,6 @@
 # Template file for 'lxd'
 pkgname=lxd
-version=4.3
+version=4.6
 revision=1
 build_style=go
 go_import_path=github.com/lxc/lxd
@@ -15,7 +15,7 @@ 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=b6891ee6086a2d26409385fcd50d627e6a72e0af17f88c5693c1e100ed9dca1f
+checksum=3702f5eafba6dba2ab21c2119bc74e8b55514d697c1fac80343adeea94d72e04
 system_groups="lxd"
 
 _libdir="/usr/lib/sqlite-replication"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: LXD 4.6
  2020-10-13  3:06 [PR PATCH] LXD 4.6 CameronNemo
@ 2020-10-15 12:39 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2020-10-15 12:39 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

LXD 4.6
https://github.com/void-linux/void-packages/pull/25559

Description:
None

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-15 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13  3:06 [PR PATCH] LXD 4.6 CameronNemo
2020-10-15 12:39 ` [PR PATCH] [Closed]: " Piraty

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).