Skip to content

Comments

postgresql: 15.3, 14.8, 13.11, 12.15 and 11.20#231306

Merged
marsam merged 5 commits intoNixOS:stagingfrom
helsinki-systems:upd/postgresql
May 12, 2023
Merged

postgresql: 15.3, 14.8, 13.11, 12.15 and 11.20#231306
marsam merged 5 commits intoNixOS:stagingfrom
helsinki-systems:upd/postgresql

Conversation

@ajs124
Copy link
Member

@ajs124 ajs124 commented May 11, 2023

Description of changes

Fixes CVE-2023-2454 and CVE-2023-2455.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.05 Release Notes (or backporting 22.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@ajs124 ajs124 added 1.severity: security Issues which raise a security issue, or PRs that fix one backport release-22.11 labels May 11, 2023
@ajs124 ajs124 marked this pull request as ready for review May 11, 2023 14:48
@ofborg ofborg bot requested review from Ma27, danbst, globin and ivan May 11, 2023 15:36
@ofborg ofborg bot added 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. labels May 11, 2023
@risicle
Copy link
Contributor

risicle commented May 11, 2023

Think this will have to be retargeted at staging

@risicle
Copy link
Contributor

risicle commented May 12, 2023

Built all postgresql versions on macos 10.15 successfully, + most extensions, no time for them all though..

@ajs124 ajs124 changed the base branch from master to staging May 12, 2023 11:40
@marsam marsam merged commit 1bf361e into NixOS:staging May 12, 2023
@github-actions
Copy link
Contributor

Backport failed for staging-22.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin staging-22.11
git worktree add -d .worktree/backport-231306-to-staging-22.11 origin/staging-22.11
cd .worktree/backport-231306-to-staging-22.11
git checkout -b backport-231306-to-staging-22.11
ancref=$(git merge-base d1c4b927cb7e277971d83ede295fd65486b4c5f0 3abafec08f228c6c592c8d7f8b449dff00bdb702)
git cherry-pick -x $ancref..3abafec08f228c6c592c8d7f8b449dff00bdb702

@ajs124 ajs124 deleted the upd/postgresql branch May 12, 2023 13:22
@ajs124
Copy link
Member Author

ajs124 commented May 12, 2023

backport in #231475
still running tests, will mark as ready once done

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

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants