[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2020-08-14 Thread Tobias Powalowski via arch-commits
Date: Friday, August 14, 2020 @ 14:00:03
  Author: tpowa
Revision: 394042

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 394041, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 394041, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 394041, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 394041, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 394041, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 394041, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 394041, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 394041, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 394041, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 394041, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 394041, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 394041, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  406 ++---
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 307 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-14 13:59:49 UTC (rev 394041)
+++ PKGBUILD2020-08-14 14:00:03 UTC (rev 394042)
@@ -1,203 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.12.3
-pkgrel=2
-arch=(x86_64)
-url="https://www.samba.org;
-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'
- 'ceph-libs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-sha512sums=('5de66c21db0710880b6e0347ae1eff17ff1881eb926e9a0cf5af9ddc27599cf8daa9ca6ea35b2a0a2158226a38cdf7074b28a51e460a139720c78a522b1a5908'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2020-04-30 Thread Jelle van der Waa via arch-commits
Date: Thursday, April 30, 2020 @ 20:04:12
  Author: jelle
Revision: 381989

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 381988, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 381988, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 381988, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 381988, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 381988, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 381988, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 381988, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 381988, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 381988, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 381988, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 381988, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 381988, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  406 ++---
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 309 insertions(+), 305 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 20:03:50 UTC (rev 381988)
+++ PKGBUILD2020-04-30 20:04:12 UTC (rev 381989)
@@ -1,201 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.12.2
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org;
-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'
- 'ceph-libs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-sha512sums=('c1d5f62ea2e43c246988aa65c4b690de232f73c0213cbc5d532e43c8cfbea17f1ac92435526b64c9a85c582b29381eecfb57713861efc32f6e6257000c393562'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2020-04-30 Thread Christian Hesse via arch-commits
Date: Thursday, April 30, 2020 @ 14:36:53
  Author: eworm
Revision: 381982

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 381981, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 381981, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 381981, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 381981, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 381981, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 381981, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 381981, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 381981, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 381981, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 381981, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 381981, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 381981, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  402 ++---
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 305 insertions(+), 305 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 14:36:40 UTC (rev 381981)
+++ PKGBUILD2020-04-30 14:36:53 UTC (rev 381982)
@@ -1,201 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.12.1
-pkgrel=2
-arch=(x86_64)
-url="https://www.samba.org;
-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'
- 'ceph-libs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-sha512sums=('2645f72dcc4718bd2e85af73a54b3e6d0ca9e11bd6991a47a6c17a8b89b69f294a0875ef9762dde28a25d1ff030e0e2d0e073a6993e2df0d6b17e75b72d1cd26'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2020-04-17 Thread Jelle van der Waa via arch-commits
Date: Friday, April 17, 2020 @ 19:31:44
  Author: jelle
Revision: 380471

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 380470, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 380470, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 380470, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 380470, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 380470, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 380470, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 380470, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 380470, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 380470, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 380470, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 380470, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 380470, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  419 +
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 305 insertions(+), 322 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-17 19:31:24 UTC (rev 380470)
+++ PKGBUILD2020-04-17 19:31:44 UTC (rev 380471)
@@ -1,218 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.12.0
-pkgrel=3
-arch=(x86_64)
-url="https://www.samba.org;
-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'
- 'ceph-libs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-sha512sums=('d50be899675b8e3504311e73bb75fbb8264e918e0d1765239ecb5b14e15c0917565f8a9ce1877fb604151bf4f23dfc4c2f7f30a53c872681e3d2571d3ed5ef82'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2020-03-31 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 31, 2020 @ 16:41:30
  Author: jelle
Revision: 378954

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 378953, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 378953, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 378953, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 378953, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 378953, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 378953, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 378953, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 378953, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 378953, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 378953, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 378953, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 378953, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  435 ++---
 nmbd.service |   24 +-
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +-
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +-
 12 files changed, 322 insertions(+), 321 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-31 16:41:02 UTC (rev 378953)
+++ PKGBUILD2020-03-31 16:41:30 UTC (rev 378954)
@@ -1,217 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.12.0
-pkgrel=2
-arch=(x86_64)
-url="https://www.samba.org;
-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'
- 'ceph-libs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-sha512sums=('d50be899675b8e3504311e73bb75fbb8264e918e0d1765239ecb5b14e15c0917565f8a9ce1877fb604151bf4f23dfc4c2f7f30a53c872681e3d2571d3ed5ef82'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2020-03-31 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 31, 2020 @ 10:02:28
  Author: jelle
Revision: 378816

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 378815, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 378815, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 378815, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 378815, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 378815, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 378815, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 378815, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 378815, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 378815, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 378815, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 378815, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 378815, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  428 ++---
 nmbd.service |   24 +-
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +-
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +-
 12 files changed, 321 insertions(+), 315 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-31 10:02:09 UTC (rev 378815)
+++ PKGBUILD2020-03-31 10:02:28 UTC (rev 378816)
@@ -1,211 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.12.0
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org;
-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')
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-sha512sums=('d50be899675b8e3504311e73bb75fbb8264e918e0d1765239ecb5b14e15c0917565f8a9ce1877fb604151bf4f23dfc4c2f7f30a53c872681e3d2571d3ed5ef82'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2020-03-11 Thread Felix Yan via arch-commits
Date: Wednesday, March 11, 2020 @ 23:47:02
  Author: felixonmars
Revision: 377400

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 377399, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 377399, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 377399, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 377399, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 377399, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 377399, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 377399, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 377399, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 377399, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 377399, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 377399, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 377399, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  417 ++---
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 311 insertions(+), 314 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 23:46:07 UTC (rev 377399)
+++ PKGBUILD2020-03-11 23:47:02 UTC (rev 377400)
@@ -1,210 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.11.2
-pkgrel=2
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
- 'systemd' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson')
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
-https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
-samba.logrotate
-samba.pam
-   samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc=${srcdir}/samba-pkg
-  rm -rf ${_pkgsrc}
-  cd ${srcdir}/samba-${pkgver}
-_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
- cd ${srcdir}/samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
- --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  --with-ldap \
-  --with-winbind \
-  --with-acl-support \
-  --with-systemd \
-  --systemd-install-services \
-  --with-pam \
-  --with-pammodulesdir=/usr/lib/security \
-  
--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
-  
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules}
 \
-  

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2019-11-20 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 20, 2019 @ 15:28:07
  Author: tpowa
Revision: 369490

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 369489, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 369489, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 369489, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 369489, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 369489, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 369489, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 369489, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 369489, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 369489, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 369489, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 369489, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 369489, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  419 ++---
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 314 insertions(+), 313 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-20 15:27:46 UTC (rev 369489)
+++ PKGBUILD2019-11-20 15:28:07 UTC (rev 369490)
@@ -1,209 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.11.2
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
- 'systemd' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson')
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
-https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
-samba.logrotate
-samba.pam
-   samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc=${srcdir}/samba-pkg
-  rm -rf ${_pkgsrc}
-  cd ${srcdir}/samba-${pkgver}
-_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
- cd ${srcdir}/samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
- --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  --with-ldap \
-  --with-winbind \
-  --with-acl-support \
-  --with-systemd \
-  --systemd-install-services \
-  --with-pam \
-  --with-pammodulesdir=/usr/lib/security \
-  
--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
-  
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules}
 \
