aboutsummaryrefslogtreecommitdiff
path: root/system/postgresql/postgresql.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-10 22:09:36 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-10 22:09:36 +0700
commit31321eeede4c0064f03420994fe8219402b1ffa9 (patch)
tree94654049a1a891588e705d872b390e6b80056dfb /system/postgresql/postgresql.SlackBuild
parent38670fc6d7731d1fdb1a202dc8b2bf1b76d0979c (diff)
system/postgresql: Updated for version 14.13.
Fixed CVE-2024-7348. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/postgresql/postgresql.SlackBuild')
-rw-r--r--system/postgresql/postgresql.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild
index f405f0e0ce..aa2b1079d1 100644
--- a/system/postgresql/postgresql.SlackBuild
+++ b/system/postgresql/postgresql.SlackBuild
@@ -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}