From 5450f5d1b854d51e8d23bf23b781cbb786d0bd16 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sun, 9 Oct 2022 15:50:43 -0700 Subject: [PATCH 1/4] raft: update to 0.15.0 Adopt, as I have done the last several updates and generally maintain this as part of LXD maintenance. --- srcpkgs/raft/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/raft/template b/srcpkgs/raft/template index b111bcc73758..cfaed3f81b05 100644 --- a/srcpkgs/raft/template +++ b/srcpkgs/raft/template @@ -1,17 +1,17 @@ # Template file for 'raft' pkgname=raft -version=0.13.0 +version=0.15.0 revision=1 build_style=gnu-configure configure_args="--enable-example=no" hostmakedepends="pkg-config autoconf automake libtool" makedepends="libuv-devel liblz4-devel" short_desc="C implementation of the Raft consensus protocol" -maintainer="Julio Galvan " +maintainer="Cameron Nemo " 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=91b2b0437f443a60498cdf8c53da8a5934a51eee983d2f6eb6f0c8e40af07a8c +checksum=33fd7ecdeb2d822beda5ac8964562f31a05aa817483bb63835ad7bab171f2d02 # test/unit/uv and test/integration/uv fail on CI make_check=ci-skip From d1d6ee9dce8ec823b50fd97eeba7965ea5635759 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sun, 9 Oct 2022 15:53:37 -0700 Subject: [PATCH 2/4] dqlite: update to 0.11.1 --- srcpkgs/dqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dqlite/template b/srcpkgs/dqlite/template index e7bccbc107aa..f03c26efee5a 100644 --- a/srcpkgs/dqlite/template +++ b/srcpkgs/dqlite/template @@ -1,16 +1,16 @@ # Template file for 'dqlite' pkgname=dqlite -version=1.10.0 +version=1.11.1 revision=1 build_style=gnu-configure hostmakedepends="pkg-config automake libtool" makedepends="sqlite-devel raft-devel" short_desc="Distributed SQLite database using the Raft algorithm" -maintainer="Cameron Nemo " +maintainer="Cameron Nemo " license="custom:LGPL-3.0-only-linking-exception" homepage="https://github.com/canonical/dqlite" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=46f57036bd5ac4c67b76c07ef3ce58b674458eb1564131c80f11a2d5ec7db962 +checksum=f900b81b7ba66ba654c734f7fc9f01caf462408f3751f5357019db0c18d438b5 pre_configure() { autoreconf -i From eadb1fdde3eee2a26aafea157da2168318ba2fe1 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sun, 9 Oct 2022 16:01:19 -0700 Subject: [PATCH 3/4] lxd: update to 5.6 --- srcpkgs/lxd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lxd/template b/srcpkgs/lxd/template index 26f69a8b286e..2d1c7ddde1d0 100644 --- a/srcpkgs/lxd/template +++ b/srcpkgs/lxd/template @@ -1,6 +1,6 @@ # Template file for 'lxd' pkgname=lxd -version=5.2 +version=5.6 revision=1 build_style=go go_import_path=github.com/lxc/lxd @@ -20,7 +20,7 @@ license="Apache-2.0" homepage="https://linuxcontainers.org/lxd" changelog="https://github.com/lxc/lxd/releases" distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz" -checksum=e22d2b34a1848d33b2080b2b1c82355afb6d36fdfe49e67f44b3749edbc02e4c +checksum=6cb2a5f4ea6fc57a339aa8d7f21636c4889579cb418a8843c53cdde5dbb9c3ee system_groups="lxd" # whitelist dqlite LDFLAGS From 22b06964b5bb47e792635fba26490999491d2cc4 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sun, 9 Oct 2022 16:01:35 -0700 Subject: [PATCH 4/4] lxd-lts: update to 5.0.1 Add update file --- srcpkgs/lxd-lts/template | 4 ++-- srcpkgs/lxd-lts/update | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/lxd-lts/update diff --git a/srcpkgs/lxd-lts/template b/srcpkgs/lxd-lts/template index 5f0f450e5c3a..6462f92394d5 100644 --- a/srcpkgs/lxd-lts/template +++ b/srcpkgs/lxd-lts/template @@ -1,6 +1,6 @@ # Template file for 'lxd-lts' pkgname=lxd-lts -version=5.0.0 +version=5.0.1 revision=1 wrksrc="lxd-$version" build_style=go @@ -21,7 +21,7 @@ license="Apache-2.0" homepage="https://linuxcontainers.org/lxd" changelog="https://github.com/lxc/lxd/releases" distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz" -checksum=a99b7edfb52c8195b2de4988844d32d73be6426f6cff28408250517b238fdef9 +checksum=63be0ec206da6914251271d2778124242029e3d3c0bf4aa2381d921ee0133382 conflicts="lxd" provides="lxd-${version}_${revision}" system_groups="lxd" diff --git a/srcpkgs/lxd-lts/update b/srcpkgs/lxd-lts/update new file mode 100644 index 000000000000..d8141d86abd2 --- /dev/null +++ b/srcpkgs/lxd-lts/update @@ -0,0 +1,3 @@ +pkgname=lxd +site="https://linuxcontainers.org/lxd/downloads/" +ignore="5\.[^0]"