Github messages for voidlinux
 help / color / mirror / Atom feed
From: leahneukirchen <leahneukirchen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] capnproto: update to 1.1.0.
Date: Wed, 22 Jan 2025 21:50:06 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-54078@inbox.vuxu.org> (raw)

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

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

https://github.com/leahneukirchen/void-packages capnproto110
https://github.com/void-linux/void-packages/pull/54078

capnproto: update to 1.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6512750510b401e4339ac1fd1596f32a6e4250cb Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 22 Jan 2025 21:32:16 +0100
Subject: [PATCH 1/5] capnproto: update to 1.1.0.

---
 common/shlibs              | 18 +++++++++---------
 srcpkgs/capnproto/template |  6 +++---
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 72852d4cb6aec6..853fd5814c4b79 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2988,15 +2988,15 @@ libite.so.5 libite-2.0.1_1
 liblog4cplus-1.2.so.5 log4cplus-1.2.0_1
 liblog4cplus-2.0.so.3 log4cplus-2.0.0_1
 liblog4cplusU-2.0.so.3 log4cplus-2.0.3_1
-libcapnpc-0.10.2.so capnproto-0.10.2_1
-libcapnp-json-0.10.2.so capnproto-0.10.2_1
-libcapnp-rpc-0.10.2.so capnproto-0.10.2_1
-libcapnp-websocket-0.10.2.so capnproto-0.10.2_1
-libcapnp-0.10.2.so capnproto-0.10.2_1
-libkj-http-0.10.2.so capnproto-0.10.2_1
-libkj-async-0.10.2.so capnproto-0.10.2_1
-libkj-test-0.10.2.so capnproto-0.10.2_1
-libkj-0.10.2.so capnproto-0.10.2_1
+libcapnpc-1.1.0.so capnproto-1.1.0_1
+libcapnp-json-1.1.0.so capnproto-1.1.0_1
+libcapnp-rpc-1.1.0.so capnproto-1.1.0_1
+libcapnp-websocket-1.1.0.so capnproto-1.1.0_1
+libcapnp-1.1.0.so capnproto-1.1.0_1
+libkj-http-1.1.0.so capnproto-1.1.0_1
+libkj-async-1.1.0.so capnproto-1.1.0_1
+libkj-test-1.1.0.so capnproto-1.1.0_1
+libkj-1.1.0.so capnproto-1.1.0_1
 libkea-asiodns.so.35 libkea-2.4.1_1
 libkea-asiolink.so.56 libkea-2.4.1_1
 libkea-cc.so.54 libkea-2.4.1_1
diff --git a/srcpkgs/capnproto/template b/srcpkgs/capnproto/template
index 7582c506797ada..71852d0ba1aa32 100644
--- a/srcpkgs/capnproto/template
+++ b/srcpkgs/capnproto/template
@@ -1,14 +1,14 @@
 # Template file for 'capnproto'
 pkgname=capnproto
-version=0.10.2
-revision=2
+version=1.1.0
+revision=1
 build_style=gnu-configure
 short_desc="Cap'n Proto serialization/RPC system"
 maintainer="eater <hello@eaterofco.de>"
 license="MIT"
 homepage="https://capnproto.org"
 distfiles="https://capnproto.org/capnproto-c++-${version}.tar.gz"
-checksum=7cd91a244cb330cda5b41f4904f94b61f39ba112835b31fa8c3764cedbed819f
+checksum=07167580e563f5e821e3b2af1c238c16ec7181612650c5901330fa9a0da50939
 
 CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 

From e235b98657793b398b8bda8723dcb0c3316491ed Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 22 Jan 2025 21:32:44 +0100
Subject: [PATCH 2/5] rr: rebuild for capnproto-1.1.0.

---
 srcpkgs/rr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rr/template b/srcpkgs/rr/template
index 142c5919fa7737..5db930e0940dc7 100644
--- a/srcpkgs/rr/template
+++ b/srcpkgs/rr/template
@@ -1,7 +1,7 @@
 # Template file for 'rr'
 pkgname=rr
 version=5.8.0
-revision=1
+revision=2
 archs="i686 x86_64"
 build_style=cmake
 configure_args="-DBUILD_TESTS=OFF -DCMAKE_CXX_STANDARD=14"

From 2dd8255ae110a46ee981de3b0cfd6c9383aea996 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 22 Jan 2025 21:35:09 +0100
Subject: [PATCH 3/5] sonic-visualiser: rebuild for capnproto-1.1.0.

---
 srcpkgs/sonic-visualiser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sonic-visualiser/template b/srcpkgs/sonic-visualiser/template
index 193b4b18bcae16..3bdf05d6ba94a2 100644
--- a/srcpkgs/sonic-visualiser/template
+++ b/srcpkgs/sonic-visualiser/template
@@ -1,7 +1,7 @@
 # Template file for 'sonic-visualiser'
 pkgname=sonic-visualiser
 version=4.5.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config capnproto-devel qt5-host-tools"
 makedepends="capnproto-devel jack-devel libfishsound-devel libid3tag-devel

From 42a98c939c4d2ba8aa1518c4cb02ffa43a9e268e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 22 Jan 2025 21:36:06 +0100
Subject: [PATCH 4/5] librime: rebuild for capnproto-1.1.0.

---
 srcpkgs/librime/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/librime/template b/srcpkgs/librime/template
index f2433b8576ce68..272e84e08af7eb 100644
--- a/srcpkgs/librime/template
+++ b/srcpkgs/librime/template
@@ -1,7 +1,7 @@
 # Template file for 'librime'
 pkgname=librime
 version=1.11.2
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_BUILD_TYPE=None -DENABLE_LOGGING=OFF -DBUILD_TEST=ON"
 hostmakedepends="pkg-config capnproto"

From 8252e04261624fbcc06776f22950fd2bb5960820 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 22 Jan 2025 21:36:52 +0100
Subject: [PATCH 5/5] sequoia-sq: rebuild for capnproto-1.1.0.

---
 srcpkgs/sequoia-sq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sequoia-sq/template b/srcpkgs/sequoia-sq/template
index 487b07e782d9d6..a226f4b3abc9d6 100644
--- a/srcpkgs/sequoia-sq/template
+++ b/srcpkgs/sequoia-sq/template
@@ -1,7 +1,7 @@
 # Template file for 'sequoia-sq'
 pkgname=sequoia-sq
 version=1.1.0
-revision=1
+revision=2
 build_style=cargo
 build_helper=qemu
 _deps="nettle-devel openssl-devel sqlite-devel"

             reply	other threads:[~2025-01-22 20:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-22 20:50 leahneukirchen [this message]
2025-01-24 14:05 ` [PR PATCH] [Merged]: " leahneukirchen

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-54078@inbox.vuxu.org \
    --to=leahneukirchen@users.noreply.github.com \
    --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).