system/postgresql: Updated for version 14.13.

Fixed CVE-2024-7348.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-08-10 22:09:36 +07:00
parent 38670fc6d7
commit 31321eeede
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=postgresql
VERSION=${VERSION:-14.9}
VERSION=${VERSION:-14.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="postgresql"
VERSION="14.9"
VERSION="14.13"
HOMEPAGE="https://www.postgresql.org"
DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.9/postgresql-14.9.tar.gz"
MD5SUM="08c55c0025f598151b4107844c55b14d"
DOWNLOAD="https://ftp.postgresql.org/pub/source/v14.13/postgresql-14.13.tar.gz"
MD5SUM="94e95f32a531c6a14e169811d9f51afe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""