diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-05 11:01:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-05 11:01:00 +0000 |
commit | 4209efabe3d1e66961362255f2be68d1bd939571 (patch) | |
tree | 09f86c757aca69ca79c6b325cc0c3676fbadb3ca /package/network/services/samba36/Makefile | |
parent | 72104c0406645fbd993b82fe60eb505bbf7fb115 (diff) | |
download | upstream-4209efabe3d1e66961362255f2be68d1bd939571.tar.gz upstream-4209efabe3d1e66961362255f2be68d1bd939571.tar.bz2 upstream-4209efabe3d1e66961362255f2be68d1bd939571.zip |
samba36: add three CVE patches from 2015-12-16
This is a patch for CVE-2015-5252, CVE-2015-5296 and CVE-2015-5299. A
patchset for these vulnerabilities was published on 16th December 2015.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Backport of r48133
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48134 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 d8b930c989..98ab31cab8 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:=4 +PKG_RELEASE:=5 PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \ http://ftp.samba.org/pub/samba/stable |