net-mgmt/librenms: Update to 25.6.0
re: https://github.com/librenms/librenms/releases/tag/25.6.0 Migration required. I do that via: sudo su -fm www lnms migrate pbin.sh has been removed from upstream app. While here, remove a trailing space
This commit is contained in:
parent
6d0bee4446
commit
6d3599ec37
@ -1,5 +1,5 @@
|
|||||||
PORTNAME= librenms
|
PORTNAME= librenms
|
||||||
PORTVERSION= 25.5.0
|
PORTVERSION= 25.6.0
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= LOCAL/dvl:vendor
|
MASTER_SITES= LOCAL/dvl:vendor
|
||||||
@ -32,14 +32,12 @@ USE_RC_SUBR= librenms
|
|||||||
SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/build-phar.sh \
|
SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/build-phar.sh \
|
||||||
../${PORTNAME}-vendor-${PORTVERSION}/tecnickcom/tcpdf/tools/tcpdf_addfont.php \
|
../${PORTNAME}-vendor-${PORTVERSION}/tecnickcom/tcpdf/tools/tcpdf_addfont.php \
|
||||||
../librenms-vendor-${PORTVERSION}/bin/carbon \
|
../librenms-vendor-${PORTVERSION}/bin/carbon \
|
||||||
../librenms-vendor-${PORTVERSION}/bin/doctrine-dbal \
|
|
||||||
../librenms-vendor-${PORTVERSION}/bin/patch-type-declarations \
|
../librenms-vendor-${PORTVERSION}/bin/patch-type-declarations \
|
||||||
../librenms-vendor-${PORTVERSION}/bin/php-parse \
|
../librenms-vendor-${PORTVERSION}/bin/php-parse \
|
||||||
../librenms-vendor-${PORTVERSION}/bin/psysh \
|
../librenms-vendor-${PORTVERSION}/bin/psysh \
|
||||||
../librenms-vendor-${PORTVERSION}/bin/validate-json \
|
../librenms-vendor-${PORTVERSION}/bin/validate-json \
|
||||||
../librenms-vendor-${PORTVERSION}/bin/var-dump-server \
|
../librenms-vendor-${PORTVERSION}/bin/var-dump-server \
|
||||||
../librenms-vendor-${PORTVERSION}/bin/yaml-lint \
|
../librenms-vendor-${PORTVERSION}/bin/yaml-lint \
|
||||||
../librenms-vendor-${PORTVERSION}/doctrine/dbal/bin/doctrine-dbal \
|
|
||||||
../librenms-vendor-${PORTVERSION}/justinrainbow/json-schema/bin/validate-json \
|
../librenms-vendor-${PORTVERSION}/justinrainbow/json-schema/bin/validate-json \
|
||||||
../librenms-vendor-${PORTVERSION}/nesbot/carbon/bin/carbon \
|
../librenms-vendor-${PORTVERSION}/nesbot/carbon/bin/carbon \
|
||||||
../librenms-vendor-${PORTVERSION}/nikic/php-parser/bin/php-parse \
|
../librenms-vendor-${PORTVERSION}/nikic/php-parser/bin/php-parse \
|
||||||
@ -54,7 +52,7 @@ SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/buil
|
|||||||
irc.php librenms-service.py LibreNMS/command_runner.py \
|
irc.php librenms-service.py LibreNMS/command_runner.py \
|
||||||
LibreNMS/wrapper.py lnms misc/lnms-completion.bash \
|
LibreNMS/wrapper.py lnms misc/lnms-completion.bash \
|
||||||
misc/smokeping-debian.example misc/smokeping-rhel.example \
|
misc/smokeping-debian.example misc/smokeping-rhel.example \
|
||||||
pbin.sh ping.php poll-billing.php poller-wrapper.py poller.php \
|
ping.php poll-billing.php poller-wrapper.py poller.php \
|
||||||
renamehost.php scripts/auth_test.php scripts/bash_lint.sh \
|
renamehost.php scripts/auth_test.php scripts/bash_lint.sh \
|
||||||
scripts/check_requirements.py scripts/collect-port-polling.php \
|
scripts/check_requirements.py scripts/collect-port-polling.php \
|
||||||
scripts/collect-snmp-data.php scripts/composer_wrapper.php \
|
scripts/collect-snmp-data.php scripts/composer_wrapper.php \
|
||||||
@ -121,14 +119,14 @@ _ROOT_FILES= addhost.php alerts.php artisan billing-calculate.php \
|
|||||||
config.php.default config_to_json.php cronic daily.php \
|
config.php.default config_to_json.php cronic daily.php \
|
||||||
delhost.php discovery-wrapper.py discovery.php \
|
delhost.php discovery-wrapper.py discovery.php \
|
||||||
dist-pollers.php irc.php librenms-service.py mkdocs.yml \
|
dist-pollers.php irc.php librenms-service.py mkdocs.yml \
|
||||||
pbin.sh phpunit.xml ping.php poll-billing.php \
|
phpunit.xml ping.php poll-billing.php \
|
||||||
poller.php poller-wrapper.py renamehost.php \
|
poller.php poller-wrapper.py renamehost.php \
|
||||||
snmp-scan.py snmptrap.php syslog.php validate.php
|
snmp-scan.py snmptrap.php syslog.php validate.php
|
||||||
_SCRIPT_FILES= daily.sh lnms
|
_SCRIPT_FILES= daily.sh lnms
|
||||||
# _RELEASE_TIMESTAMP is used for a patch inside the vendor code
|
# _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 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
|
# It sits here so you remember to update it with each release
|
||||||
_RELEASE_TIMESTAMP= 1747410665
|
_RELEASE_TIMESTAMP= 1750074912
|
||||||
_ROOT_DIRS= LibreNMS app bootstrap config database doc html \
|
_ROOT_DIRS= LibreNMS app bootstrap config database doc html \
|
||||||
includes lang licenses mibs misc resources routes \
|
includes lang licenses mibs misc resources routes \
|
||||||
scripts tests
|
scripts tests
|
||||||
@ -145,7 +143,7 @@ _OTHER_DIRS= database/seeders/config html/plugins html/js/lang \
|
|||||||
tests/Browser/source tests/Browser/screenshots \
|
tests/Browser/source tests/Browser/screenshots \
|
||||||
vendor/librenms/laravel-vue-i18n-generator/tests/output \
|
vendor/librenms/laravel-vue-i18n-generator/tests/output \
|
||||||
vendor/symfony/mime/Resources/bin \
|
vendor/symfony/mime/Resources/bin \
|
||||||
vendor/symfony/string/Resources/bin
|
vendor/symfony/string/Resources/bin
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
TIMESTAMP = 1747426836
|
TIMESTAMP = 1750080681
|
||||||
SHA256 (librenms-vendor-25.5.0.tar.gz) = 440a27dcf8167a4adebf967ad4bd75866fb9b0178d4cb5158fe579ef72c5d09f
|
SHA256 (librenms-vendor-25.6.0.tar.gz) = 8f802bad2fd21d2187930b9ead6c598571445d9b3614699cf2f38650a7bf45d1
|
||||||
SIZE (librenms-vendor-25.5.0.tar.gz) = 27644603
|
SIZE (librenms-vendor-25.6.0.tar.gz) = 27404672
|
||||||
SHA256 (librenms-librenms-25.5.0_GH0.tar.gz) = 5895c35ec795c64f412a2a2aa5fe9bfae66ccc5d0ef2f0258265f4d11727021b
|
SHA256 (librenms-librenms-25.6.0_GH0.tar.gz) = b72aa199965f44e662965c58cd3ae7a107fbf7bd51fb11bf595c99033d897bae
|
||||||
SIZE (librenms-librenms-25.5.0_GH0.tar.gz) = 70132766
|
SIZE (librenms-librenms-25.6.0_GH0.tar.gz) = 70700887
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user