Your message dated Sat, 29 Jun 2024 10:47:46 +0000 with message-id <E1sNVcQ-002bpv-Ft@coccia.debian.org> and subject line Released with 11.10 has caused the Debian Bug report #1065071, regarding bullseye-pu: package php-symfony-contracts/1.1.10-2+deb11u1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1065071: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065071 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: bullseye-pu: package php-symfony-contracts/1.1.10-2+deb11u1
- From: David Prévot <taffit@debian.org>
- Date: Thu, 29 Feb 2024 12:30:50 +0100
- Message-id: <ZeBq6lzhfn_dJLKA@persil.tilapin.org>
Package: release.debian.org Severity: normal Tags: bullseye X-Debbugs-Cc: php-symfony-contracts@packages.debian.org, team@security.debian.org Control: affects -1 + src:php-symfony-contracts User: release.debian.org@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, taffitdiff -Nru php-symfony-contracts-1.1.10/debian/changelog php-symfony-contracts-1.1.10/debian/changelog --- php-symfony-contracts-1.1.10/debian/changelog 2020-09-15 22:17:37.000000000 +0200 +++ php-symfony-contracts-1.1.10/debian/changelog 2024-02-18 11:57:14.000000000 +0100 @@ -1,3 +1,9 @@ +php-symfony-contracts (1.1.10-2+deb11u1) bookworm; urgency=medium + + * Force system dependencies loading + + -- David Prévot <taffit@debian.org> Sun, 18 Feb 2024 11:57:14 +0100 + php-symfony-contracts (1.1.10-2) unstable; urgency=medium * Revert "stop using deprecated PHPUnit APIs", fixing symfony FTBFS diff -Nru php-symfony-contracts-1.1.10/debian/rules php-symfony-contracts-1.1.10/debian/rules --- php-symfony-contracts-1.1.10/debian/rules 2020-09-15 22:17:37.000000000 +0200 +++ php-symfony-contracts-1.1.10/debian/rules 2024-02-18 11:57:10.000000000 +0100 @@ -45,13 +45,13 @@ fi; \ done cp debian/autoload.php . - mkdir --parents vendor Symfony + mkdir --parents vendor Symfony/Contracts phpab \ --output vendor/autoload.php \ --template debian/autoload.tests.php.tpl \ Tests # Mimic expected path for tests - cp -r autoload.php Cache Deprecation EventDispatcher HttpClient Service Translation Symfony/Contracts + cp -r autoload.php Cache EventDispatcher HttpClient Service Translation Symfony/Contracts ln -s /usr/share/php/Symfony/Component Symfony ln -s /usr/share/php/Psr .Attachment: signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
- To: 1065071-done@bugs.debian.org
- Subject: Released with 11.10
- From: Jonathan Wiltshire <jmw@coccia.debian.org>
- Date: Sat, 29 Jun 2024 10:47:46 +0000
- Message-id: <E1sNVcQ-002bpv-Ft@coccia.debian.org>
Version: 11.10 The upload requested in this bug has been released as part of 11.10.
--- End Message ---