Commit graph

5 commits

Author SHA1 Message Date
Dan Langille
35b065ed34 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
2019-07-27 15:03:03 +00:00
Dan Langille
f74ab1336f Upgrade to 1.51
https://github.com/librenms/librenms/releases/tag/1.51
2019-05-12 01:02:56 +00:00
Dan Langille
78d0c1ee28 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)
2018-11-08 13:32:09 +00:00
Dan Langille
fc81200076 Upgrade to 1.42.01
Approved by:	maintainer (via private email)
Differential Revision:	https://reviews.freebsd.org/D16942
2018-09-01 19:02:13 +00:00
Mark Felder
4325c04e1b 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
2018-01-18 20:21:42 +00:00