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
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
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"
State Changed From-To: open->closed Committed, Thanks!