Skip to content

Commit c051ada

Browse files
committed
Upgrade PostgreSQL to 9.5.19
1 parent 76d80f8 commit c051ada

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

ci/release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

config/blobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

packages/postgres/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
99
export 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
1313
tar -xjf postgres/postgresql-${VERSION}.tar.bz2
1414
cd postgresql-${VERSION}/
1515
patch -p1 <<EOF

packages/postgres/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: postgres
33
dependencies: []
44
files:
5-
- postgres/postgresql-9.5.1.tar.bz2
5+
- postgres/postgresql-9.5.19.tar.bz2

0 commit comments

Comments
 (0)