Set `mariadb` to explicitly use system's openSSL, PCRE, and zlib. (#5908)

This commit is contained in:
Pawel Winogrodzki 2023-08-01 09:43:27 -07:00 committed by GitHub
parent 374a11474f
commit 4ed6e29789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: Database servers made by the original developers of MySQL.
Name: mariadb
Version: 10.6.9
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2 WITH exceptions AND LGPLv2 AND BSD
Vendor: Microsoft Corporation
Distribution: Mariner
@ -98,6 +98,9 @@ cmake -DCMAKE_BUILD_TYPE=Release \
-DMYSQL_UNIX_ADDR="%{_sharedstatedir}/mysql/mysqld.sock" \
-DWITH_EXTRA_CHARSETS=complex \
-DWITH_EMBEDDED_SERVER=ON \
-DWITH_PCRE=system \
-DWITH_SSL=system \
-DWITH_ZLIB=system \
-DSKIP_TESTS=ON \
-DTOKUDB_OK=0 \
-DUPDATE_SUBMODULES=OFF \
@ -459,6 +462,9 @@ fi
%{_datadir}/mysql/hindi/errmsg.sys
%changelog
* Mon Jul 31 2023 Pawel Winogrodzki <pawelwi@microsoft.com> - 10.6.9-4
- Explicitly using the system versions of PCRE2, openSSL, and zlib.
* Thu Feb 09 2023 Rachel Menge <rachelmenge@microsoft.com> - 10.6.9-3
- Add patch for CVE-2022-47015