diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-06-21 19:15:42 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-06-21 23:49:45 +0200 |
commit | 8ad9ef642a9f408300057240c35319c0f4bbac42 (patch) | |
tree | c72ff79df13d5f200fb1227a92e4d6753d0895cf /debian/control | |
parent | ec2de1d58a673e438265be1a2caead160fad0ea4 (diff) | |
download | mariadb-git-8ad9ef642a9f408300057240c35319c0f4bbac42.tar.gz |
MDEV-22972 After upgrading server/client to 10.5 clients identified via non-builtin plugins cannot be authenticated
in 10.5.4 libmariadb3 plugins were moved to a new location
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6091d15d926..c8392fb24e0 100644 --- a/debian/control +++ b/debian/control @@ -243,7 +243,7 @@ Description: MariaDB common configuration files Package: mariadb-client-core-10.5 Architecture: any -Depends: libmariadb3, +Depends: libmariadb3 (>= 10.5.4), mariadb-common (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} |