mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
mysql57-{client, server}: Update port to 5.7.22
This update includes fixes for multiple CVEs including: CVE-2018-2755 in replication component, MySQL protocol CVE-2018-2805 in GIS extention CVE-2018-2782 in InnoDB and more info on http://www.oracle.com/technetwork/security-advisory/cpuapr2018-3678067.html#AppendixMSQL PR: 227621 Reported by: Markus Kohlmeyer <rootservice@gmail.com> Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
e936645974
commit
e1538d5247
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467819
4 changed files with 6 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= 57-client
|
||||
|
||||
COMMENT= Multithreaded SQL database (client)
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mysql
|
||||
PORTVERSION= 5.7.21
|
||||
PORTREVISION?= 3
|
||||
PORTVERSION= 5.7.22
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= MYSQL/MySQL-5.7
|
||||
PKGNAMESUFFIX?= 57-server
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1516137476
|
||||
SHA256 (mysql-boost-5.7.21.tar.gz) = ad29ecb6fb3c3571394fe231633a2d1d188d49e9eb749daa4e8799b7630daa09
|
||||
SIZE (mysql-boost-5.7.21.tar.gz) = 48931457
|
||||
TIMESTAMP = 1524221054
|
||||
SHA256 (mysql-boost-5.7.22.tar.gz) = 5b2a61700af7c99f5630a7dfdb099af9283c3029843cddd9e123bcdbcc4aad03
|
||||
SIZE (mysql-boost-5.7.22.tar.gz) = 48985783
|
||||
|
|
|
@ -85,7 +85,6 @@ man/man1/mysqld_multi.1.gz
|
|||
man/man1/mysqld_safe.1.gz
|
||||
man/man1/mysqldumpslow.1.gz
|
||||
man/man1/mysqlman.1.gz
|
||||
man/man1/mysqltest.1.gz
|
||||
man/man1/perror.1.gz
|
||||
man/man1/replace.1.gz
|
||||
man/man1/resolve_stack_dump.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue