From e801b0def784843570e758813e580b321b47cf88 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Fri, 18 Nov 2022 16:03:26 -0400 Subject: [PATCH] Remove another obsolete bootstrap --- ...04-Remove-another-obsolete-bootstrap.patch | 25 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 26 insertions(+) create mode 100644 debian/patches/0004-Remove-another-obsolete-bootstrap.patch diff --git a/debian/patches/0004-Remove-another-obsolete-bootstrap.patch b/debian/patches/0004-Remove-another-obsolete-bootstrap.patch new file mode 100644 index 000000000..b5f407c08 --- /dev/null +++ b/debian/patches/0004-Remove-another-obsolete-bootstrap.patch @@ -0,0 +1,25 @@ +From: Jason Rhinelander +Date: Fri, 18 Nov 2022 16:00:12 -0400 +Subject: Remove another obsolete bootstrap + +I found another defunct obsolete boostrap file on a few foundation +service nodes; this adds it to the list. +--- + llarp/router_contact.cpp | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/llarp/router_contact.cpp b/llarp/router_contact.cpp +index a0655f1..194a59b 100644 +--- a/llarp/router_contact.cpp ++++ b/llarp/router_contact.cpp +@@ -534,7 +534,9 @@ namespace llarp + } + + static constexpr std::array obsolete_bootstraps = { +- "7a16ac0b85290bcf69b2f3b52456d7e989ac8913b4afbb980614e249a3723218"sv}; ++ "7a16ac0b85290bcf69b2f3b52456d7e989ac8913b4afbb980614e249a3723218"sv, ++ "e6b3a6fe5e32c379b64212c72232d65b0b88ddf9bbaed4997409d329f8519e0b"sv, ++ }; + + bool + RouterContact::IsObsoleteBootstrap() const diff --git a/debian/patches/series b/debian/patches/series index a7d3414c0..3acf0362a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 0001-Fix-missing-option-names.patch 0002-Make-lokid-rpc-setting-required-in-SN-mode.patch 0003-Make-Default-Required-or-Required-Hidden-compilation.patch +0004-Remove-another-obsolete-bootstrap.patch