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

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