Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.4,1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
2.4.4,1 02 Sep 2023 11:01:35 |
Jochen Neumeister (joneum) Author: Marius Halden |
net-mgmt/nagios-plugins: Update to 2.4.4
Changelog: https://nagios-plugins.org/nagios-plugins-2-4-4-released/
PR: 271312
Sponsored by: Netzkommune GmbH |
2.4.3,1 15 Feb 2023 07:53:36 |
Jochen Neumeister (joneum) |
net-mgmt/nagios-plugins: Take Maintership
Sponsored by: Netzkommune GmbH |
2.4.3,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 |
2.4.3,1 31 Jan 2023 17:42:17 |
Nuno Teixeira (eduardo) Author: Kurt Jaeger |
net-mgmt/nagios-plugins: Update to 2.4.3
- fix check_icmp bug from PR#264342
ChangeLog:
https://github.com/nagios-plugins/nagios-plugins/blob/master/NEWS
PR: 264342, 269230 |
2.4.0_1,1 27 Jan 2023 13:30:21 |
Mathieu Arnold (mat) |
net-mgmt/nagios-plugins: drop maintainership |
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) |
2.4.0_1,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 ) |
2.4.0_1,1 19 Aug 2022 01:25:37 |
Danilo G. Baio (dbaio) Author: Alan Hicks |
net-mgmt/nagios-plugins: Fix check_smtp certificate
https://github.com/nagios-plugins/nagios-plugins/pull/649
PR: 263192
Approved by: maintainer timeout
MFH: 2022Q3 |
2.4.0,1 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
2.4.0,1 04 Apr 2022 07:27:07 |
Mathieu Arnold (mat) |
net-mgmt/nagios-plugins: update to 2.4.0 |
2.3.3_2,1 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
2.3.3_2,1 21 Jun 2021 07:54:10 |
Mathieu Arnold (mat) |
net-mgmt/nagios-plugins: Fix redirect in WWW/MASTER_SITES |
2.3.3_2,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.3_2,1 31 Aug 2020 12:40:02 |
mat |
Cleanup, no functionnal change. |
2.3.3_2,1 31 Aug 2020 12:39:58 |
mat |
Fix check_dig when it uses drill and when changing the port.
PR: 249027
Reported by: Joakim Lindblom |
2.3.3_1,1 26 Aug 2020 14:24:13 |
mat |
Fix ping6 after base r351423.
PR: 246209
Submitted by: brd |
2.3.3,1 12 Mar 2020 13:20:52 |
mat |
Update to 2.3.3. |
2.3.2,1 24 Feb 2020 21:46:42 |
mat |
Children, don't patch an drive.
Pointy hat: mat |
2.3.2,1 24 Feb 2020 15:38:17 |
mat |
Update to 2.3.2.
General cleanup. |
2.3.1,1 16 Dec 2019 10:11:51 |
mat |
Update to 2.3.1. |
2.3.0,1 09 Dec 2019 14:10:40 |
mat |
Update to 2.3.0. |
2.2.1_8,1 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
2.2.1_8,1 29 Apr 2019 21:15:42 |
mat |
Fix runtime for *-plugins when building WITH=BINDTOOLS. |
2.2.1_7,1 23 Apr 2019 13:04:12 |
mat |
Remove conflicts from bind-tools and the server ports.
All servers now depend on the same bind-tools, from the latest BIND9
release.
Chase dependencies to make sure they now depend on the correct port.
Differential Revision: https://reviews.freebsd.org/D19922 |
2.2.1_6,1 12 Mar 2019 16:11:15 |
mat |
Add BIND9 9.12 and 9.14 as possible depends.
PR: 236186
Reported by: leres |
2.2.1_6,1 04 Jul 2018 11:52:25 |
rene |
Bump the minimum bind version to dns/bind911 in dependent ports. |
2.2.1_6,1 08 Jan 2018 13:38:55 |
mat |
Fix check_ntp_time.
It periodically returns "Socket timeout" when one of several ntp server
doesn't response.
PR: 224926
Submitted by: admins perceptyx com
Sponsored by: Absolight |
2.2.1_5,1 06 Nov 2017 14:24:56 |
mat |
Fix build with MariaDB 10.2.
PR: 223387
Submitted by: brnrd
Reported by: fbsd98816551 avksrv org
Sponsored by: Absolight |
2.2.1_5,1 14 Sep 2017 11:58:58 |
mat |
Add support for opensmtp in check_mailq.
PR: 222237
Submitted by: mmokhi
Obtained
from: https://github.com/nagios-plugins/nagios-plugins/commit/d56818f5121b05439c7b7a1655d96ab39e066797
Obtained
from: https://github.com/monitoring-plugins/monitoring-plugins/pull/1495
Sponsored by: Absolight |
2.2.1_4,1 30 Aug 2017 14:32:10 |
mat |
Restore check_http's -C option to its former glory.
Submitted by: feld
Sponsored by: Absolight |
2.2.1_3,1 29 Aug 2017 16:06:05 |
mat |
Fix the check_swap again.
PR: 219068
Sponsored by: Absolight |
2.2.1_2,1 29 Aug 2017 13:30:40 |
mat |
Add forgotten patch.
PR: 197193
Submitted by: mitsururike gmail com
Sponsored by: Absolight |
2.2.1_2,1 29 Aug 2017 11:46:03 |
mat |
Add jail support to check_procs.
PR: 197193
Submitted by: mitsururike gmail com
Sponsored by: Absolight |
2.2.1_1,1 04 May 2017 14:16:30 |
mat |
Fix check_swap.
PR: 219068
Submitted by: Markus Wennrich
Sponsored by: Absolight |
2.2.1,1 02 May 2017 10:46:28 |
mat |
Update to 2.2.1.
Sponsored by: Absolight |
2.2.0_2,1 26 Mar 2017 22:24:35 |
mat |
Add timeout to check_ping{,6} commands. It helps nagios/icinga when
packet loss occur.
PR: 218148
Reported by: Josef Karthauser
Sponsored by: Absolight |
2.2.0_1,1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.2.0_1,1 02 Mar 2017 09:55:13 |
mat |
Fix a check_http bug introduced while fixing some other bug.
Obtained
from: https://github.com/nagios-plugins/nagios-plugins/commit/7300528aca1da07b93cab52493552b445b1c276b
Sponsored by: Absolight |
2.2.0,1 07 Feb 2017 13:06:16 |
mat |
Update to 2.2.0
Sponsored by: Absolight |
2.1.4,1 12 Jan 2017 11:30:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
2.1.4,1 21 Dec 2016 11:12:54 |
mat |
Update to 2.1.4.
Reported by: portscout
Sponsored by: Absolight |
2.1.3,1 15 Sep 2016 15:27:51 |
mat |
Update to 2.1.3.
PR: 212679
Submitted by: Adrian Murphy
Sponsored by: Absolight |
2.1.2,1 03 Aug 2016 14:21:35 |
mat |
Update to 2.1.2.
Reported by: portscout
Sponsored by: Absolight |
2.1.1_5,1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
2.1.1_5,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.1.1_5,1 19 Jan 2016 14:37:16 |
mat |
Version 2.1 has a knob to tell where sudo is. Use it.
PR: 206331
Submitted by: ohauer
Sponsored by: Absolight |
2.1.1_4,1 15 Jan 2016 16:04:16 |
mat |
Fix build and runtime with openssl with SSLv3 disabled.
While there, rename patches.
PR: 206263
Submitted by: chris chrullrich net
Sponsored by: Absolight |
2.1.1_3,1 08 Oct 2015 12:14:37 |
mat |
Fix a regression where plugins would segfault if the monitored tcp port
is closed.
PR: 203572
Submitted by: johan stromnet se
Obtained
from: https://github.com/stromnet/nagios-plugins/commit/a18f60cc610c690cc0756bc258b8202a1541a067
MFH: 2015Q4
Sponsored by: Absolight |
2.1.1_2,1 08 Sep 2015 21:20:33 |
mat |
Fix check_file_age.
PR: 202973
Sponsored by: Absolight |
2.1.1_1,1 03 Sep 2015 23:18:02 |
mat |
Fix check_mailq.
Noticed by: ohauer
Sponsored by: Absolight |
2.1.1,1 03 Sep 2015 08:50:30 |
mat |
Update to 2.1.1
Sponsored by: Absolight |
2.0.3_9,1 10 Mar 2015 11:39:18 |
mat |
Fix a segfault in check_dhcp.
PR: 198318
Submitted by: Ian Pallfreeman
Sponsored by: Absolight |
2.0.3_8,1 21 Jan 2015 13:11:29 |
mat |
Fix check_dhcp.
PR: 196964
Submitted by: Rudolf Cejka
Sponsored by: Absolight |
2.0.3_7,1 19 Jan 2015 17:52:57 |
mat |
Fix check_dig on > 10 with IPv6
PR: 196725
Submitted by: brd
Sponsored by: Absolight |
2.0.3_6,1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
2.0.3_5,1 12 Jan 2015 16:04:10 |
mat |
Remove the JAIL option.
Force the full path to a few binaries.
Make sure the checks that need to be suid are suid.
Differential Revision: https://reviews.freebsd.org/D1502
Tested by: dvl
Sponsored by: Absolight |
2.0.3_4,1 06 Jan 2015 22:44:55 |
mat |
Add a note about building with poudriere.
Sponsored by: Absolight |
2.0.3_4,1 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
2.0.3_4,1 29 Oct 2014 07:59:32 |
mat |
And one day, poudriere testport -c will work.
Sponsored by: Absolight |
2.0.3_4,1 29 Oct 2014 07:56:54 |
mat |
Add an option to build with ssh from security/openssh-portable instead of base
ssh.
PR: 193754
Submitted by: chrysalis chrysalisnet org
Sponsored by: Absolight |
2.0.3_3,1 03 Oct 2014 12:41:33 |
tijl |
Remove some unneeded patches, patch configure and Makefile.in instead of
configure.ac and Makefile.am so USES=autoreconf can be removed (avoids a
problem with upcoming devel/libtool update)
PR: 194068 |
2.0.3_3,1 30 Sep 2014 21:50:43 |
rene |
net-mgmt/nagios-plugins:
- remove optional dependency on expired dns/bind98
- bump PORTREVISION
PR: ports/194052
Approved by: maintainer (mat) |
2.0.3_2,1 24 Sep 2014 21:27:50 |
mat |
Fix building WITH=NLS
Many thanks to: tijl
Sponsored by: Absolight |
2.0.3_2,1 22 Sep 2014 18:58:28 |
mat |
USES=autoreconf, USES=pgsql.
Sponsored by: Absolight |
2.0.3_2,1 26 Aug 2014 02:09:46 |
amdmi3 |
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
2.0.3_1,1 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 ) |
2.0.3,1 02 Jul 2014 09:52:06 |
mat |
Update to 2.0.3.
Sponsored by: Absolight |
2.0.2,1 20 May 2014 21:29:57 |
mat |
Update to 2.0.2.
Changes: https://nagios-plugins.org/nagios-plugins-2-0-2-released/
Sponsored by: Absolight |
2.0.1_2,1 09 May 2014 17:54:40 |
mat |
Note conflict with monitoring-plugins.
Sponsored by: Absolight |
2.0.1_1,1 09 May 2014 16:23:41 |
mat |
- Fix check_mailq with qmail [1]
- Add LICENSE
- Fix a few occurences of /usr/local
- USES=libtool
- Add a backup MASTER_SITE.
Reported by: Filias Heidt [1]
Sponsored by: Absolight |
2.0.1,1 21 Apr 2014 09:53:08 |
mat |
Add a bit for people still using REPLACE_BASE with BIND.
Reported by: Craig Leres
Sponsored by: Absolight |
2.0.1,1 16 Apr 2014 09:46:29 |
mat |
Update to 2.0.1.
Changes: https://nagios-plugins.org/nagios-plugins-2-0-1-released/
Sponsored by: Absolight |
2.0_1,1 15 Apr 2014 09:57:47 |
mat |
Go back one step and one to the right. Shipping dig and nslookup
was a bad idea, I can't guess what dependencies they need (like
libidnkit) so back to the first option, allowing people to choose
what they want to do.
Add five new options, use DNS from base, which means that >= 10,
check_dns won't be there and check_dig will use drill, or allow
choosing between bind-tools, bind98, bind99 and bind910.
Sponsored by: Absolight |
2.0,1 14 Apr 2014 20:39:46 |
mat |
Fix build WITH=JAILS.
PR: 188627
Submitted by: Ryan Frederick
Sponsored by: Absolight |
2.0,1 14 Apr 2014 15:29:17 |
mat |
Update to 2.0
- Convert to options knobs
- On FreeBSD >=10.0 install a hidden copy of dig/nslookup
to help with check_dig, and add back check_dns.
Changes: https://nagios-plugins.org/nagios-plugins-2-0-released/
Sponsored by: Absolight |
1.5_1,1 12 Apr 2014 19:50:37 |
mat |
Take.
Sponsored by: Absolight |
1.5_1,1 12 Apr 2014 19:39:56 |
demon |
Release, ENOTIME. |
1.5_1,1 20 Feb 2014 13:30:57 |
demon |
Make drill more similar to dig. |
1.5_1,1 24 Jan 2014 16:23:24 |
demon |
This was not a move but rather a divorce.
Point master-site and WWW back to nagios-plugins.org.
monitoring-plugins probably deserves another port (if they release new version).
Pointer out by: lme and others. |
1.5_1,1 15 Jan 2014 15:10:52 |
thierry |
Chase domain name change.
PR: ports/185801
Submitted by: /me
Approved by: demon (maintainer) |
1.5_1,1 09 Jan 2014 23:48:23 |
bapt |
Fix packaging as a user |
1.5_1,1 16 Dec 2013 20:17:52 |
demon |
More compact way to handle options.
Submitted by: mat |
1.5_1,1 16 Dec 2013 12:06:28 |
demon |
Fix PLIST for users with world built WITHOUT_OPENSSH.
PR: 184736
Submitted by: wallman
(he proposed different solution) |
1.5_1,1 15 Dec 2013 15:18:07 |
demon |
Add new option: EXTRAOPTS. It enables parsing of plugins ini
config files for extra options.
Submitted by: Chris 'sh0shin' Frage <cf@sh0shin.org> |
1.5_1,1 15 Dec 2013 15:13:13 |
demon |
Use drill(1) instead of dig(1) on fresh FreeBSD-10.
Disable check_dns for now because there is no nslookup in base.
Several people pointed out drill can be use instead of dig
(mat@, Alexander Wittig <alexander@wittig.name>, et al). |
1.5_1,1 14 Dec 2013 16:52:16 |
demon |
Use modern syntax for LIB_DEPENDS. |
1.5_1,1 14 Dec 2013 16:49:23 |
demon |
--without-pgsql does work now. |
1.5_1,1 14 Dec 2013 15:56:27 |
demon |
Fix build of check_radius.
PR: 184759
Patch from Niclas Zeising <zeising@daemonic.se> |
1.5,1 10 Dec 2013 16:21:22 |
demon |
Remove patch integrated (in almost the same form) into distribution.
Noticed by: many |
1.5,1 10 Dec 2013 14:29:32 |
demon |
Update to version 1.5.
(check_dig problem on FreeBSD-10 still unresolved)
PR: 184644
Submitted by: Niclas Zeising <zeising@daemonic.se> |
1.4.16_3,1 22 Nov 2013 11:43:19 |
demon |
Revert r334475 for now until I figure out how to properly register dependency
on dig command (it can come wither from bindXX or bind-tools ports
which conflict to each other).
Noted by: mat@ and others. |
1.4.16_3,1 21 Nov 2013 11:30:10 |
demon |
Add optional dependency on bind-tools to install dig(1) on FreeBSD-10 and above
(it has been removed from base system).
PR: 184118
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> |
1.4.16_3,1 25 Sep 2013 13:06:13 |
demon |
Get rid of sshd: Read from socket failed: Connection reset by peer [preauth]
in server logs when using check_ssh. |
1.4.16_2,1 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
1.4.16_2,1 14 Sep 2013 16:38:29 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.4.16_2,1 24 Jul 2013 13:32:39 |
demon |
Take maintainership. |
1.4.16_2,1 24 Jul 2013 12:45:07 |
culot |
- Reassign to the heap
PR: ports/180754
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) |
1.4.16_2,1 16 Jul 2013 05:42:37 |
ade |
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X |
1.4.16_2,1 20 Jun 2013 15:57:33 |
antoine |
Do not touch charset.alias |