Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.30_3 15 Aug 2024 10:55:29 |
Po-Chuan Hsieh (sunpoet) |
net/mtr: Convert X11 option to x11 and nox11 flavors
net/mtr-nox11 is net/mtr@nox11 now. |
4.3.30_3 29 Jul 2024 12:48:53 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of databases/rrdtool
New version of rrdtool in tree |
4.3.30_2 22 Jan 2024 16:52:32 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/xymon-server: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
4.3.30_1 11 Feb 2023 12:43:52 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/xymon-server: Fix BUILD with LDAP option
- While converting USE_LDAP=yes to USES=ldap this port was missed. Fix
this.
- Utilize OPTIONS framework
PR: 269486
Reported by: dinoex
Approved by: portmgr (just-fix-it)
Fixes: 6e1233b Mk/**ldap.mk: Convert USE_LDAP to USES=ldap |
4.3.30_1 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3.30_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3.30_1 10 Aug 2021 21:26:48 |
Mark Felder (feld) |
net-mgmt/xymon-server: Fix default mtr flags
A default flag passed to mtr for generating traceroute reports was invalid |
4.3.30 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.3.30 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.3.30 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3.30 14 Jan 2020 17:17:42 |
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. |
4.3.29 07 Sep 2019 13:25:24 |
feld |
net-mgmt/xymon-server: Update to 4.3.29
Includes a few CVE fixes
MFH: 2019Q3 |
4.3.28_1 26 Jul 2019 20:46:57 |
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 |
4.3.28 15 Jun 2019 12:59:24 |
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) |
4.3.28 11 Jan 2018 16:53:45 |
danfe |
Remove superfluous linefeeds and fix some other minor whitespace bugs. |
4.3.28 14 Feb 2017 13:17:57 |
feld |
net-mgmt/xymon-{client,server}: Update to 4.3.28
Changelog: http://lists.xymon.com/archive/2017-January/044285.html |
4.3.27_2 12 Nov 2016 22:23:32 |
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. |
4.3.27_1 20 Jul 2016 15:33:20 |
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 |
4.3.27_1 24 May 2016 14:30:59 |
feld |
net-mgmt/xymon-server: Modernize port
Clean up pkg-plist
Move @exec to post-install
Reported by: bapt |
4.3.27_1 02 May 2016 16:08:56 |
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 |
4.3.27 08 Apr 2016 20:12:52 |
feld |
net-mgmt/xymon-client & xymon-server: Update to 4.3.27
Changelog: http://lists.xymon.com/archive/2016-March/043283.html |
4.3.26 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.3.26 25 Feb 2016 18:08:42 |
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 |
4.3.25 09 Feb 2016 17:05:22 |
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 |
4.3.24_1 25 Nov 2015 17:37:37 |
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. |
4.3.24 24 Nov 2015 16:07:28 |
feld |
net-mgmt/xymon-server: Update to 4.3.24
Also ensure 301 redirects are conisidered "GREEN". This has been
reported upstream. |
4.3.23_1 23 Nov 2015 19:52:04 |
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. |
4.3.23 13 Nov 2015 15:54:46 |
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/ |
4.3.22 06 Nov 2015 19:43:42 |
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/ |
4.3.21_3 08 Oct 2015 15:12:22 |
olgeni |
Remove trailing whitespace from Makefiles, M-X. |
4.3.21_3 18 Sep 2015 16:05:45 |
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. |
4.3.21_2 27 May 2015 19:26:56 |
feld |
Forgot to commit a patch.
Better bump portrevision.
Pointyhat -> me
Reported by: mmoll |
4.3.21_1 27 May 2015 16:26:13 |
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. |
4.3.21 23 May 2015 21:59:48 |
feld |
Update to 4.3.21 |
4.3.20 16 May 2015 00:04:49 |
feld |
Update to Xymon 4.3.20 |
4.3.19 02 Apr 2015 13:00:58 |
feld |
Did not need to specify CPE_VENDOR or CPE_PRODUCT |
4.3.19 31 Mar 2015 12:55:57 |
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. |
4.3.18_6 09 Mar 2015 13:24:11 |
feld |
Previous patch for xymonproxy didn't land in the files dir |
4.3.18_5 17 Feb 2015 19:31:11 |
feld |
Add patch to improve xymonproxy reliability on FreeBSD |
4.3.18_4 03 Feb 2015 21:28:24 |
feld |
Upstream re-rolled 4.3.18 release |
4.3.18_3 05 Jan 2015 14:00:04 |
feld |
Add patch to fix xymonnet crashing when a DNS check returns an AAAA
record
PR: 196495
Submitted by: kvedulv@kvedulv.de |
4.3.18_2 31 Dec 2014 20:18:27 |
feld |
Permit building against OpenSSL without SSLv2 support
PR: 195796
Submitted by: lifanov@mail.lifanov.com |
4.3.18_1 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
4.3.18 19 Dec 2014 18:08:41 |
feld |
Update Xymon to 4.3.18
This version was not put on the usual MASTER SITE much to my dismay. |
4.3.17_4 07 Oct 2014 19:43:33 |
feld |
Add CPE support and fix plist issue I'd previously missed.
While here, modernize port and plist. |
4.3.17_3 28 Aug 2014 10:21:32 |
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) |
4.3.17_2 24 Jul 2014 18:34:16 |
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 ) |
4.3.17_1 26 Feb 2014 18:09:20 |
feld |
Remove unnecessary quotes.
Remember to run rclint one last time before you commit >:-(
Sponsored by: SupraNet Communications, Inc |
4.3.17_1 26 Feb 2014 18:00:52 |
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 |
4.3.17 25 Feb 2014 14:14:36 |
feld |
Update Xymon ports to 4.3.17 |
4.3.16 10 Feb 2014 20:10:29 |
feld |
Update xymon-server and xymon-client to 4.3.16
Approved by: swills (mentor) |
4.3.12_1 17 Nov 2013 21:08:55 |
feld |
Fix LDAP option
Fix directory permission issue
PR: ports/183976
Approved by: swills (mentor) |
4.3.12 02 Nov 2013 17:06:48 |
feld |
Support STAGE
Approved by: swills (mentor) |
4.3.12 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
4.3.12 13 Sep 2013 18:58:12 |
feld |
Fix building on HEAD with no GCC
Approved by: swills (mentor) |
4.3.12 29 Jul 2013 15:03:59 |
feld |
Fix my email address again, using proper @FreeBSD.org styling
Approved by: swills (mentor) |
4.3.12 25 Jul 2013 11:30:01 |
feld |
Update my email address throughout the tree
Approved by: swills (mentor) |
4.3.12 24 Jul 2013 15:08:42 |
feld |
- Update to 4.3.12
Approved by: swills (mentor) |
4.3.11_1 27 May 2013 12:44:13 |
swills |
- Fix permissions change
Reported by: redports |
4.3.11 27 May 2013 02:13:59 |
swills |
- Update to 4.3.11
- Proper usage of USERS and GROUPS
PR: ports/178322
Submitted by: Mark Felder <feld@feld.me> (maintainer) |
4.3.10_3 04 May 2013 22:48:04 |
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) |
4.3.10_3 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
4.3.10_2 24 Nov 2012 01:54:23 |
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 |
4.3.10_1 18 Oct 2012 19:21:20 |
dinoex |
- drop maintainership
Feature safe: yes |
4.3.10_1 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
4.3.10_1 16 Sep 2012 15:03:18 |
dinoex |
- use OPTIONS_DEFINE |
4.3.10_1 10 Aug 2012 10:34:59 |
dinoex |
- fix build of showgraph
- bump PORTREVISION |
4.3.10 06 Aug 2012 18:24:17 |
dinoex |
- distfile repacked, verified only docs where updated.
- make portlint happier |
4.3.10 05 Aug 2012 23:19:40 |
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 |
4.3.10 04 Aug 2012 05:38:21 |
dinoex |
- update to 4.3.10 |
4.3.7_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.3.7_1 07 May 2012 18:52:09 |
sylvio |
- Chase rrdtool shlib version bump. |
4.3.7 22 Feb 2012 04:54:33 |
dinoex |
- use OPTIONS
PR: 164716
Submitted by: Falz |
4.3.7 22 Feb 2012 04:53:43 |
dinoex |
- use OPTIONS |
4.3.7 14 Jan 2012 14:49:25 |
dinoex |
- escape shell names |
4.3.7 14 Jan 2012 08:57:23 |
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. |
4.3.7 12 Jan 2012 06:20:14 |
dinoex |
- update to 4.3.7 |
4.3.4 06 Aug 2011 08:46:54 |
dinoex |
- update to 4.3.4 |
4.3.3_1 28 Jul 2011 12:43:22 |
sylvio |
- Chase net-snmp shlib version bump. |
4.3.3 19 May 2011 18:46:46 |
dinoex |
- update to 4.3.3 |
4.3.2 07 Apr 2011 17:04:47 |
dinoex |
- update to 4.3.2 |
4.3.0 02 Apr 2011 14:26:29 |
dinoex |
- update to 4.3.0
services and files and urls have been renamed
see UPDATING for migration from older config. |
4.2.3_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.2.3_1 27 Nov 2010 08:48:08 |
dinoex |
- update MASTER_SITES
PR: 152601
Submitted by: Florian Smeets |
4.2.3_1 18 Nov 2010 15:55:48 |
dinoex |
- update MASTER_SITES |
4.2.3_1 11 Jun 2010 08:55:44 |
dinoex |
- fix pkg-plist for LICENSE |
4.2.3_1 04 Jun 2010 13:49:15 |
dinoex |
LICENSE GPLv2 |
4.2.3_1 25 May 2010 21:14:44 |
pav |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat |
4.2.3_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.2.3_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
4.2.3 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
4.2.3 27 Mar 2009 19:41:49 |
dinoex |
- MAKE_JOBS_UNSAFE |
4.2.3 26 Feb 2009 18:54:32 |
dinoex |
- update to 4.2.3
PR: 132032
Submitted by: falz |
4.2.2 15 Feb 2009 16:44:55 |
dinoex |
- add LICENSE: |
4.2.2 11 Jan 2009 21:11:35 |
dinoex |
- update to 4.2.2 |
4.2.0_3 11 Jan 2009 21:04:12 |
dinoex |
- set homedir
PR: 125081 |
4.2.0_3 11 Jan 2009 20:57:17 |
dinoex |
- repocopy hobbit-* -> xymon-* |