postgresql16: update to 16.14 #4

Open
sbelikov wants to merge 1 commit from update-postgresql16-16.14 into niceos-5.2
Owner

Update postgresql16 to 16.14.

Upstream PostgreSQL 16.14 is a stable release. The official release notes state that 16.x in-family upgrades do not require dump/restore. The release also fixes multiple upstream CVEs in core PostgreSQL, libpq and contrib code, so this should be treated as a security maintenance update rather than a routine non-security bump.

Expected NiceOS impact is limited to a source refresh and rebuild of the existing subpackages. No ABI break, package rename or major packaging change is documented.

Validation requested:

  • clean rebuild in the NiceOS 5.2 buildroot
  • service start/stop smoke test
  • psql connectivity and basic SQL checks
  • verify client utilities and package file layout

References:

Update postgresql16 to 16.14. Upstream PostgreSQL 16.14 is a stable release. The official release notes state that 16.x in-family upgrades do not require dump/restore. The release also fixes multiple upstream CVEs in core PostgreSQL, libpq and contrib code, so this should be treated as a security maintenance update rather than a routine non-security bump. Expected NiceOS impact is limited to a source refresh and rebuild of the existing subpackages. No ABI break, package rename or major packaging change is documented. Validation requested: - clean rebuild in the NiceOS 5.2 buildroot - service start/stop smoke test - psql connectivity and basic SQL checks - verify client utilities and package file layout References: - https://www.postgresql.org/docs/16/release-16-14.html - https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin update-postgresql16-16.14:update-postgresql16-16.14
git switch update-postgresql16-16.14

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch niceos-5.2
git merge --no-ff update-postgresql16-16.14
git switch update-postgresql16-16.14
git rebase niceos-5.2
git switch niceos-5.2
git merge --ff-only update-postgresql16-16.14
git switch update-postgresql16-16.14
git rebase niceos-5.2
git switch niceos-5.2
git merge --no-ff update-postgresql16-16.14
git switch niceos-5.2
git merge --squash update-postgresql16-16.14
git switch niceos-5.2
git merge --ff-only update-postgresql16-16.14
git switch niceos-5.2
git merge update-postgresql16-16.14
git push origin niceos-5.2
Sign in to join this conversation.
No description provided.