1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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 -)
This commit is contained in:
Dan Langille 2024-05-22 16:22:59 +00:00
parent 7e3b5cf286
commit e7a7557068
3 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= librenms
PORTVERSION= 24.4.1
PORTVERSION= 24.5.0
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= LOCAL/dvl:vendor
@ -128,7 +128,7 @@ _SCRIPT_FILES= daily.sh lnms
# _RELEASE_TIMESTAMP is used for a patch inside the vendor code
# it represents the release date via: git show --pretty='%H|%ct' -s 1.42.01
# It sits here so you remember to update it with each release
_RELEASE_TIMESTAMP= 1713623211
_RELEASE_TIMESTAMP= 1716177234
_ROOT_DIRS= LibreNMS app bootstrap config database doc html \
includes lang licenses mibs misc resources routes \
scripts tests

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1713624493
SHA256 (librenms-vendor-24.4.1.tar.gz) = a0fba73a5c7fd62107ca4054f526b67c9fc8bd96a5e7b29ec4be879a1f8d8a42
SIZE (librenms-vendor-24.4.1.tar.gz) = 29390033
SHA256 (librenms-librenms-24.4.1_GH0.tar.gz) = ab3adda12bec69fb6f916b478d51e420924fef86cb231e2fe0a5044fb96e18e0
SIZE (librenms-librenms-24.4.1_GH0.tar.gz) = 60873047
TIMESTAMP = 1716311553
SHA256 (librenms-vendor-24.5.0.tar.gz) = b1eb18dc57773c8e89e865f50b6e96e7de0773fedd38ce7ebf09bd299cdb52a3
SIZE (librenms-vendor-24.5.0.tar.gz) = 29398482
SHA256 (librenms-librenms-24.5.0_GH0.tar.gz) = 6277c2bf51491a279be5e0d3d23c6eb6ead95958b6170883df2361b3f998ea7d
SIZE (librenms-librenms-24.5.0_GH0.tar.gz) = 61021510

View File

@ -2,6 +2,5 @@
#
# see newsyslog.conf(5) for details
#
# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num]
/var/log/librenms/librenms.log www:www 644 7 * $D0 J /var/run/librenms/librenms.pid
/var/log/librenms/librenms-service.log www:www 644 7 * $D0 J /var/run/librenms/librenms.pid
# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num]
/var/log/librenms/*.log www:www 644 14 * $D0 - /var/run/librenms/librenms.pid