[pkg-nagios-changes] [Git][nagios-team/icinga-php-thirdparty][master] 6 commits: New upstream version 0.15.3

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri May 29 10:24:09 BST 2026



Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / icinga-php-thirdparty


Commits:
776310b9 by Bas Couwenberg at 2026-05-29T11:08:48+02:00
New upstream version 0.15.3
- - - - -
27556630 by Bas Couwenberg at 2026-05-29T11:09:28+02:00
Update upstream source from tag 'upstream/0.15.3'

Update to upstream version '0.15.3'
with Debian dir f677c5c21f0c29a8967169150986a8b15644da8f
- - - - -
8cbf6828 by Bas Couwenberg at 2026-05-29T11:09:43+02:00
New upstream release.

- - - - -
b54ff33a by Bas Couwenberg at 2026-05-29T11:16:19+02:00
Update copyright file.

- - - - -
460dceb6 by Bas Couwenberg at 2026-05-29T11:20:25+02:00
Update lintian overrides.

- - - - -
3243daed by Bas Couwenberg at 2026-05-29T11:20:25+02:00
Set distribution to unstable.

- - - - -


313 changed files:

- README.md
- VERSION
- composer.lock
- debian/changelog
- debian/copyright
- debian/lintian-overrides
- vendor/clue/connection-manager-extra/CHANGELOG.md
- vendor/clue/connection-manager-extra/README.md
- vendor/clue/connection-manager-extra/composer.json
- vendor/clue/connection-manager-extra/src/ConnectionManagerDelay.php
- vendor/clue/connection-manager-extra/src/ConnectionManagerTimeout.php
- vendor/clue/socks-react/CHANGELOG.md
- vendor/clue/socks-react/README.md
- vendor/clue/socks-react/composer.json
- vendor/clue/socks-react/src/Client.php
- vendor/clue/socks-react/src/Server.php
- vendor/composer/autoload_classmap.php
- vendor/composer/autoload_files.php
- vendor/composer/autoload_psr4.php
- vendor/composer/autoload_static.php
- vendor/composer/installed.json
- vendor/composer/installed.php
- vendor/guzzlehttp/guzzle/CHANGELOG.md
- vendor/guzzlehttp/guzzle/README.md
- vendor/guzzlehttp/guzzle/composer.json
- vendor/guzzlehttp/guzzle/src/Client.php
- vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php
- vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
- vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
- vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
- vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php
- vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php
- vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
- vendor/guzzlehttp/guzzle/src/HandlerStack.php
- vendor/guzzlehttp/guzzle/src/Middleware.php
- vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
- vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
- vendor/guzzlehttp/guzzle/src/RequestOptions.php
- vendor/guzzlehttp/guzzle/src/Utils.php
- vendor/guzzlehttp/promises/CHANGELOG.md
- vendor/guzzlehttp/promises/README.md
- + vendor/guzzlehttp/promises/UPGRADING.md
- vendor/guzzlehttp/promises/composer.json
- vendor/guzzlehttp/promises/src/Coroutine.php
- vendor/guzzlehttp/promises/src/EachPromise.php
- vendor/guzzlehttp/promises/src/Utils.php
- vendor/guzzlehttp/psr7/CHANGELOG.md
- vendor/guzzlehttp/psr7/README.md
- + vendor/guzzlehttp/psr7/UPGRADING.md
- vendor/guzzlehttp/psr7/composer.json
- vendor/guzzlehttp/psr7/src/CachingStream.php
- vendor/guzzlehttp/psr7/src/Message.php
- vendor/guzzlehttp/psr7/src/Request.php
- + vendor/guzzlehttp/psr7/src/Rfc3986.php
- vendor/guzzlehttp/psr7/src/Rfc7230.php
- vendor/guzzlehttp/psr7/src/ServerRequest.php
- vendor/guzzlehttp/psr7/src/Stream.php
- vendor/guzzlehttp/psr7/src/StreamWrapper.php
- vendor/guzzlehttp/psr7/src/Uri.php
- vendor/guzzlehttp/psr7/src/UriResolver.php
- vendor/guzzlehttp/psr7/src/Utils.php
- + vendor/symfony/console/Application.php
- + vendor/symfony/console/Attribute/Argument.php
- + vendor/symfony/console/Attribute/AsCommand.php
- + vendor/symfony/console/Attribute/Ask.php
- + vendor/symfony/console/Attribute/Interact.php
- + vendor/symfony/console/Attribute/InteractiveAttributeInterface.php
- + vendor/symfony/console/Attribute/MapInput.php
- + vendor/symfony/console/Attribute/Option.php
- + vendor/symfony/console/Attribute/Reflection/ReflectionMember.php
- + vendor/symfony/console/CHANGELOG.md
- + vendor/symfony/console/CI/GithubActionReporter.php
- + vendor/symfony/console/Color.php
- + vendor/symfony/console/Command/Command.php
- + vendor/symfony/console/Command/CompleteCommand.php
- + vendor/symfony/console/Command/DumpCompletionCommand.php
- + vendor/symfony/console/Command/HelpCommand.php
- + vendor/symfony/console/Command/InvokableCommand.php
- + vendor/symfony/console/Command/LazyCommand.php
- + vendor/symfony/console/Command/ListCommand.php
- + vendor/symfony/console/Command/LockableTrait.php
- + vendor/symfony/console/Command/SignalableCommandInterface.php
- + vendor/symfony/console/Command/TraceableCommand.php
- + vendor/symfony/console/CommandLoader/CommandLoaderInterface.php
- + vendor/symfony/console/CommandLoader/ContainerCommandLoader.php
- + vendor/symfony/console/CommandLoader/FactoryCommandLoader.php
- + vendor/symfony/console/Completion/CompletionInput.php
- + vendor/symfony/console/Completion/CompletionSuggestions.php
- + vendor/symfony/console/Completion/Output/BashCompletionOutput.php
- + vendor/symfony/console/Completion/Output/CompletionOutputInterface.php
- + vendor/symfony/console/Completion/Output/FishCompletionOutput.php
- + vendor/symfony/console/Completion/Output/ZshCompletionOutput.php
- + vendor/symfony/console/Completion/Suggestion.php
- + vendor/symfony/console/ConsoleEvents.php
- + vendor/symfony/console/Cursor.php
- + vendor/symfony/console/DataCollector/CommandDataCollector.php
- + vendor/symfony/console/Debug/CliRequest.php
- + vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php
- + vendor/symfony/console/Descriptor/ApplicationDescription.php
- + vendor/symfony/console/Descriptor/Descriptor.php
- + vendor/symfony/console/Descriptor/DescriptorInterface.php
- + vendor/symfony/console/Descriptor/JsonDescriptor.php
- + vendor/symfony/console/Descriptor/MarkdownDescriptor.php
- + vendor/symfony/console/Descriptor/ReStructuredTextDescriptor.php
- + vendor/symfony/console/Descriptor/TextDescriptor.php
- + vendor/symfony/console/Descriptor/XmlDescriptor.php
- + vendor/symfony/console/Event/ConsoleAlarmEvent.php
- + vendor/symfony/console/Event/ConsoleCommandEvent.php
- + vendor/symfony/console/Event/ConsoleErrorEvent.php
- + vendor/symfony/console/Event/ConsoleEvent.php
- + vendor/symfony/console/Event/ConsoleSignalEvent.php
- + vendor/symfony/console/Event/ConsoleTerminateEvent.php
- + vendor/symfony/console/EventListener/ErrorListener.php
- + vendor/symfony/console/Exception/CommandNotFoundException.php
- + vendor/symfony/console/Exception/ExceptionInterface.php
- + vendor/symfony/console/Exception/InvalidArgumentException.php
- + vendor/symfony/console/Exception/InvalidOptionException.php
- + vendor/symfony/console/Exception/LogicException.php
- + vendor/symfony/console/Exception/MissingInputException.php
- + vendor/symfony/console/Exception/NamespaceNotFoundException.php
- + vendor/symfony/console/Exception/RunCommandFailedException.php
- + vendor/symfony/console/Exception/RuntimeException.php
- + vendor/symfony/console/Formatter/NullOutputFormatter.php
- + vendor/symfony/console/Formatter/NullOutputFormatterStyle.php
- + vendor/symfony/console/Formatter/OutputFormatter.php
- + vendor/symfony/console/Formatter/OutputFormatterInterface.php
- + vendor/symfony/console/Formatter/OutputFormatterStyle.php
- + vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php
- + vendor/symfony/console/Formatter/OutputFormatterStyleStack.php
- + vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php
- + vendor/symfony/console/Helper/DebugFormatterHelper.php
- + vendor/symfony/console/Helper/DescriptorHelper.php
- + vendor/symfony/console/Helper/Dumper.php
- + vendor/symfony/console/Helper/FormatterHelper.php
- + vendor/symfony/console/Helper/Helper.php
- + vendor/symfony/console/Helper/HelperInterface.php
- + vendor/symfony/console/Helper/HelperSet.php
- + vendor/symfony/console/Helper/InputAwareHelper.php
- + vendor/symfony/console/Helper/OutputWrapper.php
- + vendor/symfony/console/Helper/ProcessHelper.php
- + vendor/symfony/console/Helper/ProgressBar.php
- + vendor/symfony/console/Helper/ProgressIndicator.php
- + vendor/symfony/console/Helper/QuestionHelper.php
- + vendor/symfony/console/Helper/SymfonyQuestionHelper.php
- + vendor/symfony/console/Helper/Table.php
- + vendor/symfony/console/Helper/TableCell.php
- + vendor/symfony/console/Helper/TableCellStyle.php
- + vendor/symfony/console/Helper/TableRows.php
- + vendor/symfony/console/Helper/TableSeparator.php
- + vendor/symfony/console/Helper/TableStyle.php
- + vendor/symfony/console/Helper/TerminalInputHelper.php
- + vendor/symfony/console/Helper/TreeHelper.php
- + vendor/symfony/console/Helper/TreeNode.php
- + vendor/symfony/console/Helper/TreeStyle.php
- + vendor/symfony/console/Input/ArgvInput.php
- + vendor/symfony/console/Input/ArrayInput.php
- + vendor/symfony/console/Input/Input.php
- + vendor/symfony/console/Input/InputArgument.php
- + vendor/symfony/console/Input/InputAwareInterface.php
- + vendor/symfony/console/Input/InputDefinition.php
- + vendor/symfony/console/Input/InputInterface.php
- + vendor/symfony/console/Input/InputOption.php
- + vendor/symfony/console/Input/StreamableInputInterface.php
- + vendor/symfony/console/Input/StringInput.php
- + vendor/symfony/console/Interaction/Interaction.php
- + vendor/symfony/console/LICENSE
- + vendor/symfony/console/Logger/ConsoleLogger.php
- + vendor/symfony/console/Messenger/RunCommandContext.php
- + vendor/symfony/console/Messenger/RunCommandMessage.php
- + vendor/symfony/console/Messenger/RunCommandMessageHandler.php
- + vendor/symfony/console/Output/AnsiColorMode.php
- + vendor/symfony/console/Output/BufferedOutput.php
- + vendor/symfony/console/Output/ConsoleOutput.php
- + vendor/symfony/console/Output/ConsoleOutputInterface.php
- + vendor/symfony/console/Output/ConsoleSectionOutput.php
- + vendor/symfony/console/Output/NullOutput.php
- + vendor/symfony/console/Output/Output.php
- + vendor/symfony/console/Output/OutputInterface.php
- + vendor/symfony/console/Output/StreamOutput.php
- + vendor/symfony/console/Output/TrimmedBufferOutput.php
- + vendor/symfony/console/Question/ChoiceQuestion.php
- + vendor/symfony/console/Question/ConfirmationQuestion.php
- + vendor/symfony/console/Question/Question.php
- + vendor/symfony/console/README.md
- + vendor/symfony/console/Resources/completion.bash
- + vendor/symfony/console/Resources/completion.fish
- + vendor/symfony/console/Resources/completion.zsh
- + vendor/symfony/console/SignalRegistry/SignalMap.php
- + vendor/symfony/console/SignalRegistry/SignalRegistry.php
- + vendor/symfony/console/SingleCommandApplication.php
- + vendor/symfony/console/Style/OutputStyle.php
- + vendor/symfony/console/Style/StyleInterface.php
- + vendor/symfony/console/Style/SymfonyStyle.php
- + vendor/symfony/console/Terminal.php
- + vendor/symfony/console/Tester/ApplicationTester.php
- + vendor/symfony/console/Tester/CommandCompletionTester.php
- + vendor/symfony/console/Tester/CommandTester.php
- + vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php
- + vendor/symfony/console/Tester/TesterTrait.php
- + vendor/symfony/console/composer.json
- vendor/symfony/deprecation-contracts/composer.json
- vendor/symfony/polyfill-ctype/Ctype.php
- + vendor/symfony/polyfill-intl-grapheme/Grapheme.php
- + vendor/symfony/polyfill-intl-grapheme/LICENSE
- + vendor/symfony/polyfill-intl-grapheme/README.md
- + vendor/symfony/polyfill-intl-grapheme/bootstrap.php
- + vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
- + vendor/symfony/polyfill-intl-grapheme/composer.json
- + vendor/symfony/polyfill-intl-normalizer/LICENSE
- + vendor/symfony/polyfill-intl-normalizer/Normalizer.php
- + vendor/symfony/polyfill-intl-normalizer/README.md
- + vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
- + vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php
- + vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
- + vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
- + vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
- + vendor/symfony/polyfill-intl-normalizer/bootstrap.php
- + vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
- + vendor/symfony/polyfill-intl-normalizer/composer.json
- + vendor/symfony/polyfill-mbstring/LICENSE
- + vendor/symfony/polyfill-mbstring/Mbstring.php
- + vendor/symfony/polyfill-mbstring/README.md
- + vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
- + vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
- + vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
- + vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
- + vendor/symfony/polyfill-mbstring/bootstrap.php
- + vendor/symfony/polyfill-mbstring/bootstrap80.php
- + vendor/symfony/polyfill-mbstring/composer.json
- + vendor/symfony/service-contracts/Attribute/Required.php
- + vendor/symfony/service-contracts/Attribute/SubscribedService.php
- + vendor/symfony/service-contracts/CHANGELOG.md
- + vendor/symfony/service-contracts/LICENSE
- + vendor/symfony/service-contracts/README.md
- + vendor/symfony/service-contracts/ResetInterface.php
- + vendor/symfony/service-contracts/ServiceCollectionInterface.php
- + vendor/symfony/service-contracts/ServiceLocatorTrait.php
- + vendor/symfony/service-contracts/ServiceMethodsSubscriberTrait.php
- + vendor/symfony/service-contracts/ServiceProviderInterface.php
- + vendor/symfony/service-contracts/ServiceSubscriberInterface.php
- + vendor/symfony/service-contracts/ServiceSubscriberTrait.php
- + vendor/symfony/service-contracts/Test/ServiceLocatorTest.php
- + vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php
- + vendor/symfony/service-contracts/composer.json
- + vendor/symfony/string/AbstractString.php
- + vendor/symfony/string/AbstractUnicodeString.php
- + vendor/symfony/string/ByteString.php
- + vendor/symfony/string/CHANGELOG.md
- + vendor/symfony/string/CodePointString.php
- + vendor/symfony/string/Exception/ExceptionInterface.php
- + vendor/symfony/string/Exception/InvalidArgumentException.php
- + vendor/symfony/string/Exception/RuntimeException.php
- + vendor/symfony/string/Inflector/EnglishInflector.php
- + vendor/symfony/string/Inflector/FrenchInflector.php
- + vendor/symfony/string/Inflector/InflectorInterface.php
- + vendor/symfony/string/Inflector/SpanishInflector.php
- + vendor/symfony/string/LICENSE
- + vendor/symfony/string/LazyString.php
- + vendor/symfony/string/README.md
- + vendor/symfony/string/Resources/data/wcswidth_table_wide.php
- + vendor/symfony/string/Resources/data/wcswidth_table_zero.php
- + vendor/symfony/string/Resources/functions.php
- + vendor/symfony/string/Slugger/AsciiSlugger.php
- + vendor/symfony/string/Slugger/SluggerInterface.php
- + vendor/symfony/string/TruncateMode.php
- + vendor/symfony/string/UnicodeString.php
- + vendor/symfony/string/composer.json
- vendor/symfony/yaml/CHANGELOG.md
- vendor/symfony/yaml/Command/LintCommand.php
- vendor/symfony/yaml/Inline.php
- vendor/symfony/yaml/Parser.php
- + vendor/symfony/yaml/ParserState.php
- vendor/symfony/yaml/Yaml.php
- vendor/zircote/swagger-php/README.md
- vendor/zircote/swagger-php/composer.json
- vendor/zircote/swagger-php/src/Analysers/AttributeAnnotationFactory.php
- vendor/zircote/swagger-php/src/Analysis.php
- vendor/zircote/swagger-php/src/Annotations/AbstractAnnotation.php
- vendor/zircote/swagger-php/src/Annotations/AdditionalProperties.php
- vendor/zircote/swagger-php/src/Annotations/CookieParameter.php
- vendor/zircote/swagger-php/src/Annotations/Delete.php
- vendor/zircote/swagger-php/src/Annotations/Examples.php
- vendor/zircote/swagger-php/src/Annotations/Get.php
- vendor/zircote/swagger-php/src/Annotations/Head.php
- vendor/zircote/swagger-php/src/Annotations/HeaderParameter.php
- vendor/zircote/swagger-php/src/Annotations/Items.php
- vendor/zircote/swagger-php/src/Annotations/License.php
- vendor/zircote/swagger-php/src/Annotations/Link.php
- vendor/zircote/swagger-php/src/Annotations/MediaType.php
- vendor/zircote/swagger-php/src/Annotations/OpenApi.php
- vendor/zircote/swagger-php/src/Annotations/Operation.php
- vendor/zircote/swagger-php/src/Annotations/Options.php
- vendor/zircote/swagger-php/src/Annotations/Parameter.php
- vendor/zircote/swagger-php/src/Annotations/Patch.php
- vendor/zircote/swagger-php/src/Annotations/PathParameter.php
- vendor/zircote/swagger-php/src/Annotations/Post.php
- vendor/zircote/swagger-php/src/Annotations/Property.php
- vendor/zircote/swagger-php/src/Annotations/Put.php
- vendor/zircote/swagger-php/src/Annotations/Query.php
- vendor/zircote/swagger-php/src/Annotations/QueryParameter.php
- vendor/zircote/swagger-php/src/Annotations/Response.php
- vendor/zircote/swagger-php/src/Annotations/Schema.php
- vendor/zircote/swagger-php/src/Annotations/Trace.php
- + vendor/zircote/swagger-php/src/Console/GenerateCommand.php
- + vendor/zircote/swagger-php/src/Console/GenerateFormat.php
- + vendor/zircote/swagger-php/src/Console/GenerateInput.php
- − vendor/zircote/swagger-php/src/Loggers/ConsoleLogger.php
- vendor/zircote/swagger-php/src/Processors/AugmentParameters.php
- vendor/zircote/swagger-php/src/Processors/Concerns/DocblockTrait.php
- vendor/zircote/swagger-php/src/Processors/Concerns/MergePropertiesTrait.php
- vendor/zircote/swagger-php/src/Serializer.php
- vendor/zircote/swagger-php/src/Type/LegacyTypeResolver.php
- vendor/zircote/swagger-php/src/Type/TypeInfoTypeResolver.php


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-thirdparty/-/compare/4e5fa58f4ec65b019945fa86a47cfb762b314417...3243daed3e40ef54b0a9e16707e2e566d08bead4

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-thirdparty/-/compare/4e5fa58f4ec65b019945fa86a47cfb762b314417...3243daed3e40ef54b0a9e16707e2e566d08bead4
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20260529/1b32de8c/attachment-0001.htm>


More information about the pkg-nagios-changes mailing list