Skip to content

Conversation

@ottok
Copy link
Contributor

@ottok ottok commented Dec 11, 2025

As MariaDB is built from sources on Homebrew, the actual end-of-life dates announced on Homebrew should reflect the date MariaDB is committed to publish updates as source code, which is further out than what they commit to regarding binaries.

With these updates all current LTS versions of MariaDB have correct EOL dates on Homebrew.


This is the same change done in a uniform way to 3 formulaes. Technically this violates the rule of one PR per formulae, but it could also be justified that this update is "atomic" in a way as it is the same change. I can split this into 3 identical PRs if reviewers request it.

@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request legacy Relates to a versioned @ formula java Java use is a significant feature of the PR or issue formula deprecated Formula deprecated labels Dec 11, 2025
Comment on lines +32 to +34
# > Critical security fixes will be provided as source code releases only and
# > on a best effort basis for 2 additional years beyond Community maintenance
# > LTS level
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is the reason to keep 2 more years, upstream already specified the date of EOL.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review!

Upstream defined the date for EOL as 2030-06-04 for MariaDB 11.8, and that is the whole point why I submitted this PR. The date in Homebrew is currently wrong as the last binary release date was used, not the actual date for how long Homebrew, Linux distros and anyone else building from sources has.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"best effort" doesn't really sound the same as "supported". But the deprecation date should probably be whenever they stop doing normal releases, with the disable! being this date when it is fully EOL.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In their vocabulary "supported" means when they publish binaries, which does not affect Homebrew. For Homebrew the relevant date is how long there will be updates in the source code, which is until 2030-06-04.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will they also still tag releases in the source until then?

Comment on lines +31 to +33
# From https://mariadb.org/about/#maintenance-policy:
# > For releases up to MariaDB 11.4, the binaries are released for 5 years
# > after the GA date (29 May 2024)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not much differ, the original is still fine.

@daeho-ro daeho-ro added the CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. label Dec 13, 2025
@ottok ottok mentioned this pull request Dec 13, 2025
3 tasks
@ottok ottok force-pushed the mariadb-eol-dates branch from 7c88f3e to a4961dd Compare December 13, 2025 08:38
@github-actions github-actions bot removed the automerge-skip `brew pr-automerge` will skip this pull request label Dec 13, 2025
As MariaDB is built from sources on Homebrew, the actual end-of-life dates
announced on Homebrew should reflect the date MariaDB is committed to
publish updates as source code, which is further out than what they commit
to regarding binaries.

With the updates in this commit and the two preceding it all current LTS
versions of MariaDB have correct EOL dates on Homebrew and the Formulaes
helpful comments to make the upstream policy clear for maintainers.
@ottok ottok force-pushed the mariadb-eol-dates branch from a4961dd to 1b79939 Compare December 13, 2025 23:14
Comment on lines +31 to +32
# See: https://mariadb.org/about/#maintenance-policy
deprecate! date: "2026-07-06", because: :unsupported
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add a disable! date for when the software is really EOL.

Comment on lines +32 to +34
# > Critical security fixes will be provided as source code releases only and
# > on a best effort basis for 2 additional years beyond Community maintenance
# > LTS level
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"best effort" doesn't really sound the same as "supported". But the deprecation date should probably be whenever they stop doing normal releases, with the disable! being this date when it is fully EOL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. formula deprecated Formula deprecated java Java use is a significant feature of the PR or issue legacy Relates to a versioned @ formula

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants