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:
parent
38670fc6d7
commit
31321eeede
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue