Provisioning: Update CPDB on linux to v2.0b6

Fixes CVE-2023-34095. Also includes minor API changes, and few feature
updates.

Change-Id: I700ba8c60929f5ad797fc7f031b74ca1fd33efea
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
Gaurav Guleria
2024-07-25 01:29:24 +05:30
parent a68d7302cd
commit 4296eb30f2

View File

@@ -17,8 +17,7 @@ rm -rf "$repDir"
cd "$tmpdir"
git clone -q "$gitUrl"
cd "$repDir"
# cpdb-libs v2.0b4 with build bug fixed
git checkout -q ce848f1571a82ec03881fce127ff28bec8da239e
git checkout -q tags/2.0b6
./autogen.sh > /dev/null
./configure --prefix="$prefix" > /dev/null
make "-j$(nproc)" > /dev/null && sudo make install > /dev/null