mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user