Github messages for voidlinux
 help / color / mirror / Atom feed
From: kevcrumb <kevcrumb@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] monero: update to 0.18.2.2.
Date: Wed, 07 Jun 2023 13:21:34 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44304@inbox.vuxu.org> (raw)

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

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

https://github.com/kevcrumb/void-packages monero
https://github.com/void-linux/void-packages/pull/44304

monero: update to 0.18.2.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/44304.patch is attached

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

From e4c581721043a9382748c98b71a111df00680397 Mon Sep 17 00:00:00 2001
From: Kevin Crumb <kevcrumb@splitlinux.org>
Date: Wed, 7 Jun 2023 11:13:11 +0000
Subject: [PATCH 1/2] monero: update to 0.18.2.2.

---
 srcpkgs/monero/patches/fix-include.patch | 12 ------------
 srcpkgs/monero/template                  |  6 +++---
 2 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/monero/patches/fix-include.patch b/srcpkgs/monero/patches/fix-include.patch
index f5ba9fa25d08..23b572c94810 100644
--- a/srcpkgs/monero/patches/fix-include.patch
+++ b/srcpkgs/monero/patches/fix-include.patch
@@ -15,15 +15,3 @@ Index: monero-0.18.1.2/src/common/dns_utils.cpp
  using namespace epee;
  
  #undef MONERO_DEFAULT_LOG_CATEGORY
-Index: monero-0.18.1.2/src/common/threadpool.h
-===================================================================
---- monero-0.18.1.2.orig/src/common/threadpool.h
-+++ monero-0.18.1.2/src/common/threadpool.h
-@@ -31,6 +31,7 @@
- #include <boost/thread/mutex.hpp>
- #include <boost/thread/thread.hpp>
- #include <cstddef>
-+#include <deque>
- #include <functional>
- #include <utility>
- #include <vector>
diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index 93a3c82fe4d6..adb2a45c121f 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -1,7 +1,7 @@
 # Template file for 'monero'
 pkgname=monero
-version=0.18.1.2
-revision=4
+version=0.18.2.2
+revision=1
 # the revision monero uses as a submodule for the specific version
 _randomx_gitrev="261d58c77fc5547c0aa7fdfeb58421ba7e0e6e1c"
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
@@ -23,7 +23,7 @@ distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz
  https://github.com/tevador/RandomX/archive/${_randomx_gitrev}.tar.gz>RandomX-${_randomx_gitrev}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz>rapidjson-${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz>supercop-${_supercop_gitrev}.tar.gz"
-checksum="f7fec9c7456e22b70cb86a34dd9192c948161155fdbdfb8505f8ea95c357a38e
+checksum="3877c664d43046811407b92208a9f5c90f62f4b8077014854ebff56909a48b5e
  4aeadafe16810320fd492491e39d03fb6028a2db35916aba0fef96c716aba46f
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"

From 582553f8f9ddaada364d6749c85a69512bf5107d Mon Sep 17 00:00:00 2001
From: Kevin Crumb <kevcrumb@splitlinux.org>
Date: Wed, 7 Jun 2023 11:13:41 +0000
Subject: [PATCH 2/2] monero-gui: update to 0.18.2.2.

---
 srcpkgs/monero-gui/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 0f4e06d5c55f..37c03d1ff7ad 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -1,8 +1,8 @@
 # Template file for 'monero-gui'
 pkgname=monero-gui
-version=0.18.1.2
-revision=4
-_monero_version=0.18.1.2
+version=0.18.2.2
+revision=1
+_monero_version=0.18.2.2
 # the revision monero uses as a submodule for the specific version
 _randomx_gitrev="261d58c77fc5547c0aa7fdfeb58421ba7e0e6e1c"
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
@@ -26,8 +26,8 @@ distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz>rapidjson-${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz>supercop-${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz>quirc-${_quirc_gitrev}.tar.gz"
-checksum="b5494830e917231aa7515992c69bcbb495f532fefde42530b265f9fd590e1702
- f7fec9c7456e22b70cb86a34dd9192c948161155fdbdfb8505f8ea95c357a38e
+checksum="1930217d06a8611359be603ceadf48e0a0e5e96fb514665ede0938185592a2de
+ 3877c664d43046811407b92208a9f5c90f62f4b8077014854ebff56909a48b5e
  4aeadafe16810320fd492491e39d03fb6028a2db35916aba0fef96c716aba46f
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7

             reply	other threads:[~2023-06-07 11:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-07 11:21 kevcrumb [this message]
2023-06-26 21:13 ` Bnyro
2023-06-27  7:48 ` [PR PATCH] [Closed]: " classabbyamp
2024-02-19 18:47 ` stnby

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-44304@inbox.vuxu.org \
    --to=kevcrumb@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).