Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cowsql: update to 1.15.6
@ 2024-07-08 19:18 romain-dartigues
  2024-07-09 10:53 ` dkwo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: romain-dartigues @ 2024-07-08 19:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/romain-dartigues/void-linux-void-packages bump-cowsql
https://github.com/void-linux/void-packages/pull/51153

cowsql: update to 1.15.6
I was subject to the "Incus crash with vfsDatabaseRead" bug (https://github.com/lxc/incus/issues/665) on my Void machine; upgrading cowsql to [v1.15.6](https://github.com/cowsql/cowsql/releases/tag/v1.15.6) fixed the bug (currently using incus 6.2 thanks to #50251).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From 8d6dc797637a01372647356b508ac4a7f8268ce0 Mon Sep 17 00:00:00 2001
From: Romain Dartigues <romain.dartigues@gmail.com>
Date: Mon, 8 Jul 2024 20:58:38 +0200
Subject: [PATCH] cowsql: update to 1.15.6

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

diff --git a/srcpkgs/cowsql/template b/srcpkgs/cowsql/template
index 7189bea57bb956..36fc7a08f4c476 100644
--- a/srcpkgs/cowsql/template
+++ b/srcpkgs/cowsql/template
@@ -1,6 +1,6 @@
 # Template file for 'cowsql'
 pkgname=cowsql
-version=1.15.4
+version=1.15.6
 revision=1
 build_style=gnu-configure
 configure_args="--enable-example"
@@ -11,7 +11,7 @@ maintainer="dkwo <npiazza@disroot.org>"
 license="custom:LGPL-3.0-only-linking-exception"
 homepage="https://github.com/cowsql/cowsql"
 distfiles="https://github.com/cowsql/cowsql/archive/refs/tags/v${version}.tar.gz"
-checksum=f37ac775e8165ccf5cee4c981672072ac11e8d23c25c92e94bd25a299d170668
+checksum=723f7f8ede3bcb19c10a6c85c18a23ee34c6874cb4cf104c434bd69d6a916882
 
 pre_configure() {
 	autoreconf -fi

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

* Re: cowsql: update to 1.15.6
  2024-07-08 19:18 [PR PATCH] cowsql: update to 1.15.6 romain-dartigues
@ 2024-07-09 10:53 ` dkwo
  2024-07-09 18:39 ` romain-dartigues
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2024-07-09 10:53 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/51153#issuecomment-2217320746

Comment:
Don't you need to bump `incus` etc?

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

* Re: cowsql: update to 1.15.6
  2024-07-08 19:18 [PR PATCH] cowsql: update to 1.15.6 romain-dartigues
  2024-07-09 10:53 ` dkwo
@ 2024-07-09 18:39 ` romain-dartigues
  2024-07-10  8:51 ` dkwo
  2024-07-16  5:42 ` [PR PATCH] [Closed]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: romain-dartigues @ 2024-07-09 18:39 UTC (permalink / raw)
  To: ml

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

New comment by romain-dartigues on void-packages repository

https://github.com/void-linux/void-packages/pull/51153#issuecomment-2218400153

Comment:
Hi @dkwo,
Thank you for your attention.

Installing the latest cowsql version was enough to get through the "vfsDatabaseRead" crash, thanks to the dynamically build of `incusd` (at least as it is packaged in`incus-6.2.0_1`; I suppose that's partly why Stéphane Graber is not releasing builds of the daemon as he does for the client):

```
# ldd /usr/libexec/incus/incusd|grep cow
        libcowsql.so.0 => /lib/libcowsql.so.0 (0x7f94ce919000)
# xbps-query -f cowsql
/usr/lib/libcowsql.so.0.0.1
/usr/share/licenses/cowsql/LICENSE
/usr/lib/libcowsql.so.0 -> /usr/lib/libcowsql.so.0.0.1
```

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

* Re: cowsql: update to 1.15.6
  2024-07-08 19:18 [PR PATCH] cowsql: update to 1.15.6 romain-dartigues
  2024-07-09 10:53 ` dkwo
  2024-07-09 18:39 ` romain-dartigues
@ 2024-07-10  8:51 ` dkwo
  2024-07-16  5:42 ` [PR PATCH] [Closed]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2024-07-10  8:51 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/51153#issuecomment-2219933990

Comment:
Thanks, this looks good to me.

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

* Re: [PR PATCH] [Closed]: cowsql: update to 1.15.6
  2024-07-08 19:18 [PR PATCH] cowsql: update to 1.15.6 romain-dartigues
                   ` (2 preceding siblings ...)
  2024-07-10  8:51 ` dkwo
@ 2024-07-16  5:42 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-07-16  5:42 UTC (permalink / raw)
  To: ml

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

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

cowsql: update to 1.15.6
https://github.com/void-linux/void-packages/pull/51153

Description:
I was subject to the "Incus crash with vfsDatabaseRead" bug (https://github.com/lxc/incus/issues/665) on my Void machine; upgrading cowsql to [v1.15.6](https://github.com/cowsql/cowsql/releases/tag/v1.15.6) fixed the bug (currently using incus 6.2 thanks to #50251).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

end of thread, other threads:[~2024-07-16  5:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-08 19:18 [PR PATCH] cowsql: update to 1.15.6 romain-dartigues
2024-07-09 10:53 ` dkwo
2024-07-09 18:39 ` romain-dartigues
2024-07-10  8:51 ` dkwo
2024-07-16  5:42 ` [PR PATCH] [Closed]: " classabbyamp

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