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 | 44b6a5e549ddd66adf650d6ab30044539952fd46 (patch) | |
tree | d8dd23cb0ce5398fefccb7cbc156244ee7af11dc /package/network/services/samba36/Makefile | |
parent | 33beafa8d88e51907acba6fdece5a35f509934df (diff) | |
download | upstream-44b6a5e549ddd66adf650d6ab30044539952fd46.tar.gz upstream-44b6a5e549ddd66adf650d6ab30044539952fd46.tar.bz2 upstream-44b6a5e549ddd66adf650d6ab30044539952fd46.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>
SVN-Revision: 48133
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 |