notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/mysql57-server/pkg-plist
SVNWeb

Number of commits found: 14

Tue, 11 Apr 2023
[ 16:52 Jochen Neumeister (joneum) search for other commits by this committer ]    commit hash:e6137eac54ef1bc1e721b5064dda40e60ac1bf1b  commit hash:e6137eac54ef1bc1e721b5064dda40e60ac1bf1b  commit hash:e6137eac54ef1bc1e721b5064dda40e60ac1bf1b  e6137ea 
databases/mysql57-*: Update to 5.7.41

Bugs Fixed

    Replication: Issuing STOP SLAVE SQL_THREAD while the SQL thread was handling
a transaction caused replication to stop immediately, instead of waiting 60
seconds for the event group to complete before shutting down the SQL thread as
expected.

    The root cause of this issue was due to the internal variable storing the
last event start time not being reset after the SQL thread was restarted.

    We fix this by resetting the variable holding the last event start time
whenever the SQL thread is started. (Bug #33646899)

    Replication: The relay_log_space_limit system variable is a 64-bit value,
but its valid maximum was specified internally as that of a 32-bit value. (Bug
#106323, Bug #33799840)

    Some remote connections to the server were not handled correctly. This issue
arose as the result of a previous fix for an issue with
require_secure_transport. (Bug #34857411)

    References: This issue is a regression of: Bug #34094706.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 16 May 2022
[ 06:49 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:9f0ff92f6deaa2187cdb33a27f5aebbdd2c0d71d  commit hash:9f0ff92f6deaa2187cdb33a27f5aebbdd2c0d71d  commit hash:9f0ff92f6deaa2187cdb33a27f5aebbdd2c0d71d  9f0ff92  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
databases/mysql*: fix pkg-plist use share/man

Approved by:	portmgr (blanket)
Tue, 10 Dec 2019
[ 10:26 joneum search for other commits by this committer ] Original commit   Revision:519655
Get rid of useless and unfilled
libdata/pkgconfig/LIBMYSQL_OS_OUTPUT_NAME-NOTFOUND.pc
for server bundle, right .pc file is already installed by client package

PR:		242488
Reported by:	fluffy
Approved by:	mmokhi (maintainer, implicit)
Sponsored by:	Netzkommune GmbH
Sun, 28 Apr 2019
[ 21:34 mmokhi search for other commits by this committer ] Original commit   Revision:500373
databases/mysql57-{client, server}: Update to latest release 5.7.26
This update includes:
Bugfix:
- InnoDB: Optimized internal temporary tables did not support
    in-place UPDATE operations
- InnoDB: A function called by a CREATE TABLE thread attempted access after
free()
- InnoDB: The INDEX_LENGTH value in INFORMATION_SCHEMA.TABLES
    was not updated when adding an index
- The authentication_ldap_simple plugin could enforce authentication incorrectly
More info: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-26.html

Security Fix:
CVE-2019-2632, CVE-2019-1559, CVE-2018-3123, and other fixes.
More info:
https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixMSQL

PR:		237399
Reported by:	Brent Busby <brent@jfi.uchicago.edu>
Sponsored by:	The FreeBSD Foundation
Fri, 20 Apr 2018
[ 10:47 mmokhi search for other commits by this committer ] Original commit   Revision:467819
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
Mon, 17 Apr 2017
[ 14:58 mmokhi search for other commits by this committer ] Original commit   Revision:438699
databases/mysql57-{server client}: Update to latest 5.7.18 release
Fix some no-longer-valid (but needed) patches.

Reviewed by:	feld, mat (mentors)
Approved by:	feld (mentor)
Differential Revision:	https://reviews.freebsd.org/D10392
Tue, 3 Jan 2017
[ 14:40 lifanov search for other commits by this committer ] Original commit   Revision:430476
update mysql57 ports to 5.7.17

 Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-17.html

PR:		215711
Submitted by:	Mahdi Mokhtari <mokhi64@gmail.com> (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9027
Mon, 4 Jul 2016
[ 14:59 riggs search for other commits by this committer ] Original commit   Revision:418033
Make my.cnf path correct according to hier(7), bump PORTREVISION

PR:		209579
Submitted by:	mokhi64@gmail.com
Reviewed by:	rootservice@gmail.com
Tue, 17 May 2016
[ 18:33 pi search for other commits by this committer ] Original commit   Revision:415407
databases/mysql57-server: fix the perms of my.cnf to 0644

PR:		209512
Reported by:	Regulus Kean <rkean@bitmessage.ch>
Submitted by:	Markus Kohlmeyer <rootservice@gmail.com>
Approved by:	Mahdi Mokhtari <mokhi64@gmail.com> (maintainer)
Fri, 6 May 2016
[ 14:40 riggs search for other commits by this committer ] Original commit   Revision:414707 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Update to 5.7.12, fixing 31 partially critical vulnerabilities

List of vulnerabilities is documented on:
http://vuxml.freebsd.org/freebsd/8c2b2f11-0ebe-11e6-b55e-b499baebfeaf.html
CVE IDs see below.

PR:		206998
Submitted by:	mokhi64@gmail.com (maintainer)
Reviewed by:	rootservice@gmail.com
Approved by:	mokhi64@gmail.com (maintainer)
MFH:		2016Q2
Security:	CVE-2016-0705
		CVE-2016-0639
		CVE-2015-3194
		CVE-2016-0640
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 3 Feb 2016
[ 23:11 riggs search for other commits by this committer ] Original commit   Revision:408005
- Fix plist
  - binary_log_types.h is now installed only by client, not server
  - lib/mysql/plugin/ha_example.so is only installed if
    EXAMPLES OPTION is turned off
- Bump PORTREVISION
- Allow slave port to override PORTREVISION if necessary
- Deactivate performance_schema feature to conserve memory
- Add notes to pkg-message:
  - root password
  - performance_schema feature is deactivated by default to reduce
    memory footprint

PR:		205956 206065
Submitted by:	smh
Reviewed by:	mokhi64@gmail.com (maintainer)
Approved by:	mokhi64@gmail.com (maintainer)
MFH:		2016Q1
Sun, 10 Jan 2016
[ 20:07 pi search for other commits by this committer ] Original commit   Revision:405742 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
databases/mysql57-client, databases/mysql57-server:
	change all files that were missed in the last commit

PR:		204607
Sun, 27 Dec 2015
[ 02:15 miwi search for other commits by this committer ] Original commit   Revision:404543
- Restore backwards compatibility
- Bump PORTREVISION

PR:	    205433
Tue, 15 Dec 2015
[ 19:40 pi search for other commits by this committer ] Original commit   Revision:403800 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
New ports: databases/mysql57-client, databases/mysql57-server

The next major release of mysql.

MySQL is a very fast, multi-threaded, multi-user and robust SQL
(Structured Query Language) database server.

WWW: http://www.mysql.com/

PR:		204607
Submitted by:	mokhi64@gmail.com
Reviewed by:	koobs, brnrd
Approved by:	mat

Number of commits found: 14