Discussion:
Bug#1065071: bullseye-pu: package php-symfony-contracts/1.1.10-2+deb11u1
Add Reply
David Prévot
2024-02-29 11:40:02 UTC
Reply
Permalink
Package: release.debian.org
Severity: normal
Tags: bullseye
X-Debbugs-Cc: php-symfony-***@packages.debian.org, ***@security.debian.org
Control: affects -1 + src:php-symfony-contracts
User: ***@packages.debian.org
Usertags: pu

[2/6 for bullseye]

This is a follow up from composer/DSA-5632-1, similar to #1065058 in
bookworm.

In order to fix a Debian-specific issue related to CVE-2024-24821, we
agreed with the security team to push related dependencies via the next
point release.

The only change (besides changelog entry) in the binary packages is of
the following kind (thanks to diffoscope), for example for
php-symfony-cache-contracts.

│ │ ├── ./usr/share/php/Symfony/Contracts/Cache/autoload.php
│ │ │ @@ -1,13 +1,11 @@
│ │ │ <?php
│ │ │ -require_once 'Psr/Cache/autoload.php';
│ │ │ +require_once __DIR__ . '/../../../Psr/Cache/autoload.php';
│ │ │
│ │ │ -if (stream_resolve_include_path('Symfony/Component/Cache/autoload.php')){
│ │ │ - include_once 'Symfony/Component/Cache/autoload.php';
│ │ │ -}
│ │ │ +if (stream_resolve_include_path(__DIR__ . '/../../Component/Cache/autoload.php')) { include_once __DIR__ . '/../../Component/Cache/autoload.php'; }
│ │ │
│ │ │ // @codingStandardsIgnoreFile

The goal is to ensure related dependencies are loaded from the system
path.

The attached debdiff is a lot bigger, since this source package builds
seven binary packages, and that d/rules has been adapted to keep the
testsuite at buildtime effective.

[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable

TIA for considering.

Cheers,

taffit
Debian Bug Tracking System
2024-02-29 11:40:03 UTC
Reply
Permalink
Post by David Prévot
affects -1 + src:php-symfony-contracts
Bug #1065071 [release.debian.org] bullseye-pu: package php-symfony-contracts/1.1.10-2+deb11u1
Added indication that 1065071 affects src:php-symfony-contracts
--
1065071: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065071
Debian Bug Tracking System
Contact ***@bugs.debian.org with problems
Jonathan Wiltshire
2024-04-22 21:10:01 UTC
Reply
Permalink
Control: tag -1 confirmed
Post by David Prévot
This is a follow up from composer/DSA-5632-1, similar to #1065058 in
bookworm.
Please go ahead.

Thanks,
--
Jonathan Wiltshire ***@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
ed25519/0x196418AAEB74C8A1: CA619D65A72A7BADFC96D280196418AAEB74C8A1
Debian Bug Tracking System
2024-04-22 21:10:03 UTC
Reply
Permalink
Post by Jonathan Wiltshire
tag -1 confirmed
Bug #1065071 [release.debian.org] bullseye-pu: package php-symfony-contracts/1.1.10-2+deb11u1
Added tag(s) confirmed.
--
1065071: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065071
Debian Bug Tracking System
Contact ***@bugs.debian.org with problems
Loading...