diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-10 22:35:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-10 22:38:23 +0200 |
commit | 6b28778dfa0f7b795fdf075934df58537f38e756 (patch) | |
tree | 99d3f69cc989353d536fdd891a6bed6232a12823 | |
parent | 7932f25828c9a597ed3b748a61ed0659c3e00360 (diff) |
samba: update to 4.6.5
-rw-r--r-- | package/samba/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile index 3fb44b85e..32713c813 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -4,13 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= samba -PKG_VERSION:= 4.6.3 +PKG_VERSION:= 4.6.5 PKG_RELEASE:= 1 -PKG_HASH:= 2a38ef3da77809cba0583fc188e2a4b5420437aecaad0dffe9a06f732e4b1561 +PKG_HASH:= c06901e1d318b425b8c3ecea3ef23a91e7371312a9ea7adbf34fb8eb42ca3b84 PKG_DESCR:= file and print server PKG_SECTION:= net/fs PKG_DEPENDS:= libuuid libpopt libgnutls libtirpc -PKG_BUILDDEP:= util-linux popt python2 gnutls +PKG_BUILDDEP:= util-linux popt python2 gnutls talloc PKG_BUILDDEP+= heimdal-host python2-host libtirpc PKG_NEEDS:= threads intl PKG_URL:= http://www.samba.org/ |