diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-01 15:48:47 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-03 23:26:45 +0200 |
commit | 9aaa23ec8baa50b63d33466f3f353e43c473952a (patch) | |
tree | 4c25fb285469828b15d8f07a117ee5578da9a7e4 /package/network/services/samba36/Makefile | |
parent | d6d3db05436952f68f47d35df58ad5050b1f2d66 (diff) | |
download | upstream-9aaa23ec8baa50b63d33466f3f353e43c473952a.tar.gz upstream-9aaa23ec8baa50b63d33466f3f353e43c473952a.tar.bz2 upstream-9aaa23ec8baa50b63d33466f3f353e43c473952a.zip |
samba36: fix some security problems
This Adds fixes for the following security problems based on debians patches:
CVE-2016-2125: Unconditional privilege delegation to Kerberos servers in trusted realms
CVE-2017-12163: Server memory information leak over SMB1
CVE-2017-12150: SMB1/2/3 connections may not require signing where they should
CVE-2018-1050: Denial of Service Attack on external print server.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/services/samba36/Makefile')
-rw-r--r-- | package/network/services/samba36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index 55e1428d49..30e26195ff 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=3.6.25 -PKG_RELEASE:=9 +PKG_RELEASE:=10 PKG_SOURCE_URL:=https://download.samba.org/pub/samba \ https://download.samba.org/pub/samba/stable |