update to librenms-1.68

This commit is contained in:
sthen 2020-10-02 18:45:23 +00:00
parent 5dd3c52304
commit 6f770247e8
5 changed files with 286 additions and 308 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.114 2020/09/04 21:19:59 sthen Exp $
# $OpenBSD: Makefile,v 1.115 2020/10/02 18:45:23 sthen Exp $
COMMENT = auto-discovering network management/monitoring system
GH_ACCOUNT = librenms
GH_PROJECT = librenms
GH_TAGNAME = 1.67
GH_TAGNAME = 1.68
DISTFILES = librenms-${GH_TAGNAME}.tar.gz librenms-vendor-${GH_TAGNAME}.tar.xz:0
EPOCH = 0

View File

@ -1,4 +1,4 @@
SHA256 (librenms-1.67.tar.gz) = NpVaWhTHQEUpCWGaH8hWnNjQObpLdMhNsWo9N7lklrA=
SHA256 (librenms-vendor-1.67.tar.xz) = VGVqbpTq2d6c9XFDq7nRBvQvG8YELPvvt/9HhcVPdrg=
SIZE (librenms-1.67.tar.gz) = 45993926
SIZE (librenms-vendor-1.67.tar.xz) = 21809164
SHA256 (librenms-1.68.tar.gz) = uUm6g7YyHKMfiJ7hYYuvRBxWiNLA5pczqMsgbuXw1X0=
SHA256 (librenms-vendor-1.68.tar.xz) = ClH/itg9Xf24wO1iIOEG5hLvvuT89ECq0UrQ7V8Ipu4=
SIZE (librenms-1.68.tar.gz) = 46854109
SIZE (librenms-vendor-1.68.tar.xz) = 21808828

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-LibreNMS_Config_php,v 1.10 2020/08/01 11:16:49 sthen Exp $
$OpenBSD: patch-LibreNMS_Config_php,v 1.11 2020/10/02 18:45:23 sthen Exp $
openbsd (and netbsd) whereis don't support -b
@ -8,7 +8,7 @@ Index: LibreNMS/Config.php
@@ -497,7 +497,7 @@ class Config
public static function locateBinary($binary)
{
if (!Str::contains($binary, '/')) {
if (! Str::contains($binary, '/')) {
- $output = `whereis -b $binary`;
+ $output = `whereis $binary`;
$list = trim(substr($output, strpos($output, ':') + 1));

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-misc_config_definitions_json,v 1.7 2020/08/01 11:16:49 sthen Exp $
$OpenBSD: patch-misc_config_definitions_json,v 1.8 2020/10/02 18:45:23 sthen Exp $
Index: misc/config_definitions.json
--- misc/config_definitions.json.orig
+++ misc/config_definitions.json
@@ -3771,7 +3771,7 @@
@@ -3774,7 +3774,7 @@
},
"nfsen_rrds": {
"default": [

File diff suppressed because it is too large Load Diff