notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/mysql57-server/pkg-plist

Number of commits found: 15

Sunday, 31 Dec 2023
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mysql57-*: Remove expired port
commit hash: e716c4e0ead482d5823056ddbb895d69bf3132da commit hash: e716c4e0ead482d5823056ddbb895d69bf3132da commit hash: e716c4e0ead482d5823056ddbb895d69bf3132da commit hash: e716c4e0ead482d5823056ddbb895d69bf3132da e716c4e
Tuesday, 11 Apr 2023
16:52 Jochen Neumeister (joneum) search for other commits by this committer
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.

    The linked OpenLDAP library for MySQL Server (Enterprise edition) was
updated to version 2.5.13. (Bug #34815046)

    The bundled zlib library has been upgraded to zlib 1.2.13; zlib 1.2.13 is
now the minimum zlib version supported. (Bug #34711762, Bug #34711758)

    Stack overruns could be erroneously reported when using the thread pool
under heavy load. The race condition causing this in the thread pool has been
avoided with an additional thread group ID check. (Bug #34414959)

    Data and GTIDs backed up by mysqldump were inconsistent when the options
--single-transaction and --set-gtid-purged=ON were both used. This was because
GTID_EXECUTED was fetched at the end of the dump, at which point the GTIDs on
the server could have increased already. With this fix, a FLUSH TABLES WITH READ
LOCK is performed at the beginning of the dump, and GTID_EXECUTED fetched
immediately after, to ensure that its value is consistent with the snapshot
taken by mysqldump.

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

Sponsored by:	Netzkommune GmbH
commit hash: e6137eac54ef1bc1e721b5064dda40e60ac1bf1b commit hash: e6137eac54ef1bc1e721b5064dda40e60ac1bf1b commit hash: e6137eac54ef1bc1e721b5064dda40e60ac1bf1b commit hash: e6137eac54ef1bc1e721b5064dda40e60ac1bf1b e6137ea
Monday, 16 May 2022
06:49 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/mysql*: fix pkg-plist use share/man

Approved by:	portmgr (blanket)
commit hash: 9f0ff92f6deaa2187cdb33a27f5aebbdd2c0d71d commit hash: 9f0ff92f6deaa2187cdb33a27f5aebbdd2c0d71d commit hash: 9f0ff92f6deaa2187cdb33a27f5aebbdd2c0d71d commit hash: 9f0ff92f6deaa2187cdb33a27f5aebbdd2c0d71d 9f0ff92
Tuesday, 10 Dec 2019
10:26 joneum search for other commits by this committer
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
Original commitRevision:519655 
Sunday, 28 Apr 2019
21:34 mmokhi search for other commits by this committer
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
Original commitRevision:500373 
Friday, 20 Apr 2018
10:47 mmokhi search for other commits by this committer
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
Original commitRevision:467819 
Monday, 17 Apr 2017
14:58 mmokhi search for other commits by this committer
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
Original commitRevision:438699 
Tuesday, 3 Jan 2017
14:40 lifanov search for other commits by this committer
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
Original commitRevision:430476 
Monday, 4 Jul 2016
14:59 riggs search for other commits by this committer
Make my.cnf path correct according to hier(7), bump PORTREVISION

PR:		209579
Submitted by:	mokhi64@gmail.com
Reviewed by:	rootservice@gmail.com
Original commitRevision:418033 
Tuesday, 17 May 2016
18:33 pi search for other commits by this committer
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)
Original commitRevision:415407 
Friday, 6 May 2016
14:40 riggs search for other commits by this committer
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
		CVE-2016-0641
		CVE-2016-3461
		CVE-2016-2047
		CVE-2016-0642
		CVE-2016-0643
		CVE-2016-0644
		CVE-2016-0646
		CVE-2016-0647
		CVE-2016-0648
		CVE-2016-0649
		CVE-2016-0650
		CVE-2016-0652
		CVE-2016-0653
		CVE-2016-0654
		CVE-2016-0655
		CVE-2016-0656
		CVE-2016-0657
		CVE-2016-0658
		CVE-2016-0651
		CVE-2016-0659
		CVE-2016-0661
		CVE-2016-0662
		CVE-2016-0663
		CVE-2016-0665
		CVE-2016-0666
		CVE-2016-0667
		CVE-2016-0668
Original commitRevision:414707 
Wednesday, 3 Feb 2016
23:11 riggs search for other commits by this committer
- 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
Original commitRevision:408005 
Sunday, 10 Jan 2016
20:07 pi search for other commits by this committer
databases/mysql57-client, databases/mysql57-server:
	change all files that were missed in the last commit

PR:		204607
Original commitRevision:405742 
Sunday, 27 Dec 2015
02:15 miwi search for other commits by this committer
- Restore backwards compatibility
- Bump PORTREVISION

PR:	    205433
Original commitRevision:404543 
Tuesday, 15 Dec 2015
19:40 pi search for other commits by this committer
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
Original commitRevision:403800 

Number of commits found: 15