Bug 232358 - databases/percona56-server: Fix build with libressl
Summary: databases/percona56-server: Fix build with libressl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-17 14:39 UTC by Luca Pizzamiglio
Modified: 2018-10-31 19:41 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (flo)


Attachments
The fixing patch (588 bytes, patch)
2018-10-17 14:39 UTC, Luca Pizzamiglio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!