diff options
author | thor <thor@pkgsrc.org> | 2022-03-07 22:45:49 +0000 |
---|---|---|
committer | thor <thor@pkgsrc.org> | 2022-03-07 22:45:49 +0000 |
commit | b9fa8cbb0e7ff3d8dc3ef9d327364dce4d02c0b9 (patch) | |
tree | 9ae7850f6af5d06ced43d7b023deda9ea0e674b6 /net/samba4/Makefile | |
parent | e757270285c9b18d0061173b08f58dd855a751e0 (diff) | |
download | pkgsrc-b9fa8cbb0e7ff3d8dc3ef9d327364dce4d02c0b9.tar.gz |
net/samba4: security update to 4.15.5
This is a security release in order to address the following defects:
o CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target
of a symlink exists.
https://www.samba.org/samba/security/CVE-2021-44141.html
o CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module.
https://www.samba.org/samba/security/CVE-2021-44142.html
o CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks.
https://www.samba.org/samba/security/CVE-2022-0336.html
Diffstat (limited to 'net/samba4/Makefile')
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index e47c84197b2..6be0aae37e8 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2022/03/07 21:40:37 thor Exp $ +# $NetBSD: Makefile,v 1.139 2022/03/07 22:45:49 thor Exp $ # WARNING: DO NOT UPDATE WITHOUT RESOLVING THIS ISSUE: # @@ -7,7 +7,7 @@ # # Please do not update without testing on NetBSD 9.2! # -DISTNAME= samba-4.15.4 +DISTNAME= samba-4.15.5 CATEGORIES= net MASTER_SITES= https://download.samba.org/pub/samba/stable/ |