Commit graph

12 commits

Author SHA1 Message Date
Bernard Spil
54046f4915 databases/mariadb101-server: Update to 10.1.24
- Regression fix update to 10.1.24
 - Backport option groups for groonga and compression
 - Use OS' libs, not bundled versions (lz4, lzo, snappy)
 - Add xml and odbc options for connect engine
 - Remove InnoDB/XtraDB fix (included upstream)
 - Fix bison issue [220367]

PR:		220367
Reported by:	iron@mail.ua
2017-07-02 13:32:15 +00:00
Bernard Spil
94d3ae0435 databases/mariadb101-server: Fix crash in XtraDB
- Apply crash patch to XtraDB (not only InnoDB)
 - Bump port-revision

PR:		219235
Submitted by:	Dani <i.dani@outlook.com>
2017-05-20 20:30:25 +00:00
Bernard Spil
17218f2228 databases/mariadb101-server: Update to 10.1.23
- Security and bugfix update to 10.1.23
 - Add upstream patch for InnoDB crash
 - Update CMakeLists.txt patch
 - Remove MDEV-12261 patch (included upstream)
 - Fix plist issues

PR:             219045
Submitted by:   Dani <i.dani@outlook.com>
MFH:            2017Q2
Security:       d9e01c35-2531-11e7-b291-b499baebfeaf
2017-05-04 06:46:26 +00:00
Bernard Spil
eaa122ead1 databases/mariadb101-server: Update to 10.1.21
- Update to 10.1.21
  - Fix patches that no longer cleanly apply
  - Rename patches to new naming scheme

MFH:		2017Q1
Security:	4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
2017-01-18 20:19:36 +00:00
Bernard Spil
01158fba96 databases/mariadb101-server: Update to 10.1.19
- Update to 10.1.19
  - Use target-OPT-on not .if exists
  - Remove OQGraph patches now included upstream

MFH:		2016Q4
Security:	9bc14850-a070-11e6-a881-b499baebfeaf
2016-11-12 00:11:26 +00:00
Michael Gmelin
728e55945d Fix data encryption at rest when building with LibreSSL
Replace RAND_SSLeay->bytes with arc4random_buf when using LibreSSL, as
it supports RAND_SSLeay only for ABI compatibility [0].

Note that the code in question in mariadb mentions that RAND_bytes
isn't guaranteed to not block and therefore uses these functions directly.
As LibreSSL implements RAND_bytes in terms of arc4random_buf, which
shouldn't block, the patch could also use RAND_bytes instead of
using arc4random_buf directly, but the current version of the patch
has been tested in production and might be less confusing overall.

Bumped revision, as this fixes a runtime problem.

[0]
https://github.com/libressl/libressl/blob/master/src/crypto/rand/rand_lib.c#L36

PR:		213577
Approved by:	ssl blanket
2016-11-05 16:56:00 +00:00
Bernard Spil
bddd38d81d databases/mariadb101-server: Update to 10.1.16
- Update to latest version 10.1.16
  - Switch from USE_OPENSSL to USES= ssl
  - Switch from USE_MYSQL to USES= mysql
  - Switch from WANT_MYSQL_VER to USES= mysql:101m
  - Fix liblz4 linking for mroonga
  - Register MROONGA lz4 depends
  - Register libxml2 depends
2016-07-23 20:27:20 +00:00
Bernard Spil
63fec1d6d4 databases/mariadb101-{server,client}: Update to 10.1.13
- Update to version 10.1.13
  - Make GSSAPI plugin optional [2]
  - Remove patches that are merged upstream
  - Re-generate patches that required fuzzing
  - Server
    - Fix OQGraph build failure [1]
    - Install server gssapi plugin only
    - Don't install gssapi libs/files that were moved to -client
    - Add license and readme file for TokuDB
    - Add tokuft_logprint and tokuftdump binaries
  - Client
    - Install client gssapi plugin
    - Enable PLIST_SUB for optional gssapi plugin
    - Add new plugins and ini file
    - Remove taocrypt patch, we don't build bundled SSL

PR:		207675 [1], 207883 [2]
Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D5751
2016-03-27 20:57:51 +00:00
Bernard Spil
2cd8c9b3cf databases/mariadb101-server: Fix i386, GSSAPI & Engine build issues
- Add USES=compiler:c++11-lib
 - Use both deprecated -DPLUGIN_${engine} and new -DWITHOUT_${engine}
   to disable engines (fixes engines not being disabled)
 - Add IGNORE for GSSAPI_BASE on FreeBSD < 10, version is too old
 - Add IGNORE for TokuDB, upstream not supported on 32-bit platforms
 - Add IGNORE on i386, currently broken with clang [1]

[1] https://jira.mariadb.org/browse/MDEV-9627

Reviewer by:	koobs (mentor)
Approved by:	koobs (mentor)
Differential Revision:	D5478
2016-03-05 13:57:10 +00:00
Bernard Spil
ba6c7d7ced databases/mariadb101-{client,server}: Add missing patches
- Patches that were non-existent in the source of the repocopy
    (mariadb100-*) were not part of the initial commit

Differential Revision: D3953
2016-02-13 22:33:53 +00:00
Bernard Spil
57a651ae7f databases/mariadb101-server: Remove empty files after repo-copy
Differential Revision:	D3953
2016-02-13 19:03:25 +00:00
Bernard Spil
eaba6fd276 [NEW PORTS] databases/mariadb101-{server,client}: 10.1.11
MariaDB is one of the most popular database servers in the world. It's made
by the original developers of MySQL and guaranteed to stay open source.
Notable users include Wikipedia, Facebook and Google.

MariaDB turns data into structured information in a wide array of
applications, ranging from banking to websites. It is an enhanced, drop-in
replacement for MySQL. MariaDB is used because it is fast, scalable and
robust, with a rich ecosystem of storage engines, plugins and many other
tools make it very versatile for a wide variety of use cases.

MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. This latest versions of
MariaDB also include GIS and JSON features.

WWW: http://mariadb.org/

Reviewed by:	koobs (mentor), feld (mentor)
Approved by:	koobs (mentor), feld (mentor)
Differential Revision:	D3953
2016-02-13 19:02:11 +00:00