Skip to content

Commit 70bb485

Browse files
committed
chore: Upgrade bundled Expat to 2.6.0
Update the bundled Expat library to version 2.6.0 for the fix related to CVE-2023-52425.
1 parent c7353cb commit 70bb485

File tree

6 files changed

+30
-18
lines changed

6 files changed

+30
-18
lines changed

3.10/x86/deplib/build_expat.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/bin/sh
22

3-
# https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
3+
# https://github.com/libexpat/libexpat/releases/download/R_2_6_0/expat-2.6.0.tar.gz
4+
# Please upgrade bundled Expat to 2.6.0 (e.g. for the fix to CVE-2023-52425)
5+
# https://github.com/python/cpython/issues/115399
46
set -e
5-
export EXPAT_VERSION=2.5.0
6-
export EXPAT_LITERIAL_VERSION=2_5_0
7+
export EXPAT_VERSION=2.6.0
8+
export EXPAT_LITERIAL_VERSION=2_6_0
79

810
wget https://github.com/libexpat/libexpat/releases/download/R_${EXPAT_LITERIAL_VERSION}/expat-${EXPAT_VERSION}.tar.gz
911

3.10/x86_64/deplib/build_expat.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/bin/sh
22

3-
# https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
3+
# https://github.com/libexpat/libexpat/releases/download/R_2_6_0/expat-2.6.0.tar.gz
4+
# Please upgrade bundled Expat to 2.6.0 (e.g. for the fix to CVE-2023-52425)
5+
# https://github.com/python/cpython/issues/115399
46
set -e
5-
export EXPAT_VERSION=2.5.0
6-
export EXPAT_LITERIAL_VERSION=2_5_0
7+
export EXPAT_VERSION=2.6.0
8+
export EXPAT_LITERIAL_VERSION=2_6_0
79

810
wget https://github.com/libexpat/libexpat/releases/download/R_${EXPAT_LITERIAL_VERSION}/expat-${EXPAT_VERSION}.tar.gz
911

3.11/x86/deplib/build_expat.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/bin/sh
22

3-
# https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
3+
# https://github.com/libexpat/libexpat/releases/download/R_2_6_0/expat-2.6.0.tar.gz
4+
# Please upgrade bundled Expat to 2.6.0 (e.g. for the fix to CVE-2023-52425)
5+
# https://github.com/python/cpython/issues/115399
46
set -e
5-
export EXPAT_VERSION=2.5.0
6-
export EXPAT_LITERIAL_VERSION=2_5_0
7+
export EXPAT_VERSION=2.6.0
8+
export EXPAT_LITERIAL_VERSION=2_6_0
79

810
wget https://github.com/libexpat/libexpat/releases/download/R_${EXPAT_LITERIAL_VERSION}/expat-${EXPAT_VERSION}.tar.gz
911

3.11/x86_64/deplib/build_expat.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/bin/sh
22

3-
# https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
3+
# https://github.com/libexpat/libexpat/releases/download/R_2_6_0/expat-2.6.0.tar.gz
4+
# Please upgrade bundled Expat to 2.6.0 (e.g. for the fix to CVE-2023-52425)
5+
# https://github.com/python/cpython/issues/115399
46
set -e
5-
export EXPAT_VERSION=2.5.0
6-
export EXPAT_LITERIAL_VERSION=2_5_0
7+
export EXPAT_VERSION=2.6.0
8+
export EXPAT_LITERIAL_VERSION=2_6_0
79

810
wget https://github.com/libexpat/libexpat/releases/download/R_${EXPAT_LITERIAL_VERSION}/expat-${EXPAT_VERSION}.tar.gz
911

3.12/x86/deplib/build_expat.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/bin/sh
22

3-
# https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
3+
# https://github.com/libexpat/libexpat/releases/download/R_2_6_0/expat-2.6.0.tar.gz
4+
# Please upgrade bundled Expat to 2.6.0 (e.g. for the fix to CVE-2023-52425)
5+
# https://github.com/python/cpython/issues/115399
46
set -e
5-
export EXPAT_VERSION=2.5.0
6-
export EXPAT_LITERIAL_VERSION=2_5_0
7+
export EXPAT_VERSION=2.6.0
8+
export EXPAT_LITERIAL_VERSION=2_6_0
79

810
wget https://github.com/libexpat/libexpat/releases/download/R_${EXPAT_LITERIAL_VERSION}/expat-${EXPAT_VERSION}.tar.gz
911

3.12/x86_64/deplib/build_expat.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/bin/sh
22

3-
# https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
3+
# https://github.com/libexpat/libexpat/releases/download/R_2_6_0/expat-2.6.0.tar.gz
4+
# Please upgrade bundled Expat to 2.6.0 (e.g. for the fix to CVE-2023-52425)
5+
# https://github.com/python/cpython/issues/115399
46
set -e
5-
export EXPAT_VERSION=2.5.0
6-
export EXPAT_LITERIAL_VERSION=2_5_0
7+
export EXPAT_VERSION=2.6.0
8+
export EXPAT_LITERIAL_VERSION=2_6_0
79

810
wget https://github.com/libexpat/libexpat/releases/download/R_${EXPAT_LITERIAL_VERSION}/expat-${EXPAT_VERSION}.tar.gz
911

0 commit comments

Comments
 (0)