net-mgmt/icingaweb2-module-x509: Update to 1.3.1
While here, run portfmt PR: 275083
This commit is contained in:
parent
2541ea0beb
commit
db8e6bb64f
4 changed files with 62 additions and 51 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= icingaweb2-module-x509
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.2
|
||||
DISTVERSION= 1.3.1
|
||||
CATEGORIES= net-mgmt www
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -11,11 +11,11 @@ WWW= https://github.com/Icinga/icingaweb2-module-x509
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR} \
|
||||
icingaweb2-module-reactbundle${PHP_PKGNAMESUFFIX}>0:net-mgmt/icingaweb2-module-reactbundle@${PHP_FLAVOR} \
|
||||
icinga-php-library${PHP_PKGNAMESUFFIX}>0:net-mgmt/icinga-php-library@${PHP_FLAVOR}
|
||||
RUN_DEPENDS= icinga-php-library${PHP_PKGNAMESUFFIX}>0:net-mgmt/icinga-php-library@${PHP_FLAVOR} \
|
||||
icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR} \
|
||||
icingaweb2-module-reactbundle${PHP_PKGNAMESUFFIX}>0:net-mgmt/icingaweb2-module-reactbundle@${PHP_FLAVOR}
|
||||
|
||||
USES= php:web,flavors mysql:server ssl
|
||||
USES= mysql:server php:web,flavors ssl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Icinga
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1675464213
|
||||
SHA256 (Icinga-icingaweb2-module-x509-v1.1.2_GH0.tar.gz) = 5c15f041820f7b0135673ca2699928166c21b570637155f8c0adba4b11cad2b9
|
||||
SIZE (Icinga-icingaweb2-module-x509-v1.1.2_GH0.tar.gz) = 648849
|
||||
TIMESTAMP = 1699977243
|
||||
SHA256 (Icinga-icingaweb2-module-x509-v1.3.1_GH0.tar.gz) = 26e4705ed65be7325b47aad4087a76d0c49f6b0861e085477b05f60fdbb7e686
|
||||
SIZE (Icinga-icingaweb2-module-x509-v1.3.1_GH0.tar.gz) = 1398215
|
||||
|
|
3
net-mgmt/icingaweb2-module-x509/pkg-message
Normal file
3
net-mgmt/icingaweb2-module-x509/pkg-message
Normal file
|
@ -0,0 +1,3 @@
|
|||
There a few steps that needs to be done when upgrading.
|
||||
Please follow the instructions here:
|
||||
https://github.com/Icinga/icingaweb2-module-x509/blob/main/doc/80-Upgrading.md
|
|
@ -1,9 +1,12 @@
|
|||
%%WWWDIR%%/.phpcs.xml
|
||||
%%WWWDIR%%/.mailmap
|
||||
%%WWWDIR%%/AUTHORS
|
||||
%%WWWDIR%%/LICENSE
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/application/clicommands/CheckCommand.php
|
||||
%%WWWDIR%%/application/clicommands/CleanupCommand.php
|
||||
%%WWWDIR%%/application/clicommands/ImportCommand.php
|
||||
%%WWWDIR%%/application/clicommands/JobsCommand.php
|
||||
%%WWWDIR%%/application/clicommands/MigrateCommand.php
|
||||
%%WWWDIR%%/application/clicommands/ScanCommand.php
|
||||
%%WWWDIR%%/application/clicommands/VerifyCommand.php
|
||||
%%WWWDIR%%/application/controllers/CertificateController.php
|
||||
|
@ -11,30 +14,28 @@
|
|||
%%WWWDIR%%/application/controllers/ChainController.php
|
||||
%%WWWDIR%%/application/controllers/ConfigController.php
|
||||
%%WWWDIR%%/application/controllers/DashboardController.php
|
||||
%%WWWDIR%%/application/controllers/IconsController.php
|
||||
%%WWWDIR%%/application/controllers/JobController.php
|
||||
%%WWWDIR%%/application/controllers/JobsController.php
|
||||
%%WWWDIR%%/application/controllers/SniController.php
|
||||
%%WWWDIR%%/application/controllers/UsageController.php
|
||||
%%WWWDIR%%/application/forms/Config/BackendConfigForm.php
|
||||
%%WWWDIR%%/application/forms/Config/JobConfigForm.php
|
||||
%%WWWDIR%%/application/forms/Config/SniConfigForm.php
|
||||
%%WWWDIR%%/application/forms/Jobs/JobConfigForm.php
|
||||
%%WWWDIR%%/application/forms/Jobs/ScheduleForm.php
|
||||
%%WWWDIR%%/application/views/scripts/certificate/index.phtml
|
||||
%%WWWDIR%%/application/views/scripts/certificates/index.phtml
|
||||
%%WWWDIR%%/application/views/scripts/chain/index.phtml
|
||||
%%WWWDIR%%/application/views/scripts/config/backend.phtml
|
||||
%%WWWDIR%%/application/views/scripts/dashboard/index.phtml
|
||||
%%WWWDIR%%/application/views/scripts/jobs/index.phtml
|
||||
%%WWWDIR%%/application/views/scripts/missing-resource.phtml
|
||||
%%WWWDIR%%/application/views/scripts/simple-form.phtml
|
||||
%%WWWDIR%%/application/views/scripts/sni/index.phtml
|
||||
%%WWWDIR%%/application/views/scripts/usage/index.phtml
|
||||
%%WWWDIR%%/composer.json
|
||||
%%WWWDIR%%/composer.lock
|
||||
%%WWWDIR%%/config/systemd/icinga-x509.service
|
||||
%%WWWDIR%%/configuration.php
|
||||
%%WWWDIR%%/doc/01-About.md
|
||||
%%WWWDIR%%/doc/02-Installation.md
|
||||
%%WWWDIR%%/doc/02-Installation.md.d/From-Source.md
|
||||
%%WWWDIR%%/doc/03-Configuration.md
|
||||
%%WWWDIR%%/doc/04-Scanning.md
|
||||
%%WWWDIR%%/doc/10-Monitoring.md
|
||||
%%WWWDIR%%/doc/80-Upgrading.md
|
||||
%%WWWDIR%%/doc/res/check-host-perf-data.png
|
||||
|
@ -50,63 +51,70 @@
|
|||
%%WWWDIR%%/doc/res/service-template-fields.png
|
||||
%%WWWDIR%%/doc/res/single-service-result.png
|
||||
%%WWWDIR%%/doc/res/sync-rule-properties.png
|
||||
%%WWWDIR%%/doc/res/weekly-schedules.png
|
||||
%%WWWDIR%%/doc/res/x509-certificates.png
|
||||
%%WWWDIR%%/doc/res/x509-dashboard.png
|
||||
%%WWWDIR%%/doc/res/x509-usage.png
|
||||
%%WWWDIR%%/etc/schema/mysql-upgrade/v1.0.0.sql
|
||||
%%WWWDIR%%/etc/schema/mysql-upgrade/v1.1.0.sql
|
||||
%%WWWDIR%%/etc/schema/mysql.schema.sql
|
||||
%%WWWDIR%%/library/X509/CertificateDetails.php
|
||||
%%WWWDIR%%/library/X509/CertificateUtils.php
|
||||
%%WWWDIR%%/library/X509/CertificatesTable.php
|
||||
%%WWWDIR%%/library/X509/ChainDetails.php
|
||||
%%WWWDIR%%/library/X509/ColorScheme.php
|
||||
%%WWWDIR%%/library/X509/Command.php
|
||||
%%WWWDIR%%/library/X509/Common/Database.php
|
||||
%%WWWDIR%%/library/X509/Common/JobOptions.php
|
||||
%%WWWDIR%%/library/X509/Common/JobUtils.php
|
||||
%%WWWDIR%%/library/X509/Common/Links.php
|
||||
%%WWWDIR%%/library/X509/Controller.php
|
||||
%%WWWDIR%%/library/X509/DataTable.php
|
||||
%%WWWDIR%%/library/X509/DbTool.php
|
||||
%%WWWDIR%%/library/X509/Donut.php
|
||||
%%WWWDIR%%/library/X509/ExpirationWidget.php
|
||||
%%WWWDIR%%/library/X509/FilterAdapter.php
|
||||
%%WWWDIR%%/library/X509/Hook/SniHook.php
|
||||
%%WWWDIR%%/library/X509/Job.php
|
||||
%%WWWDIR%%/library/X509/JobsIniRepository.php
|
||||
%%WWWDIR%%/library/X509/Model/Behavior/DERBase64.php
|
||||
%%WWWDIR%%/library/X509/Model/Behavior/ExpressionInjector.php
|
||||
%%WWWDIR%%/library/X509/Model/Behavior/Ip.php
|
||||
%%WWWDIR%%/library/X509/Model/Schema.php
|
||||
%%WWWDIR%%/library/X509/Model/X509Certificate.php
|
||||
%%WWWDIR%%/library/X509/Model/X509CertificateChain.php
|
||||
%%WWWDIR%%/library/X509/Model/X509CertificateChainLink.php
|
||||
%%WWWDIR%%/library/X509/Model/X509CertificateSubjectAltName.php
|
||||
%%WWWDIR%%/library/X509/Model/X509Dn.php
|
||||
%%WWWDIR%%/library/X509/Model/X509Job.php
|
||||
%%WWWDIR%%/library/X509/Model/X509JobRun.php
|
||||
%%WWWDIR%%/library/X509/Model/X509Schedule.php
|
||||
%%WWWDIR%%/library/X509/Model/X509Target.php
|
||||
%%WWWDIR%%/library/X509/ProvidedHook/DbMigration.php
|
||||
%%WWWDIR%%/library/X509/ProvidedHook/HostsImportSource.php
|
||||
%%WWWDIR%%/library/X509/ProvidedHook/ServicesImportSource.php
|
||||
%%WWWDIR%%/library/X509/ProvidedHook/x509ImportSource.php
|
||||
%%WWWDIR%%/library/X509/ProvidedHook/X509ImportSource.php
|
||||
%%WWWDIR%%/library/X509/React/StreamOptsCaptureConnector.php
|
||||
%%WWWDIR%%/library/X509/Scheduler.php
|
||||
%%WWWDIR%%/library/X509/Schedule.php
|
||||
%%WWWDIR%%/library/X509/SniIniRepository.php
|
||||
%%WWWDIR%%/library/X509/SortAdapter.php
|
||||
%%WWWDIR%%/library/X509/SqlFilter.php
|
||||
%%WWWDIR%%/library/X509/Table.php
|
||||
%%WWWDIR%%/library/X509/UsageTable.php
|
||||
%%WWWDIR%%/library/X509/Web/Control/SearchBar/ObjectSuggestions.php
|
||||
%%WWWDIR%%/library/X509/Widget/JobDetails.php
|
||||
%%WWWDIR%%/library/X509/Widget/Jobs.php
|
||||
%%WWWDIR%%/library/X509/Widget/Schedules.php
|
||||
%%WWWDIR%%/module.info
|
||||
%%WWWDIR%%/public/css/icons.less
|
||||
%%WWWDIR%%/phpstan-baseline.neon
|
||||
%%WWWDIR%%/phpstan.neon
|
||||
%%WWWDIR%%/phpunit.xml
|
||||
%%WWWDIR%%/public/css/module.less
|
||||
%%WWWDIR%%/public/font/icons.eot
|
||||
%%WWWDIR%%/public/font/icons.svg
|
||||
%%WWWDIR%%/public/font/icons.ttf
|
||||
%%WWWDIR%%/public/font/icons.woff
|
||||
%%WWWDIR%%/run.php
|
||||
%%WWWDIR%%/vendor/autoload.php
|
||||
%%WWWDIR%%/vendor/composer/ClassLoader.php
|
||||
%%WWWDIR%%/vendor/composer/LICENSE
|
||||
%%WWWDIR%%/vendor/composer/autoload_classmap.php
|
||||
%%WWWDIR%%/vendor/composer/autoload_namespaces.php
|
||||
%%WWWDIR%%/vendor/composer/autoload_psr4.php
|
||||
%%WWWDIR%%/vendor/composer/autoload_real.php
|
||||
%%WWWDIR%%/vendor/composer/autoload_static.php
|
||||
%%WWWDIR%%/vendor/composer/installed.json
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/CHANGELOG.md
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/LICENSE
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/README.md
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/composer.json
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/AbstractField.php
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/CronExpression.php
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/DayOfWeekField.php
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/FieldFactory.php
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/FieldInterface.php
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/HoursField.php
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/MinutesField.php
|
||||
%%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/MonthField.php
|
||||
%%WWWDIR%%/schema/mysql-upgrades/1.0.0.sql
|
||||
%%WWWDIR%%/schema/mysql-upgrades/1.1.0.sql
|
||||
%%WWWDIR%%/schema/mysql-upgrades/1.2.0.sql
|
||||
%%WWWDIR%%/schema/mysql-upgrades/1.3.0.sql
|
||||
%%WWWDIR%%/schema/mysql.schema.sql
|
||||
%%WWWDIR%%/schema/pgsql-upgrades/1.3.0.sql
|
||||
%%WWWDIR%%/schema/pgsql.schema.sql
|
||||
%%WWWDIR%%/test/php/Lib/TestModel.php
|
||||
%%WWWDIR%%/test/php/library/X509/Common/JobUtilsTest.php
|
||||
%%WWWDIR%%/test/php/library/X509/JobTest.php
|
||||
%%WWWDIR%%/test/php/library/X509/Model/Behavior/DERBase64Test.php
|
||||
%%WWWDIR%%/test/php/library/X509/Model/Behavior/ExpressionInjectorTest.php
|
||||
%%WWWDIR%%/test/php/library/X509/Model/Behavior/IpTest.php
|
||||
|
|
Loading…
Reference in a new issue