This is an automated email from the ASF dual-hosted git repository.
dbecker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/master by this push:
new d39596f6f IMPALA-13180: Upgrade postgresql to 42.5.6
d39596f6f is described below
commit d39596f6fb7da54c24d02523c4691e6b1973857b
Author: pranavyl <[email protected]>
AuthorDate: Mon Jun 24 15:24:11 2024 -0700
IMPALA-13180: Upgrade postgresql to 42.5.6
Upgrades postgresql to 42.5.6 due to CVE-2024-1597.
Change-Id: Ida9fabcf217c1e566a45d9f2d48705f1d990b0d3
Reviewed-on: http://gerrit.cloudera.org:8080/21553
Reviewed-by: Wenzhe Zhou <[email protected]>
Reviewed-by: Michael Smith <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
bin/impala-config.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 0b9176e91..eb4f3a1d9 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -179,7 +179,7 @@ export IMPALA_PROTOBUF_VERSION=3.14.0
unset IMPALA_PROTOBUF_URL
export IMPALA_PROTOBUF_CLANG_VERSION=3.14.0-clangcompat-p2
unset IMPALA_PROTOBUF_CLANG_URL
-export IMPALA_POSTGRES_JDBC_DRIVER_VERSION=42.5.1
+export IMPALA_POSTGRES_JDBC_DRIVER_VERSION=42.5.6
unset IMPALA_POSTGRES_JDBC_DRIVER_URL
export IMPALA_PYTHON_VERSION=2.7.16
unset IMPALA_PYTHON_URL