public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/, app-office/gnucash/files/
Date: Thu, 26 Dec 2024 10:19:01 +0000 (UTC)	[thread overview]
Message-ID: <1735207786.f8170672b2949a23581c166284e09370bb195773.sam@gentoo> (raw)

commit:     f8170672b2949a23581c166284e09370bb195773
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 10:09:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 10:09:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8170672

app-office/gnucash: backport boost-1.87 fix

This allows easier testing of the bug #941426 fix.

Closes: https://bugs.gentoo.org/946388
Bug: https://bugs.gentoo.org/941426
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/gnucash/files/gnucash-5.8-boost-1.87.patch | 12 ++++++++++++
 app-office/gnucash/gnucash-5.8-r100.ebuild            |  2 ++
 2 files changed, 14 insertions(+)

diff --git a/app-office/gnucash/files/gnucash-5.8-boost-1.87.patch b/app-office/gnucash/files/gnucash-5.8-boost-1.87.patch
new file mode 100644
index 000000000000..55263705a4b7
--- /dev/null
+++ b/app-office/gnucash/files/gnucash-5.8-boost-1.87.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/946388
+--- a/libgnucash/app-utils/gnc-quotes.cpp       2024-12-13 17:18:10.294664737 -0800
++++ b/libgnucash/app-utils/gnc-quotes.cpp       2024-12-13 17:18:31.410866021 -0800
+@@ -212,7 +212,7 @@ GncFQQuoteSource::run_cmd (const StrVec&
+     try
+     {
+         std::future<std::vector<char> > out_buf, err_buf;
+-        boost::asio::io_service svc;
++        boost::asio::io_context svc;
+ 
+         auto input_buf = bp::buffer (json_string);
+        bp::child process;

diff --git a/app-office/gnucash/gnucash-5.8-r100.ebuild b/app-office/gnucash/gnucash-5.8-r100.ebuild
index 028e4e012a61..dec0d06fe71f 100644
--- a/app-office/gnucash/gnucash-5.8-r100.ebuild
+++ b/app-office/gnucash/gnucash-5.8-r100.ebuild
@@ -123,6 +123,8 @@ PATCHES=(
 
 	# GCC 15 backport
 	"${FILESDIR}/${PN}-5.8-gcc15.patch"
+
+	"${FILESDIR}/${PN}-5.8-boost-1.87.patch"
 )
 
 pkg_setup() {


             reply	other threads:[~2024-12-26 10:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-26 10:19 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-26 10:19 [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/, app-office/gnucash/files/ Sam James
2024-12-26  9:57 Sam James
2024-12-26  2:54 Sam James
2024-11-03 18:54 David Seifert
2024-05-11 19:02 Aaron W. Swenson
2024-01-20 11:49 Sam James
2023-06-20 10:53 Aaron W. Swenson
2023-05-12 23:58 Sam James
2021-04-21 18:51 Sam James
2021-04-19  3:50 Matt Turner
2020-05-21 11:14 Aaron W. Swenson
2019-10-13 11:40 Andreas Sturmlechner
2018-10-07 10:19 Aaron Swenson
2018-08-29 10:48 Aaron Swenson
2018-02-18 12:31 Aaron Swenson

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=1735207786.f8170672b2949a23581c166284e09370bb195773.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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