Skip to content

Commit c31aaf4

Browse files
authored
Bump Bahamut (#291)
The patch does not apply to the latest master, so we need to update it
1 parent 7b0ee75 commit c31aaf4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v4
6666
with:
6767
path: Bahamut
68-
ref: v2.2.1
68+
ref: v2.2.4
6969
repository: DALnet/Bahamut
7070
- name: Build Bahamut
7171
run: |

patches/bahamut_localhost.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ index 317b00e..adfcfcf 100644
88
dots = 1;
99
}
1010

11-
- if (!dots)
11+
- if (!dots)
1212
- {
1313
- sendto_realops("Invalid hostname for %s, dumping user %s",
1414
- sptr->hostip, sptr->name);
1515
- return exit_client(cptr, sptr, &me, "Invalid hostname");
1616
- }
17-
-
18-
if (bad_dns)
17+
-
18+
if (bad_dns)
1919
{
2020
sendto_one(sptr, ":%s NOTICE %s :*** Notice -- You have a bad "

workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ software:
9797
name: Bahamut
9898
repository: DALnet/Bahamut
9999
refs:
100-
stable: "v2.2.1"
100+
stable: "v2.2.4"
101101
release: null
102102
devel: "master"
103103
devel_release: null

0 commit comments

Comments
 (0)