Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Monero
@ 2022-02-10 20:23 porky11
  2022-02-11 18:32 ` [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0 porky11
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: porky11 @ 2022-02-10 20:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/porky11/void-packages monero
https://github.com/void-linux/void-packages/pull/35516

Monero
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes

I tested the changes in this PR: **YES**

I tested monerod, p2pool is running now, monero-wallet-gui still connects to my local monerod and shows the right balance and generally looks as expected.

<!--
#### 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, (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/35516.patch is attached

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

From 0d78d5edb1f7cec690f7ba275bb249fde83d16e6 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 18:23:47 +0100
Subject: [PATCH 1/2] monero: update to 0.17.3.0.

---
 srcpkgs/monero/patches/system-miniupnpc.patch | 3 +++
 srcpkgs/monero/template                       | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/monero/patches/system-miniupnpc.patch b/srcpkgs/monero/patches/system-miniupnpc.patch
index 3d9c8bb08bbc..128a323dc6eb 100644
--- a/srcpkgs/monero/patches/system-miniupnpc.patch
+++ b/srcpkgs/monero/patches/system-miniupnpc.patch
@@ -54,8 +54,10 @@ index 9b21705e..76340a22 100644
 -find_package(Miniupnpc REQUIRED)
 -
 -message(STATUS "Using in-tree miniupnpc")
+ set(UPNPC_NO_INSTALL TRUE CACHE BOOL "Disable miniupnp installation" FORCE)
 -add_subdirectory(miniupnp/miniupnpc)
 -set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
+-set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 -if(MSVC)
 -  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 -elseif(NOT MSVC)
@@ -83,6 +85,7 @@ index 9b21705e..76340a22 100644
 +  add_subdirectory(miniupnp/miniupnpc)
 +
 +  set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
++  set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 +  if(MSVC)
 +    set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 +  elseif(NOT MSVC)
diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index c98b955ae0cb..ad03820aa543 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -1,7 +1,7 @@
 # Template file for 'monero'
 pkgname=monero
-version=0.17.2.3
-revision=2
+version=0.17.3.0
+revision=1
 _randomx_version="1.1.9"
 # the revision monero uses as a submodule for the specific version
 _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/v${_randomx_version}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
-checksum="e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
+checksum="23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
  b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"

From fa0c851660f90dd9a276d6eb9016ecdcbe9bdd28 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 21:02:53 +0100
Subject: [PATCH 2/2] monero-gui: update to 0.17.3.0.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 67ed3273defa..e40967441d4f 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.17.2.3
+version=0.17.3.0
 revision=1
-_monero_version=0.17.2.3
+_monero_version=0.17.3.0
 _randomx_version="1.1.9"
 # the revision monero uses as a submodule for the specific version
 _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
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="aeab35380282b0403be926b78d5249df2f97f9cbe36bb374ac39daf4f02bb349
- e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
+checksum="4181d1db6fc7934fbfd93bf1551f022377e5ede1155cdf4b1673873da978f976
+ 23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
  b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7

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

* Re: [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
@ 2022-02-11 18:32 ` porky11
  2022-02-22 19:07 ` tibequadorian
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: porky11 @ 2022-02-11 18:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/porky11/void-packages monero
https://github.com/void-linux/void-packages/pull/35516

monero, monero-gui: update to 0.17.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes

I tested the changes in this PR: **YES**

I tested monerod, p2pool is running now, monero-wallet-gui still connects to my local monerod and shows the right balance and generally looks as expected.

<!--
#### 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, (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/35516.patch is attached

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

From 0d78d5edb1f7cec690f7ba275bb249fde83d16e6 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 18:23:47 +0100
Subject: [PATCH 1/3] monero: update to 0.17.3.0.

---
 srcpkgs/monero/patches/system-miniupnpc.patch | 3 +++
 srcpkgs/monero/template                       | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/monero/patches/system-miniupnpc.patch b/srcpkgs/monero/patches/system-miniupnpc.patch
index 3d9c8bb08bbc..128a323dc6eb 100644
--- a/srcpkgs/monero/patches/system-miniupnpc.patch
+++ b/srcpkgs/monero/patches/system-miniupnpc.patch
@@ -54,8 +54,10 @@ index 9b21705e..76340a22 100644
 -find_package(Miniupnpc REQUIRED)
 -
 -message(STATUS "Using in-tree miniupnpc")
+ set(UPNPC_NO_INSTALL TRUE CACHE BOOL "Disable miniupnp installation" FORCE)
 -add_subdirectory(miniupnp/miniupnpc)
 -set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
+-set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 -if(MSVC)
 -  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 -elseif(NOT MSVC)
@@ -83,6 +85,7 @@ index 9b21705e..76340a22 100644
 +  add_subdirectory(miniupnp/miniupnpc)
 +
 +  set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
++  set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 +  if(MSVC)
 +    set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 +  elseif(NOT MSVC)
diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index c98b955ae0cb..ad03820aa543 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -1,7 +1,7 @@
 # Template file for 'monero'
 pkgname=monero
-version=0.17.2.3
-revision=2
+version=0.17.3.0
+revision=1
 _randomx_version="1.1.9"
 # the revision monero uses as a submodule for the specific version
 _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/v${_randomx_version}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
-checksum="e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
+checksum="23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
  b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"

From fa0c851660f90dd9a276d6eb9016ecdcbe9bdd28 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 21:02:53 +0100
Subject: [PATCH 2/3] monero-gui: update to 0.17.3.0.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 67ed3273defa..e40967441d4f 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.17.2.3
+version=0.17.3.0
 revision=1
-_monero_version=0.17.2.3
+_monero_version=0.17.3.0
 _randomx_version="1.1.9"
 # the revision monero uses as a submodule for the specific version
 _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
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="aeab35380282b0403be926b78d5249df2f97f9cbe36bb374ac39daf4f02bb349
- e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
+checksum="4181d1db6fc7934fbfd93bf1551f022377e5ede1155cdf4b1673873da978f976
+ 23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
  b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7

From 70d09d591bcefe0df7dea7332adafb5135249012 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Fri, 11 Feb 2022 19:32:40 +0100
Subject: [PATCH 3/3] monero-gui: update to 0.17.3.1.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index e40967441d4f..fd4aefbebd10 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -1,6 +1,6 @@
 # Template file for 'monero-gui'
 pkgname=monero-gui
-version=0.17.3.0
+version=0.17.3.1
 revision=1
 _monero_version=0.17.3.0
 _randomx_version="1.1.9"
@@ -26,7 +26,7 @@ distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="4181d1db6fc7934fbfd93bf1551f022377e5ede1155cdf4b1673873da978f976
+checksum="91d66f093ada1a434e41f2df070a85a114d20d7de2d937120180de01501d7f49
  23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
  b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273

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

* Re: monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
  2022-02-11 18:32 ` [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0 porky11
@ 2022-02-22 19:07 ` tibequadorian
  2022-02-23  9:59 ` [PR PATCH] [Updated] " porky11
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tibequadorian @ 2022-02-22 19:07 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35516#issuecomment-1048120795

Comment:
bump randomx

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

* Re: [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
  2022-02-11 18:32 ` [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0 porky11
  2022-02-22 19:07 ` tibequadorian
@ 2022-02-23  9:59 ` porky11
  2022-02-23 11:40 ` tibequadorian
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: porky11 @ 2022-02-23  9:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/porky11/void-packages monero
https://github.com/void-linux/void-packages/pull/35516

monero, monero-gui: update to 0.17.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes

I tested the changes in this PR: **YES**

I tested monerod, p2pool is running now, monero-wallet-gui still connects to my local monerod and shows the right balance and generally looks as expected.

<!--
#### 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, (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/35516.patch is attached

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

From 0d78d5edb1f7cec690f7ba275bb249fde83d16e6 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 18:23:47 +0100
Subject: [PATCH 1/5] monero: update to 0.17.3.0.

---
 srcpkgs/monero/patches/system-miniupnpc.patch | 3 +++
 srcpkgs/monero/template                       | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/monero/patches/system-miniupnpc.patch b/srcpkgs/monero/patches/system-miniupnpc.patch
index 3d9c8bb08bbc..128a323dc6eb 100644
--- a/srcpkgs/monero/patches/system-miniupnpc.patch
+++ b/srcpkgs/monero/patches/system-miniupnpc.patch
@@ -54,8 +54,10 @@ index 9b21705e..76340a22 100644
 -find_package(Miniupnpc REQUIRED)
 -
 -message(STATUS "Using in-tree miniupnpc")
+ set(UPNPC_NO_INSTALL TRUE CACHE BOOL "Disable miniupnp installation" FORCE)
 -add_subdirectory(miniupnp/miniupnpc)
 -set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
+-set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 -if(MSVC)
 -  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 -elseif(NOT MSVC)
@@ -83,6 +85,7 @@ index 9b21705e..76340a22 100644
 +  add_subdirectory(miniupnp/miniupnpc)
 +
 +  set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
++  set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 +  if(MSVC)
 +    set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 +  elseif(NOT MSVC)
diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index c98b955ae0cb..ad03820aa543 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -1,7 +1,7 @@
 # Template file for 'monero'
 pkgname=monero
-version=0.17.2.3
-revision=2
+version=0.17.3.0
+revision=1
 _randomx_version="1.1.9"
 # the revision monero uses as a submodule for the specific version
 _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/v${_randomx_version}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
-checksum="e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
+checksum="23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
  b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"

From fa0c851660f90dd9a276d6eb9016ecdcbe9bdd28 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 21:02:53 +0100
Subject: [PATCH 2/5] monero-gui: update to 0.17.3.0.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 67ed3273defa..e40967441d4f 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.17.2.3
+version=0.17.3.0
 revision=1
-_monero_version=0.17.2.3
+_monero_version=0.17.3.0
 _randomx_version="1.1.9"
 # the revision monero uses as a submodule for the specific version
 _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
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="aeab35380282b0403be926b78d5249df2f97f9cbe36bb374ac39daf4f02bb349
- e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
+checksum="4181d1db6fc7934fbfd93bf1551f022377e5ede1155cdf4b1673873da978f976
+ 23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
  b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7

From 70d09d591bcefe0df7dea7332adafb5135249012 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Fri, 11 Feb 2022 19:32:40 +0100
Subject: [PATCH 3/5] monero-gui: update to 0.17.3.1.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index e40967441d4f..fd4aefbebd10 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -1,6 +1,6 @@
 # Template file for 'monero-gui'
 pkgname=monero-gui
-version=0.17.3.0
+version=0.17.3.1
 revision=1
 _monero_version=0.17.3.0
 _randomx_version="1.1.9"
@@ -26,7 +26,7 @@ distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="4181d1db6fc7934fbfd93bf1551f022377e5ede1155cdf4b1673873da978f976
+checksum="91d66f093ada1a434e41f2df070a85a114d20d7de2d937120180de01501d7f49
  23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
  b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273

From a4cac0f91afbf2379748a9d983365c41b01aa817 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Wed, 23 Feb 2022 10:08:17 +0100
Subject: [PATCH 4/5] monero: update to 0.17.3.0.

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

diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index ad03820aa543..c1d0609a0f34 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -2,7 +2,7 @@
 pkgname=monero
 version=0.17.3.0
 revision=1
-_randomx_version="1.1.9"
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -24,7 +24,7 @@ distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
 checksum="23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"
 skip_extraction="v${_randomx_version}.tar.gz ${_rapidjson_gitrev}.tar.gz ${_supercop_gitrev}.tar.gz"

From 10ea7ff13b8ee0dcd4a918a3583f84cdef7f2653 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Wed, 23 Feb 2022 10:18:53 +0100
Subject: [PATCH 5/5] monero-gui: update to 0.17.3.1.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index fd4aefbebd10..d707bd76e0d9 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -3,7 +3,7 @@ pkgname=monero-gui
 version=0.17.3.1
 revision=1
 _monero_version=0.17.3.0
-_randomx_version="1.1.9"
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"

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

* Re: monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (2 preceding siblings ...)
  2022-02-23  9:59 ` [PR PATCH] [Updated] " porky11
@ 2022-02-23 11:40 ` tibequadorian
  2022-02-24 19:47 ` [PR PATCH] [Updated] " porky11
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tibequadorian @ 2022-02-23 11:40 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35516#issuecomment-1048695201

Comment:
Please rebase your branch against the latest master. Also make it only one commit for each package.

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

* Re: [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (3 preceding siblings ...)
  2022-02-23 11:40 ` tibequadorian
@ 2022-02-24 19:47 ` porky11
  2022-02-24 19:50 ` porky11
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: porky11 @ 2022-02-24 19:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/porky11/void-packages monero
https://github.com/void-linux/void-packages/pull/35516

monero, monero-gui: update to 0.17.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes

I tested the changes in this PR: **YES**

I tested monerod, p2pool is running now, monero-wallet-gui still connects to my local monerod and shows the right balance and generally looks as expected.

<!--
#### 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, (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/35516.patch is attached

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

From 32f8b4c4ff05eb900bf02c0c4f2c3291fc91b2e1 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 18:23:47 +0100
Subject: [PATCH 1/2] monero: update to 0.17.3.0.

---
 srcpkgs/monero/patches/system-miniupnpc.patch |  3 +++
 srcpkgs/monero/template                       | 10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monero/patches/system-miniupnpc.patch b/srcpkgs/monero/patches/system-miniupnpc.patch
index 3d9c8bb08bbc..128a323dc6eb 100644
--- a/srcpkgs/monero/patches/system-miniupnpc.patch
+++ b/srcpkgs/monero/patches/system-miniupnpc.patch
@@ -54,8 +54,10 @@ index 9b21705e..76340a22 100644
 -find_package(Miniupnpc REQUIRED)
 -
 -message(STATUS "Using in-tree miniupnpc")
+ set(UPNPC_NO_INSTALL TRUE CACHE BOOL "Disable miniupnp installation" FORCE)
 -add_subdirectory(miniupnp/miniupnpc)
 -set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
+-set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 -if(MSVC)
 -  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 -elseif(NOT MSVC)
@@ -83,6 +85,7 @@ index 9b21705e..76340a22 100644
 +  add_subdirectory(miniupnp/miniupnpc)
 +
 +  set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
++  set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 +  if(MSVC)
 +    set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 +  elseif(NOT MSVC)
diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index c98b955ae0cb..c1d0609a0f34 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -1,8 +1,8 @@
 # Template file for 'monero'
 pkgname=monero
-version=0.17.2.3
-revision=2
-_randomx_version="1.1.9"
+version=0.17.3.0
+revision=1
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -23,8 +23,8 @@ distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz
  https://github.com/tevador/RandomX/archive/v${_randomx_version}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
-checksum="e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+checksum="23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"
 skip_extraction="v${_randomx_version}.tar.gz ${_rapidjson_gitrev}.tar.gz ${_supercop_gitrev}.tar.gz"

From cc18d16cb6bbe5ce9406c7cea378c8ed284b164a Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 21:02:53 +0100
Subject: [PATCH 2/2] monero-gui: update to 0.17.3.1.

---
 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 67ed3273defa..d707bd76e0d9 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -1,9 +1,9 @@
 # Template file for 'monero-gui'
 pkgname=monero-gui
-version=0.17.2.3
+version=0.17.3.1
 revision=1
-_monero_version=0.17.2.3
-_randomx_version="1.1.9"
+_monero_version=0.17.3.0
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -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
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="aeab35380282b0403be926b78d5249df2f97f9cbe36bb374ac39daf4f02bb349
- e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
+checksum="91d66f093ada1a434e41f2df070a85a114d20d7de2d937120180de01501d7f49
+ 23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
  b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7

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

* Re: monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (4 preceding siblings ...)
  2022-02-24 19:47 ` [PR PATCH] [Updated] " porky11
@ 2022-02-24 19:50 ` porky11
  2022-02-24 19:58 ` [PR PATCH] [Updated] " porky11
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: porky11 @ 2022-02-24 19:50 UTC (permalink / raw)
  To: ml

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

New comment by porky11 on void-packages repository

https://github.com/void-linux/void-packages/pull/35516#issuecomment-1050206042

Comment:
@tibequadorian Done

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

* Re: [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (5 preceding siblings ...)
  2022-02-24 19:50 ` porky11
@ 2022-02-24 19:58 ` porky11
  2022-03-14 13:04 ` tibequadorian
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: porky11 @ 2022-02-24 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/porky11/void-packages monero
https://github.com/void-linux/void-packages/pull/35516

monero, monero-gui: update to 0.17.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes

I tested the changes in this PR: **YES**

I tested monerod, p2pool is running now, monero-wallet-gui still connects to my local monerod and shows the right balance and generally looks as expected.

<!--
#### 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, (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/35516.patch is attached

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

From 32f8b4c4ff05eb900bf02c0c4f2c3291fc91b2e1 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 18:23:47 +0100
Subject: [PATCH 1/2] monero: update to 0.17.3.0.

---
 srcpkgs/monero/patches/system-miniupnpc.patch |  3 +++
 srcpkgs/monero/template                       | 10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monero/patches/system-miniupnpc.patch b/srcpkgs/monero/patches/system-miniupnpc.patch
index 3d9c8bb08bbc..128a323dc6eb 100644
--- a/srcpkgs/monero/patches/system-miniupnpc.patch
+++ b/srcpkgs/monero/patches/system-miniupnpc.patch
@@ -54,8 +54,10 @@ index 9b21705e..76340a22 100644
 -find_package(Miniupnpc REQUIRED)
 -
 -message(STATUS "Using in-tree miniupnpc")
+ set(UPNPC_NO_INSTALL TRUE CACHE BOOL "Disable miniupnp installation" FORCE)
 -add_subdirectory(miniupnp/miniupnpc)
 -set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
+-set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 -if(MSVC)
 -  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 -elseif(NOT MSVC)
@@ -83,6 +85,7 @@ index 9b21705e..76340a22 100644
 +  add_subdirectory(miniupnp/miniupnpc)
 +
 +  set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
++  set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 +  if(MSVC)
 +    set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 +  elseif(NOT MSVC)
diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index c98b955ae0cb..c1d0609a0f34 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -1,8 +1,8 @@
 # Template file for 'monero'
 pkgname=monero
-version=0.17.2.3
-revision=2
-_randomx_version="1.1.9"
+version=0.17.3.0
+revision=1
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -23,8 +23,8 @@ distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz
  https://github.com/tevador/RandomX/archive/v${_randomx_version}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
-checksum="e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+checksum="23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"
 skip_extraction="v${_randomx_version}.tar.gz ${_rapidjson_gitrev}.tar.gz ${_supercop_gitrev}.tar.gz"

From 776ea8fb86a94baec60689a9b59ab60a2d3dcdfd Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 21:02:53 +0100
Subject: [PATCH 2/2] monero-gui: update to 0.17.3.1.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 67ed3273defa..a3038bb85ade 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -1,9 +1,9 @@
 # Template file for 'monero-gui'
 pkgname=monero-gui
-version=0.17.2.3
+version=0.17.3.1
 revision=1
-_monero_version=0.17.2.3
-_randomx_version="1.1.9"
+_monero_version=0.17.3.0
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -26,9 +26,9 @@ distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="aeab35380282b0403be926b78d5249df2f97f9cbe36bb374ac39daf4f02bb349
- e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+checksum="91d66f093ada1a434e41f2df070a85a114d20d7de2d937120180de01501d7f49
+ 23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7
  c8366aecb6ba48ec50a7e579a4fa18eb55c3c4be7d3efb2a83726157977f4ca6"

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

* Re: monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (6 preceding siblings ...)
  2022-02-24 19:58 ` [PR PATCH] [Updated] " porky11
@ 2022-03-14 13:04 ` tibequadorian
  2022-03-28  0:11 ` tibequadorian
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tibequadorian @ 2022-03-14 13:04 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35516#issuecomment-1066760375

Comment:
It might help to re-push your changes to trigger the CI again.

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

* Re: monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (7 preceding siblings ...)
  2022-03-14 13:04 ` tibequadorian
@ 2022-03-28  0:11 ` tibequadorian
  2022-04-19 21:04 ` [PR PATCH] [Updated] " porky11
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tibequadorian @ 2022-03-28  0:11 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35516#issuecomment-1080052300

Comment:
ping?

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

* Re: [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (8 preceding siblings ...)
  2022-03-28  0:11 ` tibequadorian
@ 2022-04-19 21:04 ` porky11
  2022-04-19 21:04 ` porky11
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: porky11 @ 2022-04-19 21:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/porky11/void-packages monero
https://github.com/void-linux/void-packages/pull/35516

monero, monero-gui: update to 0.17.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes

I tested the changes in this PR: **YES**

I tested monerod, p2pool is running now, monero-wallet-gui still connects to my local monerod and shows the right balance and generally looks as expected.

<!--
#### 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, (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/35516.patch is attached

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

From 32f8b4c4ff05eb900bf02c0c4f2c3291fc91b2e1 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 18:23:47 +0100
Subject: [PATCH 1/3] monero: update to 0.17.3.0.

---
 srcpkgs/monero/patches/system-miniupnpc.patch |  3 +++
 srcpkgs/monero/template                       | 10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monero/patches/system-miniupnpc.patch b/srcpkgs/monero/patches/system-miniupnpc.patch
index 3d9c8bb08bbc..128a323dc6eb 100644
--- a/srcpkgs/monero/patches/system-miniupnpc.patch
+++ b/srcpkgs/monero/patches/system-miniupnpc.patch
@@ -54,8 +54,10 @@ index 9b21705e..76340a22 100644
 -find_package(Miniupnpc REQUIRED)
 -
 -message(STATUS "Using in-tree miniupnpc")
+ set(UPNPC_NO_INSTALL TRUE CACHE BOOL "Disable miniupnp installation" FORCE)
 -add_subdirectory(miniupnp/miniupnpc)
 -set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
+-set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 -if(MSVC)
 -  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 -elseif(NOT MSVC)
@@ -83,6 +85,7 @@ index 9b21705e..76340a22 100644
 +  add_subdirectory(miniupnp/miniupnpc)
 +
 +  set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
++  set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 +  if(MSVC)
 +    set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 +  elseif(NOT MSVC)
diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index c98b955ae0cb..c1d0609a0f34 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -1,8 +1,8 @@
 # Template file for 'monero'
 pkgname=monero
-version=0.17.2.3
-revision=2
-_randomx_version="1.1.9"
+version=0.17.3.0
+revision=1
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -23,8 +23,8 @@ distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz
  https://github.com/tevador/RandomX/archive/v${_randomx_version}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
-checksum="e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+checksum="23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"
 skip_extraction="v${_randomx_version}.tar.gz ${_rapidjson_gitrev}.tar.gz ${_supercop_gitrev}.tar.gz"

From 776ea8fb86a94baec60689a9b59ab60a2d3dcdfd Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 21:02:53 +0100
Subject: [PATCH 2/3] monero-gui: update to 0.17.3.1.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 67ed3273defa..a3038bb85ade 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -1,9 +1,9 @@
 # Template file for 'monero-gui'
 pkgname=monero-gui
-version=0.17.2.3
+version=0.17.3.1
 revision=1
-_monero_version=0.17.2.3
-_randomx_version="1.1.9"
+_monero_version=0.17.3.0
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -26,9 +26,9 @@ distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="aeab35380282b0403be926b78d5249df2f97f9cbe36bb374ac39daf4f02bb349
- e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+checksum="91d66f093ada1a434e41f2df070a85a114d20d7de2d937120180de01501d7f49
+ 23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7
  c8366aecb6ba48ec50a7e579a4fa18eb55c3c4be7d3efb2a83726157977f4ca6"

From 905827ae69ba2098d421ce204345d126008a46fe Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Tue, 19 Apr 2022 23:03:52 +0200
Subject: [PATCH 3/3] repush

---
 test | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 test

diff --git a/test b/test
new file mode 100644
index 000000000000..9daeafb9864c
--- /dev/null
+++ b/test
@@ -0,0 +1 @@
+test

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

* Re: [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (9 preceding siblings ...)
  2022-04-19 21:04 ` [PR PATCH] [Updated] " porky11
@ 2022-04-19 21:04 ` porky11
  2022-04-19 21:11 ` porky11
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: porky11 @ 2022-04-19 21:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/porky11/void-packages monero
https://github.com/void-linux/void-packages/pull/35516

monero, monero-gui: update to 0.17.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes

I tested the changes in this PR: **YES**

I tested monerod, p2pool is running now, monero-wallet-gui still connects to my local monerod and shows the right balance and generally looks as expected.

<!--
#### 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, (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/35516.patch is attached

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

From 32f8b4c4ff05eb900bf02c0c4f2c3291fc91b2e1 Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 18:23:47 +0100
Subject: [PATCH 1/2] monero: update to 0.17.3.0.

---
 srcpkgs/monero/patches/system-miniupnpc.patch |  3 +++
 srcpkgs/monero/template                       | 10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monero/patches/system-miniupnpc.patch b/srcpkgs/monero/patches/system-miniupnpc.patch
index 3d9c8bb08bbc..128a323dc6eb 100644
--- a/srcpkgs/monero/patches/system-miniupnpc.patch
+++ b/srcpkgs/monero/patches/system-miniupnpc.patch
@@ -54,8 +54,10 @@ index 9b21705e..76340a22 100644
 -find_package(Miniupnpc REQUIRED)
 -
 -message(STATUS "Using in-tree miniupnpc")
+ set(UPNPC_NO_INSTALL TRUE CACHE BOOL "Disable miniupnp installation" FORCE)
 -add_subdirectory(miniupnp/miniupnpc)
 -set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
+-set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 -if(MSVC)
 -  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 -elseif(NOT MSVC)
@@ -83,6 +85,7 @@ index 9b21705e..76340a22 100644
 +  add_subdirectory(miniupnp/miniupnpc)
 +
 +  set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
++  set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 +  if(MSVC)
 +    set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 +  elseif(NOT MSVC)
diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index c98b955ae0cb..c1d0609a0f34 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -1,8 +1,8 @@
 # Template file for 'monero'
 pkgname=monero
-version=0.17.2.3
-revision=2
-_randomx_version="1.1.9"
+version=0.17.3.0
+revision=1
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -23,8 +23,8 @@ distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz
  https://github.com/tevador/RandomX/archive/v${_randomx_version}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
-checksum="e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+checksum="23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"
 skip_extraction="v${_randomx_version}.tar.gz ${_rapidjson_gitrev}.tar.gz ${_supercop_gitrev}.tar.gz"

From 776ea8fb86a94baec60689a9b59ab60a2d3dcdfd Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 21:02:53 +0100
Subject: [PATCH 2/2] monero-gui: update to 0.17.3.1.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 67ed3273defa..a3038bb85ade 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -1,9 +1,9 @@
 # Template file for 'monero-gui'
 pkgname=monero-gui
-version=0.17.2.3
+version=0.17.3.1
 revision=1
-_monero_version=0.17.2.3
-_randomx_version="1.1.9"
+_monero_version=0.17.3.0
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -26,9 +26,9 @@ distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="aeab35380282b0403be926b78d5249df2f97f9cbe36bb374ac39daf4f02bb349
- e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+checksum="91d66f093ada1a434e41f2df070a85a114d20d7de2d937120180de01501d7f49
+ 23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7
  c8366aecb6ba48ec50a7e579a4fa18eb55c3c4be7d3efb2a83726157977f4ca6"

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

* Re: [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (10 preceding siblings ...)
  2022-04-19 21:04 ` porky11
@ 2022-04-19 21:11 ` porky11
  2022-04-22  2:06 ` tibequadorian
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: porky11 @ 2022-04-19 21:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/porky11/void-packages monero
https://github.com/void-linux/void-packages/pull/35516

monero, monero-gui: update to 0.17.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes

I tested the changes in this PR: **YES**

I tested monerod, p2pool is running now, monero-wallet-gui still connects to my local monerod and shows the right balance and generally looks as expected.

<!--
#### 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, (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/35516.patch is attached

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

From e7abcf71bacd82c007920808bf9d94f1f51d7efb Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 18:23:47 +0100
Subject: [PATCH 1/2] monero: update to 0.17.3.0.

---
 srcpkgs/monero/patches/system-miniupnpc.patch |  3 +++
 srcpkgs/monero/template                       | 10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monero/patches/system-miniupnpc.patch b/srcpkgs/monero/patches/system-miniupnpc.patch
index 3d9c8bb08bbc..128a323dc6eb 100644
--- a/srcpkgs/monero/patches/system-miniupnpc.patch
+++ b/srcpkgs/monero/patches/system-miniupnpc.patch
@@ -54,8 +54,10 @@ index 9b21705e..76340a22 100644
 -find_package(Miniupnpc REQUIRED)
 -
 -message(STATUS "Using in-tree miniupnpc")
+ set(UPNPC_NO_INSTALL TRUE CACHE BOOL "Disable miniupnp installation" FORCE)
 -add_subdirectory(miniupnp/miniupnpc)
 -set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
+-set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 -if(MSVC)
 -  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 -elseif(NOT MSVC)
@@ -83,6 +85,7 @@ index 9b21705e..76340a22 100644
 +  add_subdirectory(miniupnp/miniupnpc)
 +
 +  set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
++  set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
 +  if(MSVC)
 +    set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -wd4244 -wd4267")
 +  elseif(NOT MSVC)
diff --git a/srcpkgs/monero/template b/srcpkgs/monero/template
index c98b955ae0cb..c1d0609a0f34 100644
--- a/srcpkgs/monero/template
+++ b/srcpkgs/monero/template
@@ -1,8 +1,8 @@
 # Template file for 'monero'
 pkgname=monero
-version=0.17.2.3
-revision=2
-_randomx_version="1.1.9"
+version=0.17.3.0
+revision=1
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -23,8 +23,8 @@ distfiles="https://github.com/monero-project/monero/archive/v${version}.tar.gz
  https://github.com/tevador/RandomX/archive/v${_randomx_version}.tar.gz
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
-checksum="e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+checksum="23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"
 skip_extraction="v${_randomx_version}.tar.gz ${_rapidjson_gitrev}.tar.gz ${_supercop_gitrev}.tar.gz"

From 779aaebc91a2383525a4a8eb3411af87b0cd60fe Mon Sep 17 00:00:00 2001
From: "Fabio U. Krapohl" <Krapohl.f@gmx.de>
Date: Thu, 10 Feb 2022 21:02:53 +0100
Subject: [PATCH 2/2] monero-gui: update to 0.17.3.1.

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

diff --git a/srcpkgs/monero-gui/template b/srcpkgs/monero-gui/template
index 67ed3273defa..a3038bb85ade 100644
--- a/srcpkgs/monero-gui/template
+++ b/srcpkgs/monero-gui/template
@@ -1,9 +1,9 @@
 # Template file for 'monero-gui'
 pkgname=monero-gui
-version=0.17.2.3
+version=0.17.3.1
 revision=1
-_monero_version=0.17.2.3
-_randomx_version="1.1.9"
+_monero_version=0.17.3.0
+_randomx_version="1.1.10"
 # the revision monero uses as a submodule for the specific version
 _rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
 _supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
@@ -26,9 +26,9 @@ distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.
  https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
  https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
  https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
-checksum="aeab35380282b0403be926b78d5249df2f97f9cbe36bb374ac39daf4f02bb349
- e4462f8909bdc5e66d76f4023374ff759159c15fe7d407f0c21619769e87c35d
- b878fd6ea6d4e1dcdfa085427ce4666c1085e8c5a9e049c04ca2036b4aead0f5
+checksum="91d66f093ada1a434e41f2df070a85a114d20d7de2d937120180de01501d7f49
+ 23d56d0c366576ff49bd785290a3e6377d4e51156e70ce4bb774b3d70f8cada4
+ 051cee65700a10adef84e7946416068bc805757683378a854a1b168ec18da783
  44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
  b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7
  c8366aecb6ba48ec50a7e579a4fa18eb55c3c4be7d3efb2a83726157977f4ca6"

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

* Re: monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (11 preceding siblings ...)
  2022-04-19 21:11 ` porky11
@ 2022-04-22  2:06 ` tibequadorian
  2022-06-21 17:53 ` GlowingUmbreon
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tibequadorian @ 2022-04-22  2:06 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35516#issuecomment-1105929405

Comment:
sed/vsed patches for libatomic should be removed from monero and monero-gui if that works

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

* Re: monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (12 preceding siblings ...)
  2022-04-22  2:06 ` tibequadorian
@ 2022-06-21 17:53 ` GlowingUmbreon
  2022-09-20  2:14 ` github-actions
  2022-09-30 18:45 ` [PR PATCH] [Closed]: " porky11
  15 siblings, 0 replies; 17+ messages in thread
From: GlowingUmbreon @ 2022-06-21 17:53 UTC (permalink / raw)
  To: ml

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

New comment by GlowingUmbreon on void-packages repository

https://github.com/void-linux/void-packages/pull/35516#issuecomment-1162101818

Comment:
any update on this?

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

* Re: monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (13 preceding siblings ...)
  2022-06-21 17:53 ` GlowingUmbreon
@ 2022-09-20  2:14 ` github-actions
  2022-09-30 18:45 ` [PR PATCH] [Closed]: " porky11
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-09-20  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35516#issuecomment-1251752836

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: monero, monero-gui: update to 0.17.3.0
  2022-02-10 20:23 [PR PATCH] Monero porky11
                   ` (14 preceding siblings ...)
  2022-09-20  2:14 ` github-actions
@ 2022-09-30 18:45 ` porky11
  15 siblings, 0 replies; 17+ messages in thread
From: porky11 @ 2022-09-30 18:45 UTC (permalink / raw)
  To: ml

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

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

monero, monero-gui: update to 0.17.3.0
https://github.com/void-linux/void-packages/pull/35516

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes

I tested the changes in this PR: **YES**

I tested monerod, p2pool is running now, monero-wallet-gui still connects to my local monerod and shows the right balance and generally looks as expected.

<!--
#### 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, (ARCH-LIBC)

<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-09-30 18:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 20:23 [PR PATCH] Monero porky11
2022-02-11 18:32 ` [PR PATCH] [Updated] monero, monero-gui: update to 0.17.3.0 porky11
2022-02-22 19:07 ` tibequadorian
2022-02-23  9:59 ` [PR PATCH] [Updated] " porky11
2022-02-23 11:40 ` tibequadorian
2022-02-24 19:47 ` [PR PATCH] [Updated] " porky11
2022-02-24 19:50 ` porky11
2022-02-24 19:58 ` [PR PATCH] [Updated] " porky11
2022-03-14 13:04 ` tibequadorian
2022-03-28  0:11 ` tibequadorian
2022-04-19 21:04 ` [PR PATCH] [Updated] " porky11
2022-04-19 21:04 ` porky11
2022-04-19 21:11 ` porky11
2022-04-22  2:06 ` tibequadorian
2022-06-21 17:53 ` GlowingUmbreon
2022-09-20  2:14 ` github-actions
2022-09-30 18:45 ` [PR PATCH] [Closed]: " porky11

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