[pkg-nagios-changes] [Git][nagios-team/icinga-php-library][master] 18 commits: Update branch in gbp.conf & Vcs-Git URL.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 10 06:25:27 BST 2025
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / icinga-php-library
Commits:
0bc6a34a by Bas Couwenberg at 2025-05-22T15:18:26+02:00
Update branch in gbp.conf & Vcs-Git URL.
- - - - -
e87b4c5d by Bas Couwenberg at 2025-05-22T15:20:20+02:00
New upstream version 0.15.0
- - - - -
ace5815b by Bas Couwenberg at 2025-05-22T15:20:38+02:00
New upstream version 0.16.0
- - - - -
2dfd301b by Bas Couwenberg at 2025-05-22T15:20:49+02:00
Update upstream source from tag 'upstream/0.16.0'
Update to upstream version '0.16.0'
with Debian dir f6107654a658a1e8b86ba2e34ca2dda1d3732940
- - - - -
aaf3bbbd by Bas Couwenberg at 2025-05-22T15:21:13+02:00
New upstream release.
- - - - -
62f07502 by Bas Couwenberg at 2025-05-22T15:25:48+02:00
Update copyright file.
- - - - -
df04aae0 by Bas Couwenberg at 2025-05-22T15:26:05+02:00
Set distribution to experimental.
- - - - -
eb82448d by Bas Couwenberg at 2025-06-18T15:41:06+02:00
New upstream version 0.16.1
- - - - -
96127966 by Bas Couwenberg at 2025-06-18T15:41:17+02:00
Update upstream source from tag 'upstream/0.16.1'
Update to upstream version '0.16.1'
with Debian dir db116aa508ff66ece2fa26de454acf10362c3688
- - - - -
94f24aff by Bas Couwenberg at 2025-06-18T15:41:40+02:00
New upstream release.
- - - - -
da7f7ac0 by Bas Couwenberg at 2025-06-18T15:43:51+02:00
Update copyright file.
- - - - -
d2bd8936 by Bas Couwenberg at 2025-06-18T15:44:25+02:00
Set distribution to experimental.
- - - - -
935e2dea by Bas Couwenberg at 2025-07-16T14:56:51+02:00
New upstream version 0.17.0
- - - - -
9ca4f0d7 by Bas Couwenberg at 2025-07-16T14:57:02+02:00
Update upstream source from tag 'upstream/0.17.0'
Update to upstream version '0.17.0'
with Debian dir 67e1a1685182d8d6bb2f79a87ddf388cdc4ee434
- - - - -
778a4ebd by Bas Couwenberg at 2025-07-16T14:58:14+02:00
New upstream release.
- - - - -
30ba84f3 by Bas Couwenberg at 2025-07-16T14:59:07+02:00
Set distribution to experimental.
- - - - -
65a8636c by Bas Couwenberg at 2025-08-10T07:23:24+02:00
Revert "Update branch in gbp.conf & Vcs-Git URL."
This reverts commit 0bc6a34a767835149158fb08875406352358f21b.
- - - - -
90f32fc9 by Bas Couwenberg at 2025-08-10T07:23:34+02:00
Move from experimental to unstable.
- - - - -
254 changed files:
- README.md
- VERSION
- asset/css/balls.less
- asset/css/compat.less
- asset/css/controls.less
- asset/css/empty-state.less
- + asset/css/item-layout.less
- asset/css/list/item-list.less
- asset/css/list/item-table.less
- asset/css/list/list-item.less
- asset/css/search-base.less
- asset/css/variables.less
- + asset/js/iterator.js
- asset/js/widget/TermInput.js
- composer.json
- composer.lock
- debian/changelog
- debian/copyright
- − patches/ramsey-collection.patch
- vendor/autoload.php
- vendor/brick/math/composer.json
- vendor/brick/math/src/BigDecimal.php
- vendor/brick/math/src/BigInteger.php
- vendor/brick/math/src/BigNumber.php
- vendor/brick/math/src/BigRational.php
- vendor/brick/math/src/Exception/DivisionByZeroException.php
- vendor/brick/math/src/Exception/IntegerOverflowException.php
- vendor/brick/math/src/Exception/MathException.php
- vendor/brick/math/src/Exception/NumberFormatException.php
- vendor/brick/math/src/Exception/RoundingNecessaryException.php
- vendor/brick/math/src/Internal/Calculator.php
- vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php
- vendor/brick/math/src/Internal/Calculator/GmpCalculator.php
- vendor/brick/math/src/Internal/Calculator/NativeCalculator.php
- vendor/brick/math/src/RoundingMode.php
- vendor/composer/autoload_classmap.php
- vendor/composer/autoload_files.php
- vendor/composer/autoload_psr4.php
- vendor/composer/autoload_real.php
- vendor/composer/autoload_static.php
- vendor/composer/installed.json
- vendor/composer/installed.php
- vendor/composer/platform_check.php
- − vendor/cweagans/composer-patches/composer.json
- − vendor/cweagans/composer-patches/src/PatchEvent.php
- − vendor/cweagans/composer-patches/src/PatchEvents.php
- − vendor/cweagans/composer-patches/src/Patches.php
- − vendor/doctrine/collections/.doctrine-project.json
- vendor/doctrine/collections/composer.json
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php → vendor/doctrine/collections/src/AbstractLazyCollection.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php → vendor/doctrine/collections/src/ArrayCollection.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php → vendor/doctrine/collections/src/Collection.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php → vendor/doctrine/collections/src/Criteria.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php → vendor/doctrine/collections/src/Expr/ClosureExpressionVisitor.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php → vendor/doctrine/collections/src/Expr/Comparison.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php → vendor/doctrine/collections/src/Expr/CompositeExpression.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php → vendor/doctrine/collections/src/Expr/Expression.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php → vendor/doctrine/collections/src/Expr/ExpressionVisitor.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php → vendor/doctrine/collections/src/Expr/Value.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php → vendor/doctrine/collections/src/ExpressionBuilder.php
- + vendor/doctrine/collections/src/Order.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php → vendor/doctrine/collections/src/ReadableCollection.php
- vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php → vendor/doctrine/collections/src/Selectable.php
- vendor/doctrine/deprecations/composer.json
- vendor/doctrine/deprecations/src/PHPUnit/VerifyDeprecations.php
- vendor/guzzlehttp/psr7/src/UploadedFile.php
- vendor/guzzlehttp/psr7/src/Uri.php
- vendor/ipl/html/src/Form.php
- vendor/ipl/html/src/FormElement/CheckboxElement.php
- vendor/ipl/html/src/FormElement/PasswordElement.php
- vendor/ipl/orm/composer.json
- vendor/ipl/orm/src/Behavior/BoolCast.php
- vendor/ipl/orm/src/Relation/BelongsToMany.php
- vendor/ipl/orm/src/Resolver.php
- vendor/ipl/web/composer.json
- vendor/ipl/web/src/Common/BaseItemList.php
- vendor/ipl/web/src/Common/BaseItemTable.php
- vendor/ipl/web/src/Common/BaseListItem.php
- vendor/ipl/web/src/Common/BaseOrderedItemList.php
- vendor/ipl/web/src/Common/BaseOrderedListItem.php
- vendor/ipl/web/src/Common/BaseTableRowItem.php
- + vendor/ipl/web/src/Common/ItemRenderer.php
- vendor/ipl/web/src/Compat/SearchControls.php
- vendor/ipl/web/src/Control/PaginationControl.php
- vendor/ipl/web/src/Control/SearchBar/Suggestions.php
- vendor/ipl/web/src/Control/SortControl.php
- vendor/ipl/web/src/FormElement/TermInput/TermContainer.php
- + vendor/ipl/web/src/Layout/DetailedItemLayout.php
- + vendor/ipl/web/src/Layout/DetailedItemTableLayout.php
- + vendor/ipl/web/src/Layout/HeaderItemLayout.php
- + vendor/ipl/web/src/Layout/ItemLayout.php
- + vendor/ipl/web/src/Layout/ItemTableLayout.php
- + vendor/ipl/web/src/Layout/MinimalItemLayout.php
- + vendor/ipl/web/src/Layout/MinimalItemTableLayout.php
- + vendor/ipl/web/src/Widget/Ball.php
- vendor/ipl/web/src/Widget/ContinueWith.php
- + vendor/ipl/web/src/Widget/ItemList.php
- + vendor/ipl/web/src/Widget/ItemTable.php
- + vendor/ipl/web/src/Widget/ItemTable/ItemTableRenderer.php
- + vendor/ipl/web/src/Widget/ItemTableRow.php
- + vendor/ipl/web/src/Widget/ListItem.php
- vendor/ipl/web/src/Widget/StateBall.php
- vendor/ramsey/collection/LICENSE
- vendor/ramsey/collection/composer.json
- vendor/ramsey/collection/src/AbstractArray.php
- vendor/ramsey/collection/src/AbstractCollection.php
- vendor/ramsey/collection/src/AbstractSet.php
- vendor/ramsey/collection/src/ArrayInterface.php
- vendor/ramsey/collection/src/Collection.php
- vendor/ramsey/collection/src/CollectionInterface.php
- vendor/ramsey/collection/src/DoubleEndedQueue.php
- vendor/ramsey/collection/src/DoubleEndedQueueInterface.php
- vendor/ramsey/collection/src/Exception/InvalidSortOrderException.php → vendor/ramsey/collection/src/Exception/CollectionException.php
- vendor/ramsey/collection/src/Exception/CollectionMismatchException.php
- vendor/ramsey/collection/src/Exception/InvalidArgumentException.php
- vendor/ramsey/collection/src/Exception/ValueExtractionException.php → vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php
- vendor/ramsey/collection/src/Exception/NoSuchElementException.php
- vendor/ramsey/collection/src/Exception/OutOfBoundsException.php
- vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php
- vendor/ramsey/collection/src/GenericArray.php
- vendor/ramsey/collection/src/Map/AbstractMap.php
- vendor/ramsey/collection/src/Map/AbstractTypedMap.php
- vendor/ramsey/collection/src/Map/AssociativeArrayMap.php
- vendor/ramsey/collection/src/Map/MapInterface.php
- vendor/ramsey/collection/src/Map/NamedParameterMap.php
- vendor/ramsey/collection/src/Map/TypedMap.php
- vendor/ramsey/collection/src/Map/TypedMapInterface.php
- vendor/ramsey/collection/src/Queue.php
- vendor/ramsey/collection/src/QueueInterface.php
- vendor/ramsey/collection/src/Set.php
- + vendor/ramsey/collection/src/Sort.php
- vendor/ramsey/collection/src/Tool/TypeTrait.php
- vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php
- vendor/ramsey/collection/src/Tool/ValueToStringTrait.php
- vendor/ramsey/uuid/LICENSE
- vendor/ramsey/uuid/composer.json
- vendor/ramsey/uuid/src/BinaryUtils.php
- vendor/ramsey/uuid/src/Builder/BuilderCollection.php
- vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
- vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php
- vendor/ramsey/uuid/src/Builder/FallbackBuilder.php
- vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
- vendor/ramsey/uuid/src/Codec/CodecInterface.php
- vendor/ramsey/uuid/src/Codec/GuidStringCodec.php
- vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php
- vendor/ramsey/uuid/src/Codec/StringCodec.php
- vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php
- vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php
- vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php
- vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
- vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php
- vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
- vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php
- vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php
- vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php
- vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
- + vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php
- vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
- vendor/ramsey/uuid/src/DegradedUuid.php
- vendor/ramsey/uuid/src/DeprecatedUuidInterface.php
- vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php
- vendor/ramsey/uuid/src/Exception/DceSecurityException.php
- vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php
- vendor/ramsey/uuid/src/Exception/NameException.php
- vendor/ramsey/uuid/src/Exception/RandomSourceException.php
- vendor/ramsey/uuid/src/FeatureSet.php
- vendor/ramsey/uuid/src/Fields/FieldsInterface.php
- vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php
- vendor/ramsey/uuid/src/Generator/CombGenerator.php
- vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php
- vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php
- vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php
- vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
- vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php
- vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php
- vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php
- vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php
- vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php
- vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
- vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
- vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
- vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php
- vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
- vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
- + vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php
- vendor/ramsey/uuid/src/Guid/Fields.php
- vendor/ramsey/uuid/src/Guid/Guid.php
- vendor/ramsey/uuid/src/Guid/GuidBuilder.php
- vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php
- vendor/ramsey/uuid/src/Math/BrickMathCalculator.php
- vendor/ramsey/uuid/src/Math/CalculatorInterface.php
- vendor/ramsey/uuid/src/Math/RoundingMode.php
- vendor/ramsey/uuid/src/Nonstandard/Fields.php
- vendor/ramsey/uuid/src/Nonstandard/Uuid.php
- vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php
- vendor/ramsey/uuid/src/Nonstandard/UuidV6.php
- vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php
- vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php
- vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
- vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php
- vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
- vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php
- vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
- vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php
- vendor/ramsey/uuid/src/Rfc4122/Fields.php
- vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php
- + vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php
- + vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php
- vendor/ramsey/uuid/src/Rfc4122/NilTrait.php
- vendor/ramsey/uuid/src/Rfc4122/NilUuid.php
- + vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php
- vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php
- vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php
- vendor/ramsey/uuid/src/Rfc4122/UuidV1.php
- vendor/ramsey/uuid/src/Rfc4122/UuidV2.php
- vendor/ramsey/uuid/src/Rfc4122/UuidV3.php
- vendor/ramsey/uuid/src/Rfc4122/UuidV4.php
- vendor/ramsey/uuid/src/Rfc4122/UuidV5.php
- + vendor/ramsey/uuid/src/Rfc4122/UuidV6.php
- + vendor/ramsey/uuid/src/Rfc4122/UuidV7.php
- + vendor/ramsey/uuid/src/Rfc4122/UuidV8.php
- vendor/ramsey/uuid/src/Rfc4122/Validator.php
- vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php
- vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php
- vendor/ramsey/uuid/src/Type/Decimal.php
- vendor/ramsey/uuid/src/Type/Hexadecimal.php
- vendor/ramsey/uuid/src/Type/Integer.php
- vendor/ramsey/uuid/src/Type/NumberInterface.php
- vendor/ramsey/uuid/src/Type/Time.php
- vendor/ramsey/uuid/src/Type/TypeInterface.php
- vendor/ramsey/uuid/src/Uuid.php
- vendor/ramsey/uuid/src/UuidFactory.php
- vendor/ramsey/uuid/src/UuidFactoryInterface.php
- vendor/ramsey/uuid/src/UuidInterface.php
- vendor/ramsey/uuid/src/Validator/GenericValidator.php
- vendor/ramsey/uuid/src/Validator/ValidatorInterface.php
- vendor/ramsey/uuid/src/functions.php
- − vendor/symfony/polyfill-ctype/Ctype.php
- − vendor/symfony/polyfill-ctype/bootstrap.php
- − vendor/symfony/polyfill-ctype/bootstrap80.php
- − vendor/symfony/polyfill-ctype/composer.json
- − vendor/symfony/polyfill-php80/LICENSE
- − vendor/symfony/polyfill-php80/Php80.php
- − vendor/symfony/polyfill-php80/PhpToken.php
- − vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
- − vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
- − vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
- − vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
- − vendor/symfony/polyfill-php80/bootstrap.php
- vendor/symfony/polyfill-ctype/LICENSE → vendor/symfony/polyfill-php84/LICENSE
- + vendor/symfony/polyfill-php84/Php84.php
- vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php → vendor/symfony/polyfill-php84/Resources/stubs/Deprecated.php
- + vendor/symfony/polyfill-php84/bootstrap.php
- vendor/symfony/polyfill-php80/composer.json → vendor/symfony/polyfill-php84/composer.json
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-library/-/compare/fb97554de6f26d8117ef4a7dd240e29b3d2ac09b...90f32fc9af9802eda50d83986e7b806ffcce2ca1
--
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-library/-/compare/fb97554de6f26d8117ef4a7dd240e29b3d2ac09b...90f32fc9af9802eda50d83986e7b806ffcce2ca1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20250810/b8c4dcee/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list