[PR #481] [MERGED] Distros update #516

Closed
opened 2026-05-07 00:21:19 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/481
Author: @speed47
Created: 7/1/2024
Status: Merged
Merged: 7/2/2024
Merged by: @speed47

Base: masterHead: centos7


📝 Commits (8)

  • 9b8b01e chg: remove support for EOL CentOS 7
  • f1479af chg: add Ubuntu 24.04 LTS
  • 6643241 chg: bump OpenSUSE Leap from 15.5 to 15.6
  • 84d11d5 chg: Debian12, Ubuntu20+: enable sntrup KEX by default
  • 6ec2c7e fix: accountFreeze: restore json results
  • 238aa5a fix: install under FreeBSD 13.2
  • a44f8ff fix: tests: Ubuntu 24.04 adjustments
  • 71093f1 chore: install-ttyrec: bump latest known version fallback

📊 Changes

15 files changed (+28 additions, -573 deletions)

View changed files

📝 .github/workflows/tests.yml (+2 -2)
📝 README.md (+3 -4)
📝 bin/admin/install (+5 -4)
📝 bin/admin/install-ttyrec.sh (+2 -1)
📝 bin/plugin/restricted/accountFreeze (+4 -1)
📝 doc/sphinx/installation/basic.rst (+4 -5)
docker/Dockerfile.centos7 (+0 -32)
📝 docker/Dockerfile.opensuse15 (+1 -1)
📝 docker/Dockerfile.ubuntu2404 (+2 -2)
etc/ssh/ssh_config.centos7 (+0 -115)
etc/ssh/ssh_config.debian9 (+0 -115)
etc/ssh/sshd_config.centos7 (+0 -142)
📝 etc/ssh/sshd_config.debian12 (+1 -1)
etc/ssh/sshd_config.debian9 (+0 -146)
📝 tests/functional/tests.d/900-strict-checking.sh (+4 -2)

📄 Description

  • Remove CentOS 7.x
  • Add Ubuntu 24.04 LTS
  • Bump OpenSUSE Leap 15.5 to 15.6
  • Add post-quantum KEX by default on supported OpenSSH versions

🔄 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/ovh/the-bastion/pull/481 **Author:** [@speed47](https://github.com/speed47) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `centos7` --- ### 📝 Commits (8) - [`9b8b01e`](https://github.com/ovh/the-bastion/commit/9b8b01e76b0c8d85c0f0b6b2ddb3cc3473230ddb) chg: remove support for EOL CentOS 7 - [`f1479af`](https://github.com/ovh/the-bastion/commit/f1479af175b6cc08d2f29ac4af290243434e48dc) chg: add Ubuntu 24.04 LTS - [`6643241`](https://github.com/ovh/the-bastion/commit/6643241ef032a8d5b68c1cc2d85b42cdc40be82a) chg: bump OpenSUSE Leap from 15.5 to 15.6 - [`84d11d5`](https://github.com/ovh/the-bastion/commit/84d11d5a7764adf1c20e4c4cb4f382615bcd80e8) chg: Debian12, Ubuntu20+: enable sntrup KEX by default - [`6ec2c7e`](https://github.com/ovh/the-bastion/commit/6ec2c7e7dffa7c68cbaa20864014fdd021522c32) fix: accountFreeze: restore json results - [`238aa5a`](https://github.com/ovh/the-bastion/commit/238aa5a55aa7ea80d7444f76f72f00b03c5e0e03) fix: install under FreeBSD 13.2 - [`a44f8ff`](https://github.com/ovh/the-bastion/commit/a44f8ff5ced49e4549041590be93c165fe474385) fix: tests: Ubuntu 24.04 adjustments - [`71093f1`](https://github.com/ovh/the-bastion/commit/71093f15e793ad58f9dc0328e48d213873ca2079) chore: install-ttyrec: bump latest known version fallback ### 📊 Changes **15 files changed** (+28 additions, -573 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tests.yml` (+2 -2) 📝 `README.md` (+3 -4) 📝 `bin/admin/install` (+5 -4) 📝 `bin/admin/install-ttyrec.sh` (+2 -1) 📝 `bin/plugin/restricted/accountFreeze` (+4 -1) 📝 `doc/sphinx/installation/basic.rst` (+4 -5) ➖ `docker/Dockerfile.centos7` (+0 -32) 📝 `docker/Dockerfile.opensuse15` (+1 -1) 📝 `docker/Dockerfile.ubuntu2404` (+2 -2) ➖ `etc/ssh/ssh_config.centos7` (+0 -115) ➖ `etc/ssh/ssh_config.debian9` (+0 -115) ➖ `etc/ssh/sshd_config.centos7` (+0 -142) 📝 `etc/ssh/sshd_config.debian12` (+1 -1) ➖ `etc/ssh/sshd_config.debian9` (+0 -146) 📝 `tests/functional/tests.d/900-strict-checking.sh` (+4 -2) </details> ### 📄 Description - Remove CentOS 7.x - Add Ubuntu 24.04 LTS - Bump OpenSUSE Leap 15.5 to 15.6 - Add post-quantum KEX by default on supported OpenSSH versions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:21:19 +02:00
Sign in to join this conversation.
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/the-bastion#516
No description provided.