126 Commits

Author SHA1 Message Date
sthen
63fbbfe2b7 update to librenms-21.4.0 2021-04-23 21:15:18 +00:00
sthen
a99233fede update to librenms-21.3.0 2021-03-27 15:13:34 +00:00
sthen
06e20cb110 switch default MODPHP_VERSION to 7.4 and bump ports which have changed
version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode).
2021-02-24 16:48:59 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
e0650d28ca update to librenms-21.2.0 2021-02-18 11:59:50 +00:00
sthen
8e1142abb7 switch roundcube/plugins and librenms to MODPHP_VERSION=7.4 2021-02-06 20:33:27 +00:00
sthen
787e1781ee update to librenms-21.1.0 2021-02-02 10:05:11 +00:00
sthen
8ba1290981 update to librenms-1.70.1 2020-12-03 18:04:02 +00:00
sthen
f12848f8b3 update to LibreNMS 1.69 2020-11-06 15:02:50 +00:00
sthen
6f770247e8 update to librenms-1.68 2020-10-02 18:45:23 +00:00
sthen
fe81d3c483 update to librenms-1.67 2020-09-04 21:19:59 +00:00
sthen
a9ef9ffd0d update to librenms-1.66 2020-08-01 11:16:49 +00:00
sthen
9a24512173 update to librenms-1.65.1 2020-07-26 16:34:52 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
fdfbc6c64f update to librenms-1.65 2020-07-04 19:51:43 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
756c72caf6 librenms: add some small optional RUN_DEPENDS, used for the distributed poller 2020-06-18 09:54:14 +00:00
sthen
6ddede44e2 update to librenms-1.64.1 2020-06-06 19:02:24 +00:00
sthen
5ab5c3af82 librenms: switch dependency from py-mysqlclient to py-pymysql and
drop related patches
2020-06-01 20:56:22 +00:00
sthen
0ceb9f2c47 update to librenms-1.64 2020-06-01 15:01:25 +00:00
sthen
e0b4a7d5fd librenms tweaks:
- switch dependency from databases/py-mysql to databases/py-mysqlclient,
requested by (and original diff from) jasper@
- stop patching MODPHP_BIN now that we provide a symlink, makes it easier
to use with newer PHP
2020-05-15 10:23:05 +00:00
sthen
dbbc027643 update to librenms-1.63 2020-04-29 17:23:52 +00:00
sthen
b477f3fcfd update to librenms-1.62.2 2020-04-05 19:27:15 +00:00
sthen
1a98626356 update to LibreNMS 1.62 2020-04-01 20:05:49 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen
f084c36381 update to librenms-1.61 2020-03-07 14:16:24 +00:00
sthen
3b6024d955 symlink the lnms script into /usr/local/bin 2020-02-14 10:31:55 +00:00
sthen
585e2ca2a7 @comment some .gitignore files 2020-02-11 18:59:09 +00:00
sthen
b874d9996e update to librenms-1.60
- rework the README a bit, install notes may still need some fixes

- note: run daily.sh as _librenms after installing the new version to
update schemas, you will see errors when you try to login if you don't
do this.

- note: some things moved from symbolic links to real files which
pkg_add -u doesn't cope with (this is the same case as "exotest" in
regress/usr.sbin/pkg_add). pkg_delete then pkg_add when updating.
@ask-update is used in the plist to try to warn you and ask you to
cancel during the update in this case.
2020-02-06 22:42:29 +00:00
sthen
961e5936cd drop MODPHP_VERSION=7.3, it is now the default 2019-09-26 22:01:47 +00:00
sthen
ff630e114f update to librenms-1.53.1 2019-07-03 14:07:46 +00:00
sthen
fd070ab6de update to librenms-1.53 2019-07-02 16:57:58 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
a1af532884 update to librenms-1.52 2019-05-28 14:18:31 +00:00
sthen
59b9d5d0ef - switch librenms, roundcube and related ports to php 7.3
- mention in rcube-sieverules/pkg/DESCR that it's unmaintained upstream
(suggest using the bundled Managesieve plugin instead)
2019-05-20 13:23:44 +00:00
sthen
c4291514c2 update to librenms-1.51 2019-04-30 15:25:50 +00:00
sthen
53defd7102 remove more PKG_ARCH=* with pyc in PLIST 2019-04-27 23:55:04 +00:00
sthen
1c009f9e0e update to librenms-1.50.1
- Affects users of webservers not using .htaccess:

Moved php files outside of public html directory (Apache was protected
by .htaccess)

Some files could be accessed directly, leaking some information, like
the version in about.inc.php but not statistics because it doesn't have
DB access.

- Affects all users:

Some files did not check for authentication and could disclose some info.
Better checks before including files from user input

Fix unescaped variables in ajax_search.php
2019-04-18 17:20:51 +00:00
sthen
8cb44b246c update to librenms-1.50 2019-04-01 13:52:45 +00:00
sthen
1d05beb7b7 librenms/cache dir should be writable 2019-03-19 13:55:47 +00:00
sthen
05d8d8e9e2 Mention in the pkg-readme how to convert alert templates from old-style
to new (if you see messages with keywords like "Severity: %severity" you
need to do this) - at present there's a built-in converter but this won't
stay around forever.
2019-03-17 22:44:22 +00:00
sthen
c6f6f6b011 update to librenms-1.49 2019-03-06 15:08:24 +00:00
sthen
b3acab9eae use UPDATE_PLIST_ARGS += -i MODPHP_VERSION to prevent bad subst's creeping back in 2019-02-08 10:18:49 +00:00
sthen
6faa6fd495 fix bad ${MODPHP_VERSION} subst (no pkg change) 2019-02-07 22:47:43 +00:00
sthen
d897ded9f6 update to librenms-1.48.1 2019-02-01 12:57:44 +00:00
sthen
6bd627d28f update to LibreNMS 1.48 2019-01-29 22:20:37 +00:00
sthen
ac2bb9b5e3 update to librenms-1.47 2019-01-04 13:43:35 +00:00
sthen
34509d6a9d update to librenms-1.46 2018-12-03 18:41:36 +00:00
sthen
12e10d5793 update to librenms-1.45 2018-11-29 23:49:03 +00:00
sthen
55067c0145 update to librenms-1.44 2018-10-17 20:24:38 +00:00