Change logs for symfony source package in Sid

  • symfony (6.4.11+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 6.4.11
    
      [ David Prévot ]
      * Skip failing tests (Closes: #1073470)
    
     -- David Prévot <email address hidden>  Sun, 01 Sep 2024 11:24:04 +0200
  • symfony (6.4.10+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 6.4.10
    
     -- David Prévot <email address hidden>  Sat, 27 Jul 2024 11:33:18 +0900
  • symfony (6.4.9+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 6.4.9
    
      [ David Prévot ]
      * php-symfony-filesystem: Update homemade autoload
    
     -- David Prévot <email address hidden>  Tue, 23 Jul 2024 15:50:44 +0900
  • symfony (6.4.7+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 6.4.7
    
      [ David Prévot ]
      * Update Standards-Version to 4.7.0
      * Update copyright for duplicated image
      * php-symfony-filesystem: Update homemade autoload
    
     -- David Prévot <email address hidden>  Thu, 02 May 2024 08:25:09 +0200
  • symfony (6.4.6+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 6.4.6
    
      [ David Prévot ]
      * Drop signature check (latest upstream tag is not PGP-signed)
      * Update copyright for new image
    
     -- David Prévot <email address hidden>  Sun, 07 Apr 2024 11:31:35 +0200
  • symfony (6.4.5+dfsg-4) unstable; urgency=medium
    
      * Skip test failing in ppc64el
      * [ProxyManagerBridge] Relax expected output
    
     -- David Prévot <email address hidden>  Tue, 26 Mar 2024 08:17:59 +0000
  • symfony (6.4.5+dfsg-3) unstable; urgency=medium
    
      * [VarDumper] Skip more test on arm
      * Require Stopwatch
      * Mark php-symfony-messenger package as Multi-Arch: foreign
    
     -- David Prévot <email address hidden>  Thu, 07 Mar 2024 10:00:50 +0100
  • symfony (6.4.5+dfsg-2) unstable; urgency=medium
    
      * [VarDumper] Fix expected output for arm and 32-bit arch
    
     -- David Prévot <email address hidden>  Wed, 06 Mar 2024 09:30:39 +0100
  • symfony (6.4.5+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 6.4.5
    
      [ Jakub Caban ]
      * Enhance error handling in StaticPrefixCollection for compatibility with
        libpcre2-10.43
    
      [ Alexander M. Turek ]
      * Safeguard dynamic access to Doctrine metadata properties
    
      [ Gálik Pál ]
      * [Mailer][Brevo] Remove tags from mandatory event arguments
    
      [ Nicolas Grekas ]
      * [HttpClient] Fix deprecation on PHP 8.3
    
      [ Phil E. Taylor ]
      * [AssetMapper] Fix `JavaScriptImportPathCompiler` regression in regex
    
      [ Ruud Kamphuis ]
      * [Clock] Add PHPUnit 10 attributes
    
      [ llupa ]
      * [Security][Tests] Update functional tests to better reflect end-user
        scenarios
    
      [ Simon André ]
      * [AssetMapper] Throw exception in Javascript compiler when PCRE error
    
     -- David Prévot <email address hidden>  Tue, 05 Mar 2024 16:46:23 +0100
  • symfony (6.4.4+dfsg-4) unstable; urgency=medium
    
      * Mark php-symfony-clock package as Multi-Arch: foreign
      * Fix expected abi for arm
    
     -- David Prévot <email address hidden>  Tue, 05 Mar 2024 10:47:05 +0100
  • symfony (6.4.4+dfsg-3) unstable; urgency=medium
    
      * Upload to unstable now that almost everything is ready
      * Track version 6 for Trixie
    
     -- David Prévot <email address hidden>  Sun, 03 Mar 2024 18:32:28 +0100
  • symfony (5.4.35+dfsg-3) unstable; urgency=medium
    
      * Force system dependencies loading
    
     -- David Prévot <email address hidden>  Sun, 11 Feb 2024 18:38:14 +0100
  • symfony (5.4.35+dfsg-2) unstable; urgency=medium
    
      * Actually force php-async-aws-sqs (>> 2)
    
     -- David Prévot <email address hidden>  Mon, 05 Feb 2024 18:55:14 +0100
  • symfony (5.4.35+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.35
    
      [ Christian Flothmann ]
      * skip some tests that do not work with ICU 71.1/72.1
      * make sure that the submitted year is an accepted choice
    
      [ David Prévot ]
      * Assume php-async-aws-sqs (>> 2)
    
     -- David Prévot <email address hidden>  Thu, 01 Feb 2024 08:03:23 +0100
  • symfony (5.4.34+dfsg-2) unstable; urgency=medium
    
      * make sure that the submitted year is an accepted choice (Closes: #1061033)
    
     -- David Prévot <email address hidden>  Thu, 18 Jan 2024 20:53:36 +0100
  • symfony (5.4.34+dfsg-1) unstable; urgency=medium
    
      [ Mathieu Rochette ]
      * fix Constraints\Email::ERROR_NAMES
    
      [ Christian Flothmann ]
      * do not overwrite an application's default serialization context
      * always pass microseconds to usleep as integers
      * properly handle SYMFONY_DOTENV_VARS being the empty string
      * add missing translation
      * don't use deprecated and internal Twig functions
      * allow environment variables starting with an underscore
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.34
    
      [ Nicolas PHILIPPE ]
      * [Serializer] fix regression where nullable int cannot be serialized
    
      [ Buster Neece ]
      * bug #45057 [Messenger] Avoid reconnecting active Redis connections.
    
      [ Jérémy DECOOL ]
      * Avoid incompatibility with symfony/console 7
    
      [ Jan Vernarsky ]
      * Missing translations for Slovak (sk) #51954
    
      [ Théo FIDRY ]
      * fix xterm detection
      * detect colors on not windows
    
      [ Raphaël Davaillaud ]
      * [Notifier] [Bridges] Provide EventDispatcher and HttpClient to the
        transports
    
      [ HypeMC ]
      * [Serializer] Fix partial denormalization with missing constructor arguments
      * [Validator] Fix using known option names as field names
    
      [ Max Baldanza ]
      * Add check for lazy object interface
      * Do not instantiate object if it is not instantiable
    
      [ Florian Merle ]
      * [HttpKernel] Move @internal from AbstractSessionListener class to its
        methods and properties
    
      [ Kyle ]
      * [Serializer] Keep stack trace for enum value denormalizer error
    
      [ Jérémy Derussé ]
      * [WebProfilerBundle] Fix JS error when evaluating scripts
    
      [ Oskar Stark ]
      * [Notifier][Smsc] Require login and password
    
      [ Jeroen Bouwmans ]
      * [Messenger] Fix using negative delay
    
      [ Mathias Arlaud ]
      * [Serializer] Skip uninitialized properties with deep_object_to_populate
    
      [ Jacek Kobus ]
      * [HttpFoundation][FrameworkBundle] Fix default locale is ignored when
        set_locale_from_accept_language is used
    
     -- David Prévot <email address hidden>  Sun, 31 Dec 2023 09:23:36 +0100
  • symfony (5.4.33+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.33
    
      [ Christian Flothmann ]
      * skip tests that do not work with ICU 71.1
    
     -- David Prévot <email address hidden>  Sun, 03 Dec 2023 11:44:51 +0100
  • symfony (5.4.32+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.32
    
      [ Alexander M. Turek ]
      * [Validator] Made tests forward-compatible with ICU 72.1
    
      [ David Prévot ]
      * Revert "Breaks (temporarily) older php-twig (broken tests)"
      * gbp.conf: define upstream-vcs-tag
      * Drop some ICU workaround patches
    
     -- David Prévot <email address hidden>  Fri, 01 Dec 2023 09:37:56 +0100
  • symfony (5.4.31+dfsg-2) unstable; urgency=medium
    
      * Require php-http-message-factory for tests
      * Breaks (temporarily) older php-twig (broken tests)
    
     -- David Prévot <email address hidden>  Mon, 20 Nov 2023 07:43:40 +0100
  • symfony (5.4.31+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.31
    
      [ Nicolas Grekas ]
      * [TwigBridge] Ensure CodeExtension's filters properly escape their input
        [CVE-2023-46734] (Closes: #1055774)
    
      [ Robert ]
      * [Security] Fix possible session fixation when only the *token* changes
        [CVE-2023-46733] (Closes: #1055775)
    
     -- David Prévot <email address hidden>  Sat, 11 Nov 2023 18:34:50 +0100
  • symfony (5.4.30+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.30
    
     -- David Prévot <email address hidden>  Wed, 01 Nov 2023 12:16:50 +0100
  • symfony (5.4.29+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.29
    
      [ David Prévot ]
      * Don’t install empty var/log directory
    
     -- David Prévot <email address hidden>  Mon, 02 Oct 2023 13:58:42 +0200
  • symfony (5.4.28+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.28
    
     -- David Prévot <email address hidden>  Sun, 03 Sep 2023 04:15:56 +0530
  • symfony (5.4.27+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.27
    
     -- David Prévot <email address hidden>  Thu, 03 Aug 2023 08:32:07 +0200
  • symfony (5.4.25+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.25
    
      [ David Prévot ]
      * Exclude some test files for phpab
    
     -- David Prévot <email address hidden>  Sun, 02 Jul 2023 08:35:01 +0200
  • symfony (5.4.24+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update CONTRIBUTORS for 5.4.24
    
      [ David Prévot ]
      * Track version 5
      * Add php settings to run more tests
      * Build-depend on php-redis and php-pgsql to run more tests
    
     -- David Prévot <email address hidden>  Sat, 27 May 2023 17:14:54 +0200
  • symfony (5.4.23+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.23
    
     -- David Prévot <email address hidden>  Sat, 29 Apr 2023 18:41:44 +0200
  • symfony (5.4.22+dfsg-3) unstable; urgency=medium
    
      * [Mime] regenerate test certificates (Closes: #1034854)
    
     -- David Prévot <email address hidden>  Wed, 26 Apr 2023 20:32:58 +0200
  • symfony (5.4.22+dfsg-2) unstable; urgency=medium
    
      * Disable testsuite on s390x (Closes: #908377)
    
     -- David Prévot <email address hidden>  Mon, 03 Apr 2023 08:21:59 +0200
  • symfony (5.4.22+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.22
    
     -- David Prévot <email address hidden>  Sat, 01 Apr 2023 11:47:18 +0200
  • symfony (5.4.21+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.21
    
     -- David Prévot <email address hidden>  Tue, 28 Feb 2023 22:18:04 +0100
  • symfony (5.4.20+dfsg-1) unstable; urgency=medium
    
      [ Nicolas Grekas ]
      * [HttpKernel] Remove private headers before storing responses with HttpCache
        [CVE-2022-24894]
      * [Security/Http] Remove CSRF tokens from storage on successful login
        [CVE-2022-24895]
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.20
    
     -- David Prévot <email address hidden>  Wed, 01 Feb 2023 19:25:18 +0100
  • symfony (5.4.19+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Bump license year to 2023
      * Update VERSION for 5.4.19
    
      [ Alexander M. Turek ]
      * Allow EmailValidator 4
    
      [ David Prévot ]
      * Update copyright (years)
    
     -- David Prévot <email address hidden>  Wed, 25 Jan 2023 08:26:13 +0100
  • symfony (5.4.18+dfsg-3) unstable; urgency=medium
    
      * Drop (data) tests failing with PHP 8.2 (Closes: #1028533)
    
     -- David Prévot <email address hidden>  Fri, 13 Jan 2023 08:47:36 +0100
  • symfony (5.4.18+dfsg-2) unstable; urgency=medium
    
      * Allow php-doctrine-event-manager 2
      * Update standards version to 4.6.2
    
     -- David Prévot <email address hidden>  Thu, 05 Jan 2023 08:03:11 +0100
  • symfony (5.4.18+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.18
    
      [ Alexander M. Turek ]
      * Compatibility with doctrine/annotations 2
    
     -- David Prévot <email address hidden>  Fri, 30 Dec 2022 08:09:47 +0100
  • symfony (5.4.16+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.16
    
      [ Alexander M. Turek ]
      * Run tests with doctrine/collections 2
    
      [ David Prévot ]
      * Workaround ICU new format (Closes: #1024308)
    
     -- David Prévot <email address hidden>  Tue, 06 Dec 2022 16:58:14 +0100
  • symfony (5.4.15+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.15
    
      [ Jérémy Derussé ]
      * [Intl] Update the ICU data to 72.1 - 5.4
    
     -- David Prévot <email address hidden>  Tue, 01 Nov 2022 08:07:44 +0100
  • symfony (5.4.14+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.14
    
     -- David Prévot <email address hidden>  Sat, 15 Oct 2022 12:27:04 +0200
  • symfony (5.4.13+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.13
    
      [ David Prévot ]
      * Fix typo in previous changelog entry
      * Drop patch not needed anymore
      * Update php-symfony-cache description
    
     -- David Prévot <email address hidden>  Mon, 03 Oct 2022 13:43:13 +0200
  • symfony (5.4.12+dfsg-2) unstable; urgency=medium
    
      * [Form] Adapt precision for recent phpunit-comparator (Closes: 1020181)
      * Fix typo in copyright
    
     -- David Prévot <email address hidden>  Mon, 19 Sep 2022 08:08:04 +0200
  • symfony (5.4.12+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.12
    
     -- David Prévot <email address hidden>  Mon, 29 Aug 2022 08:02:19 +0200
  • symfony (5.4.11+dfsg-2) unstable; urgency=medium
    
      * Install completion file(s)
    
     -- David Prévot <email address hidden>  Thu, 18 Aug 2022 08:27:13 +0200
  • symfony (5.4.11+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.11
    
      [ David Prévot ]
      * Update Homepage for php-symfony-inflector and php-symfony-security-guard
      * Update Standards-Version to 4.6.1
    
     -- David Prévot <email address hidden>  Mon, 01 Aug 2022 08:23:35 +0200
  • symfony (5.4.10+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.10
    
      [ David Prévot ]
      * Mark php-symfony-rate-limiter as Multi-Arch: foreign
    
     -- David Prévot <email address hidden>  Wed, 29 Jun 2022 08:07:16 +0200
  • symfony (5.4.9+dfsg-2) unstable; urgency=medium
    
      * Mark some packages as Multi-Arch: foreign
      * Depend on recent php-email-validator
    
     -- David Prévot <email address hidden>  Mon, 20 Jun 2022 08:37:49 +0200
  • symfony (5.4.9+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.9
    
     -- David Prévot <email address hidden>  Sat, 28 May 2022 12:05:11 +0200
  • symfony (5.4.8+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.8
      * Add support to libicu70, thanks to Athos Ribeiro (Closes: #1011737)
      * Drop Polyfill build-dependencies
    
     -- David Prévot <email address hidden>  Tue, 24 May 2022 21:17:40 +0200
  • symfony (5.4.6+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.6
        (Fixing expected PHPUnit output, Closes: #1006735)
    
      [ David Prévot ]
      * Document blank image used for tests
    
     -- David Prévot <email address hidden>  Sun, 06 Mar 2022 22:17:14 +0100
  • symfony (5.4.4+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Bump license year
      * Update VERSION for 5.4.4
    
      [ Jérémy Derussé ]
      * Enable CSRF in FORM by default
    
      [ David Prévot ]
      * Revert "Workaround the lack of Enum support in phpab"
      * Update copyright (years)
      * Mark php-symfony-semaphore as Multi-Arch: foreign
    
     -- David Prévot <email address hidden>  Sat, 29 Jan 2022 18:32:47 -0400
  • symfony (5.4.2+dfsg-3) unstable; urgency=medium
    
      * Mark php-symfony-templating as Multi-Arch: foreign
      * [Lock] Drop test currently failing on buildd
    
     -- David Prévot <email address hidden>  Thu, 13 Jan 2022 03:40:15 -0400
  • symfony (5.4.2+dfsg-2) unstable; urgency=medium
    
      * Drop php-apcu-bc dependency for tests.
        About to be removed as documented in #1003055.
        https://bugs.debian.org/1003055
      * Depend explicitely on php-doctrine-annotations for tests
      * Workaround the lack of Enum support in phpab
    
     -- David Prévot <email address hidden>  Mon, 10 Jan 2022 17:44:48 -0400
  • symfony (5.4.2+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.2
    
      [ David Prévot ]
      * Update php-symfony-debug-bundle description
    
     -- David Prévot <email address hidden>  Thu, 30 Dec 2021 10:42:08 -0400
  • symfony (5.4.1+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 5.4.1
    
     -- David Prévot <email address hidden>  Sun, 12 Dec 2021 06:50:59 -0400
  • symfony (5.4.0+dfsg-2) unstable; urgency=medium
    
      * Upload to unstable after NEW processing
      * Revert "Breaks php-doctrine-bundle"
    
     -- David Prévot <email address hidden>  Mon, 06 Dec 2021 16:46:17 -0400
  • symfony (5.4.0~rc1+dfsg-3) unstable; urgency=medium
    
      * Blacklist symfony\\config\\ namespace
      * [Console] Drop assertion failing on CI
    
     -- David Prévot <email address hidden>  Mon, 29 Nov 2021 08:50:35 -0400
  • symfony (5.4.0~rc1+dfsg-2) unstable; urgency=medium
    
      * Upload to unstable now that all build-dependencies are available
      * Don’t run tests in parallel
      * Breaks php-doctrine-bundle
      * Provide vendor/autoload_runtime.php for CI
      * Use installed files for CI
      * Install php-phpstan-phpdoc-parser for CI
    
     -- David Prévot <email address hidden>  Sun, 28 Nov 2021 07:32:56 -0400
  • symfony (5.3.12+dfsg-2) unstable; urgency=medium
    
      * Provide vendor/autoload_runtime.php for CI
      * Use installed files for CI
    
     -- David Prévot <email address hidden>  Thu, 25 Nov 2021 07:24:04 -0400
  • symfony (5.3.12+dfsg-1) unstable; urgency=medium
    
      * Upload version 5 to unstable
    
      [ Jérémy Derussé ]
      * Fix missing extra trusted header in sub-request [CVE-2021-41267]
      * Use single quote to escape formulas [CVE-2021-41270]
    
      [ Wouter de Jong ]
      * [SecurityBundle] Default signature_properties to the previous behavior
        [CVE-2021-41268]
     
      [ Fabien Potencier ]
      * [Notifier] Fix package name
      * Update VERSION for 5.3.12
    
      [ David Prévot ]
      * Track version 5 for Bookworm
      * Track version 5.3 for now
      * Use php-email-validator 2 for now
      * Rename packages after upstream change
        - php-symfony-allmysms-notifier -> php-symfony-all-my-sms-notifier
        - php-symfony-gatewayapi-notifier -> php-symfony-gateway-api-notifier
    
     -- David Prévot <email address hidden>  Wed, 24 Nov 2021 07:25:41 -0400
  • symfony (4.4.19+dfsg-3) unstable; urgency=medium
    
      * Prevent CVS injection via formulas [CVE-2021-41270]
      * Track Symfony 4 in unstable
    
     -- David Prévot <email address hidden>  Wed, 24 Nov 2021 06:04:24 -0400
  • symfony (4.4.19+dfsg-2) unstable; urgency=medium
    
      * Prevent user enumeration via response content [CVE-2021-21424]
      * typo fix: var-exporter and phpunit-bridge description
    
     -- David Prévot <email address hidden>  Thu, 13 May 2021 05:33:42 -0400
  • symfony (4.4.19+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Bump license year
      * Update VERSION for 4.4.19
    
      [ Nicolas Grekas ]
      * [ProxyManagerBridge] switch to "friendsofphp/proxy-manager-lts"
    
      [ David Prévot ]
      * Update gbp import-orig workflow
      * Verify upstream signed tag on import
      * Adapt dependencies and descriptions to new upstream version
      * Update copyright (years)
    
     -- David Prévot <email address hidden>  Wed, 27 Jan 2021 18:24:02 -0400
  • symfony (4.4.18+dfsg-3) unstable; urgency=medium
    
      * Declare explicit dependency on recent php-proxy-manager
    
     -- David Prévot <email address hidden>  Sun, 17 Jan 2021 14:01:23 -0400
  • symfony (4.4.18+dfsg-2) unstable; urgency=medium
    
      * Use Laminas instead of Zend
      * Drop backward compatibility for PHPUnit
      * Install /u/s/p/autoloaders file
      * Adapt tests to recent php-proxy-manager
    
     -- David Prévot <email address hidden>  Mon, 11 Jan 2021 12:14:32 -0400
  • symfony (4.4.18+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 4.4.18
    
      [ Wouter de Jong ]
      * Added compatibility with PHPunit 9.5
    
      [ David Prévot ]
      * Update homemade autoload.php
    
     -- David Prévot <email address hidden>  Sat, 19 Dec 2020 09:42:13 -0400
  • symfony (4.4.17+dfsg-2) unstable; urgency=medium
    
      * Use recent Doctrine\Persistence path
    
     -- David Prévot <email address hidden>  Tue, 08 Dec 2020 05:40:53 -0400
  • symfony (4.4.17+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 4.4.17
    
      [ Nicolas Grekas ]
      * [ProxyManager] use "composer/package-versions-deprecated"
    
      [ David Prévot ]
      * Update watch file format version to 4.
      * Set upstream metadata fields: Security-Contact.
      * Update Standards-Version to 4.5.1
      * Don’t pull useless dependency
    
     -- David Prévot <email address hidden>  Sun, 06 Dec 2020 11:10:03 -0400
  • symfony (4.4.14+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 4.4.14
    
      [ David Prévot ]
      * Update homemade autoload.php
    
     -- David Prévot <email address hidden>  Sun, 27 Sep 2020 16:10:07 -0400
  • symfony (4.4.13+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 4.4.13
    
      [ Matthias Pigulla ]
      * Remove headers with internal meaning from HttpClient responses
        [CVE-2020-15094]
    
     -- David Prévot <email address hidden>  Wed, 02 Sep 2020 07:10:45 -0400
  • symfony (4.4.12+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 4.4.12
    
      [ David Prévot ]
      * Rename main branch to debian/bullseye (DEP-14)
      * Use legacy PHPUnit (8.3) assertions.
        We should use the PHPUnit Bridge Polyfill instead.
    
     -- David Prévot <email address hidden>  Mon, 31 Aug 2020 08:48:31 -0400
  • symfony (4.4.11+dfsg-2) unstable; urgency=medium
    
      * Drop workaround for PHP 7.4.5 now that 7.4.9 is in (Closes: #969075)
    
     -- David Prévot <email address hidden>  Thu, 27 Aug 2020 11:42:39 -0400
  • symfony (4.4.11+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * Update VERSION for 4.4.11
    
      [ David Prévot ]
      * Restore +dfsg version
    
     -- David Prévot <email address hidden>  Thu, 30 Jul 2020 07:00:30 +0200
  • symfony (4.4.10-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 4.4.10
    
      [ David Prévot ]
      * [VarExporter] tfix: s/markAsSkipped/markTestSkipped/
      * Set Rules-Requires-Root: no.
      * vulcain is not available for the testsuite
    
     -- David Prévot <email address hidden>  Tue, 14 Jul 2020 11:13:28 -0400
  • symfony (4.4.9-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 4.4.9
    
      [ David Prévot ]
      * Handle new php-symfony-polyfill-php80 dependency
      * Update patches for 4.4.9 testsuite
    
     -- David Prévot <email address hidden>  Sun, 31 May 2020 14:45:20 -1000
  • symfony (4.4.8-2) unstable; urgency=medium
    
      * Allow stderr for CI
    
     -- David Prévot <email address hidden>  Sun, 31 May 2020 03:28:40 -1000
  • symfony (4.4.8-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 4.4.8, fixes security issues (Closes: #961415)
    
      [ Robin Chalas ]
      * [Security] Fix access_control behavior with unanimous decision strategy
        [CVE-2020-5275]
    
      [ Yonel Ceruto ]
      * [HttpFoundation] Do not set the default Content-Type based on the Accept
        header [CVE-2020-5255]
    
      [ Jérémy Derussé ]
      * Escape variable in Exception Template [CVE-2020-5274]
    
      [ David Prévot ]
      * Use debhelper-compat 13
      * Simplify override_dh_auto_test
      * Workaround failing tests with php7.4 (Closes: #952431)
    
     -- David Prévot <email address hidden>  Wed, 27 May 2020 14:34:35 -1000
  • symfony (4.4.4-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 4.4.4
    
      [ David Prévot ]
      * Update dependency for CI (Closes: #949045)
      * Update copyright (years)
      * Update Standards-Version to 4.5.0
    
     -- David Prévot <email address hidden>  Sun, 02 Feb 2020 07:46:16 -1000
  • symfony (4.4.2-1) unstable; urgency=medium
    
      * Upload LTS release to unstable
    
      [ Fabien Potencier ]
      * updated VERSION for 4.4.2
    
      [ David Prévot ]
      * Fix include in php-symfony-twig-bridge autoload.php
      * Drop Mailer Bridges from autoload.php.tests.tpl (already in autoload.php)
      * Handle packaging in a bullseye branch
      * Set upstream metadata fields:
        Bug-Database, Repository, Repository-Browse, Bug-Submit
      * Update homemade overrides and autoload.php
      * Drop more currently failing tests
    
     -- David Prévot <email address hidden>  Sun, 22 Dec 2019 08:09:38 +1100
  • symfony (4.3.8+dfsg-1) unstable; urgency=medium
    
      [ Christophe Coevoet ]
      * Use constant time comparison in UriSigner [CVE-2019-18887]
    
      [ Nicolas Grekas ]
      * [Cache] forbid serializing AbstractAdapter and TagAwareAdapter instances
        [CVE-2019-18889]
      * [VarExporter] fix exporting some strings [CVE-2019-11325]
      * [HttpFoundation] fix guessing mime-types of files with leading dash
        [CVE-2019-18888]
      * [Mime] fix guessing mime-types of files with leading dash [CVE-2019-18888]
      * [Security\Core] throw AccessDeniedException when switch user fails
        [CVE-2019-18886]
    
      [ Fabien Potencier ]
      * updated VERSION for 4.3.8
    
      [ David Prévot ]
      * Track stable version for now
      * Update homemade overrides
      * Exclude whole directory
    
     -- David Prévot <email address hidden>  Wed, 13 Nov 2019 06:24:18 -1000
  • symfony (4.3.6+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 4.3.6
    
      [ David Prévot ]
      * Update homemade overrides
    
     -- David Prévot <email address hidden>  Sat, 02 Nov 2019 00:34:40 -1000
  • symfony (4.3.5+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 4.3.5
    
      [ David Prévot ]
      * Set upstream metadata fields: Repository.
      * Drop versioned dependency satisfied in (old)stable
      * Update Standards-Version to 4.4.1
      * Don’t fail unit tests on warning
      * Drop test failing with PHPUnit 8.4
    
     -- David Prévot <email address hidden>  Mon, 07 Oct 2019 16:33:02 -1000
  • symfony (4.3.4+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 4.3.4
    
      [ Steve Langasek ]
      * Unset http proxy for autopkgtest (Closes: #934647)
    
      [ David Prévot ]
      * Update homemade overrides
      * Exclude another file for phpab
      * Remove obsolete fields Name, Contact from debian/upstream/metadata.
      * Extend d/clean for PHPUnit 8
      * PHPUnit 7 compliance (from PHPUnit 8)
    
     -- David Prévot <email address hidden>  Tue, 27 Aug 2019 17:02:02 -1000
  • symfony (4.3.3+dfsg-3) unstable; urgency=medium
    
      * Set upstream metadata fields: Contact, Name.
      * Adapt files path for CI
    
     -- David Prévot <email address hidden>  Tue, 30 Jul 2019 01:19:47 -0400
  • symfony (4.3.3+dfsg-2) unstable; urgency=medium
    
      * Add missing dependency for CI
    
     -- David Prévot <email address hidden>  Mon, 29 Jul 2019 13:16:35 -0300
  • symfony (4.3.3+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 4.3.3
    
      [ David Prévot ]
      * Update homemade autoload
    
     -- David Prévot <email address hidden>  Sun, 28 Jul 2019 23:35:21 -0300
  • symfony (4.3.2+dfsg-1) unstable; urgency=medium
    
      * Upload to unstable now that buster has been released
    
      [ Fabien Potencier ]
      * updated VERSION for 4.3.2
    
      [ David Prévot ]
      * Update homemade autoload
      * Update Standards-Version to 4.4.0
    
     -- David Prévot <email address hidden>  Fri, 19 Jul 2019 17:19:50 -0300
  • symfony (3.4.22+dfsg-2) unstable; urgency=medium
    
      * Drop incorrect and useless overrides
      * Fix global autoload
      * Backport security fixes from 3.4.25
        - Escape validation messages in the PHP templating engine [CVE-2019-10909]
        - Check service IDs are valid [CVE-2019-10910]
        - Add a separator in the remember me cookie hash [CVE-2019-10911]
        - Prevent destructors with side-effects from being unserialized
          [CVE-2019-10912]
        - Reject invalid HTTP method overrides [CVE-2019-10913]
      * Workaround PHP bug causing the testsuite to fail (Closes: #926883)
    
     -- David Prévot <email address hidden>  Thu, 18 Apr 2019 21:14:25 +0900
  • symfony (3.4.22+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * switched array() to [] (Closes: #919816)
      * updated VERSION for 3.4.22
    
      [ David Prévot ]
      * Update dependency override
    
     -- David Prévot <email address hidden>  Fri, 08 Feb 2019 17:20:53 -1000
  • symfony (3.4.21+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.21
    
      [ Christian Flothmann ]
      * update year in license files
    
      [ David Prévot ]
      * Use debian/clean for directories
      * Update copyright (years)
      * Use debhelper-compat 12
      * Update Standards-Version to 4.3.0
    
      [ Kunal Mehta ]
      * Remove and replace php-symfony-polyfill-* dependencies (Closes: #821138)
    
     -- David Prévot <email address hidden>  Tue, 08 Jan 2019 04:27:51 +1100
  • symfony (3.4.20+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.20
    
      [ Nicolas Grekas ]
      * [Form] Filter file uploads out of regular form types [CVE-2018-19789]
    
      [ Christian Flothmann ]
      * [Security\Http] detect bad redirect targets using backslashes
        [CVE-2018-19790]
    
      [ David Prévot ]
      * Keep tracking v3 branch for Buster
    
     -- David Prévot <email address hidden>  Thu, 06 Dec 2018 15:03:33 -1000
  • symfony (3.4.19+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.19
        - fix the testsuite with PHP 7.3 (Closes: #914273)
    
     -- David Prévot <email address hidden>  Wed, 28 Nov 2018 15:26:40 -1000
  • symfony (3.4.17+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.17
    
      [ Albert Casdemont ]
      * [PHPUnitBridge] Fix microtime() format
    
      [ David Prévot ]
      * Use https in Format
    
     -- David Prévot <email address hidden>  Sat, 06 Oct 2018 09:48:54 -1000
  • symfony (3.4.16+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.16
    
      [ David Prévot ]
      * Use debhelper-compat 11
      * Drop get-orig-source target
      * Update fixes with recent PHPUnit
    
     -- David Prévot <email address hidden>  Tue, 02 Oct 2018 22:54:50 -1000
  • symfony (3.4.15+dfsg-2) unstable; urgency=medium
    
      * Add more tests to tty group
    
     -- David Prévot <email address hidden>  Sat, 01 Sep 2018 08:09:52 -1000
  • symfony (3.4.15+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.15
    
      [ David Prévot ]
      * Don’t fail on deprecated notice (Closes: #905425)
      * Update dependency override
      * Update Standards-Version to 4.2.1
    
     -- David Prévot <email address hidden>  Fri, 31 Aug 2018 15:24:14 -1000
  • symfony (3.4.14+dfsg-1) unstable; urgency=medium
    
      * New upstream version fixing two security issues:
        - [CVE-2018-14773] Remove support for legacy and risky HTTP headers
        - [CVE-2018-14774] Possible host header injection when using HttpCache
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.14
    
      [ David Prévot ]
      * Update dependency override
      * Update Standards-Version to 4.2.0
    
     -- David Prévot <email address hidden>  Fri, 03 Aug 2018 12:52:59 +0800
  • symfony (3.4.13+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.13
    
      [ David Prévot ]
      * Drop test currently failing on CI
      * Update dependency override
    
     -- David Prévot <email address hidden>  Wed, 25 Jul 2018 11:50:50 +0800
  • symfony (3.4.12+dfsg-1) unstable; urgency=medium
    
      * New upstream version fixing several security issues:
        - [CVE-2018-11385] Session Fixation Issue for Guard Authentication
        - [CVE-2018-11386] Denial of service when using PDOSessionHandler
        - [CVE-2018-11406] CSRF Token Fixation
        - [CVE-2018-11407] Unauthorized access on a misconfigured LDAP
          server when using an empty password
        - [CVE-2018-11408] Open redirect vulnerability on security handlers
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.12
    
      [ Gert de Pagter ]
      * Use symfony/polyfill-ctype
    
      [ David Prévot ]
      * Blacklist projectservicecontainer for ci
      * Update dependency override
      * Update homemade autoload.php files for php-symfony-polyfill-ctype
      * Update dependency overrides
      * Update Standards-Version to 4.1.5
      * Add php-symfony-polyfill-ctype build-dependency
      * Fix and workaround tests with recent PHPUnit
      * Drop inexistant php-mongo for Build-Conflicts (Closes: #827782)
    
      [ Daniel Bannert ]
      * [PHPunit] suite variable should be used (Closes: #896108)
    
     -- David Prévot <email address hidden>  Sun, 22 Jul 2018 11:29:08 +0800
  • symfony (3.4.6+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.6
    
      [ David Prévot ]
      * Update dependency overrides
      * Blacklist projectservicecontainer for tests
      * Make sure to load SymfonyTestsListener
      * Move project repository to salsa.d.o
      * Update Standards-Version to 4.1.3
      * Fix testsuite with native PHP 7.2
    
     -- David Prévot <email address hidden>  Mon, 05 Mar 2018 16:46:15 -1000
  • symfony (3.4.3+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.3
    
      [ David Prévot ]
      * Update versioned dependencies
      * Update copyright (years)
    
     -- David Prévot <email address hidden>  Sat, 06 Jan 2018 15:32:31 +0530
  • symfony (3.4.2+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.2
    
      [ David Prévot ]
      * Update homemade autoload.php files for new suggested packages
    
     -- David Prévot <email address hidden>  Fri, 15 Dec 2017 14:28:24 -1000
  • symfony (3.4.1+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.1
    
      [ David Prévot ]
      * Add missing dependency for ci
      * Update Standards-Version to 4.1.2
    
     -- David Prévot <email address hidden>  Tue, 05 Dec 2017 16:12:52 -1000
  • symfony (3.4.0+dfsg-1) unstable; urgency=medium
    
      * Upload stable version to unstable
    
      [ Fabien Potencier ]
      * updated VERSION for 3.4.0
    
     -- David Prévot <email address hidden>  Thu, 30 Nov 2017 14:45:36 -1000
  • symfony (2.8.7+dfsg-1.3) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Backport additional upstream patches needed after PHP 7.0.18 upload
        (Closes: #863493):
        - [VarDumper] Relax tests to adapt for php 7.1rc4
        - [VarDumper] Relax line number for CliDumperTest
    
     -- James Clarke <email address hidden>  Sat, 27 May 2017 20:39:09 +0100
  • symfony (2.8.7+dfsg-1.2) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Backport additional upstream patches needed to fix FTBFS:
        -  Update IpValidatorTest data set with a valid reserved IP
        -  Relax 1 test failing with latest PHP versions
    
     -- James Clarke <email address hidden>  Sun, 29 Jan 2017 16:05:28 +0000
  • symfony (2.8.7+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 2.8.7
    
      [ Nicolas Grekas ]
      * [PropertyAccess] Fix for PHP 7.0.7
    
     -- David Prévot <email address hidden>  Tue, 07 Jun 2016 20:52:05 -0400
  • symfony (2.8.6+dfsg-1) unstable; urgency=high
    
      [ Fabien Potencier ]
      * bumped Symfony version to 2.8.6
      * limited the maximum length of a submitted username [CVE-2016-4423]
    
      [ Charles Sarrazin ]
      * Fixed issue with blank password with Ldap [CVE-2016-2403]
    
      [ David Prévot ]
      * Build-depend on php-apcu-bc to pass more tests
    
     -- Daniel Beyer <email address hidden>  Tue, 10 May 2016 22:59:00 +0200
  • symfony (2.8.5+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * bumped Symfony version to 2.8.5
    
      [ David Prévot ]
      * Update Standards-Version to 3.9.8
    
     -- David Prévot <email address hidden>  Tue, 03 May 2016 14:53:50 -0400
  • symfony (2.8.4+dfsg-2) unstable; urgency=medium
    
      [ David Prévot ]
      * Drop require-dev from homemade static autoload.php
      * Drop tests directory from homemade static autoload
      * Drop patch to workaround “OR-ed versions are not supported”
      * Keep tracking LTS version 2.8
      * Install Security changelog in sub-components
      * Update copyright
    
      [ Ondřej Surý ]
      * Get rid of php5-symfony-debug binary extension that has
        been deprecated for PHP 7.0 (Closes: #821559)
    
     -- Daniel Beyer <email address hidden>  Fri, 22 Apr 2016 14:10:26 +0200
  • symfony (2.8.4+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * bumped Symfony version to 2.8.4
    
      [ Daniel Beyer ]
      * Drop no longer needed patch to remove content from README.md files
        - Remove-content-from-README.md-files.patch
    
      [ David Prévot ]
      * Drop now useless upstream README
      * Update homemade static autoload.php
      * Depend on php-phpdocumentor-reflection for running more tests
      * Exclude group dns-sensitive
    
     -- David Prévot <email address hidden>  Thu, 31 Mar 2016 19:25:29 -0400
  • symfony (2.8.3+dfsg-1) unstable; urgency=medium
    
      * Upload to unstable since everything should be in place now
    
      [ Fabien Potencier ]
      * updated VERSION for 2.8.3
    
      [ David Prévot ]
      * Explicit dependency on php5-common (Closes: #811431)
      * Update homemade static autoload.php
      * PHP 7.0 transition:
        - Drop some now useless php-* build-dependencies
        - Build with recent pkg-php-tools
    
      [ Daniel Beyer ]
      * Drop patch to fix broken test in VarDumper (no longer needed)
        - VarDumper-Fix-tests-on-PHP-7.patch
    
      [ Marco Pivetta ]
      * #17676 - making the proxy instantiation compatible with ProxyManager 2.x
        by detecting proxy features
    
     -- Daniel Beyer <email address hidden>  Tue, 22 Mar 2016 17:43:00 +0100
  • symfony (2.7.9+dfsg-1) unstable; urgency=high
    
      [ Fabien Potencier ]
      * updated VERSION for 2.7.9
    
      [ Daniel Beyer ]
      * Drop patch to skip broken tests in the Process component (no longer needed)
        - Skip-broken-tests-in-Process-component.patch
      * Add patch to provide function random_bytes() for php 5
        - Embed-paragonie-random_compat-into-the-security-comp.patch
      * Add a README.Debian (Closes: #806903)
    
      [ David Prévot ]
      * Update autoload and dependencies for php-symfony-framework-bundle
      * Update copyright (years)
      * Add copyright entry for embedded paragonie/random_compat
    
     -- David Prévot <email address hidden>  Sun, 17 Jan 2016 16:23:58 -0400
  • symfony (2.7.7+dfsg-1) unstable; urgency=high
    
      [ Christian Flothmann ]
      * Vulnerability in Security Remember-Me Service [CVE-2015-8125]
        - fix potential timing attack issue
        - mitigate CSRF timing attack vulnerability
        - prevent timing attacks in digest auth listener
      * Session Fixation in the "Remember Me" Login Feature [CVE-2015-8124]
        - migrate session after remember me authentication
    
      [ Fabien Potencier ]
      * updated VERSION for 2.7.7
    
      [ Daniel Beyer ]
      * Pin debian/watch to stable 2.x releases of Symfony
    
     -- Daniel Beyer <email address hidden>  Tue, 24 Nov 2015 08:10:09 +0100
  • symfony (2.7.6+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 2.7.6
    
      [ David Prévot ]
      * Update phpunit calls with regard to network access
    
     -- Daniel Beyer <email address hidden>  Sun, 08 Nov 2015 15:14:54 +0100
  • symfony (2.7.5+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 2.7.5
    
      [ David Prévot ]
      * debian/control:
        - Drop now useless transitional dummy packages
          (php-symfony-classloader and php-symfony-eventdispatcher)
        - php5-mongo makes the tests fail, since it requires a set up
          MongoDB server
      * debian/test/control: Add missing php-doctrine-data-fixtures
        dependency for CI
    
      [ Daniel Beyer ]
      * Correct incomplete autoloading for php-symfony-asset
      * Run tests parallel during build time, similar to how upstream does it
      * Run DEP-8 (as-installed) tests parallel, similar to how upstream does it
      * Remove prefixed 'NNNN-'-numbering for Debian patches
      * Use a simplistic vendor/autoload.php to run tests during build time.
        This is to make sure we use the autoload.php files generated by phpab
        and additionally eliminates the need to generate a vendor/autoload.php
        using phpab during build time. Instead we use now use a symbolic link
        for vendor/autoload.php pointing to debian/autoload.build.php.
      * Include tests in autoload.php files generated by phpab
      * Use a simplistic vendor/autoload.php for DEP-8 (as-installed) tests.
        This ensures we use the autoload.php files generated by phpab during
        DEP-8 (as-installed) test. Additionally we no longer need to generate
        a vendor/autoload.php using phpab. Instead we now simply use a symbolic
        link for vendor/autoload.php pointing to debian/autoload.DEP-8.php.
      * Add new patch fixing wrong autoloader detection used by some tests
        - FrameworkBundle-SecurityBundle-Don-t-try-to-include-.patch
      * Drop temporary workaround patch (no longer needed)
        - Temporary-workaround.patch
      * Update patch to skip additional tests needing network
        - group-online-for-test-failing-without-network.patch
      * Add new patch to skip broken tests in the Process component
        - Skip-broken-tests-in-Process-component.patch
      * Provide missing meta.json for php-symfony-intl
    
     -- Daniel Beyer <email address hidden>  Fri, 02 Oct 2015 20:41:11 -0400
  • symfony (2.7.1+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 2.7.1
    
     -- David Prévot <email address hidden>  Sun, 14 Jun 2015 17:15:34 -0400
  • symfony (2.7.0+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 2.7.0
    
      [ David Prévot ]
      * Adapt minimal version in CI for unstable
    
     -- David Prévot <email address hidden>  Sun, 31 May 2015 09:36:15 -0400
  • symfony (2.7.0~beta2+dfsg-2) unstable; urgency=high
    
      [ Daniel Beyer ]
      * Add patch to fix ESI unauthorized access [CVE-2015-4050]
        - 0007-HttpKernel-Do-not-call-the-FragmentListener-if-_cont.patch
    
      [ David Prévot ]
      * Override php-symfony-security-* as php-symfony-security
    
     -- David Prévot <email address hidden>  Wed, 27 May 2015 09:05:23 -0400
  • symfony (2.7.0~beta2+dfsg-1) unstable; urgency=medium
    
      [ Fabien Potencier ]
      * updated VERSION for 2.7.0-BETA2
    
      [ David Prévot ]
      * Use HTTPS for homepage
      * Adapt minimal versions to unstable, and upload to unstble
    
     -- David Prévot <email address hidden>  Mon, 18 May 2015 23:00:16 -0400
  • symfony (2.3.21+dfsg-4) unstable; urgency=medium
    
    
      * Backport security fixes from 2.3.27:
        - Esi Code Injection [CVE-2015-2308]
        - Unsafe methods in the Request class [CVE-2015-2309]
    
     -- David Prévot <email address hidden>  Wed, 01 Apr 2015 16:53:00 -0400
  • symfony (2.3.21+dfsg-3) unstable; urgency=medium
    
    
      [ Daniel Beyer ]
      * Increase timeout in a problematic test in the Process component.
        This should finally get tests on ci.debian.net working and might
        prevent BTS #775625 from occurring again, which probably was
        not solved within 2.3.21+dfsg-2.
    
     -- David Prévot <email address hidden>  Fri, 30 Jan 2015 09:19:53 -0400
  • symfony (2.3.21+dfsg-2) unstable; urgency=low
    
    
      [ Daniel Beyer ]
      * Fix a misbehaving test in the Process component (Closes: #775625)
    
      [ David Prévot ]
      * gbp: Track the Jessie branch
    
     -- David Prévot <email address hidden>  Wed, 21 Jan 2015 12:42:11 -0400
  • symfony (2.3.21+dfsg-1) unstable; urgency=low
    
    
      * New upstream version
      * Update build-dependencies (add php5-intl, drop php-symfony-icu and
        icu-devtools)
      * Exclude tests of type intl-data
    
     -- Daniel Beyer <email address hidden>  Sun, 26 Oct 2014 17:08:18 +0100
  • symfony (2.3.20+dfsg-1) unstable; urgency=low
    
    
      [ Daniel Beyer ]
      * New upstream version.
      * Drop patches (adopted upstream)
         - 0001-SwiftmailerBridge-Bump-allowed-versions-of-swiftmail.patch
         - 0004-Finder-Escape-location-for-regex-searches.patch
      * Fix DEP-8 tests failing if no tty is present
    
      [ David Prévot ]
      * Use repacksuffix feature of uscan
    
     -- Daniel Beyer <email address hidden>  Sat, 11 Oct 2014 01:44:50 +0200
  • symfony (2.3.19+dfsg-1) unstable; urgency=low
    
    
      * Initial release. (Closes: #513646)
    
     -- Daniel Beyer <email address hidden>  Sun, 07 Sep 2014 18:34:19 +0200
  • symfony (1.0.21-2) unstable; urgency=low
    
    
      * Upload to orphan package
    
     -- Martin Meredith <email address hidden>  Thu, 08 Jul 2010 23:51:10 +0100
  • symfony (1.0.21-1.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Fix "CVE-2007-2383 and CVE-2008-7720 prototypejs vulnerabilities"
        by replacing prototype 1.5.0 with 1.5.1.2 (Closes: #555249) with
        quilt patch (also added source format 3.0 (quilt))
      * Fixed required dependency on php-pear (pear is used in postinst script)
     
     -- Federico Gimenez Nieto <email address hidden>  Tue, 15 Dec 2009 19:44:21 +0100
  • symfony (1.0.21-1) unstable; urgency=low
    
    
      * New upstream release
      * Bumped Standards version
    
     -- Martin Meredith <email address hidden>  Fri, 18 Sep 2009 12:43:28 +0100
  • symfony (1.0.20-1) unstable; urgency=low
    
    
      * New upstream release
      * Bumped Standards Version
      * Updated Maintainer to debian email address
    
     -- Martin Meredith <email address hidden>  Sun, 15 Mar 2009 17:43:34 +0000
  • symfony (1.0.19-1) unstable; urgency=low
    
    
      * New upstream release
    
     -- Martin Meredith <email address hidden>  Wed, 10 Dec 2008 23:43:55 +0000
  • symfony (1.0.18-1) unstable; urgency=low
    
    
      * New upstream release
      * Preperation for upload of 1.1:-
        - Add "symfony" script to alternatives
        - Replace paths in symfony script
        - Moved from /symfony/ style dirs to /symfony<version>/ style dirs 
          (this may mean some sites will need their config.php changed)
      * Added Bash Completion file (Closes: #497660)
    
     -- Martin Meredith <email address hidden>  Fri, 17 Oct 2008 11:15:09 +0100