* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/
@ 2022-09-09 21:57 Adam Pimentel
0 siblings, 0 replies; 4+ messages in thread
From: Adam Pimentel @ 2022-09-09 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 30e7f5c2110f1b01ed59b8d8bb53042fdc429ec1
Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Fri Sep 9 21:09:43 2022 +0000
Commit: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Fri Sep 9 21:09:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30e7f5c2
net-p2p/monero: increase monerod delay on "rc-service monerod stop"
Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
net-p2p/monero/files/monerod.initd | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-p2p/monero/files/monerod.initd b/net-p2p/monero/files/monerod.initd
index c94e6ff46..8fa41d6d0 100644
--- a/net-p2p/monero/files/monerod.initd
+++ b/net-p2p/monero/files/monerod.initd
@@ -6,6 +6,7 @@ pidfile=/var/run/monerod.pid
command=/usr/bin/monerod
command_args="${monerod_args}"
start_stop_daemon_args="-u ${monerod_user} -b -m -p ${pidfile}"
+retry="SIGTERM/30"
name="Monero P2P Daemon"
description="Connects to the Monero P2P network"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/
@ 2023-01-08 21:31 Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2023-01-08 21:31 UTC (permalink / raw
To: gentoo-commits
commit: c983541ac3973977e154cace4e7433d6fa53d160
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jan 8 16:38:03 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jan 8 16:39:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c983541a
net-p2p/monero: fix grace period when stopping OpenRC service
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
net-p2p/monero/files/monerod.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/monero/files/monerod.initd b/net-p2p/monero/files/monerod.initd
index 8fa41d6d0..48a46d5c8 100644
--- a/net-p2p/monero/files/monerod.initd
+++ b/net-p2p/monero/files/monerod.initd
@@ -6,7 +6,7 @@ pidfile=/var/run/monerod.pid
command=/usr/bin/monerod
command_args="${monerod_args}"
start_stop_daemon_args="-u ${monerod_user} -b -m -p ${pidfile}"
-retry="SIGTERM/30"
+retry="SIGTERM/30/SIGKILL/5"
name="Monero P2P Daemon"
description="Connects to the Monero P2P network"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/
@ 2025-04-29 14:18 Filip Kobierski
0 siblings, 0 replies; 4+ messages in thread
From: Filip Kobierski @ 2025-04-29 14:18 UTC (permalink / raw
To: gentoo-commits
commit: be9e6d4931843c51ff6d284ddb5d5333d7850afc
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Apr 29 14:18:26 2025 +0000
Commit: Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Tue Apr 29 14:18:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be9e6d49
net-p2p/monero: init.d: show shutdown progress
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
net-p2p/monero/files/monerod.initd | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-p2p/monero/files/monerod.initd b/net-p2p/monero/files/monerod.initd
index 48a46d5c8..bf554052a 100644
--- a/net-p2p/monero/files/monerod.initd
+++ b/net-p2p/monero/files/monerod.initd
@@ -5,6 +5,7 @@
pidfile=/var/run/monerod.pid
command=/usr/bin/monerod
command_args="${monerod_args}"
+command_progress=1
start_stop_daemon_args="-u ${monerod_user} -b -m -p ${pidfile}"
retry="SIGTERM/30/SIGKILL/5"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/
@ 2025-05-06 17:58 Filip Kobierski
0 siblings, 0 replies; 4+ messages in thread
From: Filip Kobierski @ 2025-05-06 17:58 UTC (permalink / raw
To: gentoo-commits
commit: 5efe54d5649591bf264eb5a2ce0033f4a6c49199
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue May 6 17:57:29 2025 +0000
Commit: Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Tue May 6 17:58:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5efe54d5
net-p2p/monero: drop unused patch
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
.../monero-0.17.3.2-unbundle-dependencies.patch | 114 ---------------------
1 file changed, 114 deletions(-)
diff --git a/net-p2p/monero/files/monero-0.17.3.2-unbundle-dependencies.patch b/net-p2p/monero/files/monero-0.17.3.2-unbundle-dependencies.patch
deleted file mode 100644
index ec03bf5f4..000000000
--- a/net-p2p/monero/files/monero-0.17.3.2-unbundle-dependencies.patch
+++ /dev/null
@@ -1,114 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 41f82e26c..3eb2b2e78 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -382,7 +382,7 @@
- # elseif(CMAKE_SYSTEM_NAME MATCHES ".*BSDI.*")
- # set(BSDI TRUE)
-
--include_directories(external/rapidjson/include external/easylogging++ src contrib/epee/include external external/supercop/include)
-+include_directories(external/rapidjson/include external/easylogging++ src contrib/epee/include external )
-
- if(APPLE)
- include_directories(SYSTEM /usr/include/malloc)
-@@ -1082,7 +1082,6 @@
- set(ZMQ_LIB "${ZMQ_LIB};${SODIUM_LIBRARY}")
- endif()
-
--include(external/supercop/functions.cmake) # place after setting flags and before src directory inclusion
- add_subdirectory(contrib)
- add_subdirectory(src)
-
-diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
-index a8916a7d0..05ab35c82 100644
---- a/external/CMakeLists.txt
-+++ b/external/CMakeLists.txt
-@@ -37,21 +37,7 @@
-
- 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)
-- set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-undef -Wno-unused-result -Wno-unused-value")
--endif()
--if(CMAKE_SYSTEM_NAME MATCHES "NetBSD")
-- set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY COMPILE_FLAGS " -D_NETBSD_SOURCE")
--endif()
--
--set(UPNP_LIBRARIES "libminiupnpc-static" PARENT_SCOPE)
-+set(UPNP_LIBRARIES "miniupnpc" PARENT_SCOPE)
-
- find_package(Unbound)
-
-@@ -83,4 +69,3 @@
- add_subdirectory(db_drivers)
- add_subdirectory(easylogging++)
- add_subdirectory(qrcodegen)
--add_subdirectory(randomx EXCLUDE_FROM_ALL)
-diff --git a/src/crypto/CMakeLists.txt b/src/crypto/CMakeLists.txt
-index 3b33fe90a..ba354a0e8 100644
---- a/src/crypto/CMakeLists.txt
-+++ b/src/crypto/CMakeLists.txt
-@@ -55,6 +55,7 @@ list(APPEND crypto_sources CryptonightR_template.S)
- endif()
-
- include_directories(${RANDOMX_INCLUDE})
-+include_directories(SYSTEM /usr/include/monero)
-
- set(crypto_headers)
-
-@@ -116,6 +117,3 @@ endif()
-
- # cheat because cmake and ccache hate each other
- set_property(SOURCE CryptonightR_template.S PROPERTY LANGUAGE C)
--
--# Must be done last, because it references libraries in this directory
--add_subdirectory(wallet)
-diff --git a/src/crypto/wallet/crypto.h b/src/crypto/wallet/crypto.h
-index a4c5d5a07..5c6b96cd8 100644
---- a/src/crypto/wallet/crypto.h
-+++ b/src/crypto/wallet/crypto.h
-@@ -29,7 +29,6 @@
- #pragma once
-
- #include <cstddef>
--#include "crypto/wallet/ops.h"
-
- namespace crypto {
- namespace wallet {
-diff --git a/src/device/CMakeLists.txt b/src/device/CMakeLists.txt
-index ff2afba4b..26b0f4523 100644
---- a/src/device/CMakeLists.txt
-+++ b/src/device/CMakeLists.txt
-@@ -73,7 +73,7 @@
- cncrypto
- cryptonote_format_utils_basic
- ringct_basic
-- wallet-crypto
-+ monero-crypto
- ${OPENSSL_CRYPTO_LIBRARIES}
- ${Boost_SERIALIZATION_LIBRARY}
- PRIVATE
-diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl
-index 65db2615c..3ace310f6 100644
---- a/src/p2p/net_node.inl
-+++ b/src/p2p/net_node.inl
-@@ -61,9 +61,9 @@
- #include "cryptonote_core/cryptonote_core.h"
- #include "net/parse.h"
-
--#include <miniupnp/miniupnpc/miniupnpc.h>
--#include <miniupnp/miniupnpc/upnpcommands.h>
--#include <miniupnp/miniupnpc/upnperrors.h>
-+#include <miniupnpc/miniupnpc.h>
-+#include <miniupnpc/upnpcommands.h>
-+#include <miniupnpc/upnperrors.h>
-
- #undef MONERO_DEFAULT_LOG_CATEGORY
- #define MONERO_DEFAULT_LOG_CATEGORY "net.p2p"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-05-06 17:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-09 21:57 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/ Adam Pimentel
-- strict thread matches above, loose matches on Subject: below --
2023-01-08 21:31 Lucio Sauer
2025-04-29 14:18 Filip Kobierski
2025-05-06 17:58 Filip Kobierski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox