notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/mariadb102-server/files/patch-sql-common_client.c
SVNWeb

Number of commits found: 3

Thu, 17 May 2018
[ 18:57 brnrd search for other commits by this committer ] Original commit   Revision:470246
databases/mariadb102-server: Security update to 10.2.15

MFH:		2018Q2
Security:	57aec168-453e-11e8-8777-b499baebfeaf
Wed, 24 Jan 2018
[ 01:03 grembo search for other commits by this committer ] Original commit   Revision:459808
Fix databases/mariadb* hostname verification when building against LibreSSL

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
Sun, 28 May 2017
[ 20:52 brnrd search for other commits by this committer ] Original commit   Revision:441923 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
databases/mariadb102-server: Add MariaDB 10.2 ports

 - Add mariadb102-client port
 - Add RocksDB storage engine
 - Add non-base page compressors
 - First sweep at making cmake patches upstreamable

Number of commits found: 3