Bug 120874 - [maintainer-update] net-mgmt/nrpe2: Update to 2.11
Summary: [maintainer-update] net-mgmt/nrpe2: Update to 2.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-20 09:20 UTC by Jarrod Sayers
Modified: 2008-02-20 19:20 UTC (History)
0 users

See Also:


Attachments
net-mgmt-nrpe2-2.11.diff (3.50 KB, patch)
2008-02-20 09:20 UTC, Jarrod Sayers
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jarrod Sayers 2008-02-20 09:20:01 UTC
Update to NRPE 2.11.

Finally bump the port to the current version after remaining at 2.7 for a while
due to garbage characters being returned by nrpe2.  Issue was caused by the
reading command buffer not being \0 terminated.  This has been resolved in CVS
but has been back-ported for now.

This closes ports/118663 and ports/120331, and also make a few people happy :-)

Fix: Attached diff can be downloaded from:
http://www.netleader.com.au/~jarrod/FreeBSD/net-mgmt-nrpe2-2.11.diff
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-02-20 09:48:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-20 19:18:42 UTC
beech       2008-02-20 19:18:37 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/nrpe2       Makefile distinfo 
    net-mgmt/nrpe2/files patch-sample-config-nrpe.cfg.in 
  Added files:
    net-mgmt/nrpe2/files patch-src-nrpe.c 
  Log:
  - Update to NRPE 2.11.
  
  - Finally bump the port to the current version after remaining at 2.7 for a while
    due to garbage characters being returned by nrpe2. Issue was caused by the
    reading command buffer not being \0 terminated. This has been resolved in CVS
    but has been back-ported for now.
  
  PR:             ports/120874
  Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
  
  Revision  Changes    Path
  1.23      +1 -2      ports/net-mgmt/nrpe2/Makefile
  1.11      +3 -3      ports/net-mgmt/nrpe2/distinfo
  1.3       +8 -9      ports/net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in
  1.1       +15 -0     ports/net-mgmt/nrpe2/files/patch-src-nrpe.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-02-20 19:18:57 UTC
State Changed
From-To: open->closed

Committed, Thanks!