update to librenms-22.12.0

This commit is contained in:
sthen 2022-12-29 13:00:46 +00:00
parent f5da0878d3
commit a2659e5a5e
5 changed files with 709 additions and 221 deletions

View File

@ -6,8 +6,7 @@ NOT_FOR_ARCHS= sparc64
# changelogs at https://github.com/librenms/librenms/releases
GH_ACCOUNT= librenms
GH_PROJECT= librenms
GH_TAGNAME= 22.11.0
REVISION= 0
GH_TAGNAME= 22.12.0
DISTFILES= ${GH_DISTFILE} \
${PKGNAME}-vendor.tar.xz:0

View File

@ -1,4 +1,4 @@
SHA256 (librenms-22.11.0-vendor.tar.xz) = rQPgg0Hvc3WtGg9s7cDdvyEM9rz0Ch7LlcpUW49a55U=
SHA256 (librenms-22.11.0.tar.gz) = Thc+Ije4rNGNFur8Y47LYjRSRGCZRHbUa5IRTE24Svs=
SIZE (librenms-22.11.0-vendor.tar.xz) = 21531040
SIZE (librenms-22.11.0.tar.gz) = 56252453
SHA256 (librenms-22.12.0-vendor.tar.xz) = 1DmYUUoAWIdQyu4RLE4kPzkR8vNnOId5lOWWVvTKos4=
SHA256 (librenms-22.12.0.tar.gz) = OBJVpwb6H+SOGVqNXvegcK5Nj4abq45Na6wbhgVxSQM=
SIZE (librenms-22.12.0-vendor.tar.xz) = 21671052
SIZE (librenms-22.12.0.tar.gz) = 56562960

View File

@ -3,7 +3,7 @@ OpenBSD (and NetBSD) whereis don't support -b
Index: LibreNMS/Config.php
--- LibreNMS/Config.php.orig
+++ LibreNMS/Config.php
@@ -523,7 +523,7 @@ class Config
@@ -527,7 +527,7 @@ class Config
public static function locateBinary($binary)
{
if (! Str::contains($binary, '/')) {

View File

@ -92,9 +92,9 @@ Index: daily.sh
- status_run 'Updating SQL-Schema' 'php includes/sql-schema/update.php'
+ status_run 'Updating SQL-Schema' '${MODPHP_BIN} includes/sql-schema/update.php'
status_run 'Cleaning up DB' "'$DAILY_SCRIPT' cleanup"
status_run 'Caching Mac OUI data' "$DAILY_SCRIPT mac_oui"
;;
post-pull)
@@ -365,7 +365,7 @@ main () {
@@ -366,7 +366,7 @@ main () {
fi
# List all tasks to do after pull in the order of execution

File diff suppressed because it is too large Load Diff