diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-05 10:42:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-05 10:42:52 +0000 |
commit | db1bdf5cad63e511f24ea0b62a4d940e6a369dc5 (patch) | |
tree | ea0ed96e921cedca78a386ad92cb70cfb14eced0 /package/network/services/samba36/Makefile | |
parent | 99ba1f47bc96f10c3d97ce62b3ce25af94afe0a2 (diff) | |
download | master-187ad058-db1bdf5cad63e511f24ea0b62a4d940e6a369dc5.tar.gz master-187ad058-db1bdf5cad63e511f24ea0b62a4d940e6a369dc5.tar.bz2 master-187ad058-db1bdf5cad63e511f24ea0b62a4d940e6a369dc5.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48133 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 9e282f0233..7b571a4410 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 |