X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fsamba36%2FMakefile;h=2644f7d565563fb31ab4d6ccc0aa8aff840f9da0;hb=ab8468d344382618cb3ad752b71962518fb7d442;hp=981ac59d906d2452250e352d52f47b9fa42d49eb;hpb=a81ef914e0b41afc1dfd4292b8352e33f22dde22;p=openwrt-github%2F.git diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index 981ac59d90..2644f7d565 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.5 +PKG_VERSION:=3.6.11 PKG_RELEASE:=2 PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \ http://ftp.samba.org/pub/samba/old-versions PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=2f0c14547333c1b48fd4728b031e7040 +PKG_MD5SUM:=9039e0ab3e4fc632ff0a1a8f2433edb4 PKG_LICENSE:=GPLv3 PKG_LICENSE_FILES:=COPYING @@ -49,7 +49,7 @@ endef define Package/samba36-server/config config PACKAGE_SAMBA_MAX_DEBUG_LEVEL int "Maximum level of compiled-in debug messages" - depends PACKAGE_samba36-server || PACKAGE_samba36-client + depends on PACKAGE_samba36-server || PACKAGE_samba36-client default -1 endef