diff options
Diffstat (limited to 'net-mgmt')
29 files changed, 390 insertions, 659 deletions
diff --git a/net-mgmt/icinga-php-library/Makefile b/net-mgmt/icinga-php-library/Makefile index 24b3e03c9085..8dbf86096e7d 100644 --- a/net-mgmt/icinga-php-library/Makefile +++ b/net-mgmt/icinga-php-library/Makefile @@ -1,6 +1,6 @@ PORTNAME= icinga-php-library DISTVERSIONPREFIX= v -DISTVERSION= 0.14.2 +DISTVERSION= 0.17.0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:web,flavors USE_PHP= filter +IGNORE_WITH_PHP=81 USE_GITHUB= yes GH_ACCOUNT= icinga diff --git a/net-mgmt/icinga-php-library/distinfo b/net-mgmt/icinga-php-library/distinfo index 3e89e81a1207..468e74bd6ec0 100644 --- a/net-mgmt/icinga-php-library/distinfo +++ b/net-mgmt/icinga-php-library/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743002415 -SHA256 (icinga-icinga-php-library-v0.14.2_GH0.tar.gz) = 8e0b7589b094d16e214ac6293ce636c845f47234782232f338d2faf502a42d16 -SIZE (icinga-icinga-php-library-v0.14.2_GH0.tar.gz) = 3365243 +TIMESTAMP = 1752686186 +SHA256 (icinga-icinga-php-library-v0.17.0_GH0.tar.gz) = a8c7ab2dd6732a8ea7b1718f2dbd833a3f36259b45270a875053c4de50bb09a8 +SIZE (icinga-icinga-php-library-v0.17.0_GH0.tar.gz) = 3367478 diff --git a/net-mgmt/icinga-php-library/pkg-plist b/net-mgmt/icinga-php-library/pkg-plist index bf36db710151..b57403daa50b 100644 --- a/net-mgmt/icinga-php-library/pkg-plist +++ b/net-mgmt/icinga-php-library/pkg-plist @@ -15,6 +15,7 @@ %%WWWDIR%%/asset/css/horizontal-key-value.less %%WWWDIR%%/asset/css/icinga-icons.less %%WWWDIR%%/asset/css/icons-base.less +%%WWWDIR%%/asset/css/item-layout.less %%WWWDIR%%/asset/css/list/item-list.less %%WWWDIR%%/asset/css/list/item-table.less %%WWWDIR%%/asset/css/list/list-item.less @@ -31,6 +32,7 @@ %%WWWDIR%%/asset/css/vendor/flatpickr.css %%WWWDIR%%/asset/css/vendor/flatpickr.vars.less %%WWWDIR%%/asset/css/vertical-key-value.less +%%WWWDIR%%/asset/js/iterator.js %%WWWDIR%%/asset/js/notjQuery.js %%WWWDIR%%/asset/js/vendor/Sortable.js %%WWWDIR%%/asset/js/vendor/Sortable.min.js @@ -83,7 +85,6 @@ %%WWWDIR%%/asset/static/img/select-icon.svg %%WWWDIR%%/composer.json %%WWWDIR%%/composer.lock -%%WWWDIR%%/patches/ramsey-collection.patch %%WWWDIR%%/vendor/autoload.php %%WWWDIR%%/vendor/brick/math/LICENSE %%WWWDIR%%/vendor/brick/math/composer.json @@ -114,26 +115,22 @@ %%WWWDIR%%/vendor/composer/installed.json %%WWWDIR%%/vendor/composer/installed.php %%WWWDIR%%/vendor/composer/platform_check.php -%%WWWDIR%%/vendor/cweagans/composer-patches/composer.json -%%WWWDIR%%/vendor/cweagans/composer-patches/src/PatchEvent.php -%%WWWDIR%%/vendor/cweagans/composer-patches/src/PatchEvents.php -%%WWWDIR%%/vendor/cweagans/composer-patches/src/Patches.php -%%WWWDIR%%/vendor/doctrine/collections/.doctrine-project.json %%WWWDIR%%/vendor/doctrine/collections/LICENSE %%WWWDIR%%/vendor/doctrine/collections/composer.json -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php +%%WWWDIR%%/vendor/doctrine/collections/src/AbstractLazyCollection.php +%%WWWDIR%%/vendor/doctrine/collections/src/ArrayCollection.php +%%WWWDIR%%/vendor/doctrine/collections/src/Collection.php +%%WWWDIR%%/vendor/doctrine/collections/src/Criteria.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/ClosureExpressionVisitor.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/Comparison.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/CompositeExpression.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/Expression.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/ExpressionVisitor.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/Value.php +%%WWWDIR%%/vendor/doctrine/collections/src/ExpressionBuilder.php +%%WWWDIR%%/vendor/doctrine/collections/src/Order.php +%%WWWDIR%%/vendor/doctrine/collections/src/ReadableCollection.php +%%WWWDIR%%/vendor/doctrine/collections/src/Selectable.php %%WWWDIR%%/vendor/doctrine/deprecations/LICENSE %%WWWDIR%%/vendor/doctrine/deprecations/composer.json %%WWWDIR%%/vendor/doctrine/deprecations/src/Deprecation.php @@ -420,6 +417,7 @@ %%WWWDIR%%/vendor/ipl/web/src/Common/Card.php %%WWWDIR%%/vendor/ipl/web/src/Common/CsrfCounterMeasure.php %%WWWDIR%%/vendor/ipl/web/src/Common/FormUid.php +%%WWWDIR%%/vendor/ipl/web/src/Common/ItemRenderer.php %%WWWDIR%%/vendor/ipl/web/src/Common/RedirectOption.php %%WWWDIR%%/vendor/ipl/web/src/Common/StateBadges.php %%WWWDIR%%/vendor/ipl/web/src/Compat/CompatController.php @@ -462,12 +460,20 @@ %%WWWDIR%%/vendor/ipl/web/src/FormElement/TermInput/ValidatedTerm.php %%WWWDIR%%/vendor/ipl/web/src/Layout/Content.php %%WWWDIR%%/vendor/ipl/web/src/Layout/Controls.php +%%WWWDIR%%/vendor/ipl/web/src/Layout/DetailedItemLayout.php +%%WWWDIR%%/vendor/ipl/web/src/Layout/DetailedItemTableLayout.php %%WWWDIR%%/vendor/ipl/web/src/Layout/Footer.php +%%WWWDIR%%/vendor/ipl/web/src/Layout/HeaderItemLayout.php +%%WWWDIR%%/vendor/ipl/web/src/Layout/ItemLayout.php +%%WWWDIR%%/vendor/ipl/web/src/Layout/ItemTableLayout.php +%%WWWDIR%%/vendor/ipl/web/src/Layout/MinimalItemLayout.php +%%WWWDIR%%/vendor/ipl/web/src/Layout/MinimalItemTableLayout.php %%WWWDIR%%/vendor/ipl/web/src/LessRuleset.php %%WWWDIR%%/vendor/ipl/web/src/Style.php %%WWWDIR%%/vendor/ipl/web/src/Url.php %%WWWDIR%%/vendor/ipl/web/src/Widget/ActionBar.php %%WWWDIR%%/vendor/ipl/web/src/Widget/ActionLink.php +%%WWWDIR%%/vendor/ipl/web/src/Widget/Ball.php %%WWWDIR%%/vendor/ipl/web/src/Widget/ButtonLink.php %%WWWDIR%%/vendor/ipl/web/src/Widget/ContinueWith.php %%WWWDIR%%/vendor/ipl/web/src/Widget/CopyToClipboard.php @@ -477,7 +483,12 @@ %%WWWDIR%%/vendor/ipl/web/src/Widget/HorizontalKeyValue.php %%WWWDIR%%/vendor/ipl/web/src/Widget/IcingaIcon.php %%WWWDIR%%/vendor/ipl/web/src/Widget/Icon.php +%%WWWDIR%%/vendor/ipl/web/src/Widget/ItemList.php +%%WWWDIR%%/vendor/ipl/web/src/Widget/ItemTable.php +%%WWWDIR%%/vendor/ipl/web/src/Widget/ItemTable/ItemTableRenderer.php +%%WWWDIR%%/vendor/ipl/web/src/Widget/ItemTableRow.php %%WWWDIR%%/vendor/ipl/web/src/Widget/Link.php +%%WWWDIR%%/vendor/ipl/web/src/Widget/ListItem.php %%WWWDIR%%/vendor/ipl/web/src/Widget/StateBadge.php %%WWWDIR%%/vendor/ipl/web/src/Widget/StateBall.php %%WWWDIR%%/vendor/ipl/web/src/Widget/Tabs.php @@ -528,13 +539,13 @@ %%WWWDIR%%/vendor/ramsey/collection/src/CollectionInterface.php %%WWWDIR%%/vendor/ramsey/collection/src/DoubleEndedQueue.php %%WWWDIR%%/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/CollectionException.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php -%%WWWDIR%%/vendor/ramsey/collection/src/Exception/InvalidSortOrderException.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/NoSuchElementException.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php -%%WWWDIR%%/vendor/ramsey/collection/src/Exception/ValueExtractionException.php %%WWWDIR%%/vendor/ramsey/collection/src/GenericArray.php %%WWWDIR%%/vendor/ramsey/collection/src/Map/AbstractMap.php %%WWWDIR%%/vendor/ramsey/collection/src/Map/AbstractTypedMap.php @@ -546,6 +557,7 @@ %%WWWDIR%%/vendor/ramsey/collection/src/Queue.php %%WWWDIR%%/vendor/ramsey/collection/src/QueueInterface.php %%WWWDIR%%/vendor/ramsey/collection/src/Set.php +%%WWWDIR%%/vendor/ramsey/collection/src/Sort.php %%WWWDIR%%/vendor/ramsey/collection/src/Tool/TypeTrait.php %%WWWDIR%%/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php %%WWWDIR%%/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php @@ -571,6 +583,7 @@ %%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php %%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php %%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php %%WWWDIR%%/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php %%WWWDIR%%/vendor/ramsey/uuid/src/DegradedUuid.php %%WWWDIR%%/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php @@ -607,6 +620,7 @@ %%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php %%WWWDIR%%/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php %%WWWDIR%%/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php %%WWWDIR%%/vendor/ramsey/uuid/src/Guid/Fields.php %%WWWDIR%%/vendor/ramsey/uuid/src/Guid/Guid.php %%WWWDIR%%/vendor/ramsey/uuid/src/Guid/GuidBuilder.php @@ -631,8 +645,11 @@ %%WWWDIR%%/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/Fields.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php @@ -640,6 +657,9 @@ %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV6.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV7.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV8.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/Validator.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php @@ -728,21 +748,11 @@ %%WWWDIR%%/vendor/simshaun/recurr/translations/pt-br.php %%WWWDIR%%/vendor/simshaun/recurr/translations/sv.php %%WWWDIR%%/vendor/simshaun/recurr/translations/tr.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/Ctype.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/LICENSE -%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap80.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/composer.json -%%WWWDIR%%/vendor/symfony/polyfill-php80/LICENSE -%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php84/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php84/Php84.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/Resources/stubs/Deprecated.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/composer.json %%WWWDIR%%/vendor/webmozart/assert/LICENSE %%WWWDIR%%/vendor/webmozart/assert/composer.json %%WWWDIR%%/vendor/webmozart/assert/src/Assert.php diff --git a/net-mgmt/icinga-php-thirdparty/Makefile b/net-mgmt/icinga-php-thirdparty/Makefile index 49c934507fd8..db14edee43e5 100644 --- a/net-mgmt/icinga-php-thirdparty/Makefile +++ b/net-mgmt/icinga-php-thirdparty/Makefile @@ -1,6 +1,6 @@ PORTNAME= icinga-php-thirdparty DISTVERSIONPREFIX= v -DISTVERSION= 0.12.1 +DISTVERSION= 0.13.1 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -12,6 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:web,flavors +IGNORE_WITH_PHP=81 USE_GITHUB= yes GH_ACCOUNT= icinga diff --git a/net-mgmt/icinga-php-thirdparty/distinfo b/net-mgmt/icinga-php-thirdparty/distinfo index 421233641a93..6b234e53a230 100644 --- a/net-mgmt/icinga-php-thirdparty/distinfo +++ b/net-mgmt/icinga-php-thirdparty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705408915 -SHA256 (icinga-icinga-php-thirdparty-v0.12.1_GH0.tar.gz) = 1cc1001e47bff6484dd496d7019d0bff611c09f7548b27f8b1d828e07ea1588e -SIZE (icinga-icinga-php-thirdparty-v0.12.1_GH0.tar.gz) = 14301833 +TIMESTAMP = 1752689729 +SHA256 (icinga-icinga-php-thirdparty-v0.13.1_GH0.tar.gz) = 86a51b35bf22aa6a5f184320f5f96e3a9599510c303a048e71b9b2b6ce42975c +SIZE (icinga-icinga-php-thirdparty-v0.13.1_GH0.tar.gz) = 14669149 diff --git a/net-mgmt/icinga-php-thirdparty/pkg-plist b/net-mgmt/icinga-php-thirdparty/pkg-plist index 27159e520ef7..90c2b4dafbc9 100644 --- a/net-mgmt/icinga-php-thirdparty/pkg-plist +++ b/net-mgmt/icinga-php-thirdparty/pkg-plist @@ -5,6 +5,9 @@ %%WWWDIR%%/asset/css/vendor/diff-table.less %%WWWDIR%%/asset/js/jquery/jquery.js %%WWWDIR%%/asset/js/jquery/jquery.min.js +%%WWWDIR%%/asset/js/mbostock/LICENSE +%%WWWDIR%%/asset/js/mbostock/d3.js +%%WWWDIR%%/asset/js/mbostock/d3.min.js %%WWWDIR%%/composer.json %%WWWDIR%%/composer.lock %%WWWDIR%%/patches/ramsey-collection.patch @@ -12,8 +15,8 @@ %%WWWDIR%%/vendor/autoload.php %%WWWDIR%%/vendor/brick/math/CHANGELOG.md %%WWWDIR%%/vendor/brick/math/LICENSE -%%WWWDIR%%/vendor/brick/math/SECURITY.md %%WWWDIR%%/vendor/brick/math/composer.json +%%WWWDIR%%/vendor/brick/math/psalm-baseline.xml %%WWWDIR%%/vendor/brick/math/src/BigDecimal.php %%WWWDIR%%/vendor/brick/math/src/BigInteger.php %%WWWDIR%%/vendor/brick/math/src/BigNumber.php @@ -58,42 +61,25 @@ %%WWWDIR%%/vendor/clue/mq-react/README.md %%WWWDIR%%/vendor/clue/mq-react/composer.json %%WWWDIR%%/vendor/clue/mq-react/src/Queue.php -%%WWWDIR%%/vendor/clue/redis-protocol/.travis.yml %%WWWDIR%%/vendor/clue/redis-protocol/CHANGELOG.md +%%WWWDIR%%/vendor/clue/redis-protocol/LICENSE %%WWWDIR%%/vendor/clue/redis-protocol/README.md %%WWWDIR%%/vendor/clue/redis-protocol/composer.json -%%WWWDIR%%/vendor/clue/redis-protocol/example/client.php -%%WWWDIR%%/vendor/clue/redis-protocol/example/perf.php -%%WWWDIR%%/vendor/clue/redis-protocol/phpunit.xml.dist -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Factory.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/BulkReply.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/ErrorReply.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/IntegerReply.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/ModelInterface.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/MultiBulkReply.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/Request.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Model/StatusReply.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/MessageBuffer.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/ParserException.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/ParserInterface.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/RequestParser.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Parser/ResponseParser.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Serializer/RecursiveSerializer.php -%%WWWDIR%%/vendor/clue/redis-protocol/src/Clue/Redis/Protocol/Serializer/SerializerInterface.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/FactoryTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Model/AbstractModelTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Model/BulkReplyTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Model/ErrorReplyTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Model/IntegerReplyTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Model/MultiBulkReplyTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Model/RequestTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Model/StatusReplyTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Parser/AbstractParserTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Parser/RequestParserTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Parser/ResponseParserTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Serializer/AbstractSerializerTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/Serializer/RecursiveSerializerTest.php -%%WWWDIR%%/vendor/clue/redis-protocol/tests/bootstrap.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Factory.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Model/BulkReply.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Model/ErrorReply.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Model/IntegerReply.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Model/ModelInterface.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Model/MultiBulkReply.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Model/Request.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Model/StatusReply.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Parser/MessageBuffer.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Parser/ParserException.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Parser/ParserInterface.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Parser/RequestParser.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Parser/ResponseParser.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Serializer/RecursiveSerializer.php +%%WWWDIR%%/vendor/clue/redis-protocol/src/Serializer/SerializerInterface.php %%WWWDIR%%/vendor/clue/redis-react/CHANGELOG.md %%WWWDIR%%/vendor/clue/redis-react/LICENSE %%WWWDIR%%/vendor/clue/redis-react/README.md @@ -174,35 +160,37 @@ %%WWWDIR%%/vendor/cweagans/composer-patches/src/PatchEvents.php %%WWWDIR%%/vendor/cweagans/composer-patches/src/Patches.php %%WWWDIR%%/vendor/cweagans/composer-patches/tests/PatchEventTest.php -%%WWWDIR%%/vendor/doctrine/collections/.doctrine-project.json %%WWWDIR%%/vendor/doctrine/collections/CONTRIBUTING.md %%WWWDIR%%/vendor/doctrine/collections/LICENSE %%WWWDIR%%/vendor/doctrine/collections/README.md +%%WWWDIR%%/vendor/doctrine/collections/UPGRADE.md %%WWWDIR%%/vendor/doctrine/collections/composer.json %%WWWDIR%%/vendor/doctrine/collections/docs/en/derived-collections.rst %%WWWDIR%%/vendor/doctrine/collections/docs/en/expression-builder.rst %%WWWDIR%%/vendor/doctrine/collections/docs/en/expressions.rst %%WWWDIR%%/vendor/doctrine/collections/docs/en/index.rst %%WWWDIR%%/vendor/doctrine/collections/docs/en/lazy-collections.rst +%%WWWDIR%%/vendor/doctrine/collections/docs/en/serialization.rst %%WWWDIR%%/vendor/doctrine/collections/docs/en/sidebar.rst -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php -%%WWWDIR%%/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php +%%WWWDIR%%/vendor/doctrine/collections/src/AbstractLazyCollection.php +%%WWWDIR%%/vendor/doctrine/collections/src/ArrayCollection.php +%%WWWDIR%%/vendor/doctrine/collections/src/Collection.php +%%WWWDIR%%/vendor/doctrine/collections/src/Criteria.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/ClosureExpressionVisitor.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/Comparison.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/CompositeExpression.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/Expression.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/ExpressionVisitor.php +%%WWWDIR%%/vendor/doctrine/collections/src/Expr/Value.php +%%WWWDIR%%/vendor/doctrine/collections/src/ExpressionBuilder.php +%%WWWDIR%%/vendor/doctrine/collections/src/Order.php +%%WWWDIR%%/vendor/doctrine/collections/src/ReadableCollection.php +%%WWWDIR%%/vendor/doctrine/collections/src/Selectable.php %%WWWDIR%%/vendor/doctrine/deprecations/LICENSE %%WWWDIR%%/vendor/doctrine/deprecations/README.md %%WWWDIR%%/vendor/doctrine/deprecations/composer.json -%%WWWDIR%%/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php -%%WWWDIR%%/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/PHPUnit/VerifyDeprecations.php +%%WWWDIR%%/vendor/doctrine/deprecations/src/Deprecation.php +%%WWWDIR%%/vendor/doctrine/deprecations/src/PHPUnit/VerifyDeprecations.php %%WWWDIR%%/vendor/dompdf/dompdf/AUTHORS.md %%WWWDIR%%/vendor/dompdf/dompdf/LICENSE.LGPL %%WWWDIR%%/vendor/dompdf/dompdf/README.md @@ -252,6 +240,9 @@ %%WWWDIR%%/vendor/dompdf/dompdf/lib/res/broken_image.png %%WWWDIR%%/vendor/dompdf/dompdf/lib/res/broken_image.svg %%WWWDIR%%/vendor/dompdf/dompdf/lib/res/html.css +%%WWWDIR%%/vendor/dompdf/dompdf/lib/res/sRGB2014.icc +%%WWWDIR%%/vendor/dompdf/dompdf/lib/res/sRGB2014.icc.LICENSE +%%WWWDIR%%/vendor/dompdf/dompdf/phpunit.xml %%WWWDIR%%/vendor/dompdf/dompdf/src/Adapter/CPDF.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Adapter/GD.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Adapter/PDFLib.php @@ -260,6 +251,16 @@ %%WWWDIR%%/vendor/dompdf/dompdf/src/Cellmap.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Css/AttributeTranslator.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Color.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/Attr.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/CloseQuote.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/ContentPart.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/Counter.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/Counters.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/NoCloseQuote.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/NoOpenQuote.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/OpenQuote.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/StringPart.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Content/Url.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Style.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Css/Stylesheet.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Dompdf.php @@ -318,8 +319,105 @@ %%WWWDIR%%/vendor/dompdf/dompdf/src/Renderer/Inline.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Renderer/ListBullet.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Renderer/TableCell.php +%%WWWDIR%%/vendor/dompdf/dompdf/src/Renderer/TableRow.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Renderer/TableRowGroup.php %%WWWDIR%%/vendor/dompdf/dompdf/src/Renderer/Text.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/AUTHORS.md +%%WWWDIR%%/vendor/dompdf/php-font-lib/LICENSE +%%WWWDIR%%/vendor/dompdf/php-font-lib/README.md +%%WWWDIR%%/vendor/dompdf/php-font-lib/composer.json +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/adobe-standard-encoding.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/cp1250.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/cp1251.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/cp1252.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/cp1253.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/cp1254.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/cp1255.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/cp1257.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/cp1258.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/cp874.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/iso-8859-1.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/iso-8859-11.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/iso-8859-15.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/iso-8859-16.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/iso-8859-2.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/iso-8859-4.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/iso-8859-5.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/iso-8859-7.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/iso-8859-9.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/koi8-r.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/maps/koi8-u.map +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/AdobeFontMetrics.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/BinaryStream.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/EOT/File.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/EOT/Header.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/EncodingMap.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Exception/FontNotFoundException.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Font.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Glyph/Outline.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineComponent.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineComposite.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Glyph/OutlineSimple.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Header.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/OpenType/File.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/OpenType/TableDirectoryEntry.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/DirectoryEntry.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Table.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/cmap.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/cvt.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/fpgm.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/glyf.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/head.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/hhea.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/hmtx.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/kern.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/loca.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/maxp.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/name.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/nameRecord.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/os2.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/post.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/Table/Type/prep.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/TrueType/Collection.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/TrueType/File.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/TrueType/Header.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/TrueType/TableDirectoryEntry.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/WOFF/File.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/WOFF/Header.php +%%WWWDIR%%/vendor/dompdf/php-font-lib/src/FontLib/WOFF/TableDirectoryEntry.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/AUTHORS.md +%%WWWDIR%%/vendor/dompdf/php-svg-lib/LICENSE +%%WWWDIR%%/vendor/dompdf/php-svg-lib/README.md +%%WWWDIR%%/vendor/dompdf/php-svg-lib/composer.json +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/CssLength.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/DefaultStyle.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Document.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Gradient/Stop.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Style.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Surface/CPdf.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfaceCpdf.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfaceInterface.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Surface/SurfacePDFLib.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/AbstractTag.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Anchor.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Circle.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/ClipPath.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Ellipse.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Group.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Image.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Line.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/LinearGradient.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Path.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Polygon.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Polyline.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/RadialGradient.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Rect.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Shape.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Stop.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/StyleTag.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Symbol.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/Text.php +%%WWWDIR%%/vendor/dompdf/php-svg-lib/src/Svg/Tag/UseTag.php %%WWWDIR%%/vendor/dragonmantank/cron-expression/CHANGELOG.md %%WWWDIR%%/vendor/dragonmantank/cron-expression/LICENSE %%WWWDIR%%/vendor/dragonmantank/cron-expression/README.md @@ -380,6 +478,7 @@ %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Multiple.php %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Number.php %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Percentage.php +%%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ratio.php %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Clone.php @@ -513,6 +612,7 @@ %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt +%%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveBlanks.txt %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt @@ -831,15 +931,16 @@ %%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriNormalizer.php %%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriResolver.php %%WWWDIR%%/vendor/guzzlehttp/psr7/src/Utils.php +%%WWWDIR%%/vendor/jfcherng/php-color-output/.php-cs-fixer.dist.php %%WWWDIR%%/vendor/jfcherng/php-color-output/CHANGELOG.md %%WWWDIR%%/vendor/jfcherng/php-color-output/LICENSE %%WWWDIR%%/vendor/jfcherng/php-color-output/README.md +%%WWWDIR%%/vendor/jfcherng/php-color-output/RMT %%WWWDIR%%/vendor/jfcherng/php-color-output/UPGRADING_v2.md %%WWWDIR%%/vendor/jfcherng/php-color-output/composer.json %%WWWDIR%%/vendor/jfcherng/php-color-output/composer.lock %%WWWDIR%%/vendor/jfcherng/php-color-output/demo.php %%WWWDIR%%/vendor/jfcherng/php-color-output/src/CliColor.php -%%WWWDIR%%/vendor/jfcherng/php-color-output/src/helpers.php %%WWWDIR%%/vendor/jfcherng/php-diff/.php-cs-fixer.dist.php %%WWWDIR%%/vendor/jfcherng/php-diff/.phpstorm.meta.php %%WWWDIR%%/vendor/jfcherng/php-diff/CHANGELOG/CHANGELOG_v2.md @@ -908,6 +1009,7 @@ %%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/spa.json %%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/tur.json %%WWWDIR%%/vendor/jfcherng/php-diff/src/languages/ukr.json +%%WWWDIR%%/vendor/jfcherng/php-mb-string/.php-cs-fixer.dist.php %%WWWDIR%%/vendor/jfcherng/php-mb-string/CHANGELOG %%WWWDIR%%/vendor/jfcherng/php-mb-string/LICENSE %%WWWDIR%%/vendor/jfcherng/php-mb-string/README.md @@ -947,108 +1049,10 @@ %%WWWDIR%%/vendor/masterminds/html5/src/HTML5/Serializer/README.md %%WWWDIR%%/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php %%WWWDIR%%/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php -%%WWWDIR%%/vendor/phenx/php-font-lib/.htaccess -%%WWWDIR%%/vendor/phenx/php-font-lib/LICENSE -%%WWWDIR%%/vendor/phenx/php-font-lib/README.md -%%WWWDIR%%/vendor/phenx/php-font-lib/bower.json -%%WWWDIR%%/vendor/phenx/php-font-lib/composer.json -%%WWWDIR%%/vendor/phenx/php-font-lib/index.php -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/adobe-standard-encoding.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/cp1250.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/cp1251.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/cp1252.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/cp1253.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/cp1254.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/cp1255.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/cp1257.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/cp1258.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/cp874.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/iso-8859-1.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/iso-8859-11.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/iso-8859-15.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/iso-8859-16.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/iso-8859-2.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/iso-8859-4.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/iso-8859-5.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/iso-8859-7.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/iso-8859-9.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/koi8-r.map -%%WWWDIR%%/vendor/phenx/php-font-lib/maps/koi8-u.map -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/AdobeFontMetrics.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Autoloader.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/BinaryStream.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/EOT/File.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/EOT/Header.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/EncodingMap.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Exception/FontNotFoundException.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Font.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Glyph/Outline.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Glyph/OutlineComponent.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Glyph/OutlineComposite.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Glyph/OutlineSimple.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Header.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/OpenType/File.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/OpenType/TableDirectoryEntry.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/DirectoryEntry.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Table.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/cmap.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/glyf.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/head.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/hhea.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/hmtx.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/kern.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/loca.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/maxp.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/name.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/nameRecord.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/os2.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/Table/Type/post.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/TrueType/Collection.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/TrueType/File.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/TrueType/Header.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/TrueType/TableDirectoryEntry.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/WOFF/File.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/WOFF/Header.php -%%WWWDIR%%/vendor/phenx/php-font-lib/src/FontLib/WOFF/TableDirectoryEntry.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/LICENSE -%%WWWDIR%%/vendor/phenx/php-svg-lib/README.md -%%WWWDIR%%/vendor/phenx/php-svg-lib/composer.json -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/CssLength.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/DefaultStyle.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Document.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Gradient/Stop.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Style.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Surface/CPdf.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Surface/SurfaceCpdf.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Surface/SurfaceInterface.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Surface/SurfacePDFLib.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/AbstractTag.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Anchor.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Circle.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/ClipPath.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Ellipse.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Group.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Image.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Line.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/LinearGradient.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Path.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Polygon.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Polyline.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/RadialGradient.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Rect.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Shape.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Stop.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/StyleTag.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/Text.php -%%WWWDIR%%/vendor/phenx/php-svg-lib/src/Svg/Tag/UseTag.php %%WWWDIR%%/vendor/predis/predis/LICENSE %%WWWDIR%%/vendor/predis/predis/README.md %%WWWDIR%%/vendor/predis/predis/autoload.php %%WWWDIR%%/vendor/predis/predis/composer.json -%%WWWDIR%%/vendor/predis/predis/docker/unstable_cluster/Dockerfile -%%WWWDIR%%/vendor/predis/predis/docker/unstable_cluster/create_cluster.sh -%%WWWDIR%%/vendor/predis/predis/docker/unstable_cluster/docker-compose.yml -%%WWWDIR%%/vendor/predis/predis/docker/unstable_cluster/redis.conf %%WWWDIR%%/vendor/predis/predis/src/Autoloader.php %%WWWDIR%%/vendor/predis/predis/src/Client.php %%WWWDIR%%/vendor/predis/predis/src/ClientConfiguration.php @@ -1062,10 +1066,12 @@ %%WWWDIR%%/vendor/predis/predis/src/Cluster/Distributor/KetamaRing.php %%WWWDIR%%/vendor/predis/predis/src/Cluster/Hash/CRC16.php %%WWWDIR%%/vendor/predis/predis/src/Cluster/Hash/HashGeneratorInterface.php -%%WWWDIR%%/vendor/predis/predis/src/Cluster/Hash/PhpiredisCRC16.php +%%WWWDIR%%/vendor/predis/predis/src/Cluster/NullSlotRange.php %%WWWDIR%%/vendor/predis/predis/src/Cluster/PredisStrategy.php %%WWWDIR%%/vendor/predis/predis/src/Cluster/RedisStrategy.php +%%WWWDIR%%/vendor/predis/predis/src/Cluster/SimpleSlotMap.php %%WWWDIR%%/vendor/predis/predis/src/Cluster/SlotMap.php +%%WWWDIR%%/vendor/predis/predis/src/Cluster/SlotRange.php %%WWWDIR%%/vendor/predis/predis/src/Cluster/StrategyInterface.php %%WWWDIR%%/vendor/predis/predis/src/Collection/Iterator/CursorBasedIterator.php %%WWWDIR%%/vendor/predis/predis/src/Collection/Iterator/HashKey.php @@ -1092,6 +1098,7 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Search/SchemaFields/AbstractField.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Search/SchemaFields/FieldInterface.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Search/SchemaFields/GeoField.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Search/SchemaFields/GeoShapeField.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Search/SchemaFields/NumericField.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Search/SchemaFields/TagField.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Search/SchemaFields/TextField.php @@ -1104,6 +1111,7 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Server/LimitInterface.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Server/LimitOffsetCount.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Server/To.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Argument/Stream/XInfoStreamOptions.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/TimeSeries/AddArguments.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/TimeSeries/AlterArguments.php %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/TimeSeries/CommonArguments.php @@ -1117,8 +1125,21 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Argument/TimeSeries/RangeArguments.php %%WWWDIR%%/vendor/predis/predis/src/Command/Command.php %%WWWDIR%%/vendor/predis/predis/src/Command/CommandInterface.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/ACL.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/AbstractContainer.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/CLIENT.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/CLUSTER.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/ContainerFactory.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/ContainerInterface.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/FUNCTIONS.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/Json/JSONDEBUG.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/Search/FTCONFIG.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/Search/FTCURSOR.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/XGROUP.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Container/XINFO.php %%WWWDIR%%/vendor/predis/predis/src/Command/Factory.php %%WWWDIR%%/vendor/predis/predis/src/Command/FactoryInterface.php +%%WWWDIR%%/vendor/predis/predis/src/Command/PrefixableCommand.php %%WWWDIR%%/vendor/predis/predis/src/Command/PrefixableCommandInterface.php %%WWWDIR%%/vendor/predis/predis/src/Command/Processor/KeyPrefixProcessor.php %%WWWDIR%%/vendor/predis/predis/src/Command/Processor/ProcessorChain.php @@ -1133,6 +1154,7 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/BGSAVE.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/BITCOUNT.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/BITFIELD.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/BITFIELD_RO.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/BITOP.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/BITPOS.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/BLMOVE.php @@ -1157,15 +1179,6 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/COMMAND.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/CONFIG.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/COPY.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Container/ACL.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Container/AbstractContainer.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Container/CLUSTER.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Container/ContainerFactory.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Container/ContainerInterface.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Container/FunctionContainer.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Container/Json/JSONDEBUG.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Container/Search/FTCONFIG.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Container/Search/FTCURSOR.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/CountMinSketch/CMSINCRBY.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/CountMinSketch/CMSINFO.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/CountMinSketch/CMSINITBYDIM.php @@ -1222,19 +1235,31 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/GETSET.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HDEL.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HEXISTS.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HEXPIRE.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HEXPIREAT.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HEXPIRETIME.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HGET.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HGETALL.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HGETDEL.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HGETEX.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HINCRBY.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HINCRBYFLOAT.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HKEYS.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HLEN.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HMGET.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HMSET.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HPERSIST.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HPEXPIRE.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HPEXPIREAT.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HPEXPIRETIME.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HPTTL.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HRANDFIELD.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HSCAN.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HSET.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HSETEX.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HSETNX.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HSTRLEN.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HTTL.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/HVALS.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/INCR.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/INCRBY.php @@ -1336,14 +1361,17 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SORT.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SORT_RO.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SPOP.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SPUBLISH.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SRANDMEMBER.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SREM.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SSCAN.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SSUBSCRIBE.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/STRLEN.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SUBSCRIBE.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SUBSTR.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SUNION.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SUNIONSTORE.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/SUNSUBSCRIBE.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Search/FTAGGREGATE.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Search/FTALIASADD.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Search/FTALIASDEL.php @@ -1368,6 +1396,7 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Search/FTSYNDUMP.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Search/FTSYNUPDATE.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Search/FTTAGVALS.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/Search/FT_LIST.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/TDigest/TDIGESTADD.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/TDigest/TDIGESTBYRANK.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/TDigest/TDIGESTBYREVRANK.php @@ -1414,9 +1443,14 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/WAITAOF.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/WATCH.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XADD.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XAUTOCLAIM.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XDEL.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XGROUP.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XINFO.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XLEN.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XRANGE.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XREAD.php +%%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XREADGROUP.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XREVRANGE.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/XTRIM.php %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/ZADD.php @@ -1453,17 +1487,6 @@ %%WWWDIR%%/vendor/predis/predis/src/Command/Redis/ZUNIONSTORE.php %%WWWDIR%%/vendor/predis/predis/src/Command/RedisFactory.php %%WWWDIR%%/vendor/predis/predis/src/Command/ScriptCommand.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/ContainerCommands/Functions/DeleteStrategy.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/ContainerCommands/Functions/DumpStrategy.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/ContainerCommands/Functions/FlushStrategy.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/ContainerCommands/Functions/KillStrategy.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/ContainerCommands/Functions/ListStrategy.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/ContainerCommands/Functions/LoadStrategy.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/ContainerCommands/Functions/RestoreStrategy.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/ContainerCommands/Functions/StatsStrategy.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/StrategyResolverInterface.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/SubcommandStrategyInterface.php -%%WWWDIR%%/vendor/predis/predis/src/Command/Strategy/SubcommandStrategyResolver.php %%WWWDIR%%/vendor/predis/predis/src/Command/Traits/Aggregate.php %%WWWDIR%%/vendor/predis/predis/src/Command/Traits/BitByte.php %%WWWDIR%%/vendor/predis/predis/src/Command/Traits/BloomFilters/BucketSize.php @@ -1514,6 +1537,7 @@ %%WWWDIR%%/vendor/predis/predis/src/Configuration/OptionInterface.php %%WWWDIR%%/vendor/predis/predis/src/Configuration/Options.php %%WWWDIR%%/vendor/predis/predis/src/Configuration/OptionsInterface.php +%%WWWDIR%%/vendor/predis/predis/src/Connection/AbstractAggregateConnection.php %%WWWDIR%%/vendor/predis/predis/src/Connection/AbstractConnection.php %%WWWDIR%%/vendor/predis/predis/src/Connection/AggregateConnectionInterface.php %%WWWDIR%%/vendor/predis/predis/src/Connection/Cluster/ClusterInterface.php @@ -1528,15 +1552,30 @@ %%WWWDIR%%/vendor/predis/predis/src/Connection/NodeConnectionInterface.php %%WWWDIR%%/vendor/predis/predis/src/Connection/Parameters.php %%WWWDIR%%/vendor/predis/predis/src/Connection/ParametersInterface.php -%%WWWDIR%%/vendor/predis/predis/src/Connection/PhpiredisSocketConnection.php -%%WWWDIR%%/vendor/predis/predis/src/Connection/PhpiredisStreamConnection.php %%WWWDIR%%/vendor/predis/predis/src/Connection/RelayConnection.php +%%WWWDIR%%/vendor/predis/predis/src/Connection/RelayFactory.php %%WWWDIR%%/vendor/predis/predis/src/Connection/RelayMethods.php %%WWWDIR%%/vendor/predis/predis/src/Connection/Replication/MasterSlaveReplication.php %%WWWDIR%%/vendor/predis/predis/src/Connection/Replication/ReplicationInterface.php %%WWWDIR%%/vendor/predis/predis/src/Connection/Replication/SentinelReplication.php +%%WWWDIR%%/vendor/predis/predis/src/Connection/Resource/Exception/StreamInitException.php +%%WWWDIR%%/vendor/predis/predis/src/Connection/Resource/Stream.php +%%WWWDIR%%/vendor/predis/predis/src/Connection/Resource/StreamFactory.php +%%WWWDIR%%/vendor/predis/predis/src/Connection/Resource/StreamFactoryInterface.php %%WWWDIR%%/vendor/predis/predis/src/Connection/StreamConnection.php -%%WWWDIR%%/vendor/predis/predis/src/Connection/WebdisConnection.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/AbstractConsumer.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/AbstractDispatcherLoop.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/ConsumerInterface.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/DispatcherLoopInterface.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/PubSub/Consumer.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/PubSub/DispatcherLoop.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/PubSub/RelayConsumer.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/PubSub/SubscriptionContext.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/Push/Consumer.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/Push/DispatcherLoop.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/Push/PushNotificationException.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/Push/PushResponse.php +%%WWWDIR%%/vendor/predis/predis/src/Consumer/Push/PushResponseInterface.php %%WWWDIR%%/vendor/predis/predis/src/Monitor/Consumer.php %%WWWDIR%%/vendor/predis/predis/src/NotSupportedException.php %%WWWDIR%%/vendor/predis/predis/src/Pipeline/Atomic.php @@ -1546,6 +1585,12 @@ %%WWWDIR%%/vendor/predis/predis/src/Pipeline/RelayAtomic.php %%WWWDIR%%/vendor/predis/predis/src/Pipeline/RelayPipeline.php %%WWWDIR%%/vendor/predis/predis/src/PredisException.php +%%WWWDIR%%/vendor/predis/predis/src/Protocol/Parser/ParserStrategyResolver.php +%%WWWDIR%%/vendor/predis/predis/src/Protocol/Parser/ParserStrategyResolverInterface.php +%%WWWDIR%%/vendor/predis/predis/src/Protocol/Parser/Strategy/ParserStrategyInterface.php +%%WWWDIR%%/vendor/predis/predis/src/Protocol/Parser/Strategy/Resp2Strategy.php +%%WWWDIR%%/vendor/predis/predis/src/Protocol/Parser/Strategy/Resp3Strategy.php +%%WWWDIR%%/vendor/predis/predis/src/Protocol/Parser/UnexpectedTypeException.php %%WWWDIR%%/vendor/predis/predis/src/Protocol/ProtocolException.php %%WWWDIR%%/vendor/predis/predis/src/Protocol/ProtocolProcessorInterface.php %%WWWDIR%%/vendor/predis/predis/src/Protocol/RequestSerializerInterface.php @@ -1561,10 +1606,6 @@ %%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/ProtocolProcessor.php %%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/RequestSerializer.php %%WWWDIR%%/vendor/predis/predis/src/Protocol/Text/ResponseReader.php -%%WWWDIR%%/vendor/predis/predis/src/PubSub/AbstractConsumer.php -%%WWWDIR%%/vendor/predis/predis/src/PubSub/Consumer.php -%%WWWDIR%%/vendor/predis/predis/src/PubSub/DispatcherLoop.php -%%WWWDIR%%/vendor/predis/predis/src/PubSub/RelayConsumer.php %%WWWDIR%%/vendor/predis/predis/src/Replication/MissingMasterException.php %%WWWDIR%%/vendor/predis/predis/src/Replication/ReplicationStrategy.php %%WWWDIR%%/vendor/predis/predis/src/Replication/RoleException.php @@ -1578,8 +1619,17 @@ %%WWWDIR%%/vendor/predis/predis/src/Response/Status.php %%WWWDIR%%/vendor/predis/predis/src/Session/Handler.php %%WWWDIR%%/vendor/predis/predis/src/Transaction/AbortedMultiExecException.php +%%WWWDIR%%/vendor/predis/predis/src/Transaction/Exception/TransactionException.php %%WWWDIR%%/vendor/predis/predis/src/Transaction/MultiExec.php %%WWWDIR%%/vendor/predis/predis/src/Transaction/MultiExecState.php +%%WWWDIR%%/vendor/predis/predis/src/Transaction/Response/BypassTransactionResponse.php +%%WWWDIR%%/vendor/predis/predis/src/Transaction/Strategy/ClusterConnectionStrategy.php +%%WWWDIR%%/vendor/predis/predis/src/Transaction/Strategy/ConnectionStrategyResolver.php +%%WWWDIR%%/vendor/predis/predis/src/Transaction/Strategy/NodeConnectionStrategy.php +%%WWWDIR%%/vendor/predis/predis/src/Transaction/Strategy/NonClusterConnectionStrategy.php +%%WWWDIR%%/vendor/predis/predis/src/Transaction/Strategy/ReplicationConnectionStrategy.php +%%WWWDIR%%/vendor/predis/predis/src/Transaction/Strategy/StrategyInterface.php +%%WWWDIR%%/vendor/predis/predis/src/Transaction/Strategy/StrategyResolverInterface.php %%WWWDIR%%/vendor/psr/http-client/CHANGELOG.md %%WWWDIR%%/vendor/psr/http-client/LICENSE %%WWWDIR%%/vendor/psr/http-client/README.md @@ -1629,7 +1679,6 @@ %%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json %%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php %%WWWDIR%%/vendor/ramsey/collection/LICENSE -%%WWWDIR%%/vendor/ramsey/collection/PATCHES.txt %%WWWDIR%%/vendor/ramsey/collection/README.md %%WWWDIR%%/vendor/ramsey/collection/SECURITY.md %%WWWDIR%%/vendor/ramsey/collection/composer.json @@ -1641,13 +1690,13 @@ %%WWWDIR%%/vendor/ramsey/collection/src/CollectionInterface.php %%WWWDIR%%/vendor/ramsey/collection/src/DoubleEndedQueue.php %%WWWDIR%%/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/CollectionException.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php -%%WWWDIR%%/vendor/ramsey/collection/src/Exception/InvalidSortOrderException.php +%%WWWDIR%%/vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/NoSuchElementException.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php %%WWWDIR%%/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php -%%WWWDIR%%/vendor/ramsey/collection/src/Exception/ValueExtractionException.php %%WWWDIR%%/vendor/ramsey/collection/src/GenericArray.php %%WWWDIR%%/vendor/ramsey/collection/src/Map/AbstractMap.php %%WWWDIR%%/vendor/ramsey/collection/src/Map/AbstractTypedMap.php @@ -1659,6 +1708,7 @@ %%WWWDIR%%/vendor/ramsey/collection/src/Queue.php %%WWWDIR%%/vendor/ramsey/collection/src/QueueInterface.php %%WWWDIR%%/vendor/ramsey/collection/src/Set.php +%%WWWDIR%%/vendor/ramsey/collection/src/Sort.php %%WWWDIR%%/vendor/ramsey/collection/src/Tool/TypeTrait.php %%WWWDIR%%/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php %%WWWDIR%%/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php @@ -1685,6 +1735,7 @@ %%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php %%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php %%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php %%WWWDIR%%/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php %%WWWDIR%%/vendor/ramsey/uuid/src/DegradedUuid.php %%WWWDIR%%/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php @@ -1721,6 +1772,7 @@ %%WWWDIR%%/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php %%WWWDIR%%/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php %%WWWDIR%%/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php %%WWWDIR%%/vendor/ramsey/uuid/src/Guid/Fields.php %%WWWDIR%%/vendor/ramsey/uuid/src/Guid/Guid.php %%WWWDIR%%/vendor/ramsey/uuid/src/Guid/GuidBuilder.php @@ -1745,8 +1797,11 @@ %%WWWDIR%%/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/Fields.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php @@ -1754,6 +1809,9 @@ %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV6.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV7.php +%%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/UuidV8.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/Validator.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php %%WWWDIR%%/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php @@ -1842,6 +1900,8 @@ %%WWWDIR%%/vendor/react/http/src/Browser.php %%WWWDIR%%/vendor/react/http/src/Client/Client.php %%WWWDIR%%/vendor/react/http/src/HttpServer.php +%%WWWDIR%%/vendor/react/http/src/Io/AbstractMessage.php +%%WWWDIR%%/vendor/react/http/src/Io/AbstractRequest.php %%WWWDIR%%/vendor/react/http/src/Io/BufferedBody.php %%WWWDIR%%/vendor/react/http/src/Io/ChunkedDecoder.php %%WWWDIR%%/vendor/react/http/src/Io/ChunkedEncoder.php @@ -1867,6 +1927,7 @@ %%WWWDIR%%/vendor/react/http/src/Message/Response.php %%WWWDIR%%/vendor/react/http/src/Message/ResponseException.php %%WWWDIR%%/vendor/react/http/src/Message/ServerRequest.php +%%WWWDIR%%/vendor/react/http/src/Message/Uri.php %%WWWDIR%%/vendor/react/http/src/Middleware/LimitConcurrentRequestsMiddleware.php %%WWWDIR%%/vendor/react/http/src/Middleware/RequestBodyBufferMiddleware.php %%WWWDIR%%/vendor/react/http/src/Middleware/RequestBodyParserMiddleware.php @@ -2006,6 +2067,7 @@ %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/OutputFormat.php %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/OutputFormatter.php %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Parser.php +%%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Parsing/Anchor.php %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php @@ -2036,7 +2098,11 @@ %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Value/Value.php %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Value/ValueList.php %%WWWDIR%%/vendor/shardj/zf1-future/.php-cs-fixer.dist.php +%%WWWDIR%%/vendor/shardj/zf1-future/.phpstan.dist.baseline.neon +%%WWWDIR%%/vendor/shardj/zf1-future/.phpstan.dist.neon +%%WWWDIR%%/vendor/shardj/zf1-future/.rector.php %%WWWDIR%%/vendor/shardj/zf1-future/.travis.yml +%%WWWDIR%%/vendor/shardj/zf1-future/BREAKING-CHANGES.md %%WWWDIR%%/vendor/shardj/zf1-future/CHANGELOG.md %%WWWDIR%%/vendor/shardj/zf1-future/CONTRIBUTING.md %%WWWDIR%%/vendor/shardj/zf1-future/DEVELOPMENT_README.md @@ -2069,7 +2135,6 @@ %%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/Amf/Parse/Deserializer.php %%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/Amf/Parse/InputStream.php %%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/Amf/Parse/OutputStream.php -%%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/Amf/Parse/Resource/MysqlResult.php %%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/Amf/Parse/Resource/MysqliResult.php %%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/Amf/Parse/Resource/Stream.php %%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/Amf/Parse/Serializer.php @@ -5059,7 +5124,6 @@ %%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/XmlRpc/Value/Scalar.php %%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/XmlRpc/Value/String.php %%WWWDIR%%/vendor/shardj/zf1-future/library/Zend/XmlRpc/Value/Struct.php -%%WWWDIR%%/vendor/shardj/zf1-future/rector.php %%WWWDIR%%/vendor/shardj/zf1-future/resources/languages/cs/Zend_Validate.php %%WWWDIR%%/vendor/shardj/zf1-future/resources/languages/de/Zend_Validate.php %%WWWDIR%%/vendor/shardj/zf1-future/resources/languages/en/Zend_Validate.php @@ -5140,17 +5204,6 @@ %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap80.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json -%%WWWDIR%%/vendor/symfony/polyfill-php80/LICENSE -%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/README.md -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php -%%WWWDIR%%/vendor/symfony/polyfill-php80/composer.json %%WWWDIR%%/vendor/symfony/polyfill-php81/LICENSE %%WWWDIR%%/vendor/symfony/polyfill-php81/Php81.php %%WWWDIR%%/vendor/symfony/polyfill-php81/README.md @@ -5158,6 +5211,29 @@ %%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php %%WWWDIR%%/vendor/symfony/polyfill-php81/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-php81/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php83/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php83/Php83.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateError.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateObjectError.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/DateRangeError.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/Override.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/bootstrap81.php +%%WWWDIR%%/vendor/symfony/polyfill-php83/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php84/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php84/Php84.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php84/Resources/stubs/Deprecated.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/composer.json %%WWWDIR%%/vendor/tedivm/jshrink/CONTRIBUTING.md %%WWWDIR%%/vendor/tedivm/jshrink/LICENSE %%WWWDIR%%/vendor/tedivm/jshrink/README.md diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index 9b4bc260b983..594b7d666efe 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -1,7 +1,6 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v -DISTVERSION= 2.14.6 -PORTREVISION= 1 +DISTVERSION= 2.15.0 CATEGORIES= net-mgmt MAINTAINER= flo@FreeBSD.org diff --git a/net-mgmt/icinga2/distinfo b/net-mgmt/icinga2/distinfo index 67e35613bb64..25900f90e356 100644 --- a/net-mgmt/icinga2/distinfo +++ b/net-mgmt/icinga2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748378912 -SHA256 (icinga-icinga2-v2.14.6_GH0.tar.gz) = b4b7f88637a8735d40da2e8f79ea80990f620882b4fa2daab80c96a2fb24e420 -SIZE (icinga-icinga2-v2.14.6_GH0.tar.gz) = 9414315 +TIMESTAMP = 1752686110 +SHA256 (icinga-icinga2-v2.15.0_GH0.tar.gz) = ebe2b13a156179a415831fe06445577222029a1d0369c8bb6fba1de30317b4a1 +SIZE (icinga-icinga2-v2.15.0_GH0.tar.gz) = 9446841 diff --git a/net-mgmt/icinga2/files/patch-boost-1.87.diff b/net-mgmt/icinga2/files/patch-boost-1.87.diff deleted file mode 100644 index 831c3b9d1e3a..000000000000 --- a/net-mgmt/icinga2/files/patch-boost-1.87.diff +++ /dev/null @@ -1,341 +0,0 @@ -diff --git a/lib/base/io-engine.hpp b/lib/base/io-engine.hpp -index 55a06fb6a6..37ba434761 100644 ---- lib/base/io-engine.hpp -+++ lib/base/io-engine.hpp -@@ -16,11 +16,16 @@ - #include <utility> - #include <vector> - #include <stdexcept> -+#include <boost/context/fixedsize_stack.hpp> - #include <boost/exception/all.hpp> - #include <boost/asio/deadline_timer.hpp> - #include <boost/asio/io_context.hpp> - #include <boost/asio/spawn.hpp> - -+#if BOOST_VERSION >= 108000 -+# include <boost/asio/detached.hpp> -+#endif // BOOST_VERSION >= 108000 -+ - namespace icinga - { - -@@ -102,6 +107,10 @@ class IoEngine - static void SpawnCoroutine(Handler& h, Function f) { - - boost::asio::spawn(h, -+#if BOOST_VERSION >= 108000 -+ std::allocator_arg_t(), -+ boost::context::fixedsize_stack(GetCoroutineStackSize()), -+#endif // BOOST_VERSION >= 108000 - [f](boost::asio::yield_context yc) { - - try { -@@ -119,7 +128,11 @@ class IoEngine - throw; - } - }, -+#if BOOST_VERSION >= 108000 -+ boost::asio::detached -+#else // BOOST_VERSION >= 108000 - boost::coroutines::attributes(GetCoroutineStackSize()) // Set a pre-defined stack size. -+#endif // BOOST_VERSION >= 108000 - ); - } - -diff --git a/test/base-io-engine.cpp b/test/base-io-engine.cpp -index 869688b1a6..3a251b1b42 100644 ---- test/base-io-engine.cpp -+++ test/base-io-engine.cpp -@@ -17,7 +17,7 @@ BOOST_AUTO_TEST_CASE(timeout_run) - boost::asio::io_context::strand strand (io); - int called = 0; - -- boost::asio::spawn(strand, [&](boost::asio::yield_context yc) { -+ IoEngine::SpawnCoroutine(strand, [&](boost::asio::yield_context yc) { - boost::asio::deadline_timer timer (io); - - Timeout timeout (strand, boost::posix_time::millisec(300), [&called] { ++called; }); -@@ -44,7 +44,7 @@ BOOST_AUTO_TEST_CASE(timeout_cancelled) - boost::asio::io_context::strand strand (io); - int called = 0; - -- boost::asio::spawn(strand, [&](boost::asio::yield_context yc) { -+ IoEngine::SpawnCoroutine(strand, [&](boost::asio::yield_context yc) { - boost::asio::deadline_timer timer (io); - Timeout timeout (strand, boost::posix_time::millisec(300), [&called] { ++called; }); - -@@ -71,7 +71,7 @@ BOOST_AUTO_TEST_CASE(timeout_scope) - boost::asio::io_context::strand strand (io); - int called = 0; - -- boost::asio::spawn(strand, [&](boost::asio::yield_context yc) { -+ IoEngine::SpawnCoroutine(strand, [&](boost::asio::yield_context yc) { - boost::asio::deadline_timer timer (io); - - { -@@ -100,7 +100,7 @@ BOOST_AUTO_TEST_CASE(timeout_due_cancelled) - boost::asio::io_context::strand strand (io); - int called = 0; - -- boost::asio::spawn(strand, [&](boost::asio::yield_context yc) { -+ IoEngine::SpawnCoroutine(strand, [&](boost::asio::yield_context yc) { - boost::asio::deadline_timer timer (io); - Timeout timeout (strand, boost::posix_time::millisec(300), [&called] { ++called; }); - -@@ -131,7 +131,7 @@ BOOST_AUTO_TEST_CASE(timeout_due_scope) - boost::asio::io_context::strand strand (io); - int called = 0; - -- boost::asio::spawn(strand, [&](boost::asio::yield_context yc) { -+ IoEngine::SpawnCoroutine(strand, [&](boost::asio::yield_context yc) { - boost::asio::deadline_timer timer (io); - - { -diff --git a/lib/base/io-engine.hpp b/lib/base/io-engine.hpp -index 0350d45b83..55a06fb6a6 100644 ---- lib/base/io-engine.hpp -+++ lib/base/io-engine.hpp -@@ -106,14 +106,17 @@ class IoEngine - - try { - f(yc); -- } catch (const boost::coroutines::detail::forced_unwind &) { -- // Required for proper stack unwinding when coroutines are destroyed. -- // https://github.com/boostorg/coroutine/issues/39 -- throw; - } catch (const std::exception& ex) { - Log(LogCritical, "IoEngine") << "Exception in coroutine: " << DiagnosticInformation(ex); - } catch (...) { -- Log(LogCritical, "IoEngine", "Exception in coroutine!"); -+ try { -+ Log(LogCritical, "IoEngine", "Exception in coroutine!"); -+ } catch (...) { -+ } -+ -+ // Required for proper stack unwinding when coroutines are destroyed. -+ // https://github.com/boostorg/coroutine/issues/39 -+ throw; - } - }, - boost::coroutines::attributes(GetCoroutineStackSize()) // Set a pre-defined stack size. -diff --git a/lib/icingadb/redisconnection.cpp b/lib/icingadb/redisconnection.cpp -index a6b82187dd..c1f73f5a0e 100644 ---- lib/icingadb/redisconnection.cpp -+++ lib/icingadb/redisconnection.cpp -@@ -377,8 +377,6 @@ void RedisConnection::Connect(asio::yield_context& yc) - } - - break; -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; - } catch (const std::exception& ex) { - Log(LogCritical, "IcingaDB") - << "Cannot connect to " << m_Host << ":" << m_Port << ": " << ex.what(); -@@ -408,17 +406,10 @@ void RedisConnection::ReadLoop(asio::yield_context& yc) - for (auto i (item.Amount); i; --i) { - ReadOne(yc); - } -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; - } catch (const std::exception& ex) { - Log(LogCritical, "IcingaDB") - << "Error during receiving the response to a query which has been fired and forgotten: " << ex.what(); - -- continue; -- } catch (...) { -- Log(LogCritical, "IcingaDB") -- << "Error during receiving the response to a query which has been fired and forgotten"; -- - continue; - } - -@@ -432,9 +423,7 @@ void RedisConnection::ReadLoop(asio::yield_context& yc) - - try { - reply = ReadOne(yc); -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; -- } catch (...) { -+ } catch (const std::exception&) { - promise.set_exception(std::current_exception()); - - continue; -@@ -455,9 +444,7 @@ void RedisConnection::ReadLoop(asio::yield_context& yc) - for (auto i (item.Amount); i; --i) { - try { - replies.emplace_back(ReadOne(yc)); -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; -- } catch (...) { -+ } catch (const std::exception&) { - promise.set_exception(std::current_exception()); - break; - } -@@ -551,19 +538,11 @@ void RedisConnection::WriteItem(boost::asio::yield_context& yc, RedisConnection: - - try { - WriteOne(item, yc); -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; - } catch (const std::exception& ex) { - Log msg (LogCritical, "IcingaDB", "Error during sending query"); - LogQuery(item, msg); - msg << " which has been fired and forgotten: " << ex.what(); - -- return; -- } catch (...) { -- Log msg (LogCritical, "IcingaDB", "Error during sending query"); -- LogQuery(item, msg); -- msg << " which has been fired and forgotten"; -- - return; - } - -@@ -587,19 +566,11 @@ void RedisConnection::WriteItem(boost::asio::yield_context& yc, RedisConnection: - WriteOne(query, yc); - ++i; - } -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; - } catch (const std::exception& ex) { - Log msg (LogCritical, "IcingaDB", "Error during sending query"); - LogQuery(item[i], msg); - msg << " which has been fired and forgotten: " << ex.what(); - -- return; -- } catch (...) { -- Log msg (LogCritical, "IcingaDB", "Error during sending query"); -- LogQuery(item[i], msg); -- msg << " which has been fired and forgotten"; -- - return; - } - -@@ -618,9 +589,7 @@ void RedisConnection::WriteItem(boost::asio::yield_context& yc, RedisConnection: - - try { - WriteOne(item.first, yc); -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; -- } catch (...) { -+ } catch (const std::exception&) { - item.second.set_exception(std::current_exception()); - - return; -@@ -645,9 +614,7 @@ void RedisConnection::WriteItem(boost::asio::yield_context& yc, RedisConnection: - for (auto& query : item.first) { - WriteOne(query, yc); - } -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; -- } catch (...) { -+ } catch (const std::exception&) { - item.second.set_exception(std::current_exception()); - - return; -diff --git a/lib/icingadb/redisconnection.hpp b/lib/icingadb/redisconnection.hpp -index 3f963f3d37..2386a1e36e 100644 ---- lib/icingadb/redisconnection.hpp -+++ lib/icingadb/redisconnection.hpp -@@ -389,9 +389,7 @@ RedisConnection::Reply RedisConnection::ReadOne(StreamPtr& stream, boost::asio:: - - try { - return ReadRESP(*strm, yc); -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; -- } catch (...) { -+ } catch (const std::exception&) { - if (m_Connecting.exchange(false)) { - m_Connected.store(false); - stream = nullptr; -@@ -403,6 +401,8 @@ RedisConnection::Reply RedisConnection::ReadOne(StreamPtr& stream, boost::asio:: - } - } - -+ throw; -+ } catch (...) { - throw; - } - } -@@ -427,9 +427,7 @@ void RedisConnection::WriteOne(StreamPtr& stream, RedisConnection::Query& query, - try { - WriteRESP(*strm, query, yc); - strm->async_flush(yc); -- } catch (const boost::coroutines::detail::forced_unwind&) { -- throw; -- } catch (...) { -+ } catch (const std::exception&) { - if (m_Connecting.exchange(false)) { - m_Connected.store(false); - stream = nullptr; -@@ -441,6 +439,8 @@ void RedisConnection::WriteOne(StreamPtr& stream, RedisConnection::Query& query, - } - } - -+ throw; -+ } catch (...) { - throw; - } - } -diff --git a/lib/remote/jsonrpcconnection.cpp b/lib/remote/jsonrpcconnection.cpp -index d49c0b359a..8e95325feb 100644 ---- lib/remote/jsonrpcconnection.cpp -+++ lib/remote/jsonrpcconnection.cpp -@@ -212,7 +212,7 @@ void JsonRpcConnection::SendMessage(const Dictionary::Ptr& message) - - Ptr keepAlive (this); - -- m_IoStrand.post([this, keepAlive, message]() { SendMessageInternal(message); }); -+ boost::asio::post(m_IoStrand, [this, keepAlive, message] { SendMessageInternal(message); }); - } - - void JsonRpcConnection::SendRawMessage(const String& message) -@@ -223,7 +223,7 @@ void JsonRpcConnection::SendRawMessage(const String& message) - - Ptr keepAlive (this); - -- m_IoStrand.post([this, keepAlive, message]() { -+ boost::asio::post(m_IoStrand, [this, keepAlive, message] { - if (m_ShuttingDown) { - return; - } -diff --git a/lib/base/tcpsocket.hpp b/lib/base/tcpsocket.hpp -index 471ad8d239..1cf1a23501 100644 ---- lib/base/tcpsocket.hpp -+++ lib/base/tcpsocket.hpp -@@ -41,8 +41,7 @@ void Connect(Socket& socket, const String& node, const String& service) - using boost::asio::ip::tcp; - - tcp::resolver resolver (IoEngine::Get().GetIoContext()); -- tcp::resolver::query query (node, service); -- auto result (resolver.resolve(query)); -+ auto result (resolver.resolve(node.CStr(), service.CStr())); - auto current (result.begin()); - - for (;;) { -@@ -72,8 +71,7 @@ void Connect(Socket& socket, const String& node, const String& service, boost::a - using boost::asio::ip::tcp; - - tcp::resolver resolver (IoEngine::Get().GetIoContext()); -- tcp::resolver::query query (node, service); -- auto result (resolver.async_resolve(query, yc)); -+ auto result (resolver.async_resolve(node.CStr(), service.CStr(), yc)); - auto current (result.begin()); - - for (;;) { -diff --git a/lib/remote/apilistener.cpp b/lib/remote/apilistener.cpp -index 519469aafa..7ef3acddda 100644 ---- lib/remote/apilistener.cpp -+++ lib/remote/apilistener.cpp -@@ -439,9 +439,7 @@ bool ApiListener::AddListener(const String& node, const String& service) - - try { - tcp::resolver resolver (io); -- tcp::resolver::query query (node, service, tcp::resolver::query::passive); -- -- auto result (resolver.resolve(query)); -+ auto result (resolver.resolve(node.CStr(), service.CStr(), tcp::resolver::passive)); - auto current (result.begin()); - - for (;;) { - diff --git a/net-mgmt/icinga2/files/patch-third-party_cmake_GNUInstallDirs.cmake b/net-mgmt/icinga2/files/patch-third-party_cmake_GNUInstallDirs.cmake deleted file mode 100644 index 03246563e110..000000000000 --- a/net-mgmt/icinga2/files/patch-third-party_cmake_GNUInstallDirs.cmake +++ /dev/null @@ -1,20 +0,0 @@ ---- third-party/cmake/GNUInstallDirs.cmake.orig 2024-03-20 11:52:57 UTC -+++ third-party/cmake/GNUInstallDirs.cmake -@@ -172,7 +172,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "(DragonFly|FreeBSD|OpenB - set(CMAKE_INSTALL_INFODIR "info") - endif() - -- if(NOT CMAKE_INSTALL_MANDDIR) -+ if(NOT CMAKE_INSTALL_MANDIR) - set(CMAKE_INSTALL_MANDIR "" CACHE PATH "man documentation (man)") - set(CMAKE_INSTALL_MANDIR "man") - endif() -@@ -182,7 +182,7 @@ else() - set(CMAKE_INSTALL_INFODIR "${CMAKE_INSTALL_DATAROOTDIR}/info") - endif() - -- if(NOT CMAKE_INSTALL_MANDDIR) -+ if(NOT CMAKE_INSTALL_MANDIR) - set(CMAKE_INSTALL_MANDIR "" CACHE PATH "man documentation (DATAROOTDIR/man)") - set(CMAKE_INSTALL_MANDIR "${CMAKE_INSTALL_DATAROOTDIR}/man") - endif() diff --git a/net-mgmt/icinga2/files/pkg-message.in b/net-mgmt/icinga2/files/pkg-message.in index 0658556373aa..f4b8e72effa4 100644 --- a/net-mgmt/icinga2/files/pkg-message.in +++ b/net-mgmt/icinga2/files/pkg-message.in @@ -8,7 +8,7 @@ EOM { type: upgrade message: <<EOM If you do a major upgrade of Icinga 2 and use a database, please see -http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/upgrading-icinga-2 +https://icinga.com/docs/icinga-2/latest/doc/16-upgrading-icinga-2/ how to upgrade the database. Please remove the rc.conf variable 'icinga2_mkvar'. All needed directories are diff --git a/net-mgmt/icinga2/pkg-plist b/net-mgmt/icinga2/pkg-plist index c91e8400a676..02aeaa780359 100644 --- a/net-mgmt/icinga2/pkg-plist +++ b/net-mgmt/icinga2/pkg-plist @@ -38,9 +38,9 @@ etc/bash_completion.d/icinga2 @sample %%ETCDIR%%/zones.conf.sample %%ETCDIR%%/zones.d/README %%MYSQL%%lib/icinga2/libmysql_shim.so -%%MYSQL%%lib/icinga2/libmysql_shim.so.2.14.6 +%%MYSQL%%lib/icinga2/libmysql_shim.so.2.15.0 %%PGSQL%%lib/icinga2/libpgsql_shim.so -%%PGSQL%%lib/icinga2/libpgsql_shim.so.2.14.6 +%%PGSQL%%lib/icinga2/libpgsql_shim.so.2.15.0 lib/icinga2/sbin/icinga2 libexec/nagios/check_nscp_api sbin/icinga2 diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile index eb0452038bf2..93e83b0e2dcf 100644 --- a/net-mgmt/icingadb/Makefile +++ b/net-mgmt/icingadb/Makefile @@ -1,7 +1,6 @@ PORTNAME= icingadb DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 -PORTREVISION= 7 +DISTVERSION= 1.4.0 CATEGORIES= net-mgmt MAINTAINER= dvl@FreeBSD.org @@ -39,7 +38,7 @@ SUB_LIST+= ICINGA2USER=${ICINGA2USER} \ PREFIX=${PREFIX} post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX|${PREFIX}|g' ${WRKSRC}/pkg/config/config.go + @${REINPLACE_CMD} -e 's|%%PREFIX|${PREFIX}|g' ${WRKSRC}/internal/config/config.go post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net-mgmt/icingadb/distinfo b/net-mgmt/icingadb/distinfo index b692bebb072e..d169b14713ee 100644 --- a/net-mgmt/icingadb/distinfo +++ b/net-mgmt/icingadb/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1722340400 -SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.mod) = 7ae965983fb00d3e058aad4e8d38d15eeac66c314cc8b6830a4b3b2983dbfe12 -SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.mod) = 1502 -SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.zip) = a7ff457bad4ef78a5c65d3fc06571541bec5deee6f0fabbfd88a888e263dcc6d -SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.zip) = 3379031 -SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/Icinga-icingadb-v1.2.0_GH0.tar.gz) = f3452f796a471e848c2e51d2820444df8907be7f972cdd139e2abcd6f66a4890 -SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/Icinga-icingadb-v1.2.0_GH0.tar.gz) = 3345811 +TIMESTAMP = 1752491323 +SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.mod) = af22816190cdd4935f3dd696a4e98f6b2246d8580460173f126c408299258d3c +SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.mod) = 1625 +SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.zip) = eb065d6314499169207e9d47b04714cb5afa858a3fe7b4ce5a5c943295bdf930 +SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.zip) = 3354764 +SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/Icinga-icingadb-v1.4.0_GH0.tar.gz) = e244998da7c6f817fc590ca0852451a12fee4bc8fda8d3183c4f6c4df1ab38bd +SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/Icinga-icingadb-v1.4.0_GH0.tar.gz) = 3343081 diff --git a/net-mgmt/icingadb/files/patch-internal_config_config.go b/net-mgmt/icingadb/files/patch-internal_config_config.go new file mode 100644 index 000000000000..418f02d52e51 --- /dev/null +++ b/net-mgmt/icingadb/files/patch-internal_config_config.go @@ -0,0 +1,11 @@ +--- internal/config/config.go.orig 2025-07-14 11:25:55 UTC ++++ internal/config/config.go +@@ -56,7 +56,7 @@ type Flags struct { + Version bool `long:"version" description:"print version and exit"` + + // Config is the path to the config file. If not provided, it defaults to DefaultConfigPath. +- Config string `short:"c" long:"config" description:"path to config file (default: /etc/icingadb/config.yml)"` ++ Config string `short:"c" long:"config" description:"path to config file (default: %%PREFIX%%/etc/icingadb/config.yml)"` + // default must be kept in sync with DefaultConfigPath. + + // DatabaseAutoImport results in an initial schema check and update; mostly for containerized setups. diff --git a/net-mgmt/icingadb/files/patch-pkg_config_config.go b/net-mgmt/icingadb/files/patch-pkg_config_config.go deleted file mode 100644 index 1b5b0066118c..000000000000 --- a/net-mgmt/icingadb/files/patch-pkg_config_config.go +++ /dev/null @@ -1,11 +0,0 @@ ---- pkg/config/config.go.orig 2023-09-08 17:19:58 UTC -+++ pkg/config/config.go -@@ -46,7 +46,7 @@ type Flags struct { - // Version decides whether to just print the version and exit. - Version bool `long:"version" description:"print version and exit"` - // Config is the path to the config file -- Config string `short:"c" long:"config" description:"path to config file" required:"true" default:"/etc/icingadb/config.yml"` -+ Config string `short:"c" long:"config" description:"path to config file" required:"true" default:"%%PREFIX%%/etc/icinga2/icingadb.yml"` - } - - // FromYAMLFile returns a new Config value created from the given YAML config file. diff --git a/net-mgmt/icingaweb2-module-businessprocess/Makefile b/net-mgmt/icingaweb2-module-businessprocess/Makefile index 8d474790ed70..423fec2f14be 100644 --- a/net-mgmt/icingaweb2-module-businessprocess/Makefile +++ b/net-mgmt/icingaweb2-module-businessprocess/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1:net-mgmt/icingaweb2@${PHP_FL icinga-php-library${PHP_PKGNAMESUFFIX}>=0.13.1:net-mgmt/icinga-php-library@${PHP_FLAVOR} USES= php:web,flavors +IGNORE_WITH_PHP=81 USE_GITHUB= yes GH_ACCOUNT= icinga diff --git a/net-mgmt/icingaweb2-module-icingadb/Makefile b/net-mgmt/icingaweb2-module-icingadb/Makefile index 909db78215fd..4b29266d2e29 100644 --- a/net-mgmt/icingaweb2-module-icingadb/Makefile +++ b/net-mgmt/icingaweb2-module-icingadb/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= icinga-php-library${PHP_PKGNAMESUFFIX}>=0.9:net-mgmt/icinga-php-lib USES= php:web,flavors shebangfix # php json extension is required but it's statically linked in default php USE_PHP= curl dom xml +IGNORE_WITH_PHP=81 USE_GITHUB= yes GH_ACCOUNT= icinga diff --git a/net-mgmt/icingaweb2-module-reporting/Makefile b/net-mgmt/icingaweb2-module-reporting/Makefile index b219fc3e56d0..9a2aa9d8ba82 100644 --- a/net-mgmt/icingaweb2-module-reporting/Makefile +++ b/net-mgmt/icingaweb2-module-reporting/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1:net-mgmt/icingaweb2@${PHP_FL icinga-php-library${PHP_PKGNAMESUFFIX}>=0.13.1:net-mgmt/icinga-php-library@${PHP_FLAVOR} USES= php:web,flavors +IGNORE_WITH_PHP=81 USE_GITHUB= yes GH_ACCOUNT= icinga diff --git a/net-mgmt/icingaweb2-module-vspheredb/Makefile b/net-mgmt/icingaweb2-module-vspheredb/Makefile index e0ceacece819..d0ab46d1c20e 100644 --- a/net-mgmt/icingaweb2-module-vspheredb/Makefile +++ b/net-mgmt/icingaweb2-module-vspheredb/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FL icingaweb2-module-reactbundle${PHP_PKGNAMESUFFIX}>0:net-mgmt/icingaweb2-module-reactbundle@${PHP_FLAVOR} USES= mysql php:web,flavors +IGNORE_WITH_PHP=81 USE_GITHUB= yes GH_ACCOUNT= icinga diff --git a/net-mgmt/icingaweb2-module-x509/Makefile b/net-mgmt/icingaweb2-module-x509/Makefile index 8e9387f5fd7c..3ece376874e6 100644 --- a/net-mgmt/icingaweb2-module-x509/Makefile +++ b/net-mgmt/icingaweb2-module-x509/Makefile @@ -21,6 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= Icinga USE_PHP= gmp +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/net-mgmt/icingaweb2/Makefile b/net-mgmt/icingaweb2/Makefile index f4b10f3f8723..fe627b2b3cd0 100644 --- a/net-mgmt/icingaweb2/Makefile +++ b/net-mgmt/icingaweb2/Makefile @@ -1,6 +1,6 @@ PORTNAME= icingaweb2 DISTVERSIONPREFIX= v -DISTVERSION= 2.12.4 +DISTVERSION= 2.12.5 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -20,6 +20,7 @@ USE_PHP= bcmath bitset ctype curl dom fileinfo filter gd gettext iconv intl ldap mbstring mcrypt memcache memcached opcache pdo \ pdo_sqlite posix session simplexml soap sockets sqlite3 xml \ zlib +IGNORE_WITH_PHP=81 USE_GITHUB= yes GH_ACCOUNT= icinga diff --git a/net-mgmt/icingaweb2/distinfo b/net-mgmt/icingaweb2/distinfo index 052e6dfa390d..d75bad33fc72 100644 --- a/net-mgmt/icingaweb2/distinfo +++ b/net-mgmt/icingaweb2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743014357 -SHA256 (icinga-icingaweb2-v2.12.4_GH0.tar.gz) = 88595be8910b1b3be194ef49636a9b9654a87bac6e01439d27ee82ef7a4acf39 -SIZE (icinga-icingaweb2-v2.12.4_GH0.tar.gz) = 6362942 +TIMESTAMP = 1752686233 +SHA256 (icinga-icingaweb2-v2.12.5_GH0.tar.gz) = 8756caba3287aaaa9b0bf398de7f581a7c0d25587c65b6e2804cf22819d54171 +SIZE (icinga-icingaweb2-v2.12.5_GH0.tar.gz) = 6365042 diff --git a/net-mgmt/kf6-networkmanager-qt/distinfo b/net-mgmt/kf6-networkmanager-qt/distinfo index 358ec5ca90b5..5bc3d271f506 100644 --- a/net-mgmt/kf6-networkmanager-qt/distinfo +++ b/net-mgmt/kf6-networkmanager-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749476629 -SHA256 (KDE/frameworks/6.15/networkmanager-qt-6.15.0.tar.xz) = ac41786342b106fe7457d414e2d79289c6d720dcfaa58c271c50c8e4a754b39b -SIZE (KDE/frameworks/6.15/networkmanager-qt-6.15.0.tar.xz) = 184072 +TIMESTAMP = 1752529519 +SHA256 (KDE/frameworks/6.16/networkmanager-qt-6.16.0.tar.xz) = b9ed0baa9159cc5aac7651be48a980cc7cb583933c412cef838596128cbd6645 +SIZE (KDE/frameworks/6.16/networkmanager-qt-6.16.0.tar.xz) = 183988 diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index c1b20d7c28cf..753c61c967e5 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -1,5 +1,5 @@ PORTNAME= librenms -PORTVERSION= 25.6.0 +PORTVERSION= 25.7.0 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= LOCAL/dvl:vendor @@ -46,7 +46,7 @@ SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/buil ../librenms-vendor-${PORTVERSION}/symfony/error-handler/Resources/bin/patch-type-declarations \ ../librenms-vendor-${PORTVERSION}/symfony/var-dumper/Resources/bin/var-dump-server \ ../librenms-vendor-${PORTVERSION}/symfony/yaml/Resources/bin/yaml-lint \ - addhost.php alerts.php artisan billing-calculate.php \ + alerts.php artisan billing-calculate.php \ check-services.php config_to_json.php cronic daily.php daily.sh \ delhost.php discovery-wrapper.py discovery.php dist-pollers.php \ irc.php librenms-service.py LibreNMS/command_runner.py \ @@ -71,7 +71,7 @@ SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/buil scripts/rename-mibs.php scripts/rrdstep.php \ scripts/save-test-data.php scripts/syslog-notify-oxidized.php \ scripts/test-alert.php scripts/test-template.php \ - scripts/tune_port.php scripts/watchmaillog/watchmaillog.pl \ + scripts/watchmaillog/watchmaillog.pl \ snmp-scan.py snmptrap.php syslog.php validate.php NO_ARCH= yes @@ -114,7 +114,7 @@ X11_RUN_DEPENDS_OFF= mtr:net/mtr@nox11 X11_USES= magick:6 X11_USES_OFF= magick:6,nox11 -_ROOT_FILES= addhost.php alerts.php artisan billing-calculate.php \ +_ROOT_FILES= alerts.php artisan billing-calculate.php \ check-services.php composer.json composer.lock \ config.php.default config_to_json.php cronic daily.php \ delhost.php discovery-wrapper.py discovery.php \ @@ -126,7 +126,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= 1750074912 +_RELEASE_TIMESTAMP= 1752667260 _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 0f3620d2bd2d..2f878674ceac 100644 --- a/net-mgmt/librenms/distinfo +++ b/net-mgmt/librenms/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750080681 -SHA256 (librenms-vendor-25.6.0.tar.gz) = 8f802bad2fd21d2187930b9ead6c598571445d9b3614699cf2f38650a7bf45d1 -SIZE (librenms-vendor-25.6.0.tar.gz) = 27404672 -SHA256 (librenms-librenms-25.6.0_GH0.tar.gz) = b72aa199965f44e662965c58cd3ae7a107fbf7bd51fb11bf595c99033d897bae -SIZE (librenms-librenms-25.6.0_GH0.tar.gz) = 70700887 +TIMESTAMP = 1752667982 +SHA256 (librenms-vendor-25.7.0.tar.gz) = 2e46a87f51efd4433455086028ee63d737ab99ca45d5102427fb26bb8cf820a2 +SIZE (librenms-vendor-25.7.0.tar.gz) = 27511817 +SHA256 (librenms-librenms-25.7.0_GH0.tar.gz) = bea4e4a0da0cf7a52913cdb8caeaa1dcea21e03c5dc75275e91b43943a0caf9f +SIZE (librenms-librenms-25.7.0_GH0.tar.gz) = 71136130 diff --git a/net-mgmt/librenms/files/patch-includes_html_output_capture.inc.php b/net-mgmt/librenms/files/patch-includes_html_output_capture.inc.php index 9db94e486f2b..3d34dc8eece5 100644 --- a/net-mgmt/librenms/files/patch-includes_html_output_capture.inc.php +++ b/net-mgmt/librenms/files/patch-includes_html_output_capture.inc.php @@ -1,20 +1,20 @@ ---- includes/html/output/capture.inc.php.orig 2023-10-27 13:17:37 UTC +--- includes/html/output/capture.inc.php.orig 2025-07-16 12:40:13 UTC +++ includes/html/output/capture.inc.php -@@ -32,7 +32,7 @@ $type = $_REQUEST['type']; +@@ -33,7 +33,7 @@ switch ($type) { switch ($type) { case 'poller': -- $cmd = ['php', \LibreNMS\Config::get('install_dir') . '/lnms', 'device:poll', $hostname, '--no-data', '-vv']; -+ $cmd = ['%%LOCALBASE%%/bin/php', \LibreNMS\Config::get('install_dir') . '/lnms', 'device:poll', $hostname, '--no-data', '-vv']; +- $cmd = ['php', \App\Facades\LibrenmsConfig::get('install_dir') . '/lnms', 'device:poll', $hostname, '--no-data', '-vv']; ++ $cmd = ['%%LOCALBASE%%/bin/php', \App\Facades\LibrenmsConfig::get('install_dir') . '/lnms', 'device:poll', $hostname, '--no-data', '-vv']; $filename = "poller-$hostname.txt"; break; case 'snmpwalk': -@@ -43,7 +43,7 @@ switch ($type) { +@@ -44,7 +44,7 @@ switch ($type) { $filename = $device['os'] . '-' . $device['hostname'] . '.snmpwalk'; break; case 'discovery': -- $cmd = ['php', \LibreNMS\Config::get('install_dir') . '/discovery.php', '-h', $hostname, '-d']; -+ $cmd = ['%%LOCALBASE%%/bin/php', \LibreNMS\Config::get('install_dir') . '/discovery.php', '-h', $hostname, '-d']; +- $cmd = ['php', \App\Facades\LibrenmsConfig::get('install_dir') . '/discovery.php', '-h', $hostname, '-d']; ++ $cmd = ['%%LOCALBASE%%/bin/php', \App\Facades\LibrenmsConfig::get('install_dir') . '/discovery.php', '-h', $hostname, '-d']; $filename = "discovery-$hostname.txt"; break; default: diff --git a/net-mgmt/prometheus3/Makefile b/net-mgmt/prometheus3/Makefile index 12ee3b641d7b..4fe916c8a848 100644 --- a/net-mgmt/prometheus3/Makefile +++ b/net-mgmt/prometheus3/Makefile @@ -1,6 +1,6 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v -DISTVERSION= 3.4.2 +DISTVERSION= 3.5.0 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod \ https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:ui diff --git a/net-mgmt/prometheus3/distinfo b/net-mgmt/prometheus3/distinfo index d85fef6f523f..6bbba81e5c7f 100644 --- a/net-mgmt/prometheus3/distinfo +++ b/net-mgmt/prometheus3/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1751801683 -SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.4.2_GH0/go.mod) = 3ed91ee289b2fb7afbfa04428fe90901fb3cd66335335fd92ce33f97f7abcd1b -SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.4.2_GH0/go.mod) = 11087 -SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.4.2_GH0/prometheus-web-ui-3.4.2.tar.gz) = dda5cfefd69e03fa9ef7db15b099f49cd46082bcc559399a44eddd073391e945 -SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.4.2_GH0/prometheus-web-ui-3.4.2.tar.gz) = 3488170 -SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.4.2_GH0/prometheus-prometheus-v3.4.2_GH0.tar.gz) = 242fa5c91f41edf6cd68fea1c6cd896f0bf3ae577a45c33ea9af3643dcc71766 -SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.4.2_GH0/prometheus-prometheus-v3.4.2_GH0.tar.gz) = 5078495 +TIMESTAMP = 1752571020 +SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.5.0_GH0/go.mod) = 6233234ceea2031a75041930e0931abf3e1123194a0ce3ca44c6468782611ba6 +SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.5.0_GH0/go.mod) = 12136 +SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.5.0_GH0/prometheus-web-ui-3.5.0.tar.gz) = 8fec0e43c9b68e85d9dff0ba6cef29c6ba0cfe19ed54b3ff421a1656674b8abe +SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.5.0_GH0/prometheus-web-ui-3.5.0.tar.gz) = 3488940 +SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.5.0_GH0/prometheus-prometheus-v3.5.0_GH0.tar.gz) = fadb33c398026e190f9335e90e214065b012b9cb454da121e072697ad307cb47 +SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.5.0_GH0/prometheus-prometheus-v3.5.0_GH0.tar.gz) = 5129940 |