Bug 206263 - [PATCH] net-mgmt/nagios-plugins: Fix build with openssl-1.0.2_6
Summary: [PATCH] net-mgmt/nagios-plugins: Fix build with openssl-1.0.2_6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Mathieu Arnold
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-01-14 19:52 UTC by Christian Ullrich
Modified: 2016-01-15 16:05 UTC (History)
0 users

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


Attachments
Patch (557 bytes, text/plain)
2016-01-14 19:52 UTC, Christian Ullrich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ullrich 2016-01-14 19:52:18 UTC
Created attachment 165594 [details]
Patch

nagios-plugins uses SSLv3 exports unconditionally; these may not be present if disabled in openssl >=1.0.2_6.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-15 16:05:05 UTC
A commit references this bug:

Author: mat
Date: Fri Jan 15 16:04:17 UTC 2016
New revision: 406169
URL: https://svnweb.freebsd.org/changeset/ports/406169

Log:
  Fix build and runtime with openssl with SSLv3 disabled.

  While there, rename patches.

  PR:		206263
  Submitted by:	chris chrullrich net
  Sponsored by:	Absolight

Changes:
  head/net-mgmt/nagios-plugins/Makefile
  head/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ircd.pl
  head/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl
  head/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__file__age.pl
  head/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__ircd.pl
  head/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__ntp.pl
  head/net-mgmt/nagios-plugins/files/patch-plugins__check_pgsql.c
  head/net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c
  head/net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c
  head/net-mgmt/nagios-plugins/files/patch-plugins_check__ssh.c
  head/net-mgmt/nagios-plugins/files/patch-plugins_sslutils.c