databases/mariadb55-server: Update to 5.5.54
- Update to 5.5.54 - Add mysqld_safe_helper to plist
This commit is contained in:
parent
91d08fdb2c
commit
a22b6d215c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429417
3 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mariadb
|
||||
PORTVERSION= 5.5.53
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 5.5.54
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
|
||||
http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1476724173
|
||||
SHA256 (mariadb-5.5.53.tar.gz) = 4517296f5686af83c3f67bd9183ca1038c73a9c6c5e680389d167f72c644124e
|
||||
SIZE (mariadb-5.5.53.tar.gz) = 45739935
|
||||
TIMESTAMP = 1482613700
|
||||
SHA256 (mariadb-5.5.54.tar.gz) = 54405ad9beff02339819eb73c59b4bf25f58a2c5abffbf17e81c4940a893538c
|
||||
SIZE (mariadb-5.5.54.tar.gz) = 45765936
|
||||
|
|
|
@ -14,6 +14,7 @@ bin/mysql_convert_table_format
|
|||
bin/mysql_fix_extensions
|
||||
bin/mysql_install_db
|
||||
bin/mysql_plugin
|
||||
bin/mysqld_safe_helper
|
||||
bin/mysql_secure_installation
|
||||
bin/mysql_setpermission
|
||||
bin/mysql_tzinfo_to_sql
|
||||
|
|
Loading…
Reference in a new issue