Bug 206263

Summary: [PATCH] net-mgmt/nagios-plugins: Fix build with openssl-1.0.2_6
Product: Ports & Packages Reporter: Christian Ullrich <chris>
Component: Individual Port(s)Assignee: Mathieu Arnold <mat>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (mat)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

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