git: 94fbcd07677a - main - net-mgmt/librenms: Update to 26.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 May 2026 22:15:12 UTC
The branch main has been updated by dvl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=94fbcd07677a2272532a3a00719847414e82b8df
commit 94fbcd07677a2272532a3a00719847414e82b8df
Author: Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2026-05-20 22:13:40 +0000
Commit: Dan Langille <dvl@FreeBSD.org>
CommitDate: 2026-05-20 22:14:43 +0000
net-mgmt/librenms: Update to 26.5.1
re: https://github.com/librenms/librenms/releases/tag/26.5.1
While here, add an additional approach to running 'lnms migrate'
to pkg-message
---
net-mgmt/librenms/Makefile | 5 ++---
net-mgmt/librenms/distinfo | 10 +++++-----
net-mgmt/librenms/files/pkg-message.in | 6 ++++++
3 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile
index dfb15b6e5b70..76d98fb01d78 100644
--- a/net-mgmt/librenms/Makefile
+++ b/net-mgmt/librenms/Makefile
@@ -1,5 +1,5 @@
PORTNAME= librenms
-PORTVERSION= 26.4.1
+PORTVERSION= 26.5.1
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= LOCAL/dvl:vendor
@@ -57,7 +57,6 @@ SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/buil
scripts/dynamic_check_requirements.py scripts/gen_rancid.php \
scripts/gen_smokeping.php scripts/git-pre-commit-hook.sh \
scripts/github-remove scripts/ifAlias scripts/json-app-tool.php \
- scripts/manage_bills.php \
scripts/Migration/Standard_Conversion/convert_no_xml.sh \
scripts/Migration/Standard_Conversion/destwork_no_xml.sh \
scripts/Migration/Standard_Conversion/mkdir.sh \
@@ -120,7 +119,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= 1776891067
+_RELEASE_TIMESTAMP= 1779271219
_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 94defc5f5f72..c8e61f91ed31 100644
--- a/net-mgmt/librenms/distinfo
+++ b/net-mgmt/librenms/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1776892093
-SHA256 (librenms-vendor-26.4.1.tar.gz) = 200dd20b46cb373a5c10edc6292659e6d3d24e8655e4bbe07e5fb291aab341ae
-SIZE (librenms-vendor-26.4.1.tar.gz) = 12511624
-SHA256 (librenms-librenms-26.4.1_GH0.tar.gz) = e24f29913a15bf3e758caed56f3004b395090221695a701ff0a3f6de1318ca03
-SIZE (librenms-librenms-26.4.1_GH0.tar.gz) = 76628178
+TIMESTAMP = 1779310285
+SHA256 (librenms-vendor-26.5.1.tar.gz) = 3935b7f9dccb3c78aa74c9bba0ac93f2495ea1e11d2eaf2bd37281fb0f12c9d7
+SIZE (librenms-vendor-26.5.1.tar.gz) = 12537277
+SHA256 (librenms-librenms-26.5.1_GH0.tar.gz) = f88c349663c528a234b404c517f9626144f8f447e1f1d0645e0e4c1ca01b624a
+SIZE (librenms-librenms-26.5.1_GH0.tar.gz) = 80851133
diff --git a/net-mgmt/librenms/files/pkg-message.in b/net-mgmt/librenms/files/pkg-message.in
index 83552792bda1..cf02001c8b1c 100644
--- a/net-mgmt/librenms/files/pkg-message.in
+++ b/net-mgmt/librenms/files/pkg-message.in
@@ -102,10 +102,16 @@ EOM
{ type: upgrade
message: <<EOM
Depending on the version, you may have to run the upgrade script.
+In previous releases, I used:
sudo su -fm www
%%PREFIX%%/bin/lnms migrate
+Now I use this: sudo su -m www -c "lnms migrate"
+
+If that command gives you problems, please let me know. I'll remove
+the older command after a few releases, if all goes well.
+
NOTE: that script is particular about who runs it and ownership.
Previously, it was suggested you avoid this via chown when using
the script %%WWWDIR%%/lnms