Commit graph

16 commits

Author SHA1 Message Date
Bernard Spil
1eb1f8cb77 databases/mariadb100-server: Security update to 10.0.36
MFH:		2018Q3
Security:	909be51b-9b3b-11e8-add2-b499baebfeaf
2018-08-08 20:25:39 +00:00
Bernard Spil
9b275b466e databases/mariadb100-server: Fix build with clang 6
PR:		227244
Submitted by:	dim
2018-05-06 19:43:46 +00:00
Bernard Spil
ff08698dc8 databases/mariadb100-server: Security update to 10.0.35
- Fix build with aarch64 [1]
 - Remove new ${name}_limits behavior from 11-STABLE [2]

PR:             227628 [1], 227434 [2]
Submitted by:   Naram Qashat <cyberbotx cyberbotx com> [1]
Submitted by:   0mp [2]
MFH:            2018Q2
Security:       57aec168-453e-11e8-8777-b499baebfeaf
2018-04-27 11:23:14 +00:00
Bernard Spil
98e199e060 databases/mariadb100-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227224
Submitted by:	0mp
2018-04-03 19:12:23 +00:00
Bernard Spil
3b9be6706a databases/mariadb100-server: unbreak OQGraph engine
- Fixes collision in setbit with sys/param.h [1]
 - Add option to add unixODBC and xml feature to CONNECT engine

PR:		224089
Reported by:	jbeich
2018-02-13 16:42:31 +00:00
Bernard Spil
d2695ce809 databases/mariadb100-server: Security update to 10.0.34
MFH:		2018Q1
Security:	e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-12 18:37:26 +00:00
Bernard Spil
2a16c81873 databases/mariadb100-server: Security update to 10.0.33
MFH:		2017Q4
Security:	c41bedfd-b3f9-11e7-ac58-b499baebfeaf
2017-11-03 22:01:27 +00:00
Bernard Spil
9478ccfb68 databases/mariadb100-server: Update to 10.0.31
- Security and bug-fix update
 - Remove build fix (included upstream)
 - Fix-up CMakeLists patches

Security:	d9e01c35-2531-11e7-b291-b499baebfeaf
2017-05-23 20:10:27 +00:00
Bernard Spil
1142e4325e databases/mariadb100-server: Update to 10.0.30
- Update to 10.0.30
  - Modify upstream patch for clang build failure
  - Add upstream patch for WITHOUT_SERVER build failure

Security:	4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security:	CVE-2017-3302
Security:	CVE-2017-3313
2017-03-18 10:11:22 +00:00
Tijl Coosemans
6d324c1f70 - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
  pre-makefile section to the options section so the variables can be used
  earlier.  Also put the bit of code sitting between the options section and
  the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT.  This variable is
  handled in bsd.default-versions.mk and some ports were setting it after
  including bsd.port.options.mk.  After FreeBSD 9 EoL all but a few ports,
  and then only when setting non-default options, work without setting that
  variable.

PR:		215996
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-02-05 21:20:24 +00:00
Bernard Spil
6cead7efb7 databases/mariadb100-server: Update to 10.0.29
- Update to 10.0.29
 - Update mariadb100-client
 - Update patches
 - Regen patches with makepatch
 - Pet portlint
 - Add MROONGA liblz4 dependency
 - Fix MROONGA liblz4 linking
 - rm erroneously installed files

PR:             197232, 204014, 215901
MFH:            2017Q1
Security:       22373c43-d728-11e6-a9a5-b499baebfeaf
2017-01-14 21:57:31 +00:00
Bernard Spil
65609c67cf databases/mariadb100-{client,server}: Update to 10.0.25
- Update to latest version 10.0.25
  - Fix security vulnerabilities
  - Replace USE_MYSQL/WANT_MYSQL_VER with USES= mysql:100m
  - Always build with SSL support, remove bundled CyaSSL
  - Align INNODB engine option with upstream option name
  - Mark not supported for TokuDB on i386
  - Backport improvements from 10.1 port
    - Replace bundled libs with ports' versions
    - ENGINES options group
  - TokuDB Engine
    - Add upstreamed patch fixing linuxism
    - Add/fix docs and license files
  - Make OQGraph ignore message explicit

PR:		209318
Security:	8c2b2f11-0ebe-11e6-b55e-b499baebfeaf
Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D6162
2016-05-06 20:59:50 +00:00
Bernard Spil
7614207526 databases/mariadb100-{client,server}: Update to 10.0.23
- Update to 10.0.23
  - Re-patch files due to path change in WRKSRC
  - Harmonize CONFLICTS and quench portlint warnings
  - Use variables to construct INSTALL_CONFLICTS
  - Fix json.cpp clang compilation issue
  - Refactor and upstream jemalloc patch

Changes:

  - https://mariadb.com/kb/en/mariadb/mariadb-10023-changelog/

Reviewed by:	koobs (mentor), feld (mentor)
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D4709
2016-01-03 18:25:22 +00:00
Bernard Spil
4af533cdd3 databases/mariadb100-server: Update to 10.0.21
- Update to 10.0.21
  - Updates mariadb100-client as well (slave-port)
  - Silence portlint
  - Re-roll patches with makepatch

[1]	https://mariadb.atlassian.net/browse/MDEV-7398
[2]	https://mariadb.atlassian.net/browse/MDEV-8128

Changes:	https://mariadb.com/kb/en/mariadb/mariadb-10021-changelog/

Differential revision:	https://reviews.freebsd.org/D2771
Reviewed by:	koobs (mentor), vsevolod (mentor)
Approved by:	vsevolod (mentor)
PR:		200097
Security:	36bd352d-299b-11e5-86ff-14dae9d210b8
MFH:		2015Q3
2015-08-12 13:19:36 +00:00
Xin LI
1f9c96462b Update to 10.0.15.
- InnoDB is now disabled by default.  MariaDB ships with
   XtraDB as drop-in replacement of InnoDB but keeps the
   original InnoDB as an option you have to set specifically
   to enable it.
 - Added support for Mroonga storage engine.
 - Removed mytop script, which the latest version can be
   installed via databases/mytop.
 - Moved INNODB option to the Server part (as OQGraph)
 - Updated -server log only as this only affects -server.

Submitted by:	Bernard Spil <spil oss gmail com> (maintainer)
2014-12-17 07:10:58 +00:00
John Marino
d2bcf058dc Add new ports databases/mariadb100-server and -client (version 10.0)
PR:		193539
Submitted by:	spil.oss (gmail)

MariaDB is a database server that offers drop-in replacement functionality
for MySQL. MariaDB is built by some of the original authors of MySQL, with
assistance from the broader community of Free and open source software
developers. In addition to the core functionality of MySQL, MariaDB offers
a rich set of feature enhancements including alternate storage engines,
server optimizations, and patches.
2014-11-04 08:21:55 +00:00