diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2023-04-03 17:10:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-04 13:39:46 -0700 |
commit | 46ab1a3f4f4d29cc9f1293370a9e03434d17fb40 (patch) | |
tree | 3d345e34f89f5aa23987a68bcb720a2d37953e00 /meta-networking | |
parent | 33d583fc3fe6b02dce9017078e5b74f42d4defca (diff) | |
download | meta-openembedded-46ab1a3f4f4d29cc9f1293370a9e03434d17fb40.tar.gz |
samba: upgrade 4.18.0 -> 4.18.1
Release Notes:
https://www.samba.org/samba/history/samba-4.18.1.html
This is a security release in order to address the following defects:
CVE-2023-0225
CVE-2023-0922
CVE-2023-0614
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.18.1.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.18.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.18.0.bb b/meta-networking/recipes-connectivity/samba/samba_4.18.1.bb index d29c1959e0..7992fa9687 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.18.0.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.18.1.bb | |||
@@ -32,7 +32,7 @@ SRC_URI:append:libc-musl = " \ | |||
32 | file://cmocka-uintptr_t.patch \ | 32 | file://cmocka-uintptr_t.patch \ |
33 | " | 33 | " |
34 | 34 | ||
35 | SRC_URI[sha256sum] = "70348656ef807be9c8be4465ca157cef4d99818e234253d2c684cc18b8408149" | 35 | SRC_URI[sha256sum] = "cedeaa2f244a0862c4f73b7b9f2ff92d181fd3ba7df80284a2f25f7713b9cc0e" |
36 | 36 | ||
37 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.18(\.\d+)+).tar.gz" | 37 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.18(\.\d+)+).tar.gz" |
38 | 38 | ||