mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Deb: Remove unmaintained AWS key plugin packaging
Likewise to TokuDB and Cassandra, if this plugin is maintained it should be either fully enabled or not present at all. Packaging can be recovered from MariaDB 10.2 if needed, or if build outside of this packaging, then also the packaging scripts and snippets should be injected from the outside.
This commit is contained in:
parent
da64ec1ede
commit
b8092a3c9d
2 changed files with 0 additions and 6 deletions
3
debian/autobake-deb.sh
vendored
3
debian/autobake-deb.sh
vendored
|
@ -77,9 +77,6 @@ then
|
|||
sed '/Package: mariadb-plugin-rocksdb/,/^$/d' -i debian/control
|
||||
fi
|
||||
|
||||
# Always remove AWS plugin, see -DNOT_FOR_DISTRIBUTION in CMakeLists.txt
|
||||
sed '/Package: mariadb-plugin-aws-key-management-10.2/,/^$/d' -i debian/control
|
||||
|
||||
# If libpcre2-dev is not available (before Debian Stretch and Ubuntu Xenial)
|
||||
# attempt to build using older libpcre3-dev (SIC!)
|
||||
if ! apt-cache madison libpcre2-dev | grep --quiet 'libpcre2-dev'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
debian/additions/enable_encryption.preset etc/mysql/mariadb.conf.d
|
||||
etc/mysql/conf.d/aws_key_management.cnf etc/mysql/mariadb.conf.d
|
||||
usr/lib/mysql/plugin/aws_key_management.so
|
Loading…
Add table
Reference in a new issue