mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/samba to 4.12.6-1
This commit is contained in:
parent
65701a61a1
commit
25780b077c
1 changed files with 6 additions and 7 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
pkgbase=samba
|
||||
pkgname=('smbclient' 'samba')
|
||||
pkgver=4.12.3
|
||||
pkgver=4.12.6
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="https://www.samba.org"
|
||||
|
@ -21,7 +21,8 @@ license=('GPL3')
|
|||
makedepends=('python' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
|
||||
'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
|
||||
'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
|
||||
'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson')
|
||||
'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
|
||||
'liburing')
|
||||
optdepends=(
|
||||
'python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup'
|
||||
)
|
||||
|
@ -30,7 +31,7 @@ source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc
|
|||
samba.pam
|
||||
samba.conf)
|
||||
validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution Verification Key <samba-bugs@samba.org>
|
||||
sha512sums=('5de66c21db0710880b6e0347ae1eff17ff1881eb926e9a0cf5af9ddc27599cf8daa9ca6ea35b2a0a2158226a38cdf7074b28a51e460a139720c78a522b1a5908'
|
||||
sha512sums=('16a4ced3942bc6d51e80db257e8caeaa426980f66caf2aaf2324f091ec5063bc6b9029d90ff2f321b68be4cede7555d1ebf142405105468bd581e7a7bf9f0be5'
|
||||
'SKIP'
|
||||
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
|
||||
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
|
||||
|
@ -70,8 +71,6 @@ build() {
|
|||
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules} \
|
||||
--disable-rpath-install \
|
||||
--with-cluster-support \
|
||||
--with-system-mitkrb5 \
|
||||
--with-experimental-mit-ad-dc \
|
||||
--with-profiling-data
|
||||
|
||||
# Add this to the options once it's working...
|
||||
|
@ -90,7 +89,7 @@ pkgdesc="Tools to access a server's filespace and printers via SMB"
|
|||
depends=('popt' 'cifs-utils' 'tdb' 'ldb'
|
||||
'tevent' 'libgcrypt' 'python' 'talloc' 'readline' 'gnutls'
|
||||
'libbsd' 'libldap' 'libcups' 'libarchive' 'libnsl' 'jansson'
|
||||
'libldb.so' 'libtdb.so' 'libtevent.so' 'libreadline.so')
|
||||
'libldb.so' 'libtdb.so' 'libtevent.so' 'libreadline.so' 'icu')
|
||||
replaces=('libwbclient')
|
||||
provides=('libwbclient')
|
||||
|
||||
|
@ -150,7 +149,7 @@ package_samba() {
|
|||
pkgdesc="SMB Fileserver and AD Domain server"
|
||||
depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gnutls>=2.4.1'
|
||||
'talloc' 'ldb' 'libbsd' 'python' 'iniparser' 'tdb' 'libaio' 'perl-parse-yapp' "smbclient>=$pkgver" 'gpgme'
|
||||
'libldb.so' 'libtdb.so' 'libtevent.so')
|
||||
'libldb.so' 'libtdb.so' 'libtevent.so' 'liburing')
|
||||
backup=(etc/logrotate.d/samba
|
||||
etc/pam.d/samba
|
||||
etc/conf.d/samba)
|
||||
|
|
Loading…
Reference in a new issue