diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-09-24 11:02:47 +0200 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-09-24 11:02:47 +0200 |
commit | 68270c787d671eb0bd01c515bc9358a237590a6e (patch) | |
tree | 22db122b909e719dc25b7bf1f74514b52eaebfb4 /net | |
parent | 222b9f50f3c2e3087cc23fa1610b75b73ebfda69 (diff) |
samba4: update to 4.9.1
fixes: nmbd: Stop nmbd network announce storm (bug #13620).
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/samba4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 56d9475c5..81d6b8fa9 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -2,8 +2,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba -PKG_VERSION:=4.9.0 -PKG_RELEASE:=2 +PKG_VERSION:=4.9.1 +PKG_RELEASE:=1 PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com> PKG_LICENSE:=GPL-3.0-only @@ -11,7 +11,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE_URL:=https://download.samba.org/pub/samba/stable/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=d071e9e738e9583d0b9ce1c758d46808b76078405787c88a0c5b465bef8a9b15 +PKG_HASH:=33118cbe83a87be085eba1aae6e597878b02d6ac9b2da67454ed33cf3e9853f2 # Buildroot bug? Can't add target deps via '+SAMBA4_SERVER_AD_DC:python-crypto' (as work-around we select via config.in) PKG_BUILD_DEPENDS:=SAMBA4_SERVER_AD_DC:python-crypto nfs-kernel-server/host |