Version: 10.5.9, Package name: mariadb-10.5.9 |
Maintained by: Brad Smith |
Master sites: |
Description-main MariaDB is a multi-threaded SQL database with a command syntax very similar to mSQL. This is the client portion of MariaDB, it provides the client binaries, mysqlclient library and headers for the MariaDB client API. Description-server MariaDB is a multi-threaded SQL database with a command syntax very similar to mSQL. This is the server portion of MariaDB, it provides the MariaDB server as well as various administrative binaries. Description-tests MariaDB is a multi-threaded SQL database with a command syntax very similar to mSQL. This is the tests portion of MariaDB, it provides a regression test suite and benchmark for MariaDB. |
Filesize: 86562.432 KB |
Version History (View Complete History) |
|
2021-02-23 07:29:03 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to MariaDB 10.5.9, from Brad |
2021-01-29 05:05:44 by Stuart Henderson | Files touched by this commit (1) |
Log message: Update existing patch for backtrace()-related unit test build failure to the version committed upstream. From Brad. |
2021-01-09 14:03:10 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: add two patches to fix building mariadb on powerpc64 "sure" brad (MAINTAINER) |
2020-12-21 06:01:59 by Stuart Henderson | Files touched by this commit (1) |
Log message: add comment reminding about keeping -current REVISION if updating -stable |
2020-12-21 04:51:20 by Stuart Henderson | Files touched by this commit (1) |
Log message: mariadb: bump REVISION so the PKGNAME is "higher" than the version in -stable, required because libiconv dep was removed in -current, otherwise you get scary messages when updating -stable to current. |
2020-11-14 14:24:37 by Stuart Henderson | Files touched by this commit (1) |
Log message: mariadb: fix OQGraph check to avoid cmake printing unexpected check output, from Brad (maintainer), https://jira.mariadb.org/browse/MDEV-24161 |
2020-11-14 04:51:29 by Stuart Henderson | Files touched by this commit (1) |
Log message: regen distinfo, missed in previous, found by solene@ |
2020-11-13 10:25:00 by Stuart Henderson | Files touched by this commit (3) |
Log message: databases/mariadb: update to 10.5.8, from Brad (maintainer) Out-of-cycle release to fix regressions in MariaDB 10.5.7 Follow up to MDEV-19838 to alter protocol checks to support the following implementations (which add garbage to the end of some packets): mysqlnd (from PHP < 7.3) (MDEV-24121) mysql-connector-python (all versions) (MDEV-24134) and mysql-connector-java (all versions) |
2020-11-13 10:22:44 by Stuart Henderson | Files touched by this commit (2) |
Log message: databases/mariadb: update to 10.5.7, from Brad (maintainer) Out-of-cycle release to fix regressions in MariaDB 10.5.7 Follow up to MDEV-19838 to alter protocol checks to support the following implementations (which add garbage to the end of some packets): mysqlnd (from PHP < 7.3) (MDEV-24121) mysql-connector-python (all versions) (MDEV-24134) and mysql-connector-java (all versions) |
2020-11-13 10:18:20 by Stuart Henderson | Files touched by this commit (3) |
Log message: databases/mariadb: Replace a hack to disable OQGraph with PLUGIN_OQGRAPH=NO and remove some bits that are no longer necessary. From Brad (maintainer). |
2020-11-06 15:34:33 by Jeremie Courreges-Anglas | Files touched by this commit (3) |
Log message: Drop patches that lowered mysqladmin's default --connect-timeout The kernel used to have a quite small limit for SO_RCVTIMEO/SO_SNDTIMEO, this lead mysqladmin to error out with its default --connect-timeout value. But that was before mpi@'s uipc_socket.c rev 1.239 commit, which extended the maximum timeout for those socket options. ok Brad (maintainer) |
2020-11-06 03:19:00 by Stuart Henderson | Files touched by this commit (1) |
Log message: add ticket url, from brad |
2020-11-05 04:59:10 by Stuart Henderson | Files touched by this commit (5) |
Log message: update -stable to MariaDB 10.5.7, from Brad CVE-2020-14765, CVE-2020-14776, CVE-2020-14789, CVE-2020-14812 iconv was disabled by default upstream; keeping it enabled for -stable to avoid changing library deps |
2020-11-05 04:57:59 by Stuart Henderson | Files touched by this commit (12) |
Log message: update to MariaDB 10.5.7, from Brad CVE-2020-14765, CVE-2020-14776, CVE-2020-14789, CVE-2020-14812 iconv linking is now disabled by default upstream; remove the patch that was needed for building with libiconv (as opposed to libc iconv) - https://github.com/mariadb-corporation/mariadb-connector-c/commit/7052619cc4 / https://jira.mariadb.org/browse/CONC-491 |
2020-10-13 04:35:16 by Stuart Henderson | Files touched by this commit (2) |
Log message: MFC mariadb 10.5.6 (CVE-2020-15180), from Brad |
2020-10-08 05:42:03 by Stuart Henderson | Files touched by this commit (4) |
Log message: update 6.7-stable to MariaDB 10.4.15, from Brad |
2020-10-08 05:40:09 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to MariaDB 10.5.6, from Brad. CVE-2020-15180 |
2020-10-03 07:12:35 by Stuart Henderson | Files touched by this commit (3) |
Log message: move mariadb-waitpid to -main, from Mikolaj Kucharski/brad/me |
2020-08-12 08:59:23 by Stuart Henderson | Files touched by this commit (1) |
Log message: rm empty file, pointed out by Brad |
2020-08-12 08:43:54 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to MariaDB 10.5.5, from Brad |
2020-08-11 07:00:31 by Stuart Henderson | Files touched by this commit (4) |
Log message: Fix iconv vs libiconv problem in MariaDB in a better way, from Brad. |
2020-07-07 06:40:45 by Stuart Henderson | Files touched by this commit (2) |
Log message: mariadb: fix pexp string, reported by Johan Huldtgren |
2020-06-29 05:33:59 by Stuart Henderson | Files touched by this commit (2) |
Log message: MariaDB port changes, from Brad: - Enable XML support with the CONNECT engine. - Add S3 plugin to the PLIST. - Remove option disabling cURL support. |
2020-06-28 15:35:41 by Stuart Henderson | Files touched by this commit (6) |
Log message: MariaDB port update, from Brad: - Make use of getthrid(), also fixes the build on sparc64 - Fix building the S3 storage engine Builds Ok on amd64, i386, powerpc and sparc64. |
2020-06-26 12:24:13 by Stuart Henderson | Files touched by this commit (4) |
Log message: update -stable to MariaDB 10.4.13, from Brad. CVE-2020-2752, CVE-2020-2760, CVE-2020-2812, CVE-2020-2814, CVE-2020-13249 |
2020-06-26 02:46:42 by Stuart Henderson | Files touched by this commit (15) |
Log message: update to MariaDB 10.5.4, from Brad. move mytop from -server to -main |
2020-04-06 14:58:29 by Charlene Wendling | Files touched by this commit (1) |
Log message: mariadb: don't require `-latomic' anymore on powerpc, since this arch has been switched to clang "go ahead" Brad (maintainer) |
2020-03-28 07:11:06 by Stuart Henderson | Files touched by this commit (1) |
Log message: mariadb tweak: avoid a cmake debug message. no packagee change. From Brad. |
2020-01-29 12:12:14 by Stuart Henderson | Files touched by this commit (3) |
Log message: update -stable to MariaDB 10.3.22, from Brad (maintainer). https://mariadb.com/kb/en/mariadb-10321-release-notes/ https://mariadb.com/kb/en/mariadb-10322-release-notes/ including CVE-2020-2574 (client DoS) |
2020-01-28 19:16:44 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to MariaDB 10.4.12, from Brad. CVE-2020-2574 - client DoS |
2019-12-30 13:26:51 by Stuart Henderson | Files touched by this commit (15) |
Log message: update to MariaDB 10.4.11, from Brad (maintainer) |
2019-12-16 06:35:57 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to mariadb-10.3.21, from Brad |
2019-11-19 10:42:12 by Stuart Henderson | Files touched by this commit (3) |
Log message: MFC update to MariaDB 10.3.20, fixes CVE-2019-2938, CVE-2019-2974 from Brad |
2019-11-19 10:41:51 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to MariaDB 10.3.20, fixes CVE-2019-2938, CVE-2019-2974 from Brad |
2019-09-15 06:37:01 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to MariaDB 10.3.18, from Brad |
2019-08-05 13:48:49 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to MariaDB 10.3.17, from Brad CVE-2019-2737, CVE-2019-2739, CVE-2019-2740, CVE-2019-2758, CVE-2019-2805 |
2019-07-12 15:44:01 by Stuart Henderson | Files touched by this commit (2) |
Log message: adjust MariaDB pkg-readme to mention mysql_upgrade and use a simpler suggestion for overriding socket path that matches the new default my.cnf better. ok Brad |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-27 15:15:19 by Stuart Henderson | Files touched by this commit (14) |
Log message: update to mariadb-10.3.16, from Brad |
2019-06-14 04:08:52 by Stuart Henderson | Files touched by this commit (1) |
Log message: add -latomic for mariadb on hppa, as done on macppc. drop ONLY_FOR_ARCHS which with hppa added would be equal to the set of arches with base-clang/ports-gcc as set in COMPILER, req by jca "couldn't hurt" brad, ok jca |
2019-06-13 15:51:46 by Stuart Henderson | Files touched by this commit (1) |
Log message: simplify multipackages again, now that they are reunited between architectures. from Brad. |
2019-05-26 16:28:41 by Jeremie Courreges-Anglas | Files touched by this commit (18) |
Log message: SECURITY update to mariadb-10.3.15 Bugs fixed (documented as hangs/crashes): o CVE-2019-2614 o CVE-2019-2627 o CVE-2019-2628 Major update, upstream says running mysql_upgrade is required. Release notes: https://mariadb.com/kb/en/library/mariadb-10315-release-notes/ Upstream doesn't provide a default config file any more so I tried to cook up which seemed reasonable. This update should also fix mariadb on powerpc, broken since the update to 10.2.23. Thanks to cwen@ for the tests and tweaks. ok Brad (maintainer) |
2019-05-20 04:31:23 by Stuart Henderson | Files touched by this commit (1) |
Log message: MariaDB port tweaks from Brad; For libmariadb don't try to pick up cURL and use external zlib. For the CONNECT engine don't try to pick up Mongo. (plus small comment/ONLY_FOR_ARCHS tweaks and s/do-regress/do-test/) |
2019-05-12 21:53:22 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Zap a stray backslash |
2019-05-12 15:56:55 by Jeremie Courreges-Anglas | Files touched by this commit (22) |
Log message: Major upgrade to mariadb-10.2.23 Some config options have changed or have been removed, check your config file. Also make sure to use mysql_upgrade. Update effort started by jeremy@, continued by sthen@ and me. Delayed for some time because of lack of atomic builtins on lots of our base-gcc platforms. Since we now use ports-gcc to build mariadb, this is not a problem any more. This update brings in libiconv and changes the name of the library. Stuart kindly proposed to handle the WANTLIB syncing. Test reports for the server from jcs@ and sthen@. ok sthen@, "go ahead" Brad (maintainer) |
2019-05-07 02:29:28 by Stuart Henderson | Files touched by this commit (3) |
Log message: use https; from Brad |
2019-03-01 08:27:27 by Stuart Henderson | Files touched by this commit (2) |
Log message: Fix the mysql_install_db script. From Brad. |
2019-03-01 08:27:06 by Stuart Henderson | Files touched by this commit (2) |
Log message: Fix the mysql_install_db script. From Brad. |
2019-02-21 16:39:01 by Stuart Henderson | Files touched by this commit (3) |
Log message: MFC security update to mariadb-10.0.38, from Brad |
2019-02-10 14:23:00 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to MariaDB 10.0.38, from Brad. CVE-2019-2529, CVE-2019-2537 |
2019-01-31 04:14:33 by Anthony J. Bentley | Files touched by this commit (4) |
Log message: https for osuosl.org. |
2018-11-24 01:54:46 by Landry Breuil | Files touched by this commit (3) |
Log message: Re-disable the mroonga engine, it only builds on LE archs. Prompted by a patch from George Koehler to subpackage it/make it arch-dependent. from brad (MAINTAINER) |
2018-11-15 15:00:59 by Stuart Henderson | Files touched by this commit (3) |
Log message: update -stable to MariaDB 10.0.37, from Brad CVE-2016-9843, CVE-2018-3143, CVE-2018-3156, CVE-2018-3174, CVE-2018-3251, CVE-2018-3282 |
2018-11-01 18:19:32 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to MariaDB 10.0.37, from Brad CVE-2016-9843, CVE-2018-3143, CVE-2018-3156, CVE-2018-3174, CVE-2018-3251, CVE-2018-3282 |
2018-10-27 03:27:56 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - Enable the Mroonga storage engine. - Enable XML support for the CONNECT storage engine. from Brad (maintainer) |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-10-16 08:41:14 by Stuart Henderson | Files touched by this commit (2) |
Log message: use ports (rather than embedded) copy of pcre, from Brad |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-08-09 06:57:50 by Stuart Henderson | Files touched by this commit (3) |
Log message: MFC update to MariaDB 10.0.36, from Brad CVE-2018-2755, CVE-2018-2761, CVE-2018-2766, CVE-2018-2771, CVE-2018-2781, CVE-2018-2782, CVE-2018-2784, CVE-2018-2787, CVE-2018-2813, CVE-2018-2817, CVE-2018-2819, CVE-2018-3058, CVE-2018-3063, CVE-2018-3064, CVE-2018-3066, CVE-2018-3081 |
2018-08-09 04:58:52 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to MariaDB 10.0.36, from Brad CVE-2018-2755, CVE-2018-2761, CVE-2018-2766, CVE-2018-2771, CVE-2018-2781, CVE-2018-2782, CVE-2018-2784, CVE-2018-2787, CVE-2018-2813, CVE-2018-2817, CVE-2018-2819, CVE-2018-3058, CVE-2018-3063, CVE-2018-3064, CVE-2018-3066, CVE-2018-3081 |
2018-04-11 13:34:40 by Christian Weisgerber | Files touched by this commit (1) |
Log message: do not try to build Java component (which fails with jdk 1.8) |
2018-02-05 03:41:47 by Stuart Henderson | Files touched by this commit (3) |
Log message: backport update to MariaDB 10.0.34, req by Brad. CVE-2018-2562, CVE-2018-2622, CVE-2018-2640, CVE-2018-2665, CVE-2018-2668, CVE-2018-2612 |
2018-02-05 03:40:03 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to MariaDB 10.0.34, from Brad. CVE-2018-2562, CVE-2018-2622, CVE-2018-2640, CVE-2018-2665, CVE-2018-2668, CVE-2018-2612 |
2018-01-20 04:42:59 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Enable some ports and adjust for atomic ops on arm. from Brad |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-09-04 11:54:57 by Stuart Henderson | Files touched by this commit (1) |
Log message: Backport upstream patch to fix build on arches without 64-bit atomic ops. From Brad. |
2017-09-04 11:54:41 by Stuart Henderson | Files touched by this commit (1) |
Log message: Backport upstream patch to fix build on arches without 64-bit atomic ops. From Brad. |
2017-09-04 11:54:04 by Stuart Henderson | Files touched by this commit (1) |
Log message: Backport upstream patch to fix build on arches without 64-bit atomic ops. From Brad. |
2017-08-30 14:54:57 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to MariaDB 10.0.32, from Brad CVE-2017-3308, CVE-2017-3309, CVE-2017-3453, CVE-2017-3456, CVE-2017-3464, CVE-2017-3636, CVE-2017-3641, CVE-2017-3653 (committing to the right -stable branch this time - spotted by Brad). |
2017-08-30 10:50:29 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to MariaDB 10.0.32 CVE-2017-3308, CVE-2017-3309, CVE-2017-3453, CVE-2017-3456, CVE-2017-3464, CVE-2017-3636, CVE-2017-3641, CVE-2017-3653 |
2017-08-11 13:04:49 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to mariadb-10.0.32, from Brad (maintainer) |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-12 15:31:20 by Ingo Schwarze | Files touched by this commit (1) |
Log message: Mandoc understands enough tbl(7) now, drop USE_GROFF and bump. Admittedly, two tables look substantially different. But the input is clearly broken (literal tabs and .PP macros inside tbl text blocks), mandoc loses no information, and the groff rendering is uglier than what mandoc does. |
2017-05-27 13:57:08 by Antoine Jacoutot | Files touched by this commit (88) |
Log message: Bring rc_bg back. |
2017-05-27 07:55:59 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: I forgot the bump commit... |
2017-05-27 07:53:07 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: Cope with recent rc.subr(8) change (removal of rc_bg etc.) |
2017-04-24 02:47:58 by Stuart Henderson | Files touched by this commit (3) |
Log message: Add ${SSL_LIBRARIES} to our patches that change client/test binaries to being dynamically linked. Fix with lld. ok Brad |
2017-04-18 14:03:45 by Stuart Henderson | Files touched by this commit (1) |
Log message: Ensure consistent behavior of CMake detecting / enabling bits no matter which compiler is used (no change for base gcc). From Brad. |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-03-14 03:15:34 by Robert Nagy | Files touched by this commit (2) |
Log message: MFC: update to MariaDB 10.0.30, from Brad. Fixes CVE-2017-3302 and CVE-2017-3313. |
2017-03-13 04:57:00 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to MariaDB 10.0.30, from Brad. Fixes CVE-2017-3302 and CVE-2017-3313. |
2017-02-26 06:31:57 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Add aarch64 to ONLY_FOR_ARCHS. from Brad |
2017-01-20 03:05:13 by Stuart Henderson | Files touched by this commit (3) |
Log message: MFC update to MariaDB 10.0.29 CVE-2016-6664, CVE-2017-3238, CVE-2017-3243, CVE-2017-3244, CVE-2017-3257, CVE-2017-3258, CVE-2017-3265, CVE-2017-3291, CVE-2017-3312, CVE-2017-3317, CVE-2017-3318 |
2017-01-20 03:03:10 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to MariaDB 10.0.29, from Brad (maintainer) CVE-2016-6664, CVE-2017-3238, CVE-2017-3243, CVE-2017-3244, CVE-2017-3257, CVE-2017-3258, CVE-2017-3265, CVE-2017-3291, CVE-2017-3312, CVE-2017-3317, CVE-2017-3318 |
2016-11-03 15:50:51 by Stuart Henderson | Files touched by this commit (4) |
Log message: MFC update to MariaDB 10.0.28 CVE-2016-5616, CVE-2016-5624, CVE-2016-5626, CVE-2016-3492, CVE-2016-5629, CVE-2016-8283, CVE-2016-7440, CVE-2016-5584 and CVE-2016-6663. |
2016-11-01 04:52:20 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to MariaDB 10.0.28, from Brad (who also tested it on ppc): fixes CVE-2016-5616, CVE-2016-5624, CVE-2016-5626, CVE-2016-3492, CVE-2016-5629, CVE-2016-8283, CVE-2016-7440, CVE-2016-5584 and CVE-2016-6663. |
2016-09-08 14:11:55 by Giovanni Bechis | Files touched by this commit (1) |
Log message: unbreak, patch not needed and does not apply diff from Ian McWilliam, thanks |
2016-09-05 02:40:06 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - security update to mariadb-10.0.27, addressing CVE-2016-3477, CVE-2016-3521, CVE-2016-3615 and CVE-2016-5440 from brad (MAINTAINER) |
2016-09-01 04:53:27 by Jasper Lievisse Adriaanse | Files touched by this commit (36) |
Log message: retire sparc |
2016-08-31 16:59:53 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to mariadb-10.0.27, from Brad |
2016-07-31 15:30:06 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to mariadb-10.0.26, from Brad (maintainer) |
2016-05-19 06:06:05 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: remove empty file |
2016-05-19 06:04:34 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to MariaDB 10.0.25, from Brad. CVE-2016-0643, CVE-2016-0647, CVE-2016-0648, CVE-2016-0655, CVE-2016-0666 https://mariadb.com/kb/en/mariadb/mariadb-10025-changelog/ |
2016-05-12 08:00:13 by Marc Espie | Files touched by this commit (21) |
Log message: Term-ReadKey is part of the base system now |
2016-05-04 01:37:22 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to MariaDB 10.0.25, from Brad. CVE-2016-0643, CVE-2016-0647, CVE-2016-0648, CVE-2016-0655, CVE-2016-0666 https://mariadb.com/kb/en/mariadb/mariadb-10025-changelog/ |
2016-03-18 17:12:22 by Christian Weisgerber | Files touched by this commit (183) |
Log message: remove SHARED_ONLY from ports that only use modules that neither set nor read this variable |
2016-03-15 06:42:08 by Stuart Henderson | Files touched by this commit (7) |
Log message: Update to mariadb-10.0.24, from Brad. I've tested on macppc/amd64, and thanks to Markus Lude for testing on sparc64. |
2016-02-12 06:30:38 by Stuart Henderson | Files touched by this commit (6) |
Log message: Set default MariaDB config files to use bind-address=127.0.0.1, partly because localhost is a safer default, and partly because otherwise it binds to an IPv6 socket (::) and OpenBSD deliberately doesn't allow v4 connections to those, so people who do want (v4) network connections have trouble too. Add a comment explaining use of 0.0.0.0 to listen to any IPv4 interface. ok juanfra@ pea@ giovanni@, ok jcs@ on an earlier version (only change in the new one was adding a comment), dhill likes it too |
2015-12-28 01:49:25 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Enable building the MariaDB server on mips64 and more correct fix for dealing with the use of atomic ops. from Brad (maintainer) |
2015-12-22 05:21:14 by Stuart Henderson | Files touched by this commit (1) |
Log message: Add a patch similar to patch-storage_innobase_include_os0sync_h for xtradb, fixing build on sparc64. From Markus Lude, ok Brad (maintainer). |
2015-12-20 18:09:51 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to MariaDB 10.0.23, from Brad. |
2015-12-09 06:01:23 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: missed in previous |
2015-12-09 06:01:00 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: security update to 10.0.22 https://mariadb.com/kb/en/mariadb/mariadb-10022-release-notes/ ok sthen@ |
2015-12-08 09:15:24 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to MariaDB-10.0.22, from Brad (sorry for the belated commit). https://mariadb.com/kb/en/mariadb/mariadb-10022-release-notes/ CVE-2015-4802 CVE-2015-4807 CVE-2015-4815 CVE-2015-4826 CVE-2015-4830 CVE-2015-4836 CVE-2015-4858 CVE-2015-4861 CVE-2015-4870 CVE-2015-4913 CVE-2015-4792 |
2015-10-31 13:40:43 by Stuart Henderson | Files touched by this commit (14) |
Log message: Backout the MariaDB update, it has issues on too many arch at present, Brad (maintainer) agrees. Bump EPOCH/lib versions to raise them above the updated versions. |
2015-10-29 03:55:18 by Stuart Henderson | Files touched by this commit (14) |
Log message: update to MariaDB-10.1.8, from giovanni@ and Brad, ok giovanni |
2015-10-08 15:19:23 by Stuart Henderson | Files touched by this commit (33) |
Log message: Bump some ports which reference if_msghdr in their source, so that package updates are triggered. This is following the struct if_data ABI change a few days ago; if_msghdr has an embedded if_data. Some may be unnecessary, but some are definitely needed and bumps are cheaper than debugging. Problem reported with wpa_supplicant by Mikolaj Kucharski. |
2015-08-25 01:30:30 by Antoine Jacoutot | Files touched by this commit (18) |
Log message: /var/run content is already removed by /etc/rc, so no need to handle that in the package. If a /var/run/foo directory must exist for proper start of a software, then the rc.d script should take care of it. |
2015-08-24 04:21:10 by Giovanni Bechis | Files touched by this commit (4) |
Log message: Bugfix update to 10.0.21 From Brad (Maintainer) |
2015-08-11 15:22:55 by Stuart Henderson | Files touched by this commit (3) |
Log message: MFC MariaDB 10.0.20 update to OPENBSD_5_7, from Brad, ok giovanni@ CVE-2015-2568, CVE-2015-2573, CVE-2015-0433, CVE-2015-0441, CVE-2014-8964, CVE-2015-2325, CVE-2015-2326, CVE-2015-0501, CVE-2015-2571, CVE-2015-0505, CVE-2015-0499, CVE-2015-3152 |
2015-07-19 06:42:20 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Run test commands in a subshell to avoid potential clutter of variables coming from those modules. |
2015-07-19 06:34:41 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Don't use same directory for both mariadb.port.mk and postgresql.port.mk: they could be used at the same time, and each of them wipes the database directory before running server. |
2015-07-17 14:57:00 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Improve mysqld readiness detection a bit: - Don't issue ping immediately, mysqld won't be ready for sure. - Don't print mysqladmin ping output: it confuses a careful reader and doesn't provide any useful info; we'd better say that mysqld could not start explicitly, if needed. Discovered while moving ports to mariadb.port.mk. |
2015-07-17 11:31:27 by Stuart Henderson | Files touched by this commit (2) |
Log message: Correct the examples path in the pkg-readme. Issue pointed out by Thanos Tsouanas <thanos at tsouanas dot org>, diff from brad, ok giovanni |
2015-07-17 08:41:58 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Add mariadb.port.mk, a test-support module for MySQL/MariaDB-based ports. This is an analog of postgresql.port.mk, but for MariaDB. p5-DBD-mysql is on its way to use this module soon, others to follow. Documentation bits will go in soon as well. okay giovanni@ |
2015-07-15 09:52:29 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Fix rc.d script after recent rc.subr change. |
2015-06-19 04:55:46 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to MariaDB 10.0.20, from brad, ok giovanni |
2015-05-12 12:03:41 by Giovanni Bechis | Files touched by this commit (6) |
Log message: Update to 10.0.19 from Brad (Maintainer) |
2015-04-17 01:59:19 by Peter Hessler | Files touched by this commit (2) |
Log message: these expect that "sparc" is sparc64, not 32bit. |
2015-04-09 00:58:12 by Giovanni Bechis | Files touched by this commit (6) |
Log message: Update to 10.0.17 diff from brad@ ok sthen@ |
2015-01-30 11:43:12 by Brad Smith | Files touched by this commit (9) |
Log message: Update to MariaDB 10.0.16. Mainly to deal with the 15 CVE assigned issues fixed by .15 and .16. ok sthen@ |