SHA256
1
0
forked from pool/mariadb

Accepting request 930735 from home:dspinella:branches:server:database

- Update to 10.6.5
  * release notes and changelog:
    https://mariadb.com/kb/en/library/mariadb-1065-release-notes
    https://mariadb.com/kb/en/library/mariadb-1065-changelog
  * fixes for the following security vulnerabilities:
    10.6.5: none
- Not affected by [CVE-2021-35604], bsc#1192497
- Drop upstreamed patch:
  * mariadb-10.2.19-link-and-enable-c++11-atomics.patch

- Use pam macros instead of hardcoding directories, fixes bsc#1191038
- Add fix-pamdir.patch

OBS-URL: https://build.opensuse.org/request/show/930735
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=283
This commit is contained in:
Danilo Spinella
2021-11-10 18:16:01 +00:00
committed by Git OBS Bridge
parent 71e0b9d8b4
commit 70e0242f8e
8 changed files with 49 additions and 84 deletions

13
fix-pamdir.patch Normal file
View File

@@ -0,0 +1,13 @@
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index 877b147bc6e..f025aec78cb 100644
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -163,7 +163,7 @@ SET(INSTALL_UNIX_ADDRDIR_RPM "${INSTALL_MYSQLDATADIR_RPM}/mysql.sock"
SET(INSTALL_SYSTEMD_UNITDIR_RPM "/usr/lib/systemd/system")
SET(INSTALL_SYSTEMD_SYSUSERSDIR_RPM "/usr/lib/sysusers.d")
SET(INSTALL_SYSTEMD_TMPFILESDIR_RPM "/usr/lib/tmpfiles.d")
-SET(INSTALL_PAMDIR_RPM "/${INSTALL_LIBDIR_RPM}/security")
+SET(INSTALL_PAMDIR_RPM "${INSTALL_LIBDIR_RPM}/security")
SET(INSTALL_PAMDATADIR_RPM "/etc/security")
#