samba: update to samba-4.9.0

This commit is contained in:
MilhouseVH 2018-09-13 21:37:19 +01:00
parent 56eae6877e
commit 210465b1d4
2 changed files with 5 additions and 2 deletions

View File

@ -38,4 +38,5 @@ Checking value of _NSIG: "64"
Checking value of SIGRTMAX: "64"
Checking value of SIGRTMIN: "32"
Checking errno of iconv for illegal multibyte sequence: "0"
Checking for a 64-bit host to support lmdb: NO

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="samba"
PKG_VERSION="4.8.5"
PKG_SHA256="e58ee6b1262d4128b8932ceee59d5f0b0a9bbe00547eb3cc4c41552de1a65155"
PKG_VERSION="4.9.0"
PKG_SHA256="d071e9e738e9583d0b9ce1c758d46808b76078405787c88a0c5b465bef8a9b15"
PKG_ARCH="any"
PKG_LICENSE="GPLv3+"
PKG_SITE="https://www.samba.org"
@ -81,6 +81,8 @@ PKG_CONFIGURE_OPTS="--prefix=/usr \
--bundled-libraries='ALL,!asn1_compile,!compile_et,!zlib' \
--without-quotas \
--with-syslog \
--without-json-audit \
--without-ldb-lmdb \
--nopyc --nopyo"
PKG_SAMBA_TARGET="smbclient,client/smbclient,smbtree,testparm"