diff options
| author | Vrushti Dabhi <vrushti.dabhi@einfochips.com> | 2024-09-04 12:04:10 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-07 05:38:17 -0700 |
| commit | dd123d8eda6b4a5dbfd384eaae1477d363cf434b (patch) | |
| tree | 23db39caa138aa09a019698e0219af2da0c2f2e2 /meta/recipes-support/sqlite | |
| parent | bf6aca4b291bd6301c150d1d621bb56ff571c451 (diff) | |
| download | poky-dd123d8eda6b4a5dbfd384eaae1477d363cf434b.tar.gz | |
sqlite3: Rename patch for CVE-2022-35737
The patch "0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch"
fixes CVE-2022-35737.
(From OE-Core rev: 9a875873e566a6673a65a8264fd0868c568e2a2c)
Signed-off-by: Vrushti Dabhi <vrushti.dabhi@einfochips.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/sqlite')
| -rw-r--r-- | meta/recipes-support/sqlite/files/CVE-2022-35737.patch (renamed from meta/recipes-support/sqlite/files/0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.38.5.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/files/0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch b/meta/recipes-support/sqlite/files/CVE-2022-35737.patch index 9e8f039ef6..9e8f039ef6 100644 --- a/meta/recipes-support/sqlite/files/0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch +++ b/meta/recipes-support/sqlite/files/CVE-2022-35737.patch | |||
diff --git a/meta/recipes-support/sqlite/sqlite3_3.38.5.bb b/meta/recipes-support/sqlite/sqlite3_3.38.5.bb index b3d5029365..0a7a136c53 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.38.5.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.38.5.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "PD" | |||
| 4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" | 4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" |
| 5 | 5 | ||
| 6 | SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz \ | 6 | SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz \ |
| 7 | file://0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch \ | 7 | file://CVE-2022-35737.patch \ |
| 8 | file://CVE-2022-46908.patch \ | 8 | file://CVE-2022-46908.patch \ |
| 9 | file://CVE-2023-36191.patch \ | 9 | file://CVE-2023-36191.patch \ |
| 10 | file://CVE-2023-7104.patch \ | 10 | file://CVE-2023-7104.patch \ |
