Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
24.11.0,1 21 Nov 2024 00:39:07 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.11.0
re: https://github.com/librenms/librenms/releases/tag/24.11.0
NOTE: `lnms migrate` is required after installing this update |
24.10.1,1 06 Nov 2024 17:08:23 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.10.1
Additional security fixes
re: https://github.com/librenms/librenms/releases/tag/24.10.1 |
24.10.0,1 05 Nov 2024 20:04:35 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.10.0
re: https://github.com/librenms/librenms/releases/tag/24.10.0 |
24.9.1,1 30 Sep 2024 23:32:37 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.9.1
re: https://github.com/librenms/librenms/releases/tag/24.9.0
https://github.com/librenms/librenms/releases/tag/24.9.1 |
24.8.1,1 26 Aug 2024 00:03:54 |
Dan Langille (dvl) |
net-mgmt/librenms: update to 24.8.1 (bugfix)
re: https://github.com/librenms/librenms/releases/tag/24.8.1 |
24.8.0,1 15 Aug 2024 21:35:34 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.8.0
https://github.com/librenms/librenms/releases/tag/24.8.0 |
24.7.0,1 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. |
24.7.0,1 17 Jul 2024 13:09:18 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.7.0
re: https://github.com/librenms/librenms/releases/tag/24.7.0
NOTE: a database upgrade is required - this can be done from
the /validate page. |
24.6.0_1,1 17 Jul 2024 13:09:17 |
Dan Langille (dvl) |
net-mgmt/librenms: patch daily.sh with full paths
References to bash and php now use %%LOCALBASE%%
These errors seemed to cause the librenms service to fall over.
Solves these types of errors:
* /usr/local/www/librenms/daily.sh: line 30: php: command not found
* /usr/local/www/librenms/daily.sh: line 63: bash: command not found |
24.6.0,1 17 Jun 2024 12:00:54 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.6.0
re: https://github.com/librenms/librenms/releases/tag/24.6.0 |
24.5.0,1 22 May 2024 16:29:02 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.5.0
re: https://github.com/librenms/librenms/releases/tag/24.5.0
NOTE: the sample newsyslog.conf file will now:
* rotate /var/log/librenms/*.log instead of naming just two
* retain 14 days of logs, was 7
* not compress the log (if not ZFS, you want J, not -) |
24.4.1,1 21 Apr 2024 12:24:43 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.4.1
re: https://github.com/librenms/librenms/releases/tag/24.4.1 |
24.4.0,1 20 Apr 2024 13:07:37 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.4.0
re: https://github.com/librenms/librenms/releases/tag/24.4.0
While here, add a missing dep: sysutils/py-psutil
Also, note that the service is not starting up properly for me in a
jail. This may also affect non-jail hosts; I don't know. This is not
new to this release. Monitor /var/log/librenms/*.log and if you see
'Unable to launch a new process', then restart the service via:
service librenms restart
After that, all is well. |
24.3.0,1 02 Apr 2024 12:39:40 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.3.0
re: https://github.com/librenms/librenms/releases/tag/24.3.0 |
24.2.0,1 28 Feb 2024 17:05:35 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.2.0
re: https://github.com/librenms/librenms/releases/tag/24.2.0
This release works with php82 and php83 for me. The previous release
worked on php82, but not php83.
Adjust the pkg-message for so `lnms migrate` and `./validate.php` work
instead of saying you can't run this as root. |
24.1.0,1 10 Jan 2024 02:18:25 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 24.1.0
re: https://github.com/librenms/librenms/releases/tag/24.1.0
This release needs a database update. See pkg-message output |
23.11.0_1,1 20 Dec 2023 15:34:23 |
Dan Langille (dvl) |
net-mgmt/librenms: Unbreak capture page
My previous patch was broken, now fixed. |
23.11.0,1 17 Nov 2023 14:46:40 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 23.11.0
re: https://github.com/librenms/librenms/releases/tag/23.11.0
This release needs a database update. See pkg-message output. |
23.10.0_3,1 16 Nov 2023 20:41:03 |
Dan Langille (dvl) |
net-mgmt/librenms: add missing dependency: iconv
While here, run portfmt.
PR: 275130 |
23.10.0_2,1 12 Nov 2023 19:23:01 |
Muhammad Moinur Rahman (bofh) |
*/*: Cleanup php NOOP codes
There are some php modules which are by default installed and/or
statically linked in the default PHP installations and has no effect if
mentioned through USE_PHP. Remove those codes.
Also add comment for these cases like which extensions are required for
future references.
Approved by: portmgr (blanket) |
23.10.0_2,1 12 Nov 2023 00:32:39 |
Dan Langille (dvl) |
net-mgmt/librenms: Allow PHP 8.2
Turns out, it works fine with PHP 8.2
PR: 275034 |
23.10.0_2,1 29 Oct 2023 00:14:01 |
Dan Langille (dvl) |
net-mgmt/librenms: unbreak lnms
lnms insists upon lnms file is owned by root, it should be owned and ran
by a non-privileged user
Make it chown www because that's what the librenms service runs as.
I'm discussing a solution with upstream as to how to better fix this in
their code. The current solution allows the app to modify its own code. |
23.10.0_1,1 28 Oct 2023 22:01:18 |
Dan Langille (dvl) |
net-mgmt/librenms: Adjust dependencies
No longer required:
* net/pear-Net_IPv4
* net/pear-Net_IPv6
Add a missing PHP extension: zlib |
23.10.0,1 27 Oct 2023 17:41:05 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 23.10.0
re: https://github.com/librenms/librenms/releases/tag/23.10.0
See also UPDATING re crontab issue which this update fixes. |
23.9.1_3,1 08 Oct 2023 18:40:59 |
Dan Langille (dvl) |
net-mgmt/librenms: Improve patching
Instead of patching to /usr/local, patch to %%LOCALBASE%%, then use
SED to patch to ${LOCALBASE}
Reported by: osa |
23.9.1_2,1 07 Oct 2023 11:49:41 |
Dan Langille (dvl) |
net-mgmt/librenms: Fix start on FreeBSD 14/nginx
This may be a path issue or a shell issue, but nginx on FreeBSD 14
is not finding /usr/local/bin/php. The fix: use /usr/local/bin/php
as we have done with other patches.
PR: 274248 |
23.9.1_1,1 04 Oct 2023 15:30:33 |
Dan Langille (dvl) |
net-mgmt/librenms: remove /usr/bin/env usage
This problem occurred on Nginx, but not Apache. Instead of
"/usr/bin/env php", use "/usr/local/bin/php".
While here:
* add more to SHEBANG_FILES
* portfmnt
PR: 274248 |
23.9.1,1 26 Sep 2023 18:26:02 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 23.9.1
re: https://github.com/librenms/librenms/releases/tag/23.9.1
We skipped for no reason:
https://github.com/librenms/librenms/releases/tag/23.9.0 |
23.8.2,1 22 Aug 2023 13:44:38 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 23.8.2
This port update includes a new cron job which launches the schedule
process. This is distinct from the librenms-service.py daemon recently
introduced and also from the previous poller script.
See /usr/local/etc/cron.d/librenms
This update also installs symlink between /usr/local/bin/lnms and
%%%WWWDIR%%/lnms - this script is used during upgrades and always had
permissions issues when run as non-root. The script attempts to enforce
Linux-specific permissions (e.g. www owned). This symlink satisfies a
validation check the code does.
This commited patches the validation check for lnms. The check assumes
/usr/local/bin is on the path but that is not the case when librenms is
running. Instead, just check that the symlink exists.
files/pkg-message.in - updated to reflect lnms symlink changes
re: https://github.com/librenms/librenms/releases/tag/23.8.2
These releases were skipped over:
* https://github.com/librenms/librenms/releases/tag/23.8.1
* https://github.com/librenms/librenms/releases/tag/23.8.0 |
23.7.0_2,1 14 Aug 2023 17:56:39 |
Dan Langille (dvl) |
net-mgmt/librenms: Install the lang directory
PR: 273131 |
23.7.0_1,1 01 Aug 2023 00:00:45 |
Dan Langille (dvl) |
net-mgmt/librenms: bump PORTREVISION
I should have done this with my previous commit. |
23.7.0,1 30 Jul 2023 23:55:25 |
Dan Langille (dvl) |
net-mgmt/librenms: add many files to SHEBANG_FILES
While here, run portfmt over the Makefile - that accounts for the
majority of changes seen in the diff
patch LibreNMS/wrapper.py which contains "/usr/bin/env php" mid-file
PR: 260085 |
23.7.0,1 17 Jul 2023 21:34:02 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 23.7.0
re: https://github.com/librenms/librenms/releases/tag/23.7.0
we skipped over this for no reason:
https://github.com/librenms/librenms/releases/tag/23.6.0 |
23.5.0,1 10 Jun 2023 14:57:35 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts |
23.5.0,1 19 May 2023 23:12:47 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 23.5.0
re: https://github.com/librenms/librenms/releases/tag/23.5.0
* This update adds the readline PHP module as a RUN_DEPENDS
* This update installs a cronjob to etc/crontab.d/librenms
which runs every minute. |
23.4.0_2,1 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
23.4.0_1,1 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
23.4.0_1,1 11 Apr 2023 17:19:07 |
Dan Langille (dvl) |
net-mgmt/librenms: Remove extra % from pkg-message |
23.4.0,1 11 Apr 2023 16:28:15 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 23.4.0
re: https://github.com/librenms/librenms/releases/tag/23.4.0
This is what we missed (there was no 23.3.0 release)
https://github.com/librenms/librenms/releases/tag/23.2.0
https://github.com/librenms/librenms/releases/tag/23.1.1 |
23.1.0,1 25 Jan 2023 13:59:25 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 23.1.0
re: https://github.com/librenms/librenms/releases/tag/23.1.0
While here, run the Makefile through portfmt and portlint |
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) |
22.2.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 ) |
22.2.1,1 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
22.2.1,1 18 Feb 2022 15:21:02 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 22.2.1
re: https://github.com/librenms/librenms/releases/tag/22.2.1
This port update skips over several releases.
See: https://github.com/librenms/librenms/releases
See UPDATING for details on storage directory which needs to
move to /var/db/librenms
LiberNMS wants to write to the %%WWWDIR%%/storage directory. To comply
with man 7 hier, this entry is now a symlink to /var/db/librenms/storage
Please adjust your filesystem accordingly.
The contrib directory has been removed from the upstream tarball. As such,
the port now installs the log rotation file to
/${PREFIX}/etc/newsyslog.conf.d/librenms.conf.sample
PR: 260085 261031 |
21.5.1_3,1 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
21.5.1_3,1 09 Nov 2021 10:31:38 |
Dries Michiels (driesm) |
*/*: Consistently use my new driesm@FreeBSD.org alias
Replace all occurences of driesm.michiels@gmail.com with
driesm@FreeBSD.org.
Approved by: philip (mentor), 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D32896 |
21.5.1_3,1 31 Aug 2021 04:02:17 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under n* categories, drop redundant GH_* knobs. |
21.5.1_3,1 29 Aug 2021 19:44:23 |
Bernhard Froehlich (decke) |
net-mgmt/librenms: Add CPE information
Approved by: portmgr (blanket) |
21.5.1_3,1 25 May 2021 20:46:21 |
Dan Langille (dvl) |
net-mgmt/librenms: fix capture so that it works on FreeBSD
The application depends up on PATH to locate php. The code is now
patched to use LOCALBASE.
re: https://docs.librenms.org/Support/Device-Troubleshooting/ |
21.5.1_2,1 21 May 2021 13:18:19 |
Dan Langille (dvl) |
net-mgmt/librenms: Clean up Makefile and use LOCALBASE
Good ideas, and I applied LOCALBASE to other pathes too. Thank you.
Reported by: otis
Differential Revision: https://reviews.freebsd.org/D30377 |
21.5.1_1,1 21 May 2021 11:12:25 |
Dan Langille (dvl) |
net-mgmt/librenms: Update to 21.5.1
21.5.0 was skipped, for no reason
* https://github.com/librenms/librenms/releases/tag/21.5.1
* https://github.com/librenms/librenms/releases/tag/21.5.0 |
21.4.0_1,1 28 Apr 2021 21:26:24 |
Dan Langille (dvl) |
Install a newsyslog config file to rotate Librenms logs.
PR: 255427
Reported by: James French <james@french.id.au> |
21.4.0,1 27 Apr 2021 12:37:45 |
Dan Langille (dvl) |
Update to 21.4.0
re https://docs.librenms.org/General/Changelog/#2140 |
21.3.0,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
21.3.0,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
21.3.0,1 29 Mar 2021 14:41:30 |
dvl |
Update to 21.3.0
Upstream has changed their release number, but I don't think that will affect
us at all. It appears to follow year.month
I have sent some newly added patches upstream
(https://github.com/librenms/librenms/pull/12647) and they will be removed
from here on the next release.
This update jumps over 21.20, 21.1.0, & 17.0.1 for no reason.
While here, include a patch from an outstanding PR
PR: 252640
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> |
1.70.1_2,1 26 Feb 2021 19:43:40 |
dvl |
Revert my previous commit on this port. Enabling mod_php brings in Apache. |
1.70.1_1,1 25 Feb 2021 23:17:15 |
dvl |
add MOD_PHP to the requirements |
1.70.1,1 20 Dec 2020 19:30:53 |
dvl |
Update to 1.70.1
https://github.com/librenms/librenms/releases/tag/1.70.1 |
1.66_1,1 16 Nov 2020 16:34:23 |
dvl |
add mysql to requires for rc.d script
PR: 251012
Submitted by: Dries Michiels <driesm.michiels@gmail.com> |
1.66,1 12 Aug 2020 17:36:53 |
dvl |
Update to 1.66
As of this release, the package now updates files which were previously
updated by the app. In keeping with not having modified files within
WWWDIR, the following files are now supplied by the package and are
created at the same time the vendor tarball is manually created.
The files in question are located in
* bootstrap/cache
* html/js/lang
These files should now be static and not modified by the application,
which would create them if not found. These files will get updated
with each new release. |
1.65.1_3,1 30 Jul 2020 16:43:38 |
dvl |
Add more comments into the config.php.default patches so it is clear to the
user which settings are FreeBSD-specfic.
Also, set $config['update'] = 0; because if you're installing from a package
you don't want the software trying to update itself via git, which it will
attempt from daily.sh, but will fail because git is [usually] not installed. |
1.65.1_2,1 26 Jul 2020 17:48:41 |
dvl |
Fix double logging
HEADS UP: See UPDATING for changes affecting your upgrade.
New installs not affected.
This patch adds a new rc_variable: librenms_daemonflags
The -T option is gone as that will force a log to syslog, doubling up on log
entries.
A new APP_LOG setting has been added to the .env file. Please update and
move your logs. See UPDATING.
PR: 246598
Submitted by: Dries Michiels <driesm.michiels@gmail.com> |
1.65.1_1,1 25 Jul 2020 19:15:50 |
dvl |
Add lang/pyton3 recommendation to pkg-message
While here, patch pip3 warnings, which we don't use because we are a
package and we don't do things like that.
PR: 248255
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> |
1.65.1,1 20 Jul 2020 21:35:35 |
dvl |
Update to 1.65.1
This upgrade disables polling via cronjob.
You must now use the Dispatcher. See UPDATING |
1.63_2,1 05 May 2020 15:22:17 |
dvl |
fix log file creation in rc script
disable allowance of multiple instances (-m in rc.d script)
PR: 246160
Submitted by: Dries Michiels <driesm.michiels@gmail.com> |
1.63_1,1 03 May 2020 19:31:28 |
dvl |
Add support for polling as a service
Two new options
* PYPOLLER - default, deprecated, needs Python 2.7
* PYSERVICE - Dispatcher service, recompile required
HEADS UP HEADS UP
Polling via cron job is now deprecated. Please use the Dispatcher.
LibreNMS will be dropping support for PHP 7.1 and Python 2 in the next release
expected May 31 2020. see
https://community.librenms.org/t/dropping-support-for-php-7-1-and-python-2/11851
Your existing crontab entries for the PYPOLLER option will be going away.
You can migrate to the PYSERVICE option of LibreNMS now.
PR: 246105
Submitted by: Dries Michiels <driesm.michiels@gmail.com> |
1.63,1 30 Apr 2020 15:28:48 |
dvl |
Update to 1.63
re: https://github.com/librenms/librenms/releases/tag/1.63 |
1.62.2_1,1 05 Apr 2020 21:20:03 |
dvl |
Fixed broken hash for librenms-vendor-1.62.2.tar.gz
Reported by: pkg-fallout |
1.62.2,1 04 Apr 2020 17:41:55 |
dvl |
Update to 1.62.2
skipping 1.62 & 1.62.1
* https://github.com/librenms/librenms/releases/tag/1.62
* https://github.com/librenms/librenms/releases/tag/1.62.1
* https://github.com/librenms/librenms/releases/tag/1.62.2 |
1.61_1,1 26 Mar 2020 15:27:03 |
dvl |
With recent versions of LibreNMS, the .env file may need to contain secrets.
Install .env.example with chmod o=
Add notice to pkg-message. The file is populated manually. |
1.61,1 03 Mar 2020 16:25:33 |
dvl |
Update to 1.61
While here, adjust the webserver options (see PR)
NOTE: upgrading existing installations will break unless you read UPGRADING
and follow the instructions.
In short:
* Apache / mod_php is no longer an option
* config.php needs entries added manually
We are jumping a few versions here:
* https://github.com/librenms/librenms/releases/tag/1.61
* https://github.com/librenms/librenms/releases/tag/1.60
* https://github.com/librenms/librenms/releases/tag/1.59
* https://github.com/librenms/librenms/releases/tag/1.58.1
* https://github.com/librenms/librenms/releases/tag/1.58
PR: 235949
Submitted by: Dries Michiels <driesm.michiels@gmail.com> |
1.56_2,1 21 Feb 2020 16:31:11 |
dvl |
add dependencies to fix after update of libremns to 1.56
PR: 243875
Submitted by: Dirk Meyer <dinoex@FreeBSD.org> |
1.56_1,1 23 Dec 2019 17:37:53 |
dvl |
Fix default location of ping and nagios plugins
PR: 242651
Submitted by: Dries Michiels <driesm.michiels@gmail.com> |
1.56,1 30 Sep 2019 14:50:27 |
dvl |
Update to 1.56
https://github.com/librenms/librenms/releases/tag/1.56 |
1.55,1 26 Sep 2019 17:50:43 |
dvl |
Update to 1.55
re: https://github.com/librenms/librenms/releases/tag/1.55 |
1.54,1 01 Sep 2019 14:40:43 |
dvl |
Upgrade to 1.54
* MPLS Services (#10421) - vitalisator
* Graylog entry matching device if source is not hostname or primary ip (#10458)
- rsys-dev
* Allow filtering of getUserlist LDAP function (#10399) - ifred16
re: https://github.com/librenms/librenms/releases/tag/1.54 |
1.53.1,1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.53.1,1 27 Jul 2019 15:03:04 |
dvl |
Upgrade to 1.53.1
release notes:
1.53.1 - https://github.com/librenms/librenms/releases/tag/1.53.1
1.53 - https://github.com/librenms/librenms/releases/tag/1.53
1.52 - https://github.com/librenms/librenms/releases/tag/1.52 |
1.51,1 12 May 2019 01:02:56 |
dvl |
Upgrade to 1.51
https://github.com/librenms/librenms/releases/tag/1.51 |
1.50,1 04 Apr 2019 20:19:43 |
dvl |
Upgrade to 1.50
https://github.com/librenms/librenms/releases |
1.49,1 04 Mar 2019 22:25:33 |
dvl |
Upgrade to 1.49
https://github.com/librenms/librenms/releases/tag/1.49
As with every LibreNMS upgrade, visit /validate/ to see if you need
run any scripts post-upgrade. |
1.48.1,1 25 Feb 2019 21:48:15 |
dvl |
Upgrade to 1.48.1
Take over as maintainer
in pkg-message:
* Correct the .env.example
* Add ./validate
1.48 was skipped because of time issue
Release notes:
1.48.1 Fix for some OS loading issues.
https://github.com/librenms/librenms/releases/tag/1.48.1
1.48 https://github.com/librenms/librenms/releases/tag/1.48
PR: 235537
Submitted by: Laszlo Danielisz <lacibsd@gmail.com>
Approved by: bofh@FreeBSD.org (maintainer) |
1.47,1 12 Jan 2019 11:14:13 |
bofh |
net-mgmt/librenms: Update version 1.45=>1.47
PR: 234645
Submitted by: dvl
Relnotes: https://github.com/librenms/librenms/releases |
1.45_2,1 16 Dec 2018 17:37:53 |
bofh |
net-mgmtt/librenms: Fix build with EXAMPLES disabled
- Pet portlint
PR: 233202
Submitted by: pizzamig |
1.45_1,1 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
1.45,1 08 Nov 2018 13:32:09 |
dvl |
Upgrade to 1.45
https://github.com/librenms/librenms/releases/tag/1.45
* remove mcrypt from depends (no longer used)
* add pdo_mysql (long required but not included)
* remove lib from ROOT_DIRS
* mention sql-mode="" is no longer required
* Make ./validate.php work from a package
PR: 232658
Approved by: maintainer timeout (14 days) |
1.43_1,1 02 Sep 2018 14:06:54 |
dvl |
Correct paths for nmap and mtr in patch for includes/defaults.inc.php
Correct user in patch for .env.example
PR: 231089
Submitted by: Dries Michiels <driesm.michiels@gmail.com> |
1.43,1 01 Sep 2018 20:42:41 |
dvl |
Upgrade to 1.43
While here, fix a bug in the files/patch-includes_common.php where the
variables for PORTVERSION & RELEASE_TIMESTAMP were not present.
Approved by: maintainer (via private email) |
1.42.01,1 01 Sep 2018 19:02:13 |
dvl |
Upgrade to 1.42.01
Approved by: maintainer (via private email)
Differential Revision: https://reviews.freebsd.org/D16942 |
1.35,1 22 May 2018 13:15:13 |
mat |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
1.35,1 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
1.35,1 19 Jan 2018 14:26:19 |
feld |
net-mgmt/librenms: Upstream re-rolled the distfile
Only change is the doc/General/Changelog.md file which *removed* the entry
for 1.35. |
1.35,1 18 Jan 2018 20:47:19 |
feld |
net-mgmt/librenms: Fix build
Leftover change crept into last commit
MFH: 2018Q1 |
1.35,1 18 Jan 2018 20:21:42 |
feld |
net-mgmt/librenms: Update to 1.35, many improvements
Improvements:
- All files should be owned root:wheel except logs and rrd which need to be
writable by the app
- Add missing php posix extension
- Do not install config.php by default. This breaks the install process which
won't run if this file exists
- Clean up automatic PLIST creation: don't install .orig or .bak files, don't
add @dir as they aren't needed
- Patch LibreNMS to make /validate/ page not produce warnings about files not
being writable (for git updates)
- Remove the Updates validation check altogether as we won't be using git to
update
- Patch the User validation check to only check the logs and rrd dir and
ensure the correct user owns them
- Change the default user in the generated config to "www"
- Patch the File Lock code to put the lock file in /tmp and not in the WWWDIR
which should not be writable
- Update message in installer to use WWWDIR as suggested path for config.php
- Use shebangfix instead of patch where applicable
- Fix APACHEMOD port option and declaration of the USES=php
PR: 225161
MFH: 2018Q1
Differential Revision: https://reviews.freebsd.org/D13907 |
1.33.01_1,1 08 Jan 2018 15:47:40 |
mat |
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.
Sponsored by: Absolight |
1.33.01_1,1 20 Nov 2017 23:33:37 |
dvl |
Set path to rrdtool |
1.33.01,1 20 Nov 2017 21:21:13 |
dvl |
Upgrade to 1.33.01 |
1.28,1 11 Nov 2017 07:11:38 |
antoine |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr |
1.28,1 06 Jun 2017 13:38:52 |
bofh |
net-mgmt/librenms: Update version 1.26=>1.28
- Fixed an issue where services-wrapper wasn't working (by adding the PATH
line to the crontab) [1]
- Fixed a permissions issue with some directories [1]
- Added patch to validate.php which allows it to work correctly
(accidentally ommitted from previous commit) [1]
PR: 218608[1]
Submitted by: freebsd@jonathanprice.org[1] |