notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: net-mgmt/librenms/files/patch-config.php.default
SVNWeb

Number of commits found: 12

Fri, 18 Feb 2022
[ 15:21 Dan Langille (dvl) search for other commits by this committer ]    commit hash:467e569d02e854b4e3abd762b796da449b57ff72  commit hash:467e569d02e854b4e3abd762b796da449b57ff72  commit hash:467e569d02e854b4e3abd762b796da449b57ff72  467e569 
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
Fri, 21 May 2021
[ 13:18 Dan Langille (dvl) search for other commits by this committer ]    commit hash:246f272970e04072488ec8dcc3edf9b53ccf16ce  commit hash:246f272970e04072488ec8dcc3edf9b53ccf16ce  commit hash:246f272970e04072488ec8dcc3edf9b53ccf16ce  246f272 
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
Thu, 30 Jul 2020
[ 16:43 dvl search for other commits by this committer ] Original commit   Revision:543804
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.
Mon, 20 Jul 2020
[ 21:35 dvl search for other commits by this committer ] Original commit   Revision:542675 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to 1.65.1

This upgrade disables polling via cronjob.
You must now use the Dispatcher.  See UPDATING
Thu, 30 Apr 2020
[ 15:28 dvl search for other commits by this committer ] Original commit   Revision:533464
Update to 1.63

re: https://github.com/librenms/librenms/releases/tag/1.63
Tue, 3 Mar 2020
[ 16:25 dvl search for other commits by this committer ] Original commit   Revision:527681
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>
Sat, 1 Sep 2018
[ 19:02 dvl search for other commits by this committer ] Original commit   Revision:478715 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Upgrade to 1.42.01

Approved by:	maintainer (via private email)
Differential Revision:	https://reviews.freebsd.org/D16942
Thu, 18 Jan 2018
[ 20:21 feld search for other commits by this committer ] Original commit   Revision:459372
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
Tue, 11 Apr 2017
[ 22:11 bofh search for other commits by this committer ] Original commit   Revision:438321
net-mgmt/librenms: Update version 1.25=>1.26

- Fix validate.php
- Created logs dir, used by daily.php
- fixed daily.sh to use sudo (replaces GNU su command)
- made daily.sh executable
- Disabled update checks in daily.sh, as they try to use git
- Updated the username in config.php to www

PR:		218351
Submitted by:	freebsd@jonathanprice.org
Sun, 15 Jan 2017
[ 21:20 dvl search for other commits by this committer ] Original commit   Revision:431600
Upgrade to 1.23,1

Be sure to set the following in my.cnf:

[mysqld]
innodb_file_per_table=1
sql-mode=""
Tue, 15 Sep 2015
[ 08:52 bofh search for other commits by this committer ] Original commit   Revision:396947
net-mgmt/librenms: Update version 201506=>201509 [1]

- Correct the path of fping [1]
- Make proper use of OPTIONSNG

PR:		202938 [1]
Submitted by:	dvl [1]
Differential Revision:	https://reviews.freebsd.org/D3578 [1]
Sat, 20 Jun 2015
[ 08:10 bofh search for other commits by this committer ] Original commit   Revision:390151 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
[NEW] net-mgmt/librenms: Autodiscovering PHP/MySQL/SNMP based network monitoring

LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring which
includes support for a wide range of network hardware and operating systems
including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more.

LibreNMS has grown out of a lack of easy to configure network monitoring
platforms. It is intended to provide a more navigable interface to the health
and performance of your network. Its design goals include collecting as much
historical data about devices as possible, being completely autodiscovered with
little or no manual intervention, and having a very intuitive interface.

WWW: http://www.librenms.org

Number of commits found: 12