SHA256
1
0
forked from pool/mariadb

Accepting request 136985 from server:database

Reenable initgroups(). See changelog. (forwarded request 131859 from achaios)

OBS-URL: https://build.opensuse.org/request/show/136985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=21
This commit is contained in:
Stephan Kulow 2012-10-05 11:46:13 +00:00 committed by Git OBS Bridge
commit d35937d3ec
2 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,7 @@
%if 0%{?suse_version} > 1140
export WARN_DIS="$WARN_DIS -Wno-unused-but-set-variable -fno-strict-aliasing -Wno-unused-parameter "
%endif
export CFLAGS="$RPM_OPT_FLAGS -DPIC -fPIC -DUNDEF_HAVE_INITGROUPS -DFORCE_INIT_OF_VARS $WARN_DIS "
export CFLAGS="$RPM_OPT_FLAGS -DPIC -fPIC -DFORCE_INIT_OF_VARS $WARN_DIS "
export CXXFLAGS="$CFLAGS -fno-exceptions -fno-rtti"
%if 0%{use_cmake} < 1

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 28 11:53:55 UTC 2012 - xgpub@tellas.gr
- Reenable use of initgroups() (revert a temporary workaround
for ancient bmc#3037, search below for bug #39798).
This is necessary if we want to use the auth_pam plugin to
authenticate users against their unix password via pam_unix2.
For that, mysqld must run as group shadow and maintain membership
after forking.
-------------------------------------------------------------------
Mon Jul 2 12:28:40 UTC 2012 - mhrusecky@suse.com