git: e7a75570689f - main - net-mgmt/librenms: Update to 24.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 May 2024 16:29:06 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7a75570689f4abf52006b17840d8c4352984d98 commit e7a75570689f4abf52006b17840d8c4352984d98 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-05-22 16:22:59 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-05-22 16:29:02 +0000 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 -) --- net-mgmt/librenms/Makefile | 4 ++-- net-mgmt/librenms/distinfo | 10 +++++----- net-mgmt/librenms/files/newsyslog.conf.sample | 5 ++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index 473fca1833e2..6c13d62eeb76 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -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 diff --git a/net-mgmt/librenms/distinfo b/net-mgmt/librenms/distinfo index e8edb00fdf1e..b0f3dee77137 100644 --- a/net-mgmt/librenms/distinfo +++ b/net-mgmt/librenms/distinfo @@ -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 diff --git a/net-mgmt/librenms/files/newsyslog.conf.sample b/net-mgmt/librenms/files/newsyslog.conf.sample index 9420d72da579..e3b2ec57b25e 100644 --- a/net-mgmt/librenms/files/newsyslog.conf.sample +++ b/net-mgmt/librenms/files/newsyslog.conf.sample @@ -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