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-client/Makefile
SVNWeb

Number of commits found: 56

Sat, 5 Aug 2023
[ 11:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:d897c7e9d12246f5d7b49cf3d627c8df074c8c96  commit hash:d897c7e9d12246f5d7b49cf3d627c8df074c8c96  commit hash:d897c7e9d12246f5d7b49cf3d627c8df074c8c96  d897c7e 
databases/mysql57-client: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Mon, 5 Dec 2022
[ 09:06 Jochen Neumeister (joneum) search for other commits by this committer ]    commit hash:eb14b8fae3fec7854e6d6ff217c14246d8a826f1  commit hash:eb14b8fae3fec7854e6d6ff217c14246d8a826f1  commit hash:eb14b8fae3fec7854e6d6ff217c14246d8a826f1  eb14b8f 
databases/mysql*-{client, server}: Remove NDEBUG

As of 3c5189a0fd4c82addfb659024bf28c5006bf88f7 there shouldn't be a need
to define NDEBUG by hand when using CMake.

Reported by:	dizzy
Sponsored by:	Netzkommune GmbH
Fri, 28 Oct 2022
[ 16:19 Jochen Neumeister (joneum) search for other commits by this committer ]    commit hash:7e60621dc0418ce8bfd4169021bfa07d50fcba5a  commit hash:7e60621dc0418ce8bfd4169021bfa07d50fcba5a  commit hash:7e60621dc0418ce8bfd4169021bfa07d50fcba5a  7e60621 
databases/mysql57-*: Update to 5.7.40

Changelog:

Important Change: The linked OpenSSL library for MySQL Server has been updated
to version 1.1.1q. Issues fixed in OpenSSL version 1.1.1q are described at
https://www.openssl.org/news/cl111.txt and
https://www.openssl.org/news/vulnerabilities.html. (Bug #34414695)

The linked curl library for MySQL Server (Enterprise Edition) has been updated
to version 7.84.0. (Bug #34138733, Bug #34614578)

MySQL Server’s AES_ENCRYPT() and AES_DECRYPT() functions now support the use
of a key derivation function (KDF) to create a cryptographically strong secret
key from information such as a password or a passphrase that you pass to the
function. The derived key is used to encrypt and decrypt the data, and it
remains in the MySQL Server instance and is not accessible to users. Using a KDF
is highly recommended, as it provides better security than specifying your own
premade key or deriving it by a simpler method when you use the function. The
functions support HKDF (available from OpenSSL 1.1.0), for which you can specify
an optional salt and context-specific information to include in the keying
material, and PBKDF2 (available from OpenSSL 1.0.2), for which you can specify
an optional salt and set the number of iterations used to produce the key.

Bugs Fixed

InnoDB: In debug builds, a descending b-tree scan raised a debug assertion
failure. (Bug #34144951)

InnoDB: An index latch order violation in dict_table_x_lock_indexes() caused an
assertion failure. (Bug #32912868)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 9 Oct 2022
[ 15:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:05e7a8b8e17851b506a55ab8676bd62779c328c5  commit hash:05e7a8b8e17851b506a55ab8676bd62779c328c5  commit hash:05e7a8b8e17851b506a55ab8676bd62779c328c5  05e7a8b  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
devel/protobuf: Update to 3.21.7

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 30 Apr 2022
[ 10:17 Jochen Neumeister (joneum) search for other commits by this committer ]    commit hash:7339d36b4f77fe5229258694a0500e9637cb87c9  commit hash:7339d36b4f77fe5229258694a0500e9637cb87c9  commit hash:7339d36b4f77fe5229258694a0500e9637cb87c9  7339d36 
databases/mysql57-*: Update ti 5.7.38

Bugs Fixed

    InnoDB: A missing null pointer check for an index instance caused a failure.
(Bug #33600109)

    InnoDB: Purge threads processed undo records of an encrypted table for which
the tablespace was not loaded, causing a failure. (Bug #32586721)

    InnoDB: Incorrect AUTO_INCREMENT values were generated when the maximum
integer column value was exceeded. The error was due to the maximum column value
not being considered. The previous valid AUTO_INCREMENT value should have been
returned in this case, causing a duplicate key error. (Bug #87926, Bug
#26906787)

    Partitioning: In some cases, establishing a connection to MySQL server could
fail if the .ibd file for a partition was missing. (Bug #33459653)

    Statements that cannot be parsed (due, for example, to syntax errors) are no
longer written to the slow query log. (Bug #33732907)

    It was not possible to revoke the DROP privilege on the Performance Schema.
(Bug #33578113)

    A page cleaner thread timed out as it waited for an exclusive lock on an
index page held by a full-text index creation operation on a large table. (Bug
#33101844)

    A memory leak occurred if mysqldump was used on more than one table with the
--order-by-primary option. The memory allocated for sorting each table’s rows
is now freed after every table, rather than only once. (Bug #30042589, Bug
#96178)

    mysqld_safe log message textual errors were corrected. Thanks to Bin Wang at
China Mobile for the contribution. (Bug #106590, Bug #33903639)

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

Sponsored by:	Netzkommune GmbH
Sat, 16 Apr 2022
[ 04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:10d211b655d85e31bf9b8e27d234f526cfd1e49b  commit hash:10d211b655d85e31bf9b8e27d234f526cfd1e49b  commit hash:10d211b655d85e31bf9b8e27d234f526cfd1e49b  10d211b  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
devel/protobuf: Update to 3.20.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
Mon, 28 Feb 2022
[ 12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:f7e42ce5d5a3f11265d1e253b04212001992eca2  commit hash:f7e42ce5d5a3f11265d1e253b04212001992eca2  commit hash:f7e42ce5d5a3f11265d1e253b04212001992eca2  f7e42ce  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
devel/protobuf: Update to 3.19.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Mon, 1 Nov 2021
[ 17:09 Jochen Neumeister (joneum) search for other commits by this committer ]    commit hash:25cc11b8173a833283e319174f9555c0b9b2fce3  commit hash:25cc11b8173a833283e319174f9555c0b9b2fce3  commit hash:25cc11b8173a833283e319174f9555c0b9b2fce3  25cc11b 
databases/mysql57-*: update to 5.7.36

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

Sponsored by:	Netzkommune GmbH
Tue, 10 Aug 2021
[ 04:02 Jochen Neumeister (joneum) search for other commits by this committer ]    commit hash:d0fb3afd503e0670b5be7abeefca1fc07b5a45f4  commit hash:d0fb3afd503e0670b5be7abeefca1fc07b5a45f4  commit hash:d0fb3afd503e0670b5be7abeefca1fc07b5a45f4  d0fb3afd 
databases/mysql57-*: fix build with libressl

Sponsored by:	Netzkommune GmbH
Sun, 1 Aug 2021
[ 08:32 Xin LI (delphij) search for other commits by this committer ]    commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  974e13b  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
net/openldap24-server: Make SASL permanent for OpenLDAP port.

PR:		ports/257374
Reviewed by:	obrien
Approved by:	portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
Tue, 27 Jul 2021
[ 16:20 Jochen Neumeister (joneum) search for other commits by this committer ]    commit hash:853341f7473b9ae1a3698bfb4e078f468f6e1f1d  commit hash:853341f7473b9ae1a3698bfb4e078f468f6e1f1d  commit hash:853341f7473b9ae1a3698bfb4e078f468f6e1f1d  853341f 
databases/mysql57-*: update to 5.7.35

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

Sponsored by:	Netzkommune GmbH
Wed, 21 Jul 2021
[ 18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:f4acead6367a692af17431cc233565e8f1149366  commit hash:f4acead6367a692af17431cc233565e8f1149366  commit hash:f4acead6367a692af17431cc233565e8f1149366  f4acead  (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
devel/protobuf: Update to 3.17.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 3 Feb 2021
[ 02:02 fluffy search for other commits by this committer ] Original commit   Revision:563858
databases/mysql56*: update to 5.7.33 release

Disable detect of TLSv1.3 functions - it's broken with LibreSSL

Release Notes:	https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-33.html
Requested by:	joneum
Tue, 26 Jan 2021
[ 14:01 sunpoet search for other commits by this committer ] Original commit   Revision:562671 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for devel/protobuf shlib change
Tue, 20 Oct 2020
[ 08:53 joneum search for other commits by this committer ] Original commit   Revision:552808
databases/mysq57-{client, server}: Update to latest release 5.7.32

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

Sponsored by:	Netzkommune GmbH
Sun, 30 Aug 2020
[ 20:19 sunpoet search for other commits by this committer ] Original commit   Revision:547081 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for devel/protobuf shlib change
Mon, 13 Jul 2020
[ 19:09 joneum search for other commits by this committer ] Original commit   Revision:542151
databases/mysq57-{client, server}: Update to latest release 5.7.31

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

Submitted by:	fluffy
MFH:		2020Q3
Security:	0ed71663-c369-11ea-b53c-d4c9ef517024
Sponsored by:	Netzkommune GmbH
Wed, 3 Jun 2020
[ 18:32 sunpoet search for other commits by this committer ] Original commit   Revision:537830 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for devel/protobuf shlib change
Wed, 22 Jan 2020
[ 05:53 sunpoet search for other commits by this committer ] Original commit   Revision:523788 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for devel/protobuf shlib change
Thu, 16 Jan 2020
[ 15:14 joneum search for other commits by this committer ] Original commit   Revision:523239
databases/mysq56-{client, server}: Update to latest release 5.7.29

Bugs Fixed:
- InnoDB: os_file_get_parent_dir warnings were encountered when compiling MySQL
with GCC 9.2.0.
- InnoDB: An internal function (btr_push_update_extern_fields()) used to fetch
newly added externally stored fields and update them during a pessimistic update
or when going back to a previous version of a record was no longer required.
Newly added externally stored fields are updated by a different function. Also,
the method used to determine the number of externally stored fields was
corrected.
- InnoDB: A comparison function found two records to be equal when attempting to
merge non-leaf pages of a spatial index. The function was unable to handle this
unexpected condition, which resulted in a long semaphore wait and an eventual
assertion failure.
- Replication: A memory leak could occur when a failed replication group member
tried to rejoin a minority group and was disallowed from doing so.
- Docker packages were missing the LDAP authentication plugins.

More Infos: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-29.html

Approved by:	mmokhi (maintainer, implicit)
MFH:		2020Q1
Security:	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Sponsored by:	Netzkommune GmbH
Sat, 7 Dec 2019
[ 17:55 joneum search for other commits by this committer ] Original commit   Revision:519226
/ram/usr/ports/databases/mysql57-client/work/mysql-5.7.28/vio/viosslfactories.c:505:27:
error: use of undeclared identifier 'SSL_OP_NO_TLSv1_3'
                        | SSL_OP_NO_TLSv1_3

This patch fix this error

PR:		242474
Approved by:	mmokhi (maintainer, implicit)
Sponsored by:	Netzkommune GmbH
Sat, 28 Sep 2019
[ 06:45 antoine search for other commits by this committer ] Original commit   Revision:513105
Make the build dependency more accurate
[ 06:08 antoine search for other commits by this committer ] Original commit   Revision:513102
Revert r513041, it breaks the ports

Reported by:	pkg-fallout
Pointy hat:	bapt
Fri, 27 Sep 2019
[ 15:08 bapt search for other commits by this committer ] Original commit   Revision:513041
sasl.h header does not belong at all to openldap package
but to the cyrus-sasl2 package already listed in the dependency in the above
line.
Just remove the wrong dependency line
Mon, 5 Aug 2019
[ 23:37 mmokhi search for other commits by this committer ] Original commit   Revision:508220
databases/mysq56-{client, server}: Update to latest release 5.7.27

This update includes security fixes on issues that are
mentioned on upstream critical patch report.
Further info:
https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html#AppendixMSQL

PR:		239271
Submitted by:	Greg Veldman <freebsd@gregv.net>
Reported by:	Markus Kohlmeyer <rootservice@gmail.com>
Sponsored by:	Platform.sh
Wed, 31 Jul 2019
[ 16:38 sunpoet search for other commits by this committer ] Original commit   Revision:507719 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for devel/protobuf shlib change
Mon, 21 Jan 2019
[ 20:40 mmokhi search for other commits by this committer ] Original commit   Revision:490897
databases/mysql57-{client, server}: Update to latest release 5.7.25
This update (released on Jan 21st) includes:
Deprecation:
  -Tools resolveip and resolve_stack_dump utilities are now deprecated.
    (Will be removed on MySQL8.0).
Bugfix:
  -Fix a memory leak caused by a dangling pointer. (Bug #28693568)
  -Fix mishandling of SIGHUP by server could result in a server exit.
    (Bug #27966483, Bug #90742).
  -Correct potential incorrect out-of-memory checks performed by parser.
    (Bug #25633994).

More info from upstream:
  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-25.html

PR:		234983
Reported by:	 Markus Kohlmeyer < rootservice@gmail.com >
Sponsored by:	The FreeBSD Foundation
Wed, 26 Dec 2018
[ 12:01 mmokhi search for other commits by this committer ] Original commit   Revision:488371
databases/mysql57-client: Fix build for i386
Make MySQL build-script assume that FreeBSD's Clang (on i386)
doesn't have "atomic_*" functions builtin implemented.
This is added to cmake/os/FreeBSD.cmake to make the merge for upstream easier.

This fixes the build of mysql57-client on the i386 again.

PR:		229605
Submitted by:	PitDron <pitdron@gmail.com>
Reported by:	gbromov@gmail.com
Sponsored by:	The FreeBSD Foundation
Sat, 22 Dec 2018
[ 01:06 linimon search for other commits by this committer ] Original commit   Revision:488036
Fix port not compiling on GCC-based architectures, because MySQL believed
only that Clang was used on FreeBSD.

PR:		234172
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Sun, 25 Nov 2018
[ 16:30 mmokhi search for other commits by this committer ] Original commit   Revision:485868
databases/mysql57-{client, server}: Fix inconsistencies on texinfo and man files
This is port of r485867 from mysql56-{client, server}

Differential Revision:	The FreeBSD Foundation
Fri, 10 Aug 2018
[ 21:45 mmokhi search for other commits by this committer ] Original commit   Revision:476852
mysql57-{client, server}: Update ports to 5.7.23
This update includes Oracle Critical Patch Advisory published on July 2018
More info:
http://www.oracle.com/technetwork/security-advisory/cpujul2018-4258247.html#AppendixMSQL

PR:		229860
Submitted by:	Dani <i.dani@outlook.com<
Reported by:	Markus Kohlmeyer <rootservice@gmail.com>
Reviewed by:	brnrd , koobs
Sponsored by:	The FreeBSD Foundation
Sun, 22 Apr 2018
[ 16:24 mmokhi search for other commits by this committer ] Original commit   Revision:468035
databases/mysql57-client: Fix build with 10.x default compiler/linker
The upstream seems merged our local-patches but
added a -R flag to its `c++` [actually ld] command.
The -R $DIR is like -rpath on 11.x and CURRENT bases but not on 10.x
We then use -rpath to make sure it works on all supported bases.

Reported by:	John W. O'Brien <john@saltant.com>
Sponsored by:	Netzkommune GmbH
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
Sat, 21 Oct 2017
[ 18:12 mmokhi search for other commits by this committer ] Original commit   Revision:452597
databases/mysql57-{client, server}: Complete Upgrade of to 5.7.20 (as done by
port-secteam in r452458)
Using FreeBSD-ports libcurl and protobuf instead of bundled ones
This upgrade includes:
-Deprecation of these syntax constructs for table and column:
.col_name
.tbl_name
.tbl_name.col_name
-Bugfix of memory-leak in mysqldump

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D12712
Sun, 23 Jul 2017
[ 16:45 mmokhi search for other commits by this committer ] Original commit   Revision:446496
databases/mysql57-{server client}: Fix broken SASL/LDAP integration on newest
5.7.19 upgrade
-Add a SASL/LDAP option for mysql57-client
-Fix plugin.cmake for "FreeBSD != Linux" case

For new plugin, MySQL build assumes everything is MacOS or Windows or Linux.
This breaks upgrades when you have SASL/LDAP client-library installed.
Because it "Decides" that you "Want" SASL/LDAP support and tries to build it.

PR:		220865
Submitted by:	mmokhi
Reported by:	Vladimir Omelchuk <admin@vladiom.com.ua>
Reviewed by:	mat, feld (mentors)
Approved by:	feld (mentor)
MFH:		2017Q3
Differential Revision:	https://reviews.freebsd.org/D11667
Wed, 19 Jul 2017
[ 15:15 mmokhi search for other commits by this committer ] Original commit   Revision:446203
databases/mysql57-{client/server}: Update to 5.7.19
ChangeLog for this update:
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-19.html

PR:		220849
Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D11656
Sat, 20 May 2017
[ 16:58 linimon search for other commits by this committer ] Original commit   Revision:441320 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Reported by:	swills
Approved by:	portmgr (tier-2 blanket)
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
Mon, 20 Feb 2017
[ 02:57 jbeich search for other commits by this committer ] Original commit   Revision:434427 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Sat, 4 Feb 2017
[ 07:56 jbeich search for other commits by this committer ] Original commit   Revision:433286 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
Mon, 19 Sep 2016
[ 10:51 linimon search for other commits by this committer ] Original commit   Revision:422423
Fix cut-and-paste typo.

Reported by:	maintainer
Sun, 18 Sep 2016
[ 13:35 linimon search for other commits by this committer ] Original commit   Revision:422389
Mark broken on sparc64.

Approved by:	portmgr (tier-2 blanket)
Fri, 16 Sep 2016
[ 15:55 riggs search for other commits by this committer ] Original commit   Revision:422257
Update to upstream version 5.7.15; fixes zero-day remote vuln CVE-2016-6662

PR:		212690
Submitted by:	mokhi64@gmail.com (maintainer)
MFH:		2016Q3
Security:	CVE 2016-6662
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
Wed, 15 Jun 2016
[ 05:40 pi search for other commits by this committer ] Original commit   Revision:416915
databases/mysql57-{server|client}: 5.7.12 -> 5.7.13

Changes:
  http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-13.html

PR:		210042
Approved by:	Mahdi Mokhtari <mokhi64@gmail.com> (maintainer)
Tue, 17 May 2016
[ 18:25 pi search for other commits by this committer ] Original commit   Revision:415405
databases/mysql57-{client|server}: fix COMMENT for -client

PR:		209510
Reported by:	Regulus Kean <rkean@bitmessage.ch>
Submitted 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)
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Sun, 14 Feb 2016
[ 18:28 smh search for other commits by this committer ] Original commit   Revision:408878
Add MySQL 5.7 symlinks for mysqlclient_r libs

MySQL 5.7 changes lib_r from mysqlclient_r to mysqlclient which causes
packages which don't correctly use mysql_config to determine library
locations to fail due to missing -lmysqlclient_r.

As there are quite a few ports, most of which will require upstream fixes
for now we create symlinks so said ports build without issue.

PR:		206805
Reviewed by:	Mahdi Mokhtari (maintainer)
Approved by:	koobs (ports)
MFH:		2016Q1
Sponsored by:	Multiplay
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
Tue, 5 Jan 2016
[ 17:29 mi search for other commits by this committer ] Original commit   Revision:405305
Add additional CMAKE-argument to avoid build-time conflicts between
Boost-1_59 used privately by this port and Boost-1_55 installed by
its own port.

While at it, replace WRKSRC/.. with simply WRKDIR.

PR:		205815
Approved by:	maintainer
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: 56