diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-01-15 09:59:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-19 09:51:04 -0800 |
commit | 28cb5f1801497f505948fb2136cad260bd2188d4 (patch) | |
tree | 35f86ee90c16021e6e357b3d2a11a64f10b58860 /meta-networking/recipes-connectivity/samba | |
parent | 42ac2751f898729bd2463f1fcf8bc531f0e1668c (diff) | |
download | meta-openembedded-28cb5f1801497f505948fb2136cad260bd2188d4.tar.gz |
samba: upgrade 4.19.3 -> 4.19.4
Release Notes:
https://www.samba.org/samba/history/samba-4.19.4.html
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.19.4.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.19.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.19.3.bb b/meta-networking/recipes-connectivity/samba/samba_4.19.4.bb index 4828526ed..9e02afd0f 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.19.3.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.19.4.bb | |||
@@ -31,7 +31,7 @@ SRC_URI:append:libc-musl = " \ | |||
31 | file://samba-4.3.9-remove-getpwent_r.patch \ | 31 | file://samba-4.3.9-remove-getpwent_r.patch \ |
32 | " | 32 | " |
33 | 33 | ||
34 | SRC_URI[sha256sum] = "280553b90f131b1940580df293653c9e9bd8906201f5def6e5e8c160f0bfac96" | 34 | SRC_URI[sha256sum] = "4026d93b866db198c8ca1685b0f5d52793f65c6e63cb364163af661fdff0968c" |
35 | 35 | ||
36 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.19(\.\d+)+).tar.gz" | 36 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.19(\.\d+)+).tar.gz" |
37 | 37 | ||