From c31aaf4d61fb8ec729e6267fd8400b7d9d95b85c Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Thu, 10 Oct 2024 20:59:59 +0200 Subject: [PATCH] Bump Bahamut (#291) The patch does not apply to the latest master, so we need to update it --- .github/workflows/test-stable.yml | 2 +- patches/bahamut_localhost.patch | 6 +++--- workflows.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-stable.yml b/.github/workflows/test-stable.yml index 8327f9a..3e5c911 100644 --- a/.github/workflows/test-stable.yml +++ b/.github/workflows/test-stable.yml @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@v4 with: path: Bahamut - ref: v2.2.1 + ref: v2.2.4 repository: DALnet/Bahamut - name: Build Bahamut run: | diff --git a/patches/bahamut_localhost.patch b/patches/bahamut_localhost.patch index 51bb25b..31fcfb9 100644 --- a/patches/bahamut_localhost.patch +++ b/patches/bahamut_localhost.patch @@ -8,13 +8,13 @@ index 317b00e..adfcfcf 100644 dots = 1; } -- if (!dots) +- if (!dots) - { - sendto_realops("Invalid hostname for %s, dumping user %s", - sptr->hostip, sptr->name); - return exit_client(cptr, sptr, &me, "Invalid hostname"); - } -- - if (bad_dns) +- + if (bad_dns) { sendto_one(sptr, ":%s NOTICE %s :*** Notice -- You have a bad " diff --git a/workflows.yml b/workflows.yml index b87a36a..1995b87 100644 --- a/workflows.yml +++ b/workflows.yml @@ -97,7 +97,7 @@ software: name: Bahamut repository: DALnet/Bahamut refs: - stable: "v2.2.1" + stable: "v2.2.4" release: null devel: "master" devel_release: null