Bug 232358

Summary: databases/percona56-server: Fix build with libressl
Product: Ports & Packages Reporter: Luca Pizzamiglio <pizzamig>
Component: Individual Port(s)Assignee: Florian Smeets <flo>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (flo)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
The fixing patch none

Description Luca Pizzamiglio freebsd_committer freebsd_triage 2018-10-17 14:39:29 UTC
Created attachment 198271 [details]
The fixing patch

The current version of percona 5.6 assumes that openssl always supports FIPS mode.
libressl, for instance doesn't provide FIPS mode support.
This patch is an easy fix to take care of this corner case.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-31 19:40:37 UTC
A commit references this bug:

Author: flo
Date: Wed Oct 31 19:40:15 UTC 2018
New revision: 483609
URL: https://svnweb.freebsd.org/changeset/ports/483609

Log:
  Fix build with libressl

  PR:		232358
  Submitted by:	pizzamig

Changes:
  head/databases/percona56-server/files/patch-sql_mysqld.cc
Comment 2 Florian Smeets freebsd_committer freebsd_triage 2018-10-31 19:41:32 UTC
Committed, Thanks!