File: changelog

package info (click to toggle)
php-laravel-framework 11.44.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 22,184 kB
  • sloc: php: 265,914; sh: 167; javascript: 51; makefile: 46
file content (133 lines) | stat: -rw-r--r-- 4,774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
php-laravel-framework (11.44.2+dfsg-1) experimental; urgency=medium

  * New upstream version 11.44.2+dfsg
    - Fix security issue: validation bypass (CVE-2025-27515, Closes: #1103881)
  * Configure gbp to use DEP-14 branch names

 -- Robin Gustafsson <rgson@debian.org>  Tue, 22 Apr 2025 23:13:13 +0200

php-laravel-framework (11.44.0-1) experimental; urgency=medium

  * New upstream version 11.44.0
  * Add package for new component in Laravel 11
  * Rebase patches
  * Install default config files
  * Add new copyright information
  * Exclude debug mode exception renderer from package

 -- Robin Gustafsson <rgson@debian.org>  Sat, 08 Mar 2025 21:09:05 +0100

php-laravel-framework (10.48.25+dfsg-2) unstable; urgency=medium

  * Source only upload for migration to testing

 -- Robin Gustafsson <rgson@debian.org>  Mon, 10 Feb 2025 19:35:59 +0100

php-laravel-framework (10.48.25+dfsg-1) unstable; urgency=medium

  [ Robin Gustafsson ]
  * New upstream version 10.48.25+dfsg
    - Fix security issue: environment manipulation via query string
      (CVE-2024-52301, Closes: #1088189)
    - Fix Symfony 6 compatibility (Closes: #1051985)
    - Fix PHPUnit 10 compatibility (Closes: #1039785)
  * Add packages for new components in Laravel 10
    - New packages: php-illuminate-conditionable, php-illuminate-process
  * Update copyright years
  * Use my debian.org email in Uploaders
  * Build-Depend on dh-sequence-phpcomposer
  * Update dependency loading

  [ David Prévot ]
  * Build-Depend on php-symfony-uid
  * Drop conflicts currently incompatible in Debian

 -- Robin Gustafsson <rgson@debian.org>  Sun, 09 Feb 2025 18:18:26 +0100

php-laravel-framework (8.83.26+dfsg-2) unstable; urgency=medium

  * Source only upload for migration to testing

 -- Robin Gustafsson <robin@rgson.se>  Fri, 11 Nov 2022 23:09:03 +0100

php-laravel-framework (8.83.26+dfsg-1) unstable; urgency=medium

  [ Robin Gustafsson ]
  * New upstream version 8.83.26+dfsg
    - Fix compatibility with Symfony 5 (Closes: #1000560)
  * Fix capitalization error in description
  * Update standards version to 4.6.1, no changes needed.
  * Patch egulias/email-validator v3 compatibility
  * Patch voku/portable-ascii v2 compatibility
  * Avoid extra composer.json files at build
  * Use phpabtpl to generate autoloaders
  * Install an autoloader override for phpabtpl
  * Add superficial tests to load the library code

  [ Katharina Drexel ]
  * Adding more laravel components in control file.
    - New packages: php-illuminate-collections, php-illuminate-macroable,
      php-illuminate-testing
  * Completing missing packages in autoload.tpl.
  * Removing obsolete patches.
  * Correcting lintian-overrides statement.
  * Cosmetics in control file.

 -- Robin Gustafsson <robin@rgson.se>  Wed, 09 Nov 2022 21:51:45 +0100

php-laravel-framework (6.20.14+dfsg-3) unstable; urgency=high

  * Fix security issue: XSS vulnerability in the Blade templating engine
    (CVE-2021-43808, Closes: #1001333)
  * Fix security issue: Failure to block the upload of executable PHP content
    (CVE-2021-43617, Closes: #1002728)
  * Rename main branch to debian/latest (DEP-14)
  * Update lintian override to php-markdown
  * Bump Standards-Version

 -- Robin Gustafsson <robin@rgson.se>  Tue, 28 Dec 2021 16:18:01 +0100

php-laravel-framework (6.20.14+dfsg-2) unstable; urgency=medium

  * Fix security issue: SQL injection with Microsoft SQL Server
    (Closes: #987831)

 -- Robin Gustafsson <robin@rgson.se>  Fri, 30 Apr 2021 18:23:38 +0200

php-laravel-framework (6.20.14+dfsg-1) unstable; urgency=medium

  * New upstream version 6.20.14+dfsg
    - Fix security issue: More unexpected bindings in QueryBuilder
  * Replace git attributes with uscan's gitexport=all

 -- Robin Gustafsson <robin@rgson.se>  Fri, 22 Jan 2021 18:39:34 +0100

php-laravel-framework (6.20.11+dfsg-1) unstable; urgency=medium

  * Set upstream metadata fields: Security-Contact.
  * New upstream version 6.20.11+dfsg
    - Fix security issue: Unexpected bindings in QueryBuilder
      (CVE-2021-21263, Closes: #980095)
  * Bump Standards-Version

 -- Robin Gustafsson <robin@rgson.se>  Fri, 15 Jan 2021 00:35:41 +0100

php-laravel-framework (6.20.6+dfsg-1) unstable; urgency=medium

  [ Robin Gustafsson ]
  * New upstream version 6.20.6+dfsg
  * Remove Salsa CI config

  [ David Prévot ]
  * Update generate-autoload-tpl for php-doctrine-inflector (>= 2)
    (Closes: #976799)

 -- Robin Gustafsson <robin@rgson.se>  Sun, 06 Dec 2020 16:40:52 +0100

php-laravel-framework (6.20.5+dfsg-1) unstable; urgency=medium

  * Initial release (Closes: #951159)
  * Merge php-illuminate-* source packages
    (Closes: #975304, #975306, #975307, #975308)

 -- Robin Gustafsson <robin@rgson.se>  Tue, 24 Nov 2020 20:32:22 +0100