Bug 218238 - net-mgmt/zabbix32-server: correct IGNORE for LibreSSL only when OPENSSL is set
Summary: net-mgmt/zabbix32-server: correct IGNORE for LibreSSL only when OPENSSL is set
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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-30 20:35 UTC by Franco Fichtner
Modified: 2017-04-17 16:20 UTC (History)
2 users (show)

See Also:
pi: maintainer-feedback-


Attachments
fix the IGNORE statement (1.33 KB, patch)
2017-03-30 20:35 UTC, Franco Fichtner
no flags Details | Diff
BROKEN_SSL version of previous patch (1.67 KB, patch)
2017-04-17 07:18 UTC, Franco Fichtner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Franco Fichtner 2017-03-30 20:35:40 UTC
Created attachment 181328 [details]
fix the IGNORE statement

Patch also includes zabbix3-server parts.

With this patch its possible to build in a LibreSSL setting by using the GNUTLS or POLARSSL option.
Comment 1 Franco Fichtner 2017-04-17 07:18:16 UTC
Created attachment 181834 [details]
BROKEN_SSL version of previous patch

I've updated the patch to use the new BROKEN_SSL helper.
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2017-04-17 16:09:23 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-04-17 16:09:47 UTC
A commit references this bug:

Author: pi
Date: Mon Apr 17 16:09:08 UTC 2017
New revision: 438731
URL: https://svnweb.freebsd.org/changeset/ports/438731

Log:
  net-mgmt/zabbix3[2]-server: BROKEN with libressl, does not provide PSK

  PR:		218238
  Submitted by:	Franco Fichtner <franco@opnsense.org>
  Approved by:	pg@pakhom.spb.ru (maintainer timeout)

Changes:
  head/net-mgmt/zabbix3-server/Makefile
  head/net-mgmt/zabbix32-server/Makefile
Comment 4 Franco Fichtner 2017-04-17 16:20:21 UTC
Thanks Kurt!