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

postgresql updates: 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23, CVE-2018-1115 #43855

Merged
merged 5 commits into from Jul 20, 2018

Conversation

infinisil
Copy link
Member

Motivation for this change

Fixes CVE-2018-1115 in 10.4 and 9.6.9, for #43846

All release notes at https://www.postgresql.org/docs/10/static/release.html

Ping @thoughtpolice @lsix @adisbladis @fpletz

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@infinisil
Copy link
Member Author

@GrahamcOfBorg build postgresql93 postgresql94 postgresql95 postgresql96 postgresql100
@GrahamcOfBorg test postgresql

@GrahamcOfBorg
Copy link

Success on aarch64-linux

Attempted: tests.postgresql

No partial log is available.

@GrahamcOfBorg
Copy link

Success on x86_64-linux

Attempted: tests.postgresql

No partial log is available.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: postgresql100, postgresql93, postgresql94, postgresql95, postgresql96

Partial log (click to expand)

these derivations will be built:
  /nix/store/blbiqgwl6pa94nbilrc7qx67a7j09xdl-postgresql-9.5.13.drv
  /nix/store/hh4z5hqaxh1nd6pb985mgwq6k3p2cdp4-postgresql-9.6.9.drv
  /nix/store/qk8zd3rs12zkvvxqw4ma14aw0fbz8lg3-postgresql-10.4.drv
waiting for locks or build slots...
/nix/store/19ny7n5m2427i69x0la32amd33zgr83c-postgresql-10.4
/nix/store/0kp6jk6qscllwl8j3ss5mkilmdflbva4-postgresql-9.3.23
/nix/store/j9mgnbcxp5yldxqim320r1v6y5wwh5hp-postgresql-9.4.18
/nix/store/1izxm62cwb6k3ibyf12gmm96m1ddsqxn-postgresql-9.5.13
/nix/store/q5wmyayrljkv5f1sh1xn9il0g72abzwn-postgresql-9.6.9

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: postgresql93, postgresql94, postgresql95, postgresql96, postgresql100

Partial log (click to expand)

checking for references to /build in /nix/store/s4xpmf7n79q4rh9b0lx68gx89269vxc0-postgresql-9.6.9-lib...
shrinking RPATHs of ELF executables and libraries in /nix/store/pgyjb3zh0w7nqw7lhvj48n4dhx7qrick-postgresql-9.6.9-doc
strip is /nix/store/7iyn7gn33i7xxjgmwf25k20246y6nd9d-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/pgyjb3zh0w7nqw7lhvj48n4dhx7qrick-postgresql-9.6.9-doc
checking for references to /build in /nix/store/pgyjb3zh0w7nqw7lhvj48n4dhx7qrick-postgresql-9.6.9-doc...
shrinking RPATHs of ELF executables and libraries in /nix/store/dvzdai7ra09qzja44p3hgf19ypph4vhm-postgresql-9.6.9-man
gzipping man pages under /nix/store/dvzdai7ra09qzja44p3hgf19ypph4vhm-postgresql-9.6.9-man/share/man/
strip is /nix/store/7iyn7gn33i7xxjgmwf25k20246y6nd9d-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/dvzdai7ra09qzja44p3hgf19ypph4vhm-postgresql-9.6.9-man
checking for references to /build in /nix/store/dvzdai7ra09qzja44p3hgf19ypph4vhm-postgresql-9.6.9-man...

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: postgresql100, postgresql93, postgresql94, postgresql95, postgresql96

Partial log (click to expand)

checking for references to /build in /nix/store/maa9qxg7vw139dk7z7h4xpbl39vmsznp-postgresql-9.6.9-lib...
shrinking RPATHs of ELF executables and libraries in /nix/store/i199vh052sd8fwlwxcxmds7gq6mdms6z-postgresql-9.6.9-doc
strip is /nix/store/90vmpr41dzsx350k5argycaf693hnl1l-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/i199vh052sd8fwlwxcxmds7gq6mdms6z-postgresql-9.6.9-doc
checking for references to /build in /nix/store/i199vh052sd8fwlwxcxmds7gq6mdms6z-postgresql-9.6.9-doc...
shrinking RPATHs of ELF executables and libraries in /nix/store/6nx1p6w6z1a4dvn59x31526kzqqfdd7s-postgresql-9.6.9-man
gzipping man pages under /nix/store/6nx1p6w6z1a4dvn59x31526kzqqfdd7s-postgresql-9.6.9-man/share/man/
strip is /nix/store/90vmpr41dzsx350k5argycaf693hnl1l-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/6nx1p6w6z1a4dvn59x31526kzqqfdd7s-postgresql-9.6.9-man
checking for references to /build in /nix/store/6nx1p6w6z1a4dvn59x31526kzqqfdd7s-postgresql-9.6.9-man...

@infinisil infinisil changed the title postgresql updates: 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23 postgresql updates: 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23, CVE-2018-1115 Jul 20, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: postgresql93, postgresql94, postgresql95, postgresql96, postgresql100

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/6nx1p6w6z1a4dvn59x31526kzqqfdd7s-postgresql-9.6.9-man
gzipping man pages under /nix/store/6nx1p6w6z1a4dvn59x31526kzqqfdd7s-postgresql-9.6.9-man/share/man/
strip is /nix/store/90vmpr41dzsx350k5argycaf693hnl1l-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/6nx1p6w6z1a4dvn59x31526kzqqfdd7s-postgresql-9.6.9-man
checking for references to /build in /nix/store/6nx1p6w6z1a4dvn59x31526kzqqfdd7s-postgresql-9.6.9-man...
/nix/store/1c2xp8pyl3w15zbvk38il61yb7bd3jm1-postgresql-9.3.23
/nix/store/pfw9vpw85j9bcdxpmzxfd5w7ykcckc2r-postgresql-9.4.18
/nix/store/xhnmbhcq2jgq99xnw80ivjqmhinamq5i-postgresql-9.5.13
/nix/store/ai71136n2443hl29blvfvsz4yqvdlbx2-postgresql-9.6.9
/nix/store/684gqk3hy81f344ch8si5ln0s0rkilwk-postgresql-10.4

Copy link
Member

@thoughtpolice thoughtpolice left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM.

@thoughtpolice thoughtpolice merged commit 446ec6d into NixOS:master Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants