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 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206
|
python-flask-cors (6.0.1-1) unstable; urgency=medium
* [e698dc8] New upstream version 6.0.1
Fixed CVE issues in upstream version 6.0.1:
CVE-2024-6839: Flask-CORS improper regex path matching vulnerability
The added fix for this issue in version 6.0.0 did correct the problem not
fully and needed a further source modification.
(Closes: #1100988)
-- Carsten Schoenert <c.schoenert@t-online.de> Wed, 11 Jun 2025 08:05:36 +0200
python-flask-cors (6.0.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 6.0.0
Fixed CVE issues in upstream version 6.0.0:
CVE-2024-6839: Flask-CORS improper regex path matching vulnerability
CVE-2024-6844: Flask-CORS allows for inconsistent CORS matching
CVE-2024-6866: Flask-CORS vulnerable to Improper Handling of Case
Sensitivity
(Closes: #1100988)
-- Carsten Schoenert <c.schoenert@t-online.de> Tue, 20 May 2025 16:37:09 +0200
python-flask-cors (5.0.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 5.0.1
* Rebuild patch queue from patch-queue branch
Added patches:
debian/hacks/docs-Disable-use_directory_urls-configuration-option.patch
debian-hacks/docs-Drop-any-linking-to-external-grahpics.patch
Adjusted/updated patch:
debian-hacks/README-Link-to-internal-HTML-resource.patch
Deleted patches:
debian-hacks/docs-Use-local-inventory-for-Python3.patch
docs-Fixup-small-typo-on-reponse.patch
* d/control: Adjust build dependencies due upstream changes
Mainly upstream did move away from Sphinx for building the documentation
and switched to MkDos.
* d/rules: Switch to mkdocs build for -doc data
* d/copyright: Update year data
* d/python3-flask-cors.links: Drop sequencer file
* d/python3-flask-cors.manpages: Also drop this sequencer
* d/python3-flask-cors.install: Add new sequencer file
* autopkgtest: Update the test setup
* d/control: Increase Standards-Version to 4.7.2
No further modifications needed.
-- Carsten Schoenert <c.schoenert@t-online.de> Tue, 25 Mar 2025 16:40:51 +0200
python-flask-cors (5.0.0-1) unstable; urgency=medium
* Team upload.
* d/control: Use correct syntax for build profiles
* New upstream version 5.0.0
* Rebuild patch queue from patch-queue branch
Added patch:
docs-Fixup-small-typo-on-reponse.patch
-- Carsten Schoenert <c.schoenert@t-online.de> Sat, 14 Sep 2024 09:41:57 +0200
python-flask-cors (4.0.1-1) unstable; urgency=medium
* Team upload.
[ Alexandre Detiste ]
* remove dependency on old python3-six
[ Carsten Schoenert ]
* d/watch: Add compression=gz to opts
* New upstream version 4.0.1
Fixes CVE-2024-1681
(Closes: 1069764)
* Rebuild patch queue from patch-queue branch
Added patch:
upstream/tests-Use-importlib.metadata.version-flask.patch
Updated patches:
debian-hacks/Privacy-Remove-linking-to-external-resources.patch
debian-hacks/README-Link-to-internal-HTML-resource.patch
debian-hacks/docs-Use-local-inventory-for-Python3.patch
* d/control: Increase Standards-Version to 4.7.0
No further modifications needed.
* d/copyright: Update year data
* d/rules: Add target override_dh_clean
Clean up one more possible folder.
-- Carsten Schoenert <c.schoenert@t-online.de> Fri, 10 May 2024 20:52:32 +0200
python-flask-cors (4.0.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 4.0.0
* Rebuild patch queue from patch-queue branch
Updated patches:
debian-hacks/Privacy-Remove-linking-to-external-resources.patch
debian-hacks/README-Link-to-internal-HTML-resource.patch
Dropped patches (fixed upstream):
upstream/Spelling-Fix-misspelled-word-conjuction.patch
upstream/Spelling-Fix-misspelled-word-maching.patch
-- Carsten Schoenert <c.schoenert@t-online.de> Tue, 27 Jun 2023 17:15:37 +0200
python-flask-cors (3.0.10-2) unstable; urgency=medium
* Team upload.
* d/watch: Use git mode to check newer versions
* d/control: Increase Standards-Version to 4.6.2
No further modifications needed.
* d/control: Adjust/update B-D, add BuildProfileSpecs
* d/rules: Remove --with option from default target
* d/copyright: Adjust Homepage to GH project space
* d/u/metadata: Adjust some more data
* d/copyright: Update year data
* autopkgtest: Be more specific on depending packages
-- Carsten Schoenert <c.schoenert@t-online.de> Sun, 22 Jan 2023 09:52:05 +0100
python-flask-cors (3.0.10-1) unstable; urgency=medium
* Team upload.
* d/gbp.conf: Add more settings
* New upstream version 3.0.10
* Rebuild patch queue from patch-queue branch
Renamed patches:
remove_badges_from_doc
-> debian-hacks/Privacy-Remove-linking-to-external-resources.patch
redirect_api_links_locally
-> debian-hacks/README-Link-to-internal-HTML-resource.patch
Added patches:
debian-hacks/docs-Use-local-inventory-for-Python3.patch
upstream/Spelling-Fix-misspelled-word-conjuction.patch
upstream/Spelling-Fix-misspelled-word-maching.patch
Dropped patch (fixed upstream):
spelling_error_in_manpage
* d/control: Make DPT to the package maintainer
* d/{control,rules}: Move over to dh-sequence-python3
* d/control: Add new entries, sort Build-Depends alphabetical
(Closes: #1018495)
* d/u/metadata: Fix small typo
* autopkgtest: Switch to use pytest instead of nose
* d/rules: Use pytest to run internal tests
* documentation: Build HTML and manpage by dh_sphinxdoc
* d/control: Increase Standards-Version to 4.6.1
No further modifications needed.
* d/salsa-ci.yml: Adding Yaml CI control data for Salsa
Rename d/.gitlab-ci.yml to d/salsa-ci.yml, update the content of the
file.
-- Carsten Schoenert <c.schoenert@t-online.de> Tue, 01 Nov 2022 08:15:36 +0100
python-flask-cors (3.0.9-2) unstable; urgency=medium
* Team upload.
[ Bastian Germann ]
* d/copyright: Fix superfluous license.
-- Louis-Philippe Véronneau <pollo@debian.org> Fri, 18 Dec 2020 11:06:56 -0500
python-flask-cors (3.0.9-1) unstable; urgency=medium
* Team upload.
[ Louis-Philippe Véronneau ]
* d/gbp.conf: use team's branch names and migrate to debian/master.
* d/control: upgrade to dh13.
* d/control: update Standards-Version to 4.5.1. Add Rules-Requires-Root.
* d/control: the team is not called the Python Team.
* d/tests: add autopkgtest.
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Bastian Germann ]
* Add gbp.conf
* New upstream version 3.0.9 (Closes: #950058, #969362)
-- Louis-Philippe Véronneau <pollo@debian.org> Fri, 18 Dec 2020 10:54:57 -0500
python-flask-cors (3.0.8-2) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.0.
[ Stewart Ferguson ]
* Bumping version to facilitate source-only upload
-- Stewart Ferguson <stew@ferg.aero> Tue, 30 Jul 2019 19:11:58 +0200
python-flask-cors (3.0.8-1) unstable; urgency=medium
* Upstream release 3.0.8
* Bumping standards-version 4.2.1 -> 4.3.0 (no changes required)
* Bumping compat 11 -> 12 and replacing d/compat with newer build-dep
* Adding d/upstream/metadata
-- Stewart Ferguson <stew@ferg.aero> Sun, 09 Jun 2019 09:29:19 +0200
python-flask-cors (3.0.7-1) unstable; urgency=medium
* Initial release (Closes: #915789)
-- Stewart Ferguson <stew@ferg.aero> Wed, 05 Dec 2018 21:51:05 +0100
|