[PR #3635] [MERGED] Hotfix v21.3.3 #4078

Closed
opened 2026-02-27 04:53:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/3635
Author: @dgibbs64
Created: 10/24/2021
Status: Merged
Merged: 10/24/2021
Merged by: @dgibbs64

Base: masterHead: hotfix/v21.3.3


📝 Commits (10+)

  • 9b757d6 Merge branch 'release/v21.3.0' into develop
  • b99c9e5 Merge branch 'hotfix/v21.3.1' into develop
  • bdd5b1f fix(details): steam port showing when unavailable
  • 24ea5a8 Merge branch 'hotfix/v21.3.2' into develop
  • 70e9db3 fix(deps): add libncurses for mta (#3623)
  • 457238b fix(deps): fix python 3 package name in centos 7 (#3627)
  • 48c8bc7 fix(avserver): remove adminsteamid (#3620)
  • 3d175b4 fix(mta): fix update not working, as the old way does not work anymore (#3625)
  • 994a9ab fix(deps): prevent steamcmd showing as a required when it is not (#3633)
  • 5051d33 fix(deps): resolve centos 7 wrong python name (#3634)

📊 Changes

22 files changed (+25 additions, -51 deletions)

View changed files

.github/pr-labeler.yml (+0 -3)
.github/workflows/pr-labeler.yml (+0 -14)
📝 lgsm/config-default/config-lgsm/avserver/_default.cfg (+1 -7)
📝 lgsm/data/almalinux-8.csv (+1 -1)
📝 lgsm/data/centos-7.csv (+2 -2)
📝 lgsm/data/centos-8.csv (+1 -1)
📝 lgsm/data/debian-10.csv (+1 -1)
📝 lgsm/data/debian-11.csv (+1 -1)
📝 lgsm/data/debian-9.csv (+1 -1)
📝 lgsm/data/rocky-8.csv (+1 -1)
📝 lgsm/data/ubuntu-18.04.csv (+1 -1)
📝 lgsm/data/ubuntu-20.04.csv (+1 -1)
📝 lgsm/data/ubuntu-21.04.csv (+1 -1)
📝 lgsm/functions/alert_mailgun.sh (+5 -5)
📝 lgsm/functions/check_deps.sh (+1 -1)
📝 lgsm/functions/core_functions.sh (+1 -1)
📝 lgsm/functions/update_mta.sh (+1 -4)
📝 linuxgsm.sh (+1 -1)
📝 tests/tests_fctrserver.sh (+1 -1)
📝 tests/tests_jc2server.sh (+1 -1)

...and 2 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/3635 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 10/24/2021 **Status:** ✅ Merged **Merged:** 10/24/2021 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `hotfix/v21.3.3` --- ### 📝 Commits (10+) - [`9b757d6`](https://github.com/GameServerManagers/LinuxGSM/commit/9b757d6886bfba91dc316c1fb248e867c9eeb627) Merge branch 'release/v21.3.0' into develop - [`b99c9e5`](https://github.com/GameServerManagers/LinuxGSM/commit/b99c9e56dc4d1c5974a11582dc2916618245af94) Merge branch 'hotfix/v21.3.1' into develop - [`bdd5b1f`](https://github.com/GameServerManagers/LinuxGSM/commit/bdd5b1f22c279d80a5930f0bfdacbd63b855182e) fix(details): steam port showing when unavailable - [`24ea5a8`](https://github.com/GameServerManagers/LinuxGSM/commit/24ea5a88bc113e63b3b783b73e91e8f7428f0365) Merge branch 'hotfix/v21.3.2' into develop - [`70e9db3`](https://github.com/GameServerManagers/LinuxGSM/commit/70e9db36942bb86275c9b28583d110c3e39dfb66) fix(deps): add libncurses for mta (#3623) - [`457238b`](https://github.com/GameServerManagers/LinuxGSM/commit/457238ba22d05cddc292f1e8d3a1514898aedc0e) fix(deps): fix python 3 package name in centos 7 (#3627) - [`48c8bc7`](https://github.com/GameServerManagers/LinuxGSM/commit/48c8bc7882ea7fecdf503187ed3374e6fce42dcb) fix(avserver): remove adminsteamid (#3620) - [`3d175b4`](https://github.com/GameServerManagers/LinuxGSM/commit/3d175b48f04e68243268469cd1766ffd3a51a683) fix(mta): fix update not working, as the old way does not work anymore (#3625) - [`994a9ab`](https://github.com/GameServerManagers/LinuxGSM/commit/994a9ab819c92c3462be1d686224bdb95c25b84d) fix(deps): prevent steamcmd showing as a required when it is not (#3633) - [`5051d33`](https://github.com/GameServerManagers/LinuxGSM/commit/5051d339d7a68fff3d293e37b3fed037b731ab70) fix(deps): resolve centos 7 wrong python name (#3634) ### 📊 Changes **22 files changed** (+25 additions, -51 deletions) <details> <summary>View changed files</summary> ➖ `.github/pr-labeler.yml` (+0 -3) ➖ `.github/workflows/pr-labeler.yml` (+0 -14) 📝 `lgsm/config-default/config-lgsm/avserver/_default.cfg` (+1 -7) 📝 `lgsm/data/almalinux-8.csv` (+1 -1) 📝 `lgsm/data/centos-7.csv` (+2 -2) 📝 `lgsm/data/centos-8.csv` (+1 -1) 📝 `lgsm/data/debian-10.csv` (+1 -1) 📝 `lgsm/data/debian-11.csv` (+1 -1) 📝 `lgsm/data/debian-9.csv` (+1 -1) 📝 `lgsm/data/rocky-8.csv` (+1 -1) 📝 `lgsm/data/ubuntu-18.04.csv` (+1 -1) 📝 `lgsm/data/ubuntu-20.04.csv` (+1 -1) 📝 `lgsm/data/ubuntu-21.04.csv` (+1 -1) 📝 `lgsm/functions/alert_mailgun.sh` (+5 -5) 📝 `lgsm/functions/check_deps.sh` (+1 -1) 📝 `lgsm/functions/core_functions.sh` (+1 -1) 📝 `lgsm/functions/update_mta.sh` (+1 -4) 📝 `linuxgsm.sh` (+1 -1) 📝 `tests/tests_fctrserver.sh` (+1 -1) 📝 `tests/tests_jc2server.sh` (+1 -1) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:53:46 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#4078
No description provided.