File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ # Software Updates
2+
3+ - Upgrade PostgreSQL to 9.5.19 (ca August 5th, 2019)
4+
15# Bug Fixes
26
37- Fix an issue in the hba.conf that occurs when BOSH links are by
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pgrt/pgrt:
1818 size : 7391896
1919 object_id : b7968265-d373-404d-b6e0-12caa15f9f98
2020 sha : 2f6c7cc5a7b89712be68f2663fdf3fa9f997a2fa
21- postgres/postgresql-9.5.1 .tar.bz2 :
22- size : 18441638
23- object_id : c3acc49c-a9ec-49a1-ae82-e97a00672695
24- sha : 905bc31bc4d500e9498340407740a61835a2022e
21+ postgres/postgresql-9.5.19 .tar.bz2 :
22+ size : 17571998
23+ object_id : 4a462d10-fbdb-4328-5a92-451f16a0219d
24+ sha : 9b0dcf4940e47c857200f37b8f4b00421a087958
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
99export HOME=/var/vcap
1010
1111# see https://ftp.postgresql.org/pub/source/v9.5.1/postgresql-9.5.1.tar.bz2
12- VERSION=9.5.1
12+ VERSION=9.5.19
1313tar -xjf postgres/postgresql-${VERSION} .tar.bz2
1414cd postgresql-${VERSION} /
1515patch -p1 << EOF
Original file line number Diff line number Diff line change 22name: postgres
33dependencies: []
44files:
5- - postgres/postgresql-9.5.1 .tar.bz2
5+ - postgres/postgresql-9.5.19 .tar.bz2
You can’t perform that action at this time.
0 commit comments