Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 May 2020 21:31:39
3.5.1_12

|
dinoex  |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
16 Apr 2020 10:28:00
3.5.1_11

|
mat  |
Fix a few redirects to https in my ports. |
19 Jun 2019 15:20:23
3.5.1_11

|
mat  |
Update the rest of my ports to UCL pkg-message. |
23 Jan 2018 22:54:04
3.5.1_11

|
girgen  |
Help nagios cope with php-7
split has been replaced with explode
PR: 224509 |
20 Jul 2016 09:33:32
3.5.1_10

|
dinoex  |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
28 Jun 2016 14:00:45
3.5.1_9

|
mat  |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
01 Apr 2016 14:16:20
3.5.1_9

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
19 Feb 2016 23:30:16
3.5.1_9

|
mat  |
Don't say there is a documentation installed.
PR: 207267
Sponsored by: Absolight |
15 Apr 2015 08:20:28
3.5.1_8

|
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
18 Mar 2015 13:52:55
3.5.1_7

|
mat  |
Add CPE.
Sponsored by: Absolight |
03 Dec 2014 16:10:52
3.5.1_7

|
mat  |
Pet check-plist.
PR: 195572
Submitted by: ohauer
Sponsored by: Absolight |
22 Sep 2014 21:40:22
3.5.1_7

|
mat  |
Fix packaging as a user.
Sponsored by: Absolight |
22 Sep 2014 20:09:30
3.5.1_6

|
mat  |
Don't use autotools any more.
Sponsored by: Absolight |
17 Sep 2014 07:38:16
3.5.1_6

|
tijl  |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
30 Jul 2014 16:17:39
3.5.1_6

|
lme  |
- Add OPTIONS to either depend on plugins from nagios-plugins.org,
monitoring-plugins.org or neither at all
- Bump PORTREVISION
Approved by: mat (implicit) |
11 Jun 2014 14:50:00
3.5.1_5

|
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
18 Apr 2014 08:54:01
3.5.1_5

|
mat  |
Fix a segfault when using livestatus, downtime and logrotate.
Issue: http://tracker.nagios.org/view.php?id=455
Sponsored by: Absolight |
12 Apr 2014 19:23:10
3.5.1_4

|
mat  |
Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.
Sponsored by: Absolight |
04 Mar 2014 18:08:56
3.5.1_4

|
mat  |
Pet portscout.
Sponsored by: Absolight |
24 Jan 2014 23:24:54
3.5.1_4

|
mat  |
Add nagios4, the next version of the nagios monitoring system.
While there, garbage collect the UID/GID in nagios.
Sponsored by: Absolight |
14 Jan 2014 14:23:36
3.5.1_3

|
mat  |
* Add a patch from upstream fixing a cgi vulnerability[1]
* Cleanup COMMENT
* Rename patches to follow make makepatch naming
* Incorporate a sed into already patched files.
Poked by: ohauer [1]
Security: CVE-2013-7108 CVE-2013-7205 |
14 Jan 2014 09:43:24
3.5.1_2

|
mat  |
Take that, will work on the main issue today. |
14 Jan 2014 06:20:37
3.5.1_2

|
demon  |
Drop maintainership, I have no enoght time now. |
27 Dec 2013 14:23:06
3.5.1_2

|
mat  |
- Actually make nagios work with staging
- Make the index.php patch respect the possible corewindow parameter |
27 Dec 2013 12:00:02
3.5.1_1

|
demon  |
Fix tac.cgi location for people with redefined $cgi_base_url in config.inc.php.
Submitted by: mat |
27 Dec 2013 07:57:03
3.5.1_1

|
demon  |
Replace meaningless startpage with tactical overview.
Submitted by: ohauer |
26 Dec 2013 17:33:41
3.5.1_1

|
demon  |
Bump portrevision because of recent changes.
Requested by: mat |
26 Dec 2013 11:44:21
3.5.1

|
demon  |
Do not overwrite config.inc.php;
Convert to staging;
Use new LIB_DEPENDS format.
PR: 185187
Submitted by: mat |
20 Sep 2013 22:24:44
3.5.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
17 Sep 2013 06:12:36
3.5.1

|
bapt  |
Convert to new perl framework
Submitted by: az |
16 Sep 2013 13:43:54
3.5.1

|
demon  |
Update to 3.5.1. |
09 Aug 2013 14:05:53
3.5.0_1

|
dinoex  |
- update libdg to 2.1.0 |
24 Jul 2013 13:32:39
3.5.0

|
demon  |
Take maintainership. |
24 Jul 2013 12:45:07
3.5.0

|
culot  |
- Reassign to the heap
PR: ports/180754
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) |
27 Apr 2013 11:59:29
3.5.0

|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
23 Mar 2013 16:03:54
3.5.0

|
rm  |
- update to 3.5.0
changelog:
http://www.nagios.org/projects/nagioscore/history/core-3x
PR: 177304
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) |
16 Feb 2013 15:50:02
3.4.4

|
rm  |
- update to 3.4.4
- remove patch, applied upstream
changelog:
http://www.nagios.org/projects/nagioscore/history/core-3x
PR: 176188
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) |
01 Feb 2013 15:04:01
3.4.3_1

|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
11 Jan 2013 07:42:34
3.4.3_1

|
rm  |
- add upstream patch for CVE-2012-6096
PR: 175196
Submitted by: Jarrod Sayers <jarrod@mail.downtools.com.au> (maintainer)
Security: 97c22a94-5b8b-11e2-b131-000c299b62e1 |
10 Jan 2013 19:12:02
3.4.3

|
rm  |
- update to 3.4.3 [1]
- convert to optionsng [2]
- fix portlint warnings [2]
PR: 174762
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) [1]
Submitted by: tota [2] |
16 Dec 2012 06:12:28
3.4.1

|
az  |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
21 May 2012 14:23:25
3.4.1 
|
scheidell  |
- Update to Nagios 3.4.1.
PR: ports/168197
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) |
14 Jan 2012 08:57:23
3.3.1 
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
30 Sep 2011 00:06:20
3.3.1 
|
zi  |
- Add configtest command to rc script
PR: ports/161111
Submitted by: Emil Smolenski <am@raisa.eu.org>
Approved by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) |
23 Sep 2011 22:26:39
3.3.1 
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
23 Aug 2011 01:50:48
3.3.1 
|
zi  |
- Update to 3.3.1 [1]
- Use USERS/GROUPS [1]
- Fix whitespace in Makefile [1]
- Add LICENSE [1]
- Correct rc script issues [2]
PR: ports/159304
Submitted by: Ryan Steinmetz (zi@) [1], Doug Barton (dougb@) [2]
Approved by: wxs (mentor), maintainer |
04 Dec 2010 07:34:27
3.2.3 
|
ade  |
Sync to new bsd.autotools.mk |
31 Oct 2010 22:40:47
3.2.3 
|
ohauer  |
- update nagios-core to 3.2.3. This is a bugfix update only.
Changelog:
* Fixes problem where disabling all active hosts/services was not taking
effect
* Fixes for compiler warnings (code cleanup by Stephen Gran)
* Fixes for format errors in event handler logging (Guillaume Rousse)
* Fixed incorrect info in sample nagios.cfg file for state_retention_file
(Michael Friedrich)
* Fixed broker_event_handler() to return ERR if data is NULL (Michael
Friedrich)
PR: 151661
Submitted by: Alexander Wittig <alexander _at_ wittig.name>
Approved by: maintainer, glarkin(mentor, implicit) |
16 Oct 2010 11:52:47
3.2.2_1 
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
3.2.2_1 
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
14 Sep 2010 07:51:44
3.2.2 
|
decke  |
- Update to 3.2.2
PR: ports/150523
Submitted by: Jarrod Sayers <jarrod at downtools dot com dot au> (maintainer)
Approved by: beat (co-mentor, implicit) |
17 Jul 2010 22:38:09
3.2.1 
|
brian  |
The pre-install requires uid 0.
Not approved by: maintainer (timeout after 10 days)
Feature safe: yes |
18 Apr 2010 08:16:40
3.2.1 
|
mm  |
- Update to 3.2.1 [1]
- Update maintainer e-mail address [2]
PR: ports/145463
Submitted by: myself [1], maintainer [2]
Approved by: maintainer |
27 Mar 2010 00:15:24
3.2.0_1 
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
05 Feb 2010 11:46:55
3.2.0_1 
|
dinoex  |
- update to jpeg-8 |
08 Jan 2010 01:19:53
3.2.0 
|
pgollucci  |
- The nagios documentation
(http://nagios.sourceforge.net/docs/3_0/faststartup.html) recommends,
for faster startup times, pre-caching the configuration file. This patch
adds a "nagios_precache" rcvar which controls using the pre-cache
startup method.
- also fix a trailing \
PR: ports/139848
Submitted by: kimo <kimor79@yahoo.com>
Approved by: maintainer (Jarrod Sayers <jarrod@netleader.com.au>) |
02 Dec 2009 08:16:24
3.2.0 
|
miwi  |
- Remov empty patch
Reported by: wen |
02 Dec 2009 06:00:02
3.2.0 
|
wen  |
- Minor change of pkg-message.in
PR: ports/141003
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: maintainer |
28 Nov 2009 13:44:45
3.2.0 
|
miwi  |
- Update to 3.2.0
Changelog:
http://www.nagios.org/development/history/core-3x
PR: 139210
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Runtime test by:Frank Steinborn |
22 Aug 2009 00:32:25
3.0.6_3 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
02 Aug 2009 19:36:34
3.0.6_3 
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
15 Jul 2009 16:56:10
3.0.6_2 
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
14 Jul 2009 12:54:20
3.0.6_2 
|
wxs  |
- Address command injection vulnerability
PR: ports/136187
Submitted by: Jarrod Sayers <jarrod@netleader.com.au>
Security: 3ebd4cb5-657f-11de-883a-00e0815b8da8 |
04 May 2009 15:36:05
3.0.6_1 
|
wxs  |
- Fix runtime problem with embedded perl.
- Mark as MAKE_JOBS_UNSAFE.
- Stop using DISTVERSION and use PORTVERSION in net-mgmt/nagios.
PR: ports/134175
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
28 Apr 2009 21:36:08
3.0.6 
|
pgollucci  |
- Mark MAKE_JOBS_UNSAFE= yes
Approved by: pav (via irc on #bsdports)
Tested on: RideCharge TB, and P6 TB |
30 Mar 2009 14:13:49
3.0.6 
|
wxs  |
- Merge UNHANDLED_HACK option from net-mgmt/nagios-devel. This option
is off by default so do not bump PORTREVISION.
PR: ports/132712
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
10 Dec 2008 00:31:50
3.0.6 
|
wxs  |
Update to Nagios 3.0.6.
- Fix for CGI submission of external commands (writing newlines and
submitting service comments)
- Fix for Apache group membership in RPM spec file
- Fix for improper notification propagation command processing
- Better out-of-disk-space error handling when writing retention and
status files
- Disabled adaptive check and eventhandler commands for security reasons
- Fix for reading output from system commands (event handlers, etc) that
have timed out
- Added wildcard host matching in CGIs
- Fixes for playing audio alerts in CGIs
- Fix for incorrect host status links in status CGI when viewing
hostgroup summary
- Added support for x509 cert authentication in the CGIs
PR: ports/129409
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
08 Nov 2008 20:08:25
3.0.5 
|
miwi  |
- Update to 3.0.5
PR: 128596
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
29 Oct 2008 13:39:12
3.0.4_1 
|
amdmi3  |
- Correct @dirrmtry's outside of %D
PR: 128407
Submitted by: Jarrod Sayers <jarrod at netleader dot com dot au> (maintainer) |
24 Oct 2008 14:22:49
3.0.4 
|
miwi  |
- Update to 3.0.4
Note:
Included are updated suggestions from ports/128226. The correction to the ping
command has been extended into the online documentation and the -U option
removed as it's not supported. Also, the default for time_change_threshold is
set to that in include/nagios.h.
PR: 128306
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
03 Sep 2008 00:30:56
3.0.3 
|
pgollucci  |
- repocopy net-mgmt/nagios -> net-mgmt/nagios2
and connect net-mgmt/nagios2 to the build
- Move net-mgmt/nagios-devel -> net-mgmt/nagios
(v3.0.3)
- Add note to UPDATING
o net-mgmt/nagios [3]
SF Macro
USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)
OPTIONS+= EVENT_BROKER [1]
use @dirrmtry in pkg-plist
o net-mgmt/nagios12 [2] (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2008 00:57:32
2.12_1 
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
06 Jun 2008 13:53:06
2.12_1 
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
28 May 2008 22:34:24
2.12 
|
wxs  |
Update to 2.12.
Minor bug fixes and an XSS fix (security).
PR: ports/123893
Submitted by: Jarrod Sayers <jarrod@netleader.com.au>
Approved by: garga (mentor, implicit)
Security:
http://www.vuxml.org/freebsd/fbd7aa81-2cc1-11dd-8cfb-00e0815b8da8.html |
22 Mar 2008 12:03:26
2.11 
|
rafan  |
- Update to 2.11 [1]
- Fix wrong mail program path in sample config file [2]
PR: ports/121866 [1], ports/120320 [2]
Submitted by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer) [1] |
20 Mar 2008 09:56:52
2.10_1 
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
04 Feb 2008 19:57:24
2.10_1 
|
wxs  |
Link with libthr when available. This should fix the CPU consumption
problem.
PR: ports/120150 ports/119766
Submitted by: jarrod@netleader.com.au bernd.kuhlen@wetteronline.de
Approved by: maintainer (implicit) garga (mentor) |
12 Dec 2007 13:57:53
2.10 
|
miwi  |
- Update to 2.10
PR: 117742
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
30 Sep 2007 04:47:37
2.9_2 
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
08 Sep 2007 01:02:54
2.9_1 
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
19 May 2007 20:32:57
2.9_1 
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
15 Apr 2007 18:55:26
2.9 
|
miwi  |
- Update to 2.9
Changelog:
- Fix for incorrect performance data file write/append mode options
- Fix for current status of hosts with no host check command defined
- SIGSEGV signals should now be logged again (broken in 2.8)
- Configure script fix for no mail program found/installed on system
- Configure script option bug fixes for cygwin and embedded perl
- Command definitions and host/service plugin perfdata with HTML should now be
escaped in CGIs
- Patch for incorrect time down percentage in availability CGI
- Updated init script to fix a race condition during restarts
PR: 111505
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
07 Apr 2007 14:25:48
2.8_1 
|
rafan  |
- Use registered UID and GID. See UPDATING for migration.
PR: ports/111345
Submitted by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer) |
13 Mar 2007 13:27:13
2.8 
|
miwi  |
Update to Nagios 2.8:
- Bug fix for calculating notification interval with service escalations
- Bug fix for using servicegroups in service dependency definitions
- Bug fix for bad date format submission in command CGI
- Possible segfault fix during restarts when daemon was performing host checks
- Fix for missing check timeout in event broker calls
- Fix for handling signals under NPTL
- Added error messages for passive service checks that don't correspond to a
defined service
PR: 110262
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
28 Jan 2007 00:31:19
2.7 
|
pav  |
- Update to 2.7
- Change examples to read freebsd-server instead of linux-server
PR: ports/108417
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
09 Dec 2006 09:12:24
2.6 
|
miwi  |
- Update to 2.6
PR: ports/106502
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
18 Jul 2006 11:16:49
2.5 
|
garga  |
Update to 2.5
PR: ports/100373
Submitted by: maintainer |
04 Jun 2006 16:39:50
2.4 
|
erwin  |
Update to 2.4
PR: 98413
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
27 May 2006 02:27:13
2.3.1 
|
lawrance  |
Update to 2.3.1.
PR: ports/97328
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
06 May 2006 23:37:02
2.3 
|
mnag  |
- Update to 2.3
- portlint(1)
PR: 96843
Submitted by: maintainer |
15 Apr 2006 16:13:47
2.2 
|
pav  |
- Update to 2.2
PR: ports/95739
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
10 Feb 2006 09:49:07
2.0 
|
demon  |
Update to 2.0 release.
PR: 93084
Submitted by: maintainer |
22 Jan 2006 02:47:22
2.0.r2 
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
17 Jan 2006 10:39:58
2.0.r2 
|
tdb  |
Update to nagios-2.0.r2 includes:
- Added SHA256 checksum to distinfo
- Added reload argument to nagios.sh script
- PERL_SYS_INIT3 fix now committed to Nagios CVS, patch redundant
- Removed duplicated etc/rc.d/nagios.sh from pkg-plist
PR: 91892
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) |
10 Jan 2006 18:56:39
2.0.r1 
|
sem  |
Recent changes to the default installation path of the net-mgmt/nagios port
may result in logos being incorrectly searched for by lingering definition
of physical_html_path in cgi.cfg. A note about this and where to check for
correct value mentioned in pkg-message.
Kudos to Kristof Meers <kristof.meers@psy.kuleuven.be> for alerting me to the
problem.
PR: ports/91592
Submitted by: maintainer |
09 Jan 2006 00:54:01
2.0.r1 
|
edwin  |
[maintainer-update] net-mgmt/nagios: Update to 2.0.r1
Update to 2.0.r1 also includes:
- Rewrite of port Makefile, options closer aligned in order to bsd.port.mk
- Added dependency of libiconv (library required by CGI's, currently installed
via nagios-plugins port)
- Added support for embedded Perl interpreter (requires Perl 5.8+), caching
automatically assumed if enabled, off by default
- Added support for use of nanosleep() in event timings, off by default
- Added ability to override default view at http://webserver/nagios/ URL,
suggested values listed in Makefile (validity after future Nagios releases
not guaranteed)
- Default install location for web component moved to www/nagios, overridable
using existing NAGIOSWWWDIR tunable
- Corrected minor build issues by tweaking use of CFLAGS (Only the first 15 lines of the commit message are shown above ) |
03 Dec 2005 02:32:49
2.0.b6 
|
edwin  |
[maintainer-update] net-mgmt/nagios: Update to Nagios 2.0.b6
Update net-mgmt/nagios to Nagios 2.0.b6.
- Changed license to specifically state GPL version 2
- Minor fixes to sample nagios.cfg config file
- Fix for non-US date formats in command CGI
- Spec file updates
- Include file modifications for C++ event broker modules
- Minor event broker changes (addition of timed event "sleep" data)
- Added some sanity checks during write of status data for full
partitions
- Sample web server config file changes
- Doc updates
PR: ports/89869
Sumitted by: Jarrod Sayers <jarrod@netleader.com.au> |
15 Nov 2005 12:42:05
2.0.b5 
|
lawrance  |
Update to 2.0.b5
PR: ports/89054
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> |
15 Nov 2005 06:52:12
2.0.b4_2 
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
01 Nov 2005 13:37:09
2.0.b4_2 
|
sem  |
- Remove hard coded references to the www group and spool directory
- Support changes made to user, group or spool directory to be recorded in the
packing list correctly
- Added support for overriding install path of web component with an aim to
migrate the default from share/nagios to www/nagios
- Added temporary knob to allow users to migrate to the new default without
actually setting the path
PR: ports/88312
Submitted by: Jarrod Sayers (maintainer) |