Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] monero: update to 0.18.2.2.
@ 2023-06-07 11:21 kevcrumb
  2023-06-26 21:13 ` Bnyro
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kevcrumb @ 2023-06-07 11:21 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: monero: update to 0.18.2.2.
  2023-06-07 11:21 [PR PATCH] monero: update to 0.18.2.2 kevcrumb
@ 2023-06-26 21:13 ` Bnyro
  2023-06-27  7:48 ` [PR PATCH] [Closed]: " classabbyamp
  2024-02-19 18:47 ` stnby
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-06-26 21:13 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44304#issuecomment-1608272563

Comment:
Can be closed due to #44422

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

* Re: [PR PATCH] [Closed]: monero: update to 0.18.2.2.
  2023-06-07 11:21 [PR PATCH] monero: update to 0.18.2.2 kevcrumb
  2023-06-26 21:13 ` Bnyro
@ 2023-06-27  7:48 ` classabbyamp
  2024-02-19 18:47 ` stnby
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-27  7:48 UTC (permalink / raw)
  To: ml

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

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

monero: update to 0.18.2.2.
https://github.com/void-linux/void-packages/pull/44304

Description:
#### 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)

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

* Re: monero: update to 0.18.2.2.
  2023-06-07 11:21 [PR PATCH] monero: update to 0.18.2.2 kevcrumb
  2023-06-26 21:13 ` Bnyro
  2023-06-27  7:48 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-02-19 18:47 ` stnby
  2 siblings, 0 replies; 4+ messages in thread
From: stnby @ 2024-02-19 18:47 UTC (permalink / raw)
  To: ml

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

New comment by stnby on void-packages repository

https://github.com/void-linux/void-packages/pull/44304#issuecomment-1953015087

Comment:
This is the reason I am deleting my Void Linux install that I had since .eu days :disappointed:. Glad you are all happy destroying another distro.

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

end of thread, other threads:[~2024-02-19 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-07 11:21 [PR PATCH] monero: update to 0.18.2.2 kevcrumb
2023-06-26 21:13 ` Bnyro
2023-06-27  7:48 ` [PR PATCH] [Closed]: " classabbyamp
2024-02-19 18:47 ` stnby

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