diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-05 10:50:55 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-05 10:50:55 -0500 |
| commit | 188617de0617b9a21643c5fc00910f7c12e29a0e (patch) | |
| tree | d778b4f652f229a49fcb5bed4867e78bfb1da760 | |
| parent | 3425af022a818ecda0fb859c95272b44a6edac18 (diff) | |
[skip ci] update tor-connect
| -rwxr-xr-x | apply_patches.sh | 8 | ||||
| -rw-r--r-- | patches/zano/0008-update-tor-connect.patch | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/apply_patches.sh b/apply_patches.sh index 22c3bba..0392ad7 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -38,7 +38,13 @@ then git remote set-url origin https://github.com/mrcyjanek/randomwow.git popd fi +if [[ "$repo" == "zano" ]]; +then + pushd external/tor-connect + git remote set-url origin https://github.com/mrcyjanek/tor-connect.git + popd +fi git submodule init git submodule update --init --recursive --force touch .patch-applied -echo "you are good to go!"
\ No newline at end of file +echo "you are good to go!" diff --git a/patches/zano/0008-update-tor-connect.patch b/patches/zano/0008-update-tor-connect.patch new file mode 100644 index 0000000..59b6aa4 --- /dev/null +++ b/patches/zano/0008-update-tor-connect.patch @@ -0,0 +1,33 @@ +From 5a1fb3c7bf043971e019c371132a35f66d8af19b Mon Sep 17 00:00:00 2001 +From: Czarek Nakamoto <cyjan@mrcyjanek.net> +Date: Tue, 5 Nov 2024 10:35:03 -0500 +Subject: [PATCH] update tor-connect + +--- + .gitmodules | 2 +- + contrib/tor-connect | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/.gitmodules b/.gitmodules +index 97a855bd..9a4ffb10 100644 +--- a/.gitmodules ++++ b/.gitmodules +@@ -7,7 +7,7 @@ + branch = main + [submodule "contrib/tor-connect"] + path = contrib/tor-connect +- url = https://github.com/hyle-team/tor-connect.git ++ url = https://github.com/MrCyjaneK/tor-connect.git + branch = main + [submodule "contrib/jwt-cpp"] + path = contrib/jwt-cpp +diff --git a/contrib/tor-connect b/contrib/tor-connect +index b589edb1..cc445b2f 160000 +--- a/contrib/tor-connect ++++ b/contrib/tor-connect +@@ -1 +1 @@ +-Subproject commit b589edb1906dccb387cfeded6ed12286c5f0405f ++Subproject commit cc445b2f4850cb1713911f6002a869fd2853e48f +-- +2.39.5 (Apple Git-154) + |
