forked from pool/python-httptools
Matej Cepl
7cb22c43fa
- update to version 0.4.0 * Bump bundled http-parser to 2.9.4 and llhttp to 6.0.6 fixes CVE-2021-22959 & CVE-2021-22960 (bsc#1191602 and bsc#1191601) - The above was already the case for the rpm package OBS-URL: https://build.opensuse.org/request/show/990380 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httptools?expand=0&rev=4
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jul 18 20:30:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- update to version 0.4.0
|
|
* Bump bundled http-parser to 2.9.4 and llhttp to 6.0.6
|
|
fixes CVE-2021-22959 & CVE-2021-22960
|
|
(bsc#1191602 and bsc#1191601)
|
|
- The above was already the case for the rpm package
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 9 08:53:15 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
|
|
|
- update to version 0.3.0
|
|
* Use cibuildwheel to build release wheels (by @elprans in 2f57b6b)
|
|
- version 0.2.0
|
|
* Swap http-parse to llhttp
|
|
(by @victoraugustolls and @fantix in 63b5de2 for #56)
|
|
* Fix httptools.__all__
|
|
(by @elprans in 9340d32 for #52)
|
|
* Add Python 3.9 in the build/test matrix
|
|
(by @b0g3r in e2d1a46 for #62)
|
|
- version 0.1.2
|
|
* Fix httptools.__all__
|
|
(by @elprans in 9340d32 for #52)
|
|
* Add Python 3.9 in the build/test matrix
|
|
(by @b0g3r in e2d1a46 for #62)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 29 16:07:13 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.1.1
|