-  

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2018-11-16 Thread Tobias Powalowski via arch-commits
Date: Friday, November 16, 2018 @ 14:24:25
  Author: tpowa
Revision: 339774

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 339773, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 339773, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 339773, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 339773, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 339773, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 339773, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 339773, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 339773, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 339773, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 339773, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 339773, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 339773, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  466 ++---
 nmbd.service |   24 +-
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +-
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +-
 12 files changed, 337 insertions(+), 337 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-16 14:23:58 UTC (rev 339773)
+++ PKGBUILD2018-11-16 14:24:25 UTC (rev 339774)
@@ -1,233 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.9.1
-pkgrel=1
-arch=(x86_64)
-url="http://www.samba.org;
-license=('GPL3')
-makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
- 'systemd' 'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
-http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
-samba.logrotate
-samba.pam
-   samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc=${srcdir}/samba-pkg
-  rm -rf ${_pkgsrc}
-  cd ${srcdir}/samba-${pkgver}
-  # change to use python2
-  SAVEIFS=${IFS}
-  IFS=$(echo -en "\n\b")
-  PYTHON_CALLERS="$(find ${srcdir}/samba-${pkgver} -name '*.py')
-$(find ${srcdir}/samba-${pkgver} -name 'wscript*')
-$(find ${srcdir}/samba-${pkgver} -name 'configure.ac')
-$(find ${srcdir}/samba-${pkgver} -name 'upgrade_from_s3')
-$(find ${srcdir}/samba-${pkgver}/buildtools -type f)
-$(find ${srcdir}/samba-${pkgver}/source4/scripting -type f)"
-  sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" \
- -e "s|python-config|python2-config|" \
- -e "s|bin/python|bin/python2|" \
-  ${PYTHON_CALLERS}
-  IFS=${SAVEIFS}
-
-  export PYTHON=/usr/bin/python2
-_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
- cd ${srcdir}/samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
- --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-   

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2018-09-24 Thread Tobias Powalowski via arch-commits
Date: Monday, September 24, 2018 @ 14:30:06
  Author: tpowa
