Github messages for voidlinux
 help / color / mirror / Atom feed
From: marmeladema <marmeladema@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] capnproto: update to 0.9.1
Date: Sun, 19 Dec 2021 19:46:00 +0100	[thread overview]
Message-ID: <20211219184600.Dg7kWLaKxHJDKpZR8g5Czj0t3YInivkVjORCQ6sQq_k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34584@inbox.vuxu.org>

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

There is an updated pull request by marmeladema against master on the void-packages repository

https://github.com/marmeladema/void-packages capnproto-0.9.1
https://github.com/void-linux/void-packages/pull/34584

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, x86-64
<!--
- 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/34584.patch is attached

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

From 0b4227c65e9920c294cedf979e43708c10adc53d Mon Sep 17 00:00:00 2001
From: marmeladema <xademax@gmail.com>
Date: Fri, 17 Dec 2021 11:00:11 +0000
Subject: [PATCH 1/3] capnproto: update to 0.9.1

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

diff --git a/srcpkgs/capnproto/template b/srcpkgs/capnproto/template
index 6c8e7a930421..e729729560ef 100644
--- a/srcpkgs/capnproto/template
+++ b/srcpkgs/capnproto/template
@@ -1,6 +1,6 @@
 # Template file for 'capnproto'
 pkgname=capnproto
-version=0.8.0
+version=0.9.1
 revision=1
 wrksrc="${pkgname}-c++-${version}"
 build_style=gnu-configure
@@ -10,7 +10,7 @@ maintainer="eater <hello@eaterofco.de>"
 license="MIT"
 homepage="https://capnproto.org"
 distfiles="${homepage}/capnproto-c++-${version}.tar.gz"
-checksum=d1f40e47574c65700f0ec98bf66729378efabe3c72bc0cda795037498541c10d
+checksum=83680aaef8c192b884e38eab418b8482d321af6ae7ab7befa3a9370b8e716aad
 
 CXXFLAGS="-std=c++14"
 

From 85819b22bb1c09ffa895292bf7cfec9901407e0e Mon Sep 17 00:00:00 2001
From: marmeladema <xademax@gmail.com>
Date: Sun, 19 Dec 2021 18:34:51 +0000
Subject: [PATCH 2/3] capnproto: remove `-std=c++14` from CXXFLAGS

---
 srcpkgs/capnproto/template | 2 --
 1 file changed, 2 deletions(-)

diff --git a/srcpkgs/capnproto/template b/srcpkgs/capnproto/template
index e729729560ef..21d58f04d3ae 100644
--- a/srcpkgs/capnproto/template
+++ b/srcpkgs/capnproto/template
@@ -12,8 +12,6 @@ homepage="https://capnproto.org"
 distfiles="${homepage}/capnproto-c++-${version}.tar.gz"
 checksum=83680aaef8c192b884e38eab418b8482d321af6ae7ab7befa3a9370b8e716aad
 
-CXXFLAGS="-std=c++14"
-
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" capnproto-devel"
 	configure_args+=" --with-external-capnp"

From 7911e6f8336af2c2a716fcf4a839f347f032c9ba Mon Sep 17 00:00:00 2001
From: marmeladema <xademax@gmail.com>
Date: Sun, 19 Dec 2021 18:43:17 +0000
Subject: [PATCH 3/3] capnproto: update `common/shlibs`

---
 common/shlibs | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 4edfe7d909d7..7a75b358e77d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2908,14 +2908,15 @@ liblog4cplus-2.0.so.3 log4cplus-2.0.0_1
 liblog4cplusU-2.0.so.3 log4cplus-2.0.3_1
 libpng12.so.0 libpng12-1.2.56_2
 libpng.so.3 libpng12-1.2.56_2
-libcapnpc-0.8.0.so capnproto-0.8.0_1
-libcapnp-json-0.8.0.so capnproto-0.8.0_1
-libcapnp-rpc-0.8.0.so capnproto-0.8.0_1
-libcapnp-0.8.0.so capnproto-0.8.0_1
-libkj-http-0.8.0.so capnproto-0.8.0_1
-libkj-async-0.8.0.so capnproto-0.8.0_1
-libkj-test-0.8.0.so capnproto-0.8.0_1
-libkj-0.8.0.so capnproto-0.8.0_1
+libcapnpc-0.9.1.so capnproto-0.9.1_1
+libcapnp-json-0.9.1.so capnproto-0.9.1_1
+libcapnp-rpc-0.9.1.so capnproto-0.9.1_1
+libcapnp-websocket-0.9.1.so capnproto-0.9.1_1
+libcapnp-0.9.1.so capnproto-0.9.1_1
+libkj-http-0.9.1.so capnproto-0.9.1_1
+libkj-async-0.9.1.so capnproto-0.9.1_1
+libkj-test-0.9.1.so capnproto-0.9.1_1
+libkj-0.9.1.so capnproto-0.9.1_1
 libkea-asiodns.so.12 libkea-1.9.5_2
 libkea-asiolink.so.23 libkea-1.9.5_2
 libkea-cc.so.22 libkea-1.9.5_2

  parent reply	other threads:[~2021-12-19 18:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17 11:02 [PR PATCH] " marmeladema
2021-12-19  4:11 ` [PR REVIEW] " ericonr
2021-12-19 18:35 ` [PR PATCH] [Updated] " marmeladema
2021-12-19 18:36 ` [PR REVIEW] " marmeladema
2021-12-19 18:36 ` [PR PATCH] [Updated] " marmeladema
2021-12-19 18:38 ` marmeladema
2021-12-19 18:46 ` marmeladema [this message]
2021-12-19 19:20 ` [PR PATCH] [Updated] " marmeladema
2021-12-19 19:50 ` ericonr
2021-12-19 19:57 ` [PR PATCH] [Updated] " marmeladema
2021-12-19 20:21 ` marmeladema
2021-12-19 21:00 ` marmeladema
2021-12-21  6:47 ` Vaelatern
2021-12-22  4:00 ` [PR REVIEW] " ericonr
2021-12-22  4:00 ` ericonr
2021-12-22  4:00 ` ericonr
2021-12-22 15:07 ` marmeladema
2021-12-22 15:12 ` the-eater
2021-12-22 15:21 ` [PR PATCH] [Updated] " marmeladema
2021-12-22 15:21 ` [PR REVIEW] " marmeladema
2021-12-22 15:21 ` marmeladema
2021-12-22 15:22 ` marmeladema
2021-12-23  4:16 ` ericonr
2021-12-23  4:16 ` [PR PATCH] [Merged]: " ericonr

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=20211219184600.Dg7kWLaKxHJDKpZR8g5Czj0t3YInivkVjORCQ6sQq_k@z \
    --to=marmeladema@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).