[MDEV-5065] Audit Plugin packaging Created: 2013-09-24 Updated: 2020-12-30 Resolved: 2013-09-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Rasmus Johansson (Inactive) | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | audit-plugin | ||
| Description |
|
Currently only .so binaries are provided for the Audit Plugin. Also the filename is purely server_audit.so. The filename doesn't include the version number, which actually is good, because otherwise users would have to change my.cnf every time they want to upgrade to a new version of the Audit Plugin. To solve this problematic situation of not actually knowing the version number when looking at the files the minimum to do is to create a tarball that in its filename tells the version number, like this: The tarball should include the following directories with the corresponding .so files in each directory: Once Windows binaries are being produced a .zip file should be created in a similar fashion. And once changelogs are being produced they should be added to the tarball and zip. |