diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 22:09:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 22:09:36 +0700 |
commit | 31321eeede4c0064f03420994fe8219402b1ffa9 (patch) | |
tree | 94654049a1a891588e705d872b390e6b80056dfb /system/postgresql/postgresql.SlackBuild | |
parent | 38670fc6d7731d1fdb1a202dc8b2bf1b76d0979c (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.SlackBuild | 2 |
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} |