summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2025-02-17 11:23:33 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2025-02-17 11:23:33 +0100
commite64ac9c4f14f9c0e45606fe67aeeeb3a5f9af777 (patch)
tree6ada5abb929ebb331b007ca5719c589fac40eef1 /patches
parent9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 (diff)
Add mirror fot git repo
Improve apply_patches.sh Improve build_single.sh Create tools to mirror all repositories in git bundles
Diffstat (limited to 'patches')
-rw-r--r--patches/monero/0008-polyseed.patch2
-rw-r--r--patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch19
-rw-r--r--patches/wownero/0007-UR-functions.patch2
-rw-r--r--patches/wownero/0009-polyseed.patch2
4 files changed, 19 insertions, 6 deletions
diff --git a/patches/monero/0008-polyseed.patch b/patches/monero/0008-polyseed.patch
index 9289fc0..ffa9204 100644
--- a/patches/monero/0008-polyseed.patch
+++ b/patches/monero/0008-polyseed.patch
@@ -51,7 +51,7 @@ index 72af74d..b838e84 100644
+ url = https://github.com/JuliaStrings/utf8proc.git
+[submodule "external/polyseed"]
+ path = external/polyseed
-+ url = https://github.com/tevador/polyseed.git
++ url = https://github.com/MrCyjaneK/polyseed.git
[submodule "external/supercop"]
path = external/supercop
url = https://github.com/monero-project/supercop
diff --git a/patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch b/patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch
index ca9ccfd..f506f4a 100644
--- a/patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch
+++ b/patches/wownero/0002-fix-missing-___clear_cache-when-targetting-iOS.patch
@@ -1,12 +1,25 @@
-From 4828befb3843764eaaa5e5ea489cde6d101d71ce Mon Sep 17 00:00:00 2001
+From 4ea7d3ee65332d9c7c774e2c6959d044fdc909ce Mon Sep 17 00:00:00 2001
From: Czarek Nakamoto <cyjan@mrcyjanek.net>
Date: Wed, 23 Oct 2024 15:18:21 +0200
Subject: [PATCH 02/15] fix missing ___clear_cache when targetting iOS
---
+ .gitmodules | 2 +-
external/randomwow | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+diff --git a/.gitmodules b/.gitmodules
+index 991071fbe..f0ebd61a0 100644
+--- a/.gitmodules
++++ b/.gitmodules
+@@ -14,6 +14,6 @@
+ branch = monero
+ [submodule "external/randomwow"]
+ path = external/randomwow
+- url = https://codeberg.org/wownero/RandomWOW
++ url = https://github.com/MrCyjaneK/RandomWOW
+ branch = 1.2.1-wow
+
diff --git a/external/randomwow b/external/randomwow
index 27b099b6d..6f30d4b92 160000
--- a/external/randomwow
@@ -15,5 +28,5 @@ index 27b099b6d..6f30d4b92 160000
-Subproject commit 27b099b6dd6fef6e17f58c6dfe00009e9c5df587
+Subproject commit 6f30d4b924fecb231e5b683915cc75d18b3b5866
--
-2.48.0
+2.48.1
diff --git a/patches/wownero/0007-UR-functions.patch b/patches/wownero/0007-UR-functions.patch
index 0bdc695..c6892c9 100644
--- a/patches/wownero/0007-UR-functions.patch
+++ b/patches/wownero/0007-UR-functions.patch
@@ -45,7 +45,7 @@ index 991071fbe..b24855d9b 100644
+++ b/.gitmodules
@@ -16,4 +16,7 @@
path = external/randomwow
- url = https://codeberg.org/wownero/RandomWOW
+ url = https://github.com/MrCyjaneK/RandomWOW
branch = 1.2.1-wow
-
+[submodule "external/bc-ur"]
diff --git a/patches/wownero/0009-polyseed.patch b/patches/wownero/0009-polyseed.patch
index 6f5d5d3..615a7b3 100644
--- a/patches/wownero/0009-polyseed.patch
+++ b/patches/wownero/0009-polyseed.patch
@@ -61,7 +61,7 @@ index b24855d9b..589676649 100644
+ url = https://github.com/JuliaStrings/utf8proc.git
+[submodule "external/polyseed"]
+ path = external/polyseed
-+ url = https://github.com/tevador/polyseed.git
++ url = https://github.com/MrCyjaneK/polyseed.git
\ No newline at end of file
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86000f811..96056e324 100644