Revision: 335319

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 335318, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 335318, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 335318, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 335318, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 335318, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 335318, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 335318, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 335318, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 335318, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 335318, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 335318, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 335318, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  466 ++---
 nmbd.service |   24 +-
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +-
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +-
 12 files changed, 337 insertions(+), 337 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-24 14:29:46 UTC (rev 335318)
+++ PKGBUILD2018-09-24 14:30:06 UTC (rev 335319)
@@ -1,233 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.9.0
-pkgrel=2
-arch=(x86_64)
-url="http://www.samba.org;
-license=('GPL3')
-makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
- 'systemd' 'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
-http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
-samba.logrotate
-samba.pam
-   samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc=${srcdir}/samba-pkg
-  rm -rf ${_pkgsrc}
-  cd ${srcdir}/samba-${pkgver}
-  # change to use python2
-  SAVEIFS=${IFS}
-  IFS=$(echo -en "\n\b")
-  PYTHON_CALLERS="$(find ${srcdir}/samba-${pkgver} -name '*.py')
-$(find ${srcdir}/samba-${pkgver} -name 'wscript*')
-$(find ${srcdir}/samba-${pkgver} -name 'configure.ac')
-$(find ${srcdir}/samba-${pkgver} -name 'upgrade_from_s3')
-$(find ${srcdir}/samba-${pkgver}/buildtools -type f)
-$(find ${srcdir}/samba-${pkgver}/source4/scripting -type f)"
-  sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" \
- -e "s|python-config|python2-config|" \
- -e "s|bin/python|bin/python2|" \
-  ${PYTHON_CALLERS}
-  IFS=${SAVEIFS}
-
-  export PYTHON=/usr/bin/python2
-_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
- cd ${srcdir}/samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
- --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  

[arch-commits] Commit in samba/repos/testing-x86_64 (24 files)

2018-09-22 Thread Antonio Rojas via arch-commits
Date: Saturday, September 22, 2018 @ 09:09:49
  Author: arojas
Revision: 335224

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/PKGBUILD
(from rev 335223, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 335223, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 335223, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 335223, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 335223, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 335223, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 335223, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 335223, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 335223, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 335223, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 335223, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 335223, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 PKGBUILD |  466 ++---
 nmbd.service |   24 +-
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +-
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +-
 12 files changed, 337 insertions(+), 337 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 09:09:05 UTC (rev 335223)
+++ PKGBUILD2018-09-22 09:09:49 UTC (rev 335224)
@@ -1,233 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.9.0
-pkgrel=1
-arch=(x86_64)
-url="http://www.samba.org;
-license=('GPL3')
-makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
- 'systemd' 'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
-http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
-samba.logrotate
-samba.pam
-   samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc=${srcdir}/samba-pkg
-  rm -rf ${_pkgsrc}
-  cd ${srcdir}/samba-${pkgver}
-  # change to use python2
-  SAVEIFS=${IFS}
-  IFS=$(echo -en "\n\b")
-  PYTHON_CALLERS="$(find ${srcdir}/samba-${pkgver} -name '*.py')
-$(find ${srcdir}/samba-${pkgver} -name 'wscript*')
-$(find ${srcdir}/samba-${pkgver} -name 'configure.ac')
-$(find ${srcdir}/samba-${pkgver} -name 'upgrade_from_s3')
-$(find ${srcdir}/samba-${pkgver}/buildtools -type f)
-$(find ${srcdir}/samba-${pkgver}/source4/scripting -type f)"
-  sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" \
- -e "s|python-config|python2-config|" \
- -e "s|bin/python|bin/python2|" \
-  ${PYTHON_CALLERS}
-  IFS=${SAVEIFS}
-
-  export PYTHON=/usr/bin/python2
-_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
- cd ${srcdir}/samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
- --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \