diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-07-27 18:10:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-27 11:59:41 -0400 |
commit | b83cc192bee20bf4e1007ac442e26ad4c236bead (patch) | |
tree | 3f9e05a04b7de4e66438eb6c29d3d731260c4077 /meta-python/recipes-devtools/python | |
parent | f85965f02719a37967056c1d408a00307d6d8279 (diff) | |
download | meta-openembedded-b83cc192bee20bf4e1007ac442e26ad4c236bead.tar.gz |
python3-lz4: upgrade 4.0.1 -> 4.0.2
Fix a memory leak when frame decompression fails
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lz4_4.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb b/meta-python/recipes-devtools/python/python3-lz4_4.0.2.bb index 0dd353bfe..ad006e61b 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_4.0.2.bb | |||
@@ -11,7 +11,7 @@ DEPENDS += " \ | |||
11 | 11 | ||
12 | SRC_URI += "file://run-ptest" | 12 | SRC_URI += "file://run-ptest" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "efdfec2175715bf2d814ed72a7a185406f3456464eb3f343db1b87ed813e039c" | 14 | SRC_URI[sha256sum] = "083b7172c2938412ae37c3a090250bfdd9e4a6e855442594f86c3608ed12729b" |
15 | 15 | ||
16 | inherit pkgconfig pypi python_setuptools_build_meta ptest | 16 | inherit pkgconfig pypi python_setuptools_build_meta ptest |
17 | 17 | ||