-
Notifications
You must be signed in to change notification settings - Fork 210
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
Upgrade Posgtresql to 9.2.15. #735
Conversation
@rhass yes, complications around upgrading major version, and data directory locations. |
I realize upgrading between major versions is a much more involved issue, but I what mean is to just define the |
Nevermind, I missed this line: https://github.com/rhass/chef-server/blob/CVE-2016-0773/omnibus/config/software/postgresql92.rb#L35 |
|
||
source url: "http://ftp.postgresql.org/pub/source/v9.2.14/postgresql-9.2.14.tar.bz2", | ||
md5: "ce2e50565983a14995f5dbcd3c35b627" | ||
source url: "http://ftp.postgresql.org/pub/source/v9.2.15/postgresql-9.2.15.tar.bz2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mind changing this to https while you're at it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah! Good catch, Done!
Other than my minor comment, 👍. |
👍 |
@rhass Apologies for the delay, mind rebasing this? This is ready to merge after rebase. |
This mitigates CVE-2016-0773.
@stevendanna Should be good to go. |
Upgrade Posgtresql to 9.2.15.
This mitigates CVE-2016-0773.
As a side note, is there any reason not to update this in omnibus-software and then just reference the correct version? I didn't see anything in the files which would compile them differently.