diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-02 18:58:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-02 18:59:47 +0100 |
commit | 505f3c9a827a6ed83ece82d1e5cfaadf088a168a (patch) | |
tree | 58e939f3903cbfbeb5e5fa9bbad153c37476ebc3 /package/samba | |
parent | b97af154acfee0acde5ebb9c3bd469722e682c55 (diff) |
samba: update to 4.6.9
Diffstat (limited to 'package/samba')
-rw-r--r-- | package/samba/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile index d97167eab..82d4a5f87 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -4,12 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= samba -PKG_VERSION:= 4.6.6 -PKG_RELEASE:= 2 -PKG_HASH:= fc31c809f7d85ae30f2b7dcddcb8404201b626047458cb5f2b743d4f6f3f1a8e +PKG_VERSION:= 4.6.9 +PKG_RELEASE:= 1 +PKG_HASH:= c31db4aad82f0b9588ef6c4b4dab5dce3fa1787bd298e62d953c2628bb1af21a PKG_DESCR:= file and print server PKG_SECTION:= net/fs PKG_DEPENDS:= libuuid libpopt libgnutls libtirpc +PKG_DEPENDS+= libtalloc PKG_BUILDDEP:= util-linux popt python2 gnutls talloc PKG_BUILDDEP+= heimdal-host python2-host libtirpc PKG_NEEDS:= threads intl |