Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Aug 2021 21:26:48 4.3.30_1
|
Mark Felder (feld)  |
net-mgmt/xymon-server: Fix default mtr flags
A default flag passed to mtr for generating traceroute reports was invalid |
07 Apr 2021 08:09:01 4.3.30
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 4.3.30
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 4.3.30
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2020 17:17:42
4.3.30
|
feld  |
net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.30
Various crashes and bugs relating to string handling changes have been fixed,
including problems with hostnames with dashes in them.
Combostatus tests propagated up from other combostatus tests should now
display properly. |
07 Sep 2019 13:25:24
4.3.29
|
feld  |
net-mgmt/xymon-server: Update to 4.3.29
Includes a few CVE fixes
MFH: 2019Q3 |
26 Jul 2019 20:46:57
4.3.28_1 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
15 Jun 2019 12:59:24
4.3.28 
|
pkubaj  |
net-mgmt/xymon-server: fix build with GCC-based architectures
Adding -L/usr/lib when using gcc8 (used on GCC architectures) makes gcc8 link to
base libstdc++ which breaks build.
Fix this by adding -L${OPENSSLBASE} only when using non-base SSL.
PR: 237956
Approved by: feld (maintainer timeout), linimon (mentor, on IRC) |
11 Jan 2018 16:53:45
4.3.28 
|
danfe  |
Remove superfluous linefeeds and fix some other minor whitespace bugs. |
14 Feb 2017 13:17:57
4.3.28 
|
feld  |
net-mgmt/xymon-{client,server}: Update to 4.3.28
Changelog: http://lists.xymon.com/archive/2017-January/044285.html |
12 Nov 2016 22:23:32
4.3.27_2 
|
feld  |
www/xymon-server: Fix example Apache config files
The example config files for Apache had nonsense variables strewn
throughout as we do not use the interactive build process for Xymon
which would replace them after asking the user a series of questions.
Sane defaults have been chosen to make the examples more useful to the
user. |
20 Jul 2016 15:33:20
4.3.27_1 
|
mat  |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight |
24 May 2016 14:30:59
4.3.27_1 
|
feld  |
net-mgmt/xymon-server: Modernize port
Clean up pkg-plist
Move @exec to post-install
Reported by: bapt |
02 May 2016 16:08:56
4.3.27_1 
|
zeising  |
Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168 |
08 Apr 2016 20:12:52
4.3.27 
|
feld  |
net-mgmt/xymon-client & xymon-server: Update to 4.3.27
Changelog: http://lists.xymon.com/archive/2016-March/043283.html |
01 Apr 2016 14:16:20
4.3.26 
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
25 Feb 2016 18:08:42
4.3.26 
|
feld  |
net-mgmt/xymon-server: Update to 4.3.26
This is primarily a bug fix release, resolving certain issues with web
page display and browser compatibility introduced with the CSP and XSS
fixes in 4.3.25, and providing additional layers of protection for
incoming data.
Changelog: http://comments.gmane.org/gmane.comp.monitoring.hobbit/38245
MFH: 2016Q1 |
09 Feb 2016 17:05:22
4.3.25 
|
feld  |
net-mgmt/xymon-server: Update to 4.3.25
This release fixes serveral security issues.
MFH: 2016Q1
Security: CVE-2016-2054
Security: CVE-2016-2055
Security: CVE-2016-2056
Security: CVE-2016-2057
Security: CVE-2016-2058
Security: https://vuxml.freebsd.org/freebsd/1cecd5e0-c372-11e5-96d6-14dae9d210b8.html |
25 Nov 2015 17:37:37
4.3.24_1 
|
feld  |
net-mgmt/xymon-server: Remove httpresult patch
Upstream has confirmed they do not intend to revert the change to the
httpresult categorization which resulted in 301 Permanent redirects
being classfied as Yellow (warning) instead of Green (ok)
The logic is that a 301 redirect is a permanent redirect and you should
not be monitoring it but the actual content it is redirecting to.
The old behavior existed for many years, but is considered faulty
logic. If you have "yellow" surprises on your dashboard, please fix your
monitoring targets. I do not wish to divert FreeBSD's Xymon behavior
from upstream's intentions. |
24 Nov 2015 16:07:28
4.3.24 
|
feld  |
net-mgmt/xymon-server: Update to 4.3.24
Also ensure 301 redirects are conisidered "GREEN". This has been
reported upstream. |
23 Nov 2015 19:52:04
4.3.23_1 
|
feld  |
net-mgmt/xymon-server: Patch to fix HTTP monitoring
In 4.2.23 the HTTP status codes were reworked, but a comparison mistake
caused the "catch-all" for non-standard status codes was incorrect. The
result is that some valid HTTP status codes may cause Xymon to report
RED when they should have reported YELLOW or GREEN. |
13 Nov 2015 15:54:46
4.3.23 
|
feld  |
net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.23
Changelog: http://sourceforge.net/p/xymon/news/2015/11/xymon-4323-released/ |
06 Nov 2015 19:43:42
4.3.22 
|
feld  |
net-mgmt/xymon-server net-mgmt/xymon-client: Update to 4.3.22
Changelog: http://sourceforge.net/p/xymon/news/2015/11/xymon-4322-released/ |
08 Oct 2015 15:12:22
4.3.21_3 
|
olgeni  |
Remove trailing whitespace from Makefiles, M-X. |
18 Sep 2015 16:05:45
4.3.21_3 
|
feld  |
Add patch to fix http monitoring
401 and 403 errors were mistakenly hardcoded to return "green" status
I'm working with upstream on cleaning up these checks. I expect to see
an improvement in 4.3.22. |
27 May 2015 19:26:56
4.3.21_2 
|
feld  |
Forgot to commit a patch.
Better bump portrevision.
Pointyhat -> me
Reported by: mmoll |
27 May 2015 16:26:13
4.3.21_1 
|
feld  |
Remove xymonping and replace with symlink to fping
xymonping has been deprecated for a few years and fping is a drop-in
replacement. A symlink is provided so old configurations are not broken. |
23 May 2015 21:59:48
4.3.21 
|
feld  |
Update to 4.3.21 |
16 May 2015 00:04:49
4.3.20 
|
feld  |
Update to Xymon 4.3.20 |
02 Apr 2015 13:00:58
4.3.19 
|
feld  |
Did not need to specify CPE_VENDOR or CPE_PRODUCT |
31 Mar 2015 12:55:57
4.3.19 
|
feld  |
Update to 4.3.19
Remove patches that were upstreamed
xymon-client rc script: leftover children auto expire after 5 minutes;
remove stop_postcmd
Special thanks to JC Cleaver who is taking upstream Xymon to new and
exciting places. |
09 Mar 2015 13:24:11
4.3.18_6 
|
feld  |
Previous patch for xymonproxy didn't land in the files dir |
17 Feb 2015 19:31:11
4.3.18_5 
|
feld  |
Add patch to improve xymonproxy reliability on FreeBSD |
03 Feb 2015 21:28:24
4.3.18_4 
|
feld  |
Upstream re-rolled 4.3.18 release |
05 Jan 2015 14:00:04
4.3.18_3 
|
feld  |
Add patch to fix xymonnet crashing when a DNS check returns an AAAA
record
PR: 196495
Submitted by: kvedulv@kvedulv.de |
31 Dec 2014 20:18:27
4.3.18_2 
|
feld  |
Permit building against OpenSSL without SSLv2 support
PR: 195796
Submitted by: lifanov@mail.lifanov.com |
25 Dec 2014 20:54:43
4.3.18_1 
|
bapt  |
Bump portrevision after png update |
19 Dec 2014 18:08:41
4.3.18 
|
feld  |
Update Xymon to 4.3.18
This version was not put on the usual MASTER SITE much to my dismay. |
07 Oct 2014 19:43:33
4.3.17_4 
|
feld  |
Add CPE support and fix plist issue I'd previously missed.
While here, modernize port and plist. |
28 Aug 2014 10:21:32
4.3.17_3 
|
tijl  |
dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix
Approved by: portmgr (implicit, bump unstaged port) |
24 Jul 2014 18:34:16
4.3.17_2 
|
tijl  |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
26 Feb 2014 18:09:20
4.3.17_1 
|
feld  |
Remove unnecessary quotes.
Remember to run rclint one last time before you commit >:-(
Sponsored by: SupraNet Communications, Inc |
26 Feb 2014 18:00:52
4.3.17_1 
|
feld  |
Clean up / simplify rc script.
I have been meaning to solve the following error that used to happen
every time you executed the rc script:
/usr/local/etc/rc.d/xymon-server: WARNING: cannot read shebang line from su
Sponsored by: SupraNet Communications, Inc |
25 Feb 2014 14:14:36
4.3.17 
|
feld  |
Update Xymon ports to 4.3.17 |
10 Feb 2014 20:10:29
4.3.16 
|
feld  |
Update xymon-server and xymon-client to 4.3.16
Approved by: swills (mentor) |
17 Nov 2013 21:08:55
4.3.12_1 
|
feld  |
Fix LDAP option
Fix directory permission issue
PR: ports/183976
Approved by: swills (mentor) |
02 Nov 2013 17:06:48
4.3.12 
|
feld  |
Support STAGE
Approved by: swills (mentor) |
20 Sep 2013 22:24:44
4.3.12 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
13 Sep 2013 18:58:12
4.3.12 
|
feld  |
Fix building on HEAD with no GCC
Approved by: swills (mentor) |
29 Jul 2013 15:03:59
4.3.12 
|
feld  |
Fix my email address again, using proper @FreeBSD.org styling
Approved by: swills (mentor) |
25 Jul 2013 11:30:01
4.3.12 
|
feld  |
Update my email address throughout the tree
Approved by: swills (mentor) |
24 Jul 2013 15:08:42
4.3.12 
|
feld  |
- Update to 4.3.12
Approved by: swills (mentor) |
27 May 2013 12:44:13
4.3.11_1 
|
swills  |
- Fix permissions change
Reported by: redports |
27 May 2013 02:13:59
4.3.11 
|
swills  |
- Update to 4.3.11
- Proper usage of USERS and GROUPS
PR: ports/178322
Submitted by: Mark Felder <feld@feld.me> (maintainer) |
04 May 2013 22:48:04
4.3.10_3 
|
flo  |
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt) |
10 Dec 2012 19:11:12
4.3.10_3 
|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
24 Nov 2012 01:54:23
4.3.10_2 
|
swills  |
- Add patch that fixes memory usage reporting in FreeBSD 8.x and newer due to
syntax changes in sysctl vm.vmtotal
- Assign maintainer to submitter
PR: ports/173607
Submitted by: Mark Felder <feld@feld.me>
Feature safe: yes |
18 Oct 2012 19:21:20
4.3.10_1 
|
dinoex  |
- drop maintainership
Feature safe: yes |
13 Oct 2012 13:39:59
4.3.10_1 
|
dinoex  |
- cleanup comments
Feature safe: yes |
16 Sep 2012 15:03:18
4.3.10_1 
|
dinoex  |
- use OPTIONS_DEFINE |
10 Aug 2012 10:34:59
4.3.10_1 
|
dinoex  |
- fix build of showgraph
- bump PORTREVISION |
06 Aug 2012 18:24:17
4.3.10 
|
dinoex  |
- distfile repacked, verified only docs where updated.
- make portlint happier |
05 Aug 2012 23:19:40
4.3.10 
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
04 Aug 2012 05:38:21
4.3.10 
|
dinoex  |
- update to 4.3.10 |
01 Jun 2012 05:26:28
4.3.7_2 
|
dinoex  |
- update png to 1.5.10 |
07 May 2012 18:52:09
4.3.7_1 
|
sylvio  |
- Chase rrdtool shlib version bump. |
22 Feb 2012 04:54:33
4.3.7 
|
dinoex  |
- use OPTIONS
PR: 164716
Submitted by: Falz |
22 Feb 2012 04:53:43
4.3.7 
|
dinoex  |
- use OPTIONS |
14 Jan 2012 14:49:25
4.3.7 
|
dinoex  |
- escape shell names |
14 Jan 2012 08:57:23
4.3.7 
|
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. |
12 Jan 2012 06:20:14
4.3.7 
|
dinoex  |
- update to 4.3.7 |
06 Aug 2011 08:46:54
4.3.4 
|
dinoex  |
- update to 4.3.4 |
28 Jul 2011 12:43:22
4.3.3_1 
|
sylvio  |
- Chase net-snmp shlib version bump. |
19 May 2011 18:46:46
4.3.3 
|
dinoex  |
- update to 4.3.3 |
07 Apr 2011 17:04:47
4.3.2 
|
dinoex  |
- update to 4.3.2 |
02 Apr 2011 14:26:29
4.3.0 
|
dinoex  |
- update to 4.3.0
services and files and urls have been renamed
see UPDATING for migration from older config. |
20 Mar 2011 12:54:45
4.2.3_1 
|
miwi  |
- Get Rid MD5 support |
27 Nov 2010 08:48:08
4.2.3_1 
|
dinoex  |
- update MASTER_SITES
PR: 152601
Submitted by: Florian Smeets |
18 Nov 2010 15:55:48
4.2.3_1 
|
dinoex  |
- update MASTER_SITES |
11 Jun 2010 08:55:44
4.2.3_1 
|
dinoex  |
- fix pkg-plist for LICENSE |
04 Jun 2010 13:49:15
4.2.3_1 
|
dinoex  |
LICENSE GPLv2 |
25 May 2010 21:14:44
4.2.3_1 
|
pav  |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat |
28 Mar 2010 06:47:48
4.2.3_1 
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
27 Mar 2010 00:15:24
4.2.3_1 
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:32:25
4.2.3 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
27 Mar 2009 19:41:49
4.2.3 
|
dinoex  |
- MAKE_JOBS_UNSAFE |
26 Feb 2009 18:54:32
4.2.3 
|
dinoex  |
- update to 4.2.3
PR: 132032
Submitted by: falz |
15 Feb 2009 16:44:55
4.2.2 
|
dinoex  |
- add LICENSE: |
11 Jan 2009 21:11:35
4.2.2 
|
dinoex  |
- update to 4.2.2 |
11 Jan 2009 21:04:12
4.2.0_3 
|
dinoex  |
- set homedir
PR: 125081 |
11 Jan 2009 20:57:17
4.2.0_3 
|
dinoex  |
- repocopy hobbit-* -> xymon-* |