mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/mariadb-plugin-saslauthd: Updated for version 1.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b08fbdd7a3
commit
06b1c21fc3
3 changed files with 5 additions and 5 deletions
|
@ -19,5 +19,5 @@ Example:
|
|||
CREATE USER 'jekyll' IDENTIFIED WITH saslauthd AS 'hyde@EXAMPLE.COM';
|
||||
|
||||
saslauthd needs clear text passwords. Secure non-local connections
|
||||
between your database clients and the server with TLS. See the MariaDB
|
||||
between your database clients and the server with TLS. See the MariaDB
|
||||
documentation for more information.
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
PRGNAM=mariadb-plugin-saslauthd
|
||||
VERSION=${VERSION:-1.1}
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mariadb-plugin-saslauthd"
|
||||
VERSION="1.1"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="https://github.com/voegelas/mariadb-plugin-saslauthd"
|
||||
DOWNLOAD="https://github.com/voegelas/mariadb-plugin-saslauthd/archive/v1.1/mariadb-plugin-saslauthd-1.1.tar.gz"
|
||||
MD5SUM="d23e14152f87f6e551eb7208e4809a0a"
|
||||
DOWNLOAD="https://github.com/voegelas/mariadb-plugin-saslauthd/archive/v1.2/mariadb-plugin-saslauthd-1.2.tar.gz"
|
||||
MD5SUM="bd22f473d581ce63747cfdd00da7f187"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue