summaryrefslogtreecommitdiff
path: root/databases/mysql80-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql80-*: Fix build with LibreSSLJochen Neumeister2022-03-052-8/+45
| | | | | PR: 261164 Sponsored by: Netzkommune GmbH
* devel/protobuf: Update to 3.19.4Po-Chuan Hsieh2022-02-281-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* databases/mysql80-server: Fix build on aarch64Daniel O'Connor2022-02-272-0/+115
| | | | | | | | - Replace getauxval with the FreeBSD variant (elf_aux_info) - ifdef some gcc'ism and pass the correct cflags for clang Approved by: portmgr (build fix blanket) PR: 261660
* databases/mysql80-server: bring back mysql_secure_installation (+)Dima Panov2022-02-223-3/+5
| | | | | | | | | Typo in patchfile leads to skip mysql_secure_installation. Bring it back. PR: 262123 Submitted by: amdmi3 Approved by: joneum (implicit)
* databases/mysql80-server: Fix typoJochen Neumeister2022-02-101-1/+1
| | | | Sponsored by: Netzkommune GmbH
* databases/mysql80-*: Update to 8.0.28Jochen Neumeister2022-01-2833-150/+160
| | | | | | Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-28.html Sponsored by: Netzkommune GmbH
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* databases/mysql80-server: add patch for malloc-libJochen Neumeister2022-01-071-0/+19
| | | | | | | | | | | | | | | forked from mysql57-server: https://svnweb.freebsd.org/changeset/ports/548590 Log: MySQL 5.7 mysqld_safe allows malloc-lib files only in certain locations. google-perftools port puts libtcmalloc_minimal.so inside /usr/local/lib To use tcmalloc memory allocator we need mysqld_safe to load libraries from /usr/local/lib More information about why to use tcmalloc instead of jemalloc here: https://forums.freebsd.org/threads/freebsd-12-x-and-mysql-5-7-and-importing-file-with-lots-of-small-lines-exhaust-ram-and-swap.72733/ PR: 259816 Sponsored by: Netzkommune GmbH
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-5/+5
| | | | | | | | | 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)
* databases/mysql80-*: Update to 8.0.27Jochen Neumeister2021-11-2512-186/+112
| | | | | | Release Notes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-27.html Sponsored by: Netzkommune GmbH
* devel/icu: update to 70.1Jan Beich2021-10-281-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-302-28/+2
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* databases/mysql80-server: Fix CPE informationBernhard Froehlich2021-09-101-0/+2
| | | | Approved by: portmgr (blanket)
* databases/mysql80-*: update to 8.0.26Jochen Neumeister2021-08-265-54/+33
| | | | | | Release notes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-26.html Sponsored by: Netzkommune GmbH
* devel/protobuf: Update to 3.17.3Po-Chuan Hsieh2021-07-221-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 257026 Exp-run by: antoine
* databases/mysql80-server: use libunwind on armv7 now that it worksPiotr Kubaj2021-06-281-1/+3
|
* databases/mysql80-*: update to 8.0.25 GA releaseDima Panov2021-05-208-66/+52
| | | | | | | | | | Release notes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-25.html https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-24.html PR: 255937 Submitted by: delphij@ Approved by joneum@ (implicit) MFH: 2021Q2
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-5/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/mysql80-server: regen patch-client_CMakeLists.txtDima Panov2021-02-031-16/+8
| | | | PR: 253198
* mysql80-server: adjust router/harness_tls buildingDima Panov2021-02-031-1/+9
|
* databases/mysql80-server: Fix patches after renameDima Panov2021-02-033-6/+6
| | | | Pointy hat to: fluffy
* databases/mysql80*: update to 8.0.23Dima Panov2021-02-0312-22/+177
| | | | | | | Disable detect of TLSv1.3 functions - it's broken with LibreSSL Release Notes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-23.html Requested by: joneum
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2021-01-261-1/+1
|
* Fix a silly typo in the comment.Alexey Dokuchaev2020-11-131-1/+1
|
* databases/mysql80-server: fix build on GCC architecturesPiotr Kubaj2020-11-091-0/+10
| | | | | | | Include sys/types.h to make u_int32_t available: /usr/include/netinet/ip6.h:77:4: error: 'u_int32_t' does not name a type; did you mean 'uint32_t'? MFH: 2020Q4 (fix build blanket)
* devel/icu: update to 68.1Jan Beich2020-11-032-1/+18
| | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
* databases/mysql80-{client, server}: Update to latest release 8.0.22Jochen Neumeister2020-10-2911-55/+101
| | | | | | | | Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-22.html MFH: 2020Q4 Security: 4fba07ca-13aa-11eb-b31e-d4c9ef517024 Sponsored by: Netzkommune GmbH
* Fix pkg-messagesJochen Neumeister2020-10-162-2/+2
| | | | | | PR: 250340 Submitted by: 0mp Sponsored by: Netzkommune GmbH
* Canonicalize *_DEPENDS for powerpc64le the same way as for powerpc64.Mark Linimon2020-09-271-2/+4
| | | | | | | While here, include a change that I have had in my tree for some time, to turn a .error message into IGNORE= as per the Porter's Handbook. Approved by: portmgr (tier-2 blanket)
* databases/mysql80-server: add devel/libunwind to dependencies on powerpc64Piotr Kubaj2020-09-121-1/+3
| | | | Now that it works on powerpc64, add it and bump PORTREVISION.
* fix build on currentJochen Neumeister2020-09-031-0/+6
| | | | | | | - add temporary work around to use llvm from ports on recent currents MFH: 2020Q3 Sponsored by: Netzkommune GmbH
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-08-301-1/+1
|
* databases/mysql80-{client, server}: Update to latest release 8.0.21Jochen Neumeister2020-07-148-38/+53
| | | | | | | | | Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-21.html Submitted by: fluffy MFH: 2020Q3 Security: 0ed71663-c369-11ea-b53c-d4c9ef517024 Sponsored by: Netzkommune GmbH
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-06-031-1/+1
|
* databases/mysql80-{client, server}: Update to latest release 8.0.20Jochen Neumeister2020-05-0715-100/+122
| | | | | | | | | | | | | | | | | - Performance: Certain queries against tables with spatial indexes were not performed as efficiently following an upgrade from MySQL 5.7 to MySQL 8.0. - NDB Cluster: NDB defines one SPJ worker per node owning a primary partition of the root table. If this table used read from any replica, DBTC put all SPJ workers in the same DBSPJ instance, which effe - NDB Cluster: Executing the SHOW command using an ndb_mgm client binary from NDB 8.0.16 or earlier to access a management node running NDB 8.0.17 or later produced the error message Unknown field: is_s - On EL7 and EL8, CMake configuration was adjusted to look for GCC 9 before GCC 8. Because libmysqlclient ships with MySQL distributions, client applications built against libmysqlclient on those platfo - The max_length_for_sort_data system variable is now deprecated due to optimizer changes that make it obsolete and of no effect. More Infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-20.html Special thanks to: fluffy MFH: 2020Q2 Security: 21d59ea3-8559-11ea-a5e2-d4c9ef517024 (MySQL - Server) Security: 622b5c47-855b-11ea-a5e2-d4c9ef517024 (MySQL - Client) Sponsored by: Netzkommune GmbH
* devel/icu: update to 67.1Jan Beich2020-04-231-1/+1
| | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
* Fix up PORTREVISION style after "portedit bump-revision"Jan Beich2020-03-131-1/+1
|
* devel/icu: update to 66.1Jan Beich2020-03-131-1/+1
| | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
* Update pkg-messageJochen Neumeister2020-03-061-2/+5
| | | | | | | | | As of MySQL 8.0.16, the MySQL server performs the upgrade tasks previously handled by mysql_upgrade. Consequently, mysql_upgrade is unneeded and is deprecated as of that version, and will be removed in a future MySQL version. Because mysql_upgrade no longer performs upgrade tasks, it exits with status 0 unconditionally. Sponsored by: Netzkommune GmbH
* Some manpages require groff, for example mysqladminJochen Neumeister2020-03-011-1/+1
| | | | Sponsored by: Netzkommune GmbH
* Fix build on non-x86 and nun-aarch6Jochen Neumeister2020-02-282-2/+19
| | | | | | | PR: 244073 Submitted by: pkubaj MFH: 2020Q1 Sponsored by: Netzkommune GmbH
* Take MaintainershipJochen Neumeister2020-01-241-1/+1
| | | | Approved by: mmokhi (maintainer via private Mail)
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-01-221-1/+1
|
* databases/mysql80-{client, server}: Update to latest release 8.0.19Jochen Neumeister2020-01-1518-75/+240
| | | | | | | | | | | | | - New FPROFILE_GENERATE and FPROFILE_USE CMake options are available for experimenting with profile guided optimization (PGO) with GCC. See the cmake/fprofile.cmake in a MySQL source distribution for information about using them. These options have been tested with GCC 8 and 9, and with Clang. - Enabling FPROFILE_USE also enables WITH_LTO (link time optimization). - Innodb_system_rows_read, Innodb_system_rows_inserted, Innodb_system_rows_deleted status variables were added for counting row operations on InnoDB tables that belong to system-created schemas. The new status variables are similar to the existing Innodb_rows_read, Innodb_rows_inserted, Innodb_rows_deleted status variables, which count operations on InnoDB tables that belong to both user-created and system-created schemas. - The new status variables are useful in replication environments where relay_log_info_repository and master_info_repository variables are set to TABLE, resulting in higher row operation counts on slaves due to operations performed on the slave_master_info, slave_replay_log_info, and slave_worker_info tables, which belong to the system-created mysql schema. For a valid comparison of master and slave row operation counts, operations on tables in system-created schemas can now be excluded using the count data provided by the new status variables. More infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html Submitted by: fluffy Approved by: mmokhi (maintainer, implicit) Sponsored by: Netzkommune GmbH
* databases/mysql80-{client, server}: Update to latest release 8.0.18Jochen Neumeister2020-01-0844-345/+913
| | | | | | | | | | | | | | | | | | | | | | switch patch-files to mysql80-server to make it easy for maintain. Bugfix: - CMake now enables use of fastcov if it is available. fastcov is faster than lcov or gcov. This requires GCC and gcov versions of 9 or higher. - The DISABLE_SHARED CMake option was unused and has been removed. - The CMake code to find Protobuf executables now works on platforms that split these into multiple packages. - The new ADD_GDB_INDEX CMake option determines whether to enable generation of a .gdb_index section in binaries, which makes loading them in a debugger faster. The option is disabled by default. It has no effect if a linker other than lld or GNU gold is used. - For the INSTALL_LAYOUT CMake option, the SLES and WIN option values were not used and have been removed. - The max_prepared_stmt_count system variable maximum value has been increased from 1 million (1,048,576) to 4 million (4,194,304). The default value remains unchanged at 16,382. - MySQL 8.0 no longer supports building using wolfSSL. All MySQL builds now use OpenSSL. - The RE2 library is no longer used by MySQL. The library is no longer bundled with source distributions and the WITH_RE2 CMake option is obsolete. More Infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-18.html A big thanks to @fluffy for his help with this update MFH: 2020Q1 Security: fc91f2ef-fd7b-11e9-a1c7-b499baebfeaf Sponsored by: Netzkommune GmbH
* Get rid of useless and unfilled ↵Jochen Neumeister2019-12-103-3/+11
| | | | | | | | | | | 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
* Drop the ipv6 virtual category for d* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/