Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rocky Linux -files #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update Rocky Linux -files #14

wants to merge 2 commits into from

Conversation

evilon
Copy link
Contributor

@evilon evilon commented Dec 16, 2024

I was wondering why abandoned servers app didn't catch one apparently abandoned server: Server: Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k PHP/7.3.20

  • Added a shorter version of a server string I just saw for rocky-linux-8-4.yaml
  • Proposing we remove the openssl versions from rocky-linuxes alltogether?

This pull request assumes rocky linuxes don't have the same apache version number in different distros. Our own rules support this assumption:

$ grep -i apache rocky-linux-*
rocky-linux-8-4.yaml:  - Apache/2.4.37 (rocky)
rocky-linux-8-4.yaml:  - Apache/2.4.37 (Rocky Linux)
rocky-linux-9-0.yaml:  - Apache/2.4.51 (Rocky Linux)
rocky-linux-9-1.yaml:  - Apache/2.4.53 (Rocky Linux)
rocky-linux-9-2.yaml:  - Apache/2.4.53 (Rocky Linux)

@evilon evilon changed the title Update rocky-linux-8-4.yaml Update Rocky Linux -files Dec 16, 2024
@jviide
Copy link
Contributor

jviide commented Dec 16, 2024

This pull request assumes rocky linuxes don't have the same apache version number in different distros.

This assumption is not correct. Apache/2.4.37 still ships with Rocky Linux 8.10 that is not EOL. https://rockylinux.pkgs.org/8/rockylinux-appstream-aarch64/httpd-2.4.37-65.module+el8.10.0+1842+4a9649e8.2.aarch64.rpm.html

@jviide
Copy link
Contributor

jviide commented Dec 16, 2024

Moreover, Rocky linux 9.1 and 9.2 have the same Apache version, as seen in the grepped lines:

Screenshot 2024-12-17 at 0 05 19

The OpenSSL versions are needed to separate them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants