| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
31 May 2013 11:54:01
2.0.14
|
crees  |
Stop checking for get_pidfile_from_conf function in rc.subr.
It is present in all supported versions of FreeBSD, and has had poor takeup.
I strongly suspect the strange-looking checks are partially to blame for
scaring maintainers off.
Go forth and please use it!
PR: ports/178269
Approved by: maintainers of all ports involved |
29 May 2013 23:36:16
2.0.14
|
flo  |
- update to 2.0.14
- make port non-interactive [1]
- add PORTSCOUT hints, 2.1.X is a development version
PR: ports/178532 [1]
Submitted by: Claudius Herder <claudius_herder@ambtec.de> [1] |
10 May 2013 15:34:10
2.0.13_2
|
flo  |
- prevent warnings about command_interpreter after r317610 (shebangfix
conversion)
- add missing dependency to make cidr_allow/cidr_deny work in
munin-node.conf |
07 May 2013 14:02:30
2.0.13_1
|
bapt  |
Use shebangfix on munin-node, and fix shebang on the right files for fsbackup |
27 Apr 2013 20:34:50
2.0.13
|
flo  |
Update to 2.0.13 |
26 Apr 2013 23:10:10
2.0.12
|
flo  |
Update to 2.0.12 |
18 Apr 2013 21:47:38
2.0.11.1_1
|
flo  |
Fix munin-sched rc script
PR: ports/177950
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Feature safe: yes |
16 Feb 2013 13:30:42
2.0.11.1
|
flo  |
- update to 2.0.11.1
- a couple of rc script fixes [1]
Submitted by: crees [1] |
06 Dec 2012 14:27:28
2.0.9
|
flo  |
- update to 2.0.9
- use correct pidfile for munin-sched rc script [1]
- munin-cgi-graph requires FCGI [2]
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1]
Sergey V. Dyatko <sergey.dyatko@gmail.com> [2]
Feature safe: yes |
06 Oct 2012 22:10:56
2.0.7
|
flo  |
- update to 2.0.7
- move USERS and GROUPS from munin-common/Makefile to munin.mk, otherwise they
cannot be used in the Makefiles of munin-master and munin-node where they are
required. This fixes permissions on certain directories. [1]
- VERSION.node file should be updated after the pkg-install script runs, because
it requires the version of the previously installed version not the currently
installed one. [2]
PR: ports/172260 [1]
Reported by: Haruo Shiba <shiba@logic-design.co.jp> [1]
tdb [2] |
13 Sep 2012 22:00:33
2.0.6
|
flo  |
- Update to 2.0.6 based on [1]
- Add support for ada disk devices to hddtemp_smartctl [2]
- Add a patch for upstream bug 1251 to prevent huge munin-graph.log files
PR: ports/171116 [1]
PR: ports/169287 [2]
Submitted by: mm [1], TAKEMON Takashi <takemon@bamboogate.co.jp> [2] |
01 Jul 2012 14:14:22
1.4.7
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
15 Mar 2012 23:19:33
1.4.7
|
flo  |
Update to 1.4.7
Feature safe: yes |
14 Jan 2012 08:57:23
1.4.6
|
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. |
19 Dec 2011 10:50:50
1.4.6
|
flo  |
munin moved to a new home
Reported by: Cyrill Lefevere <cyrille.lefevre-lists@laposte.net> |
09 Jul 2011 18:05:47
1.4.6
|
flo  |
update to 1.4.6
Changelog: http://munin-monitoring.org/browser/tags/1.4.6/ChangeLog |
09 Mar 2011 23:40:14
1.4.5_6
|
flo  |
- fix a bug where plugins would stop graping data after a SIGHUP to munin-node
- prevent leftovers from sed and patch otherwise these would be installed also
The problem is that munin-nodes runs in perl taint mode and after a SIGHUP
p5-Net-Server thinks that the path is tainted and unsets the complete path,
this causes all plugins which do not use an absolute path to utilities they
call to fail. The fix is to set a well known good path.
Obtained from: OpenBSD
PR: ports/155109 |
16 Feb 2011 23:47:43
1.4.5_5
|
flo  |
- also ignore .sample files as these can confuse plugins by overwriting values
defined in the .conf files.
It would be best if munin would only include .conf files, but until that happens
use this as a workaroud.
PR: ports/147345
Submitted by: Rob B <rbyrnes@gmail.com> |
15 Feb 2011 00:11:56
1.4.5_5
|
flo  |
- fix newsyslog entries, logs have been living in /var/log/munin for some
time now [1]
- fix http_loadtime plugin [2]
- fix coretemp and dev_cpu plugins [3]
PR: ports/151182 [1], ports/154688 [2], ports/154584 [3]
Submitted by: Detlef Peeters <dp@heringa.de> [1]
Oliver Brandmueler <ob@e-gitt.net> [2]
Hiroki (REO) Kashiwazaki <reo@iic.hokudai.ac.jp> [3] |
13 Feb 2011 15:43:44
1.4.5_4
|
flo  |
- take over maintainership
Approved by: des (previous maintainer) |
10 Feb 2011 00:23:31
1.4.5_4
|
flo  |
- add p5-Cache-Cache dependancy it is required by the mysql_* plugins
- bump PORTREVISION
PR: ports/154534
Approved by: des (maintainer, private mail) |
05 Feb 2011 06:09:10
1.4.5_3
|
miwi  |
- Use jot(1) instead of seq(1) (GNU seq(1) does not exist on FreeBSD. Use jot(1)
instead.)
- While here drop MD5 support
PR: 144602
Submitted by: lth@
Approved by: maintainer timeout
Feature safe: yes |
12 Dec 2010 01:07:10
1.4.5_2
|
pgollucci  |
- Correct env.logfile setting, the dir is a different setting
- Bump PORTREVISION
PR: ports/142423
Submitted by: Chen-Yu Tsai <wens@csie.org>
Approved by: maintainer timeout (des ; 337 days) |
02 Dec 2010 10:47:09
1.4.5_1
|
des  |
Sorry, committed the wrong files. |
02 Dec 2010 10:45:17
1.4.5_1
|
des  |
Strip non-numeric characters (i.e. units) from the CPU frequency and
temperature.
Submitted by: delphij@ |
23 Aug 2010 16:34:38
1.4.5
|
des  |
Upgrade to 1.4.5.
PR: ports/149909, ports/149910, ports/149911 |
27 Apr 2010 08:24:42
1.4.4
|
des  |
Upgrade to 1.4.4.
PR: ports/145948
Submitted by: Sean Rees <sean@rees.us> |
27 Mar 2010 00:15:24
1.4.3_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
25 Feb 2010 12:15:38
1.4.3_2
|
des  |
Continue rototilling the Munin ports:
- Move some files around and adjust the plists accordingly.
- Fix some directory creation / deletion in the plists.
- Fix some directory ownerships.
- Instead of patching the Makefile, specify installation directories
on the command line. Centralize the definition of MAKE_ARGS and some
other shared variables.
Feature safe: yes |
24 Feb 2010 20:18:51
1.4.3_1
|
des  |
Massive cleanup of the Munin ports:
- Use a fixed UID / GID
- Fix handling of sample configs in plists
- Add missing plist entries (mostly directories)
- Use /var/munin instead of %D/var/munin
- Consistently use %%FOODIR%% instead of ${PREFIX}/foo etc.
- Honor BATCH / PACKAGE_BUILDING
- Fix network throughput probes (if_ and if_errcoll_)
PR: 120755, 120756, 124528, 129576, 129577, 143804
Submitted by: see PRs
Feature safe: yes |
23 Feb 2010 13:55:00
1.4.3
|
des  |
Upgrade Munin to 1.4.3. Thanks to Sean Rees <sean@rees.us> for providing
the initial patches and getting me started with this.
Note that munin-main has been renamed to munin-master (see MOVED).
Approved by: portmgr (erwin)
Feature safe: yes |
22 Aug 2009 00:35:32
1.2.6_1  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
22 Jul 2009 16:27:08
1.2.6_1
|
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
22 Mar 2009 22:50:56
1.2.6_1
|
des  |
The pre-install script needs root privs, and should therefore run in the
pre-su-install phase.
PR: ports/132781
Submitted by: Ilya M. Slepnev <ilya@ilimit.org>, ru@ |
15 Oct 2008 07:47:58
1.2.6_1
|
des  |
Merge part of upstream r1561: fix ntp_offset's shebang line
Submitted by: kuriyama@ |
15 Oct 2008 07:43:34
1.2.6
|
des  |
Empty files which I forgot to cvs rm after applying a patch.
Noticed by: kuriyama@ |
03 Sep 2008 13:27:50
1.2.6
|
des  |
Update to 1.2.6.
PR: ports/126371
Submitted by: Matthias Fechner <idefix@fechner.net>, Lupe Christoph
<lupe@lupe-christoph.de> |
20 Feb 2008 17:17:08
1.2.5_3
|
des  |
Include the rc.d script in pkg-plist so it will be in the package.
PR: ports/120348 |
07 Feb 2008 10:41:12
1.2.5_2
|
des  |
Assume maintainership.
Approved by: maintainer timeout, portmgr (linimon) |
06 Feb 2008 21:34:23
1.2.5_2
|
des  |
Fix if_ plugin so it doesn't display lo and pflog interfaces.
Fix plugins.conf so mbmon plugin works.
Approved by: maintainer timeout |
22 Oct 2007 12:32:25
1.2.5_1
|
des  |
Fix some style issues (files -> ${FILESDIR}, pkg-install -> ${PKGINSTALL})
Adjust patches so PATCH_STRIP is not needed
Fix default config so hddtemp_smartctl works out of the box |
04 Oct 2007 06:10:15
1.2.5
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
08 Sep 2007 01:04:03
1.2.5
|
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 |
06 Nov 2006 22:50:50
1.2.5
|
miwi  |
- Update to 1.2.5
Notes: Please read the UPDATING!
PR: ports/105107
Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer) |
25 Sep 2006 10:47:02
1.2.4_2
|
miwi  |
- Fix premissions with pre-existing user's
- Bump PORTREVISION
PR: ports/103451
Submitted by: Lupe Christoph <lupe(at)lupe-christoph.de> (maintainer) |
20 Feb 2006 20:47:50
1.2.4_1
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
24 Jan 2006 01:06:45
1.2.4_1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:52:21
1.2.4_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
26 Dec 2005 07:11:05
1.2.4_1
|
sem  |
- Fix depends on 4.11
PR: ports/90887
Reported by: Antoine Beaupre <anarcat@koumbit.org>
Submitted by: Lupe Christoph (maintainer) |
03 Nov 2005 16:59:38
1.2.4
|
garga  |
- Update to 1.2.4
PR: ports/88438
Submitted by: maintainer |
05 Apr 2005 07:22:12
1.2.2
|
sem  |
- Update to 1.2.2
- Remove some extra dirs
- Be sure rc_subr is installed on 4.x
PR: ports/79127
Submitted by: maintainer |
04 Mar 2005 17:47:19
1.2.0
|
sem  |
- Update tp 1.2.0
- Upgrade FreeBSD4 support to rcNG
- Use INSTALL_SCRIPT to install the start-stop script
- Correct rcNG version of pkg-message, adding PREFIX
- Use SUB_FILES and SUB_LIST
- Add log rotation support
PR: ports/77721
Submitted by: maintainer |
14 Dec 2004 01:44:54
1.0.4
|
sem  |
Add files forgoten with the last commit. |
14 Dec 2004 01:43:10
1.0.4
|
sem  |
- Update to 1.0.4
* it unbreaks munin-node
PR: ports/74165, ports/74166
Submitted by: maintainer |
04 Dec 2004 01:39:53
1.0.3
|
kris  |
BROKEN on 5.x: Broken pkg-plist |
16 Nov 2004 15:16:37
1.0.3
|
leeym  |
- undo the damage that made by an overzealous committer (yes, me, leeym@)
- commit the patch **EXACTLY** as maintainer's wish
PR: 73377
Submitted by: Lupe Christoph <lupe@lupe-christoph.de> |
13 Oct 2004 01:46:15
1.0.2
|
leeym  |
- remove extra files from PLIST
- add missing file into PLIST
- unbreak this port
PR: 72104
Submitted by: leeym
Approved by: maintainer timeout |
12 Oct 2004 07:27:20
1.0.2
|
linimon  |
Update to 1.0.2.
PR: ports/71647
Submitted by: Lupe Christoph <lupe at lupe-christoph dot de> (maintainer) |
19 Sep 2004 01:20:32
1.0.0
|
kris  |
BROKEN on 5.x: Broken pkg-plist
Approved by: portmgr (self) |
14 Jun 2004 20:13:13
1.0.0
|
vs  |
Update to 1.0.0
PR: ports/67931, ports/67932
Submitted by: maintainer |
03 Jun 2004 22:46:59
1.0.0.p5
|
pav  |
- Update to 1.0.0 pre5
PR: ports/67533
Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer) |
20 Apr 2004 21:47:47
1.0.0.p3_1
|
pav  |
- Don't change permissions on system directories
- Fix pkg-plist
Note that this still trails one file behind, but that's intentional.
PR: ports/65814, ports/65440
Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer) |
19 Apr 2004 03:13:48
1.0.0.p3_1
|
kris  |
BROKEN: Broken pkg-plist, and changes permissions on system directories |
10 Apr 2004 14:26:04
1.0.0.p3_1
|
pav  |
- Do not delete etc/munin/VERSION.node, it must be preserved over upgrades
- Add instructions how to completely remove munin-node
PR: ports/64285
Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer) |
02 Mar 2004 19:16:32
1.0.0.p3
|
olgeni  |
Fix a couple of typos. |
02 Mar 2004 15:54:05
1.0.0.p3
|
mat  |
Add Munin network-wide graphing framework (node)
This is the node part. It is used on all machines Munin shall watch.
PR: ports/62479
Submitted by: Lupe Christoph <lupe@lupe-christoph.de> |