summaryrefslogtreecommitdiff
path: root/databases/mariadb101-client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2020-07-0119-572/+0
| | | | | | | | | | 2020-07-01 databases/mariadb101-client: Port will be removed when 10.5 is added, please switch to a newer version 2020-07-01 databases/mariadb101-server: Port will be removed when 10.5 is added, please switch to a newer version 2020-07-01 databases/mariadb102-server: Port will be removed when 10.5 is added, please switch to a newer version 2020-07-01 databases/mariadb102-client: Port will be removed when 10.5 is added, please switch to a newer version Notes: svn path=/head/; revision=540951
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508835
* databases/mariadb101-server: Update to 10.1.40Bernard Spil2019-05-081-27/+0
| | | | | | | | - Clean up Makefiles - Reduce -client to bare minimum Notes: svn path=/head/; revision=501046
* databases/mariadb101-server: Security update to 10.1.38Bernard Spil2019-02-082-6/+8
| | | | | | | | | | | | - Unbreak: Uses bundled yaSSL if OpenSSL 1.1 detected PR: 235574, 235574 Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> MFH: 2019Q1 Security: d3d02d3a-2242-11e9-b95c-b499baebfeaf Notes: svn path=/head/; revision=492419
* databases/mariadb101-server: Security update to 10.1.35Bernard Spil2018-08-083-34/+24
| | | | | | | Security: 909be51b-9b3b-11e8-add2-b499baebfeaf Notes: svn path=/head/; revision=476659
* databases/mariadb101-client: Fix patchBernard Spil2018-05-111-12/+0
| | | | | | | Reported by: Niels Poppe Notes: svn path=/head/; revision=469631
* Fix databases/mariadb* hostname verification when building against LibreSSLMichael Gmelin2018-01-241-0/+12
| | | | | | | | | | | | | | | | | | | LibreSSL imported X509_check_host from BoringSSL. Unlike OpenSSL, it doesn't calculate the length of the hostname passed in case chklen/namelen == 0. This means that the check in MariaDB always fails if built against LibreSSL. This forces adminstrators to disable hostname verification, which weakens security (hence the MFH request below). Note that the fix has no negative implications if built against OpenSSL, as its implementation calls strlen(hostname) in case namelen == 0. See also https://github.com/MariaDB/server/pull/562 Approved by: ssl blanket MFH: 2018Q1 Notes: svn path=/head/; revision=459808
* databases/mariadb101-server: Update to 10.1.23Bernard Spil2017-05-043-242/+9
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=440094
* databases/madiadb101-server: Update to 10.1.22Bernard Spil2017-03-183-3/+241
| | | | | | | | | | | | | | | | - Update to 10.1.22 [1] - Add upstream patch for WITHOUT_SERVER build failure [1]: https://mariadb.com/kb/en/mariadb/mariadb-10122-release-notes/ MFH: 2017Q1 Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf Security: CVE-2017-3313 Security: CVE-2017-3302 Notes: svn path=/head/; revision=436392
* databases/mariadb101-server: Update to 10.1.21Bernard Spil2017-01-182-16/+16
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=431824
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-2/+3
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* databases/mariadb101-server: Update to 10.1.17Bernard Spil2016-08-311-1/+1
| | | | | | | | - Update to 10.1.17 - Remove no-op cmake flag for -client Notes: svn path=/head/; revision=421188
* databases/mariadb101-client: Update to 10.1.16Bernard Spil2016-07-243-15/+25
| | | | | | | | | | | | | - -client was missig from the -server commit - post-install target to post-stage - Delete private headers - Add service_encryption.h patch - Fix scipts/CMakeLists.txt patch PR: 211328 Notes: svn path=/head/; revision=418997
* - Fix trailing whitespace in MakefilesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415501
* databases/mariadb101-{server,client}: Update to 10.1.13Bernard Spil2016-03-2711-60/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=412011
* databases/mariadb101-{client,server}: Add missing patchesBernard Spil2016-02-132-0/+32
| | | | | | | | | | - Patches that were non-existent in the source of the repocopy (mariadb100-*) were not part of the initial commit Differential Revision: D3953 Notes: svn path=/head/; revision=408832
* [NEW PORTS] databases/mariadb101-{server,client}: 10.1.11Bernard Spil2016-02-1319-0/+575
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 Notes: svn path=/head/; revision=408822