From 0d78d5edb1f7cec690f7ba275bb249fde83d16e6 Mon Sep 17 00:00:00 2001 From: "Fabio U. Krapohl" 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" 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" 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