diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-02-24 07:21:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-02-24 07:21:25 +0000 |
commit | 9777bb37c8dbdcc3ca2cfd7ce611d8e350a0ef13 (patch) | |
tree | 5fad40361a421d6eae8b39fdf7e0ada152e6a735 /package/network | |
parent | b5cd4751e712e21eb13091318f853d3dd22df76e (diff) | |
download | master-187ad058-9777bb37c8dbdcc3ca2cfd7ce611d8e350a0ef13.tar.gz master-187ad058-9777bb37c8dbdcc3ca2cfd7ce611d8e350a0ef13.tar.bz2 master-187ad058-9777bb37c8dbdcc3ca2cfd7ce611d8e350a0ef13.zip |
samba36: update to 3.6.25, fixes remote code execution bug (CVE-2015-0240)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44515 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/samba36/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index 16838be4df..d4c96d3854 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba -PKG_VERSION:=3.6.24 +PKG_VERSION:=3.6.25 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \ http://ftp.samba.org/pub/samba/stable PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=d98425c0c2b73e08f048d31ffc727fb0 +PKG_MD5SUM:=76da2fa64edd94a0188531e7ecb27c4e PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING |