samba: update to samba-4.12.0

This commit is contained in:
MilhouseVH 2020-02-19 11:27:02 +00:00
parent 4b013feb9a
commit 79a201455e
2 changed files with 6 additions and 2 deletions

View File

@ -39,4 +39,8 @@ Checking value of SIGRTMAX: "64"
Checking value of SIGRTMIN: "32" Checking value of SIGRTMIN: "32"
Checking errno of iconv for illegal multibyte sequence: "0" Checking errno of iconv for illegal multibyte sequence: "0"
Checking for a 64-bit host to support lmdb: NO Checking for a 64-bit host to support lmdb: NO
Checking value of GNUTLS_CIPHER_AES_128_CFB8: OK
Checking value of GNUTLS_MAC_AES_CMAC_128: OK
Checking whether fcntl supports flags to send direct I/O availability signals: OK
Checking whether fcntl supports setting/geting hints: OK

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="samba" PKG_NAME="samba"
PKG_VERSION="4.11.6" PKG_VERSION="4.12.0"
PKG_SHA256="91438f4d7b71f673421435fa7f26b03b613f214139636ce50af35bc2ff09ef38" PKG_SHA256="6ec0b70a567d3c3f4dd3cf2a90b515dcef03a3804b00abb5896eba382d9665fe"
PKG_LICENSE="GPLv3+" PKG_LICENSE="GPLv3+"
PKG_SITE="https://www.samba.org" PKG_SITE="https://www.samba.org"
PKG_URL="https://download.samba.org/pub/samba/stable/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="https://download.samba.org/pub/samba/stable/$PKG_NAME-$PKG_VERSION.tar.gz"