Skip to content

Commit fab8731

Browse files
authored
Update libpq to Postgres v18.1 (#612)
* Update libpq to Postgres v18.1 * Remove Postgres v11.22 blob
1 parent 85a6941 commit fab8731

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

config/blobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ nginx/pcre-8.45.tar.gz:
9090
size: 2096552
9191
object_id: a90f9f20-e23b-4755-59c7-101197325dab
9292
sha: sha256:4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09
93-
postgres/postgresql-11.22.tar.gz:
94-
size: 26826810
95-
object_id: d1f8d34c-b438-44e7-7672-5daea8a6da66
96-
sha: sha256:6445a4e1533c1e8bb616d4a3784bdc4c0226b541f6f0c8d996d9f27d581d49c3
93+
postgres/postgresql-18.1.tar.gz:
94+
size: 29294939
95+
object_id: 808e5f9e-83b4-4b0f-46dc-3ab4d5036365
96+
sha: sha256:b0f18c2d6973d2aa023cfc77feda787d7bbe9c31a3977d0f04ac29885fb98ec4
9797
storage-cli/storage-cli-0.0.3-linux-amd64:
9898
size: 60494421
9999
object_id: 72e3d912-7baf-4b99-47a2-6bed0455890e

packages/libpq/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Connector for postgres.
44

55
This file can be downloaded from the following locations:
66

7-
| Filename | Download URL |
8-
|-------------------------| ------------ |
9-
| postgresql-11.22.tar.gz | https://ftp.postgresql.org/pub/source/v11.22/postgresql-11.22.tar.gz |
7+
| Filename | Download URL |
8+
|------------------------|--------------------------------------------------------------------|
9+
| postgresql-18.1.tar.gz | https://ftp.postgresql.org/pub/source/v18.1/postgresql-18.1.tar.gz |

packages/libpq/packaging

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
function main() {
44
local pgversion
5-
pgversion="postgresql-11.22"
5+
pgversion="postgresql-18.1"
66

77
tar xzf "postgres/${pgversion}.tar.gz"
88

99
pushd "${pgversion}" > /dev/null
10-
./configure --prefix="${BOSH_INSTALL_TARGET}" --with-openssl
10+
./configure --prefix="${BOSH_INSTALL_TARGET}" --with-openssl --without-icu
1111

1212
pushd src/bin/pg_config > /dev/null
1313
make

packages/libpq/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
name: libpq
33
files:
4-
- postgres/postgresql-11.22.tar.gz
4+
- postgres/postgresql-18.1.tar.gz

0 commit comments

Comments
 (0)