Issue46400
Created on 2022-01-16 16:32 by sping, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 31022 | merged | python-dev, 2022-01-30 13:54 | |
| PR 31295 | merged | miss-islington, 2022-02-12 15:29 | |
| PR 31296 | merged | corona10, 2022-02-12 15:37 | |
| PR 31297 | merged | corona10, 2022-02-12 15:41 | |
| PR 31298 | merged | corona10, 2022-02-12 15:44 | |
| Messages (12) | |||
|---|---|---|---|
| msg410700 - (view) | Author: (sping) * | Date: 2022-01-16 16:32 | |
Expat 2.4.3 released, includes security fixes https://blog.hartwork.org/posts/expat-2-4-3-released/ Thank you! PS: This is similar to bpo-44394 excect now it's 2.4.3. |
|||
| msg411061 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2022-01-21 00:12 | |
The bundled expat is potentially used by all Python builds, not just Windows or Mac builds. |
|||
| msg412117 - (view) | Author: (sping) * | Date: 2022-01-30 00:27 | |
2.4.4 with more security fixes has been released, adjusting the ticket to be about updating to 2.4.4 now. |
|||
| msg413132 - (view) | Author: (sping) * | Date: 2022-02-12 14:48 | |
Just to understand, why has Python 3.7 and 3.8 been dropped? Neither seems to be end-of-life but affected. Thank you! |
|||
| msg413133 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2022-02-12 15:30 | |
New changeset 8aaaf7e182e22026c3487a3b86d4d7d4f0f5f778 by Cyril Jouve in branch 'main': bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) https://github.com/python/cpython/commit/8aaaf7e182e22026c3487a3b86d4d7d4f0f5f778 |
|||
| msg413457 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2022-02-17 21:58 | |
New changeset cb7551d5663f35c6993f3c6d8e361bc73f1c43d4 by Dong-hee Na in branch '3.10': bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296) https://github.com/python/cpython/commit/cb7551d5663f35c6993f3c6d8e361bc73f1c43d4 |
|||
| msg413458 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2022-02-17 21:58 | |
New changeset e7828904f39588dad438c5d341a31e72e9cb1775 by Miss Islington (bot) in branch '3.9': bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295) https://github.com/python/cpython/commit/e7828904f39588dad438c5d341a31e72e9cb1775 |
|||
| msg413529 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2022-02-19 04:07 | |
expat 2.4.5 was released today (Issue46794). |
|||
| msg413550 - (view) | Author: (sping) * | Date: 2022-02-19 14:44 | |
Yes, I have already created bpo-46794 for 2.4.5. |
|||
| msg413551 - (view) | Author: (sping) * | Date: 2022-02-19 14:44 | |
Overlooked your reference, so you already know, my bad, nevermind. |
|||
| msg413656 - (view) | Author: Łukasz Langa (lukasz.langa) * ![]() |
Date: 2022-02-21 15:02 | |
New changeset c60414de7cefd092643ba200c2c045da1569c391 by Dong-hee Na in branch '3.8': bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297) https://github.com/python/cpython/commit/c60414de7cefd092643ba200c2c045da1569c391 |
|||
| msg413668 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2022-02-21 18:46 | |
New changeset 5fdacac8cecb123ae12669ceb3504b2f41075c20 by Dong-hee Na in branch '3.7': bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31298) https://github.com/python/cpython/commit/5fdacac8cecb123ae12669ceb3504b2f41075c20 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:54 | admin | set | github: 90558 |
| 2022-02-21 18:47:10 | ned.deily | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2022-02-21 18:46:10 | ned.deily | set | messages: + msg413668 |
| 2022-02-21 15:02:42 | lukasz.langa | set | nosy:
+ lukasz.langa messages: + msg413656 |
| 2022-02-19 14:44:54 | sping | set | messages: + msg413551 |
| 2022-02-19 14:44:03 | sping | set | messages: + msg413550 |
| 2022-02-19 04:07:31 | ned.deily | set | nosy:
+ ned.deily messages: + msg413529 |
| 2022-02-17 21:58:29 | corona10 | set | messages: + msg413458 |
| 2022-02-17 21:58:12 | corona10 | set | messages: + msg413457 |
| 2022-02-12 15:44:57 | corona10 | set | pull_requests: + pull_request29457 |
| 2022-02-12 15:41:40 | corona10 | set | pull_requests: + pull_request29456 |
| 2022-02-12 15:37:41 | corona10 | set | nosy:
+ corona10 pull_requests: + pull_request29455 |
| 2022-02-12 15:31:10 | corona10 | set | nosy:
- corona10 versions: + Python 3.7, Python 3.8 |
| 2022-02-12 15:30:03 | corona10 | set | nosy:
+ corona10 messages: + msg413133 |
| 2022-02-12 15:29:52 | miss-islington | set | nosy:
+ miss-islington pull_requests: + pull_request29454 |
| 2022-02-12 14:48:24 | sping | set | messages: + msg413132 |
| 2022-02-12 14:35:54 | corona10 | set | versions: - Python 3.7, Python 3.8 |
| 2022-02-11 02:55:26 | vstinner | set | title: Please update bundled libexpat to 2.4.4 with security fixes -> Please update bundled libexpat to 2.4.4 with security fixes (CVE-2021-45960) |
| 2022-02-09 14:25:47 | steve.dower | link | issue46687 superseder |
| 2022-01-30 13:54:22 | python-dev | set | keywords:
+ patch nosy: + python-dev pull_requests:
+ pull_request29203 |
| 2022-01-30 00:27:48 | sping | set | messages:
+ msg412117 title: Please update bundled libexpat to 2.4.3 with security fixes -> Please update bundled libexpat to 2.4.4 with security fixes |
| 2022-01-21 00:14:18 | ned.deily | set | nosy:
- paul.moore, ronaldoussoren, tim.golden, ned.deily, zach.ware, steve.dower |
| 2022-01-21 00:12:55 | ned.deily | set | messages: + msg411061 |
| 2022-01-20 13:31:06 | kumaraditya | set | nosy:
+ paul.moore, ronaldoussoren, tim.golden, ned.deily, zach.ware, steve.dower |
| 2022-01-20 11:36:54 | thomgree | set | nosy:
+ thomgree |
| 2022-01-16 16:36:33 | sping | set | title: Please updated bundled libexpat to 2.4.3 with security fixes -> Please update bundled libexpat to 2.4.3 with security fixes |
| 2022-01-16 16:32:40 | sping | create | |
