Bug 218933 - net-mgmt/nrpe: Upgrade to 3.x
Summary: net-mgmt/nrpe: Upgrade to 3.x
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: Niclas Zeising
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-28 12:42 UTC by Bernard Spil
Modified: 2017-07-11 18:03 UTC (History)
0 users

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


Attachments
svn diff for net-mgmt/nrpe3 (10.19 KB, patch)
2017-04-28 12:42 UTC, Bernard Spil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2017-04-28 12:42:25 UTC
Created attachment 182154 [details]
svn diff for net-mgmt/nrpe3

Actually creates an additional port net-mgmt/nrpe3

Includes fixes for LibreSSL as patches.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-07-11 16:51:05 UTC
A commit references this bug:

Author: zeising
Date: Tue Jul 11 16:50:04 UTC 2017
New revision: 445504
URL: https://svnweb.freebsd.org/changeset/ports/445504

Log:
  Add nrpe3, Nagios Remote Program Execution ver 3.

  Add nrpe3, version 3.2.0.  NRPE is used to execute remote commands on
  machines to monitor them with nagios, icinga or similar programs.

  This is added as a separate port, since there are some backwards
  compatibility issues with nrpe ver 2.

  Update conflicts for nrpe.

  PR:		218933 (based on)
  Submitted by:	brnrd@
  Glanced at by:	swills

Changes:
  head/net-mgmt/Makefile
  head/net-mgmt/nrpe/Makefile
  head/net-mgmt/nrpe3/
  head/net-mgmt/nrpe3/Makefile
  head/net-mgmt/nrpe3/distinfo
  head/net-mgmt/nrpe3/files/nrpe2.in
  head/net-mgmt/nrpe3/files/nrpe3.in
  head/net-mgmt/nrpe3/files/patch-configure
  head/net-mgmt/nrpe3/files/patch-sample-config-nrpe.cfg.in
  head/net-mgmt/nrpe3/files/patch-src-nrpe.c
  head/net-mgmt/nrpe3/files/patch-src_check__nrpe.c
  head/net-mgmt/nrpe3/files/patch-src_nrpe.c
  head/net-mgmt/nrpe3/files/pkg-message.in
  head/net-mgmt/nrpe3/pkg-plist
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2017-07-11 18:03:08 UTC
Commited with some changes, thanks for the submission!