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/Makefile
SVNWeb

Number of commits found: 74

Wed, 25 Jan 2023
[ 13:59 Dan Langille (dvl) search for other commits by this committer ]    commit hash:3e84726434c702950fd7597de82b5d4ff26e5575  commit hash:3e84726434c702950fd7597de82b5d4ff26e5575  commit hash:3e84726434c702950fd7597de82b5d4ff26e5575  3e84726 
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 13 Jun 2022
[ 00:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:214a6c5f5a6710e22a998e7e3ebba5e30d30a546  commit hash:214a6c5f5a6710e22a998e7e3ebba5e30d30a546  commit hash:214a6c5f5a6710e22a998e7e3ebba5e30d30a546  214a6c5  (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
*/*: Ignore with php82
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
Sat, 11 Dec 2021
[ 13:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  45526ec  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 31 Aug 2021
[ 04:02 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:0a22085145817b5cabaf71578a389795bf2239e3  commit hash:0a22085145817b5cabaf71578a389795bf2239e3  commit hash:0a22085145817b5cabaf71578a389795bf2239e3  0a22085  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Cleanup: for ports under n* categories, drop redundant GH_* knobs.
Sun, 29 Aug 2021
[ 19:44 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:68954e0a7dced90f25afc80673913dd0994effa9  commit hash:68954e0a7dced90f25afc80673913dd0994effa9  commit hash:68954e0a7dced90f25afc80673913dd0994effa9  68954e0 
net-mgmt/librenms: Add CPE information

Approved by:	portmgr (blanket)
Tue, 25 May 2021
[ 20:46 Dan Langille (dvl) search for other commits by this committer ]    commit hash:95895b273983fca1a7ecfed8056499c2c9e683f6  commit hash:95895b273983fca1a7ecfed8056499c2c9e683f6  commit hash:95895b273983fca1a7ecfed8056499c2c9e683f6  95895b2 
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/
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
[ 11:12 Dan Langille (dvl) search for other commits by this committer ]    commit hash:b4739d4fdd0a36f689deef8b51d8a06fa8b26ab1  commit hash:b4739d4fdd0a36f689deef8b51d8a06fa8b26ab1  commit hash:b4739d4fdd0a36f689deef8b51d8a06fa8b26ab1  b4739d4 
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
Wed, 28 Apr 2021
[ 21:26 Dan Langille (dvl) search for other commits by this committer ]    commit hash:76bc66df08d29254a5096c1b5865b39bced9c3ee  commit hash:76bc66df08d29254a5096c1b5865b39bced9c3ee  commit hash:76bc66df08d29254a5096c1b5865b39bced9c3ee  76bc66d 
Install a newsyslog config file to rotate Librenms logs.

PR:		255427
Reported by:	James French <james@french.id.au>
Tue, 27 Apr 2021
[ 12:37 Dan Langille (dvl) search for other commits by this committer ]    commit hash:ce2ed9dfe985a5e228bfe79d184115da262b271f  commit hash:ce2ed9dfe985a5e228bfe79d184115da262b271f  commit hash:ce2ed9dfe985a5e228bfe79d184115da262b271f  ce2ed9d 
Update to 21.4.0

re https://docs.librenms.org/General/Changelog/#2140
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 29 Mar 2021
[ 14:41 dvl search for other commits by this committer ] Original commit   Revision:569472
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>
Fri, 26 Feb 2021
[ 19:43 dvl search for other commits by this committer ] Original commit   Revision:566634
Revert my previous commit on this port. Enabling mod_php brings in Apache.
Thu, 25 Feb 2021
[ 23:17 dvl search for other commits by this committer ] Original commit   Revision:566568
add MOD_PHP to the requirements
Sun, 20 Dec 2020
[ 19:30 dvl search for other commits by this committer ] Original commit   Revision:558764
Update to 1.70.1

https://github.com/librenms/librenms/releases/tag/1.70.1
Mon, 16 Nov 2020
[ 16:34 dvl search for other commits by this committer ] Original commit   Revision:555496
add mysql to requires for rc.d script

PR:		251012
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Wed, 12 Aug 2020
[ 17:36 dvl search for other commits by this committer ] Original commit   Revision:544758
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.
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.
Sun, 26 Jul 2020
[ 17:48 dvl search for other commits by this committer ] Original commit   Revision:543487
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>
Sat, 25 Jul 2020
[ 19:15 dvl search for other commits by this committer ] Original commit   Revision:543428
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>
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
Tue, 5 May 2020
[ 15:22 dvl search for other commits by this committer ] Original commit   Revision:534092
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>
Sun, 3 May 2020
[ 19:31 dvl search for other commits by this committer ] Original commit   Revision:533804
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>
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
Sun, 5 Apr 2020
[ 21:20 dvl search for other commits by this committer ] Original commit   Revision:530839
Fixed broken hash for librenms-vendor-1.62.2.tar.gz

Reported by:	pkg-fallout
Sat, 4 Apr 2020
[ 17:41 dvl search for other commits by this committer ] Original commit   Revision:530695
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
Thu, 26 Mar 2020
[ 15:27 dvl search for other commits by this committer ] Original commit   Revision:529195
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.
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>
Fri, 21 Feb 2020
[ 16:31 dvl search for other commits by this committer ] Original commit   Revision:526632
add dependencies to fix after update of libremns to 1.56

PR:		243875
Submitted by:	Dirk Meyer <dinoex@FreeBSD.org>
Mon, 23 Dec 2019
[ 17:37 dvl search for other commits by this committer ] Original commit   Revision:520732
Fix default location of ping and nagios plugins

PR:		242651
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Mon, 30 Sep 2019
[ 14:50 dvl search for other commits by this committer ] Original commit   Revision:513394
Update to 1.56

https://github.com/librenms/librenms/releases/tag/1.56
Thu, 26 Sep 2019
[ 17:50 dvl search for other commits by this committer ] Original commit   Revision:512912
Update to 1.55

re: https://github.com/librenms/librenms/releases/tag/1.55
Sun, 1 Sep 2019
[ 14:40 dvl search for other commits by this committer ] Original commit   Revision:510694
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
Sat, 27 Jul 2019
[ 15:03 dvl search for other commits by this committer ] Original commit   Revision:507461
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
Sun, 12 May 2019
[ 01:02 dvl search for other commits by this committer ] Original commit   Revision:501353
Upgrade to 1.51

https://github.com/librenms/librenms/releases/tag/1.51
Thu, 4 Apr 2019
[ 20:19 dvl search for other commits by this committer ] Original commit   Revision:497865
Upgrade to 1.50

https://github.com/librenms/librenms/releases
Mon, 4 Mar 2019
[ 22:25 dvl search for other commits by this committer ] Original commit   Revision:494658
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.
Mon, 25 Feb 2019
[ 21:48 dvl search for other commits by this committer ] Original commit   Revision:493899
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)
Sat, 12 Jan 2019
[ 11:14 bofh search for other commits by this committer ] Original commit   Revision:490043
net-mgmt/librenms: Update version 1.45=>1.47

PR:		234645
Submitted by:	dvl
Relnotes:	https://github.com/librenms/librenms/releases
Sun, 16 Dec 2018
[ 17:37 bofh search for other commits by this committer ] Original commit   Revision:487604
net-mgmtt/librenms: Fix build with EXAMPLES disabled

- Pet portlint

PR:			233202
Submitted by:		pizzamig
Sat, 10 Nov 2018
[ 19:57 kwm search for other commits by this committer ] Original commit   Revision:484640 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
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>
Thu, 8 Nov 2018
[ 13:32 dvl search for other commits by this committer ] Original commit   Revision:484452
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)
Sun, 2 Sep 2018
[ 14:06 dvl search for other commits by this committer ] Original commit   Revision:478792
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>
Sat, 1 Sep 2018
[ 20:42 dvl search for other commits by this committer ] Original commit   Revision:478726
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)
[ 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
Tue, 22 May 2018
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:470610 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Thu, 8 Mar 2018
[ 19:48 mat search for other commits by this committer ] Original commit   Revision:463917 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
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
Thu, 18 Jan 2018
[ 20:47 feld search for other commits by this committer ] Original commit   Revision:459377
net-mgmt/librenms: Fix build

Leftover change crept into last commit

MFH:		2018Q1
[ 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
Mon, 8 Jan 2018
[ 15:47 mat search for other commits by this committer ] Original commit   Revision:458431
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.

Sponsored by:	Absolight
Mon, 20 Nov 2017
[ 23:33 dvl search for other commits by this committer ] Original commit   Revision:454583
Set path to rrdtool
[ 21:21 dvl search for other commits by this committer ] Original commit   Revision:454581
Upgrade to 1.33.01
Tue, 6 Jun 2017
[ 13:38 bofh search for other commits by this committer ] Original commit   Revision:442762
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]
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
Sat, 11 Mar 2017
[ 12:54 bofh search for other commits by this committer ] Original commit   Revision:435901
net-mgmt/librenms: Update version 1.24=>1.25
Fri, 10 Mar 2017
[ 13:06 antoine search for other commits by this committer ] Original commit   Revision:435828
Do not override USES when PACKAGE_BUILDING is set, this should fix the
failure reported by package builders
Sun, 26 Feb 2017
[ 11:01 bofh search for other commits by this committer ] Original commit   Revision:434856
net-mgmt/librenms: Update version 1.23=>1.24

- Add PHP 7.0 support [1]
- Pet portlint

PR:		213376[1]
Submitted by:	fredrik.eriksson@loopia.se[1]
Mon, 16 Jan 2017
[ 14:19 dvl search for other commits by this committer ] Original commit   Revision:431648
Add more detail about my.cnf changes

Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
[ 03:14 dvl search for other commits by this committer ] Original commit   Revision:431614
Add patches missing from previous commit.
Add note to pkg-message about my.cnf
Add not to UPGRADING about my.cnf
Bump PORTREVISION

Submitted by: Larry Rosenman <ler@FreeBSD.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=""
Wed, 27 Jul 2016
[ 20:42 bofh search for other commits by this committer ] Original commit   Revision:419196
net-mgmt/librenms: Update version 201605=>201607
Sat, 11 Jun 2016
[ 18:42 bofh search for other commits by this committer ] Original commit   Revision:416740
net-mgmt/librenms: Update version 201604=>201605
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
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
Mon, 2 May 2016
[ 16:08 zeising search for other commits by this committer ] Original commit   Revision:414458 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update databases/rrdtool to 1.6.0

Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
Fri, 22 Apr 2016
[ 13:53 mat search for other commits by this committer ] Original commit   Revision:413782
Remove ${PORTSDIR}/ from *_DEPENDS lines.

Sponsored by:	Absolight
Fri, 15 Apr 2016
[ 09:30 bofh search for other commits by this committer ] Original commit   Revision:413328
net-mgmt/librenms: Update version 201601=>201604

- Fix circular dependency of x11 and nox11 [1]

PR:		208356 [1]
Submitted by:	daniel@blodan.se [1]
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
[ 13:18 mat search for other commits by this committer ] Original commit   Revision:412342 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 29 Jan 2016
[ 19:00 dvl search for other commits by this committer ] Original commit   Revision:407492
Upgrade to 201601
PR:             206298
Approved by:    maintainer(bofh)
Mon, 19 Oct 2015
[ 18:44 bofh search for other commits by this committer ] Original commit   Revision:399711
net-mgmt/librenms: Update version 201509=>201510
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: 74