Skip to content

Commit 944a330

Browse files
committed
Postfix : WL#9769: Keyring migration tool and new commercial keyring_encrypted_file plugin.
- Fix typo in the changelog for el/sles rpm builds - Added keyring_encrypted_file to docker rpm (cherry picked from commit aacc7f43ce98353e3c2f89273b43ebf1424ee758)
1 parent 207dd71 commit 944a330

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packaging/rpm-docker/mysql.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ rm -r $(readlink var) var
323323
%attr(755, root, root) %{_libdir}/mysql/plugin/audit_log.so
324324
%attr(644, root, root) %{_datadir}/mysql/audit_log_filter_linux_install.sql
325325
%attr(755, root, root) %{_libdir}/mysql/plugin/authentication_pam.so
326+
%attr(755, root, root) %{_libdir}/mysql/plugin/keyring_encrypted_file.so
326327
%attr(755, root, root) %{_libdir}/mysql/plugin/keyring_okv.so
327328
%attr(755, root, root) %{_libdir}/mysql/plugin/thread_pool.so
328329
%attr(755, root, root) %{_libdir}/mysql/plugin/openssl_udf.so

packaging/rpm-oel/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ fi
13621362
%endif # cluster
13631363

13641364
%changelog
1365-
* Wed Nov 08 2017 Bharathy Satish <bharathy.x.satish. - 5.7.21-1
1365+
* Wed Nov 08 2017 Bharathy Satish <bharathy.x.satish@oracle.com> - 5.7.21-1
13661366
- Add keyring_encrypted_file.so plugin
13671367

13681368
* Tue Oct 31 2017 Bjorn Munch <[email protected]> - 5.7.21-1

packaging/rpm-sles/mysql.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ fi
11671167
%endif # cluster
11681168

11691169
%changelog
1170-
* Wed 08 2017 Bharathy Satish <[email protected]> - 5.7.21-1
1170+
* Wed Nov 08 2017 Bharathy Satish <[email protected]> - 5.7.21-1
11711171
- Add keyring_encrypted_file.so plugin
11721172

11731173
* Tue Oct 31 2017 Bjorn Munch <[email protected]> - 5.7.21-1

0 commit comments

Comments
 (0)