Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.3_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.3.3_1 19 Mar 2023 09:27:13 |
Jochen Neumeister (joneum) |
net-mgmt/monitoring-plugins: Fix a problem with NLS
there was an error with the build when NLS is set, see
https://github.com/monitoring-plugins/monitoring-plugins/issues/1853
PR: 269922
Reported by: Tom Weustink <t.weustink@outlook.com>
Sponsored by: Netzkommune GmbH |
2.3.3_1 13 Mar 2023 17:59:23 |
Jochen Neumeister (joneum) Author: James TD Smith |
net-mgmt/monitoring-plugins: fix a check_http problem
Updated monitoring-plugins to 2.3.3 and noticed check_http was segfaulting on
some checks. Issue was already reported upstream and fixed:
https://github.com/monitoring-plugins/monitoring-plugins/pull/1840
PR: 269747
Sponsored by: Netzkommune GmbH |
2.3.3 19 Feb 2023 11:36:42 |
Jochen Neumeister (joneum) |
net-mgmt/monitoring-plugins: Update to 2.3.3
Sponsored by: Netzkommune GmbH |
2.3.2 16 Feb 2023 18:48:39 |
Jochen Neumeister (joneum) Author: Kurt Jaeger |
net-mgmt/monitoring-plugins: Update to 2.3.3
Update to 2.3.2, fick check_icmp bug
PR: 269229 264342
Sponsored by: Netzkommune GmbH |
2.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.3.1 28 Jan 2023 08:54:05 |
Jochen Neumeister (joneum) |
*/*nagios*: Take Maintainership
Sponsored by: Netzkommune GmbH |
2.3.1 27 Jan 2023 13:28:57 |
Mathieu Arnold (mat) |
net-mgmt/monitoring-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.3.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.3.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.3.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.1 12 Apr 2021 15:49:24 |
Mathieu Arnold (mat) |
net-mgmt/monitoring-plugins: Update to 2.3.1. |
2.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3 17 Dec 2020 10:28:08 |
mat |
Update to 2.3. |
2.2_9 31 Aug 2020 12:40:02 |
mat |
Cleanup, no functionnal change. |
2.2_9 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.2_8 26 Aug 2020 14:24:13 |
mat |
Fix ping6 after base r351423.
PR: 246209
Submitted by: brd |
2.2_7 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
2.2_7 29 Apr 2019 21:15:42 |
mat |
Fix runtime for *-plugins when building WITH=BINDTOOLS. |
2.2_6 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_5 12 Mar 2019 16:11:15 |
mat |
Add BIND9 9.12 and 9.14 as possible depends.
PR: 236186
Reported by: leres |
2.2_5 03 Oct 2018 08:09:59 |
mat |
Fix spurious crashes.
PR: 231801
Submitted by: madpilot |
2.2_4 04 Jul 2018 11:52:25 |
rene |
Bump the minimum bind version to dns/bind911 in dependent ports. |
2.2_4 27 Mar 2018 09:20:31 |
mat |
Force path to sudo to fix, at least, check_mailq -s.
PR: 226918
Reported by: alexander wittig name
Sponsored by: Absolight |
2.2_3 07 Nov 2017 15:48:11 |
mat |
Fix build with MariaDB 10.2.
PR: 223424
Submitted by: brnrd
Reported by: Matthias Fechner
Sponsored by: Absolight |
2.2_3 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_2 29 Aug 2017 14:57:56 |
mat |
And with the correct patch.
Pointy hat: The heat in Paris is killing me.
Sponsored by: Absolight |
2.2_2 29 Aug 2017 14:37:11 |
mat |
Add jail id support to check_procs here too.
Sponsored by: Absolight |
2.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 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.2 12 Jan 2017 11:44:24 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
2.2 21 Dec 2016 11:12:50 |
mat |
Update to 2.2.
Reported by: portscout
Sponsored by: Absolight |
2.1.2_1 03 Aug 2016 14:21:40 |
mat |
Add an option for building with BIND9 9.11.
Sponsored by: Absolight |
2.1.2 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.2 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.2 13 Jan 2016 14:11:22 |
mat |
Update to 2.1.2.
Sponsored by: Absolight |
2.1.1 11 Mar 2015 15:47:54 |
mat |
Update to 2.1.1.
Sponsored by: Absolight |
2.0_8 10 Mar 2015 11:39:18 |
mat |
Fix a segfault in check_dhcp.
PR: 198318
Submitted by: Ian Pallfreeman
Sponsored by: Absolight |
2.0_7 21 Jan 2015 13:11:29 |
mat |
Fix check_dhcp.
PR: 196964
Submitted by: Rudolf Cejka
Sponsored by: Absolight |
2.0_6 19 Jan 2015 17:52:57 |
mat |
Fix check_dig on > 10 with IPv6
PR: 196725
Submitted by: brd
Sponsored by: Absolight |
2.0_5 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
2.0_4 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 06 Jan 2015 22:44:55 |
mat |
Add a note about building with poudriere.
Sponsored by: Absolight |
2.0_3 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 29 Oct 2014 07:59:32 |
mat |
And one day, poudriere testport -c will work.
Sponsored by: Absolight |
2.0_3 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_2 03 Oct 2014 12:42:43 |
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_2 30 Sep 2014 21:49:33 |
rene |
net-mgmt/monitoring-plugins:
- remove optional dependency on expired dns/bind98
- bump PORTREVISION
PR: ports/194051
Approved by: maintainer (mat) |
2.0_1 30 Sep 2014 12:17:24 |
mat |
Update WWW.
Sponsored by: Absolight |
2.0_1 24 Sep 2014 21:27:50 |
mat |
Fix building WITH=NLS
Many thanks to: tijl
Sponsored by: Absolight |
2.0_1 22 Sep 2014 18:58:28 |
mat |
USES=autoreconf, USES=pgsql.
Sponsored by: Absolight |
2.0_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 29 Jul 2014 14:43:17 |
mat |
Update to 2.0.
Changes: https://www.monitoring-plugins.org/news/release-2-0.html
Sponsored by: Absolight |
1.5.99.20140721_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 ) |
1.5.99.20140721 22 Jul 2014 13:31:22 |
mat |
Update to 20140721 snapshot.
Sponsored by: Absolight |
1.5.99.20140625 25 Jun 2014 12:09:18 |
mat |
Update to today's latest commit.
Sponsored by: Absolight |
1.5.99.20140427 09 May 2014 17:53:39 |
mat |
Add monitoring-plugins, a fork of nagios-plugins.
For now, use a snapshot from github until they release 1.6.
Sponsored by: Absolight |