[arch-commits] Commit in samba/repos (13 files)

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 14:55:11
  Author: felixonmars
Revision: 430016

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  203 +
 nmbd.service |   12 +++
 samba.conf   |2 
 samba.conf.d |   18 
 samba.install|   10 ++
 samba.logrotate  |5 +
 samba.pam|3 
 samba.service|   14 +++
 smbd.service |   12 +++
 smbd.socket  |9 ++
 smbd@.service|7 +
 winbindd.service |   12 +++
 12 files changed, 307 insertions(+)

Copied: samba/repos/staging-x86_64/PKGBUILD (from rev 430015, 
samba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-12-01 14:55:11 UTC (rev 430016)
@@ -0,0 +1,203 @@
+
+# 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.15.2
+pkgrel=4
+arch=(x86_64)
+url="https://www.samba.org;
+license=('GPL3')
+makedepends=('python' 'python-markdown' 'python-dnspython' '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' 'liburing')
+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=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
+sha512sums=('6fdf9db0da90332afe527703066cca4ec5b0ec6bf6a5979443953f9fbc18b870a7e2445a41c9ae3d63f7738c9c0282e7ca82f6066aa68e151eec248615ea7b21'
+'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 \
+  --with-ldap \
+  --with-winbind \
+  --with-acl-support \
+  --with-systemd \
+  --systemd-install-services \
+  --with-pam \
+  

[arch-commits] Commit in samba/repos (13 files)

2021-11-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, November 21, 2021 @ 22:12:48
  Author: foutrelis
Revision: 428804

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  203 +
 nmbd.service |   12 +++
 samba.conf   |2 
 samba.conf.d |   18 
 samba.install|   10 ++
 samba.logrotate  |5 +
 samba.pam|3 
 samba.service|   14 +++
 smbd.service |   12 +++
 smbd.socket  |9 ++
 smbd@.service|7 +
 winbindd.service |   12 +++
 12 files changed, 307 insertions(+)

Copied: samba/repos/staging-x86_64/PKGBUILD (from rev 428802, 
samba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-11-21 22:12:48 UTC (rev 428804)
@@ -0,0 +1,203 @@
+
+# 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.15.2
+pkgrel=3
+arch=(x86_64)
+url="https://www.samba.org;
+license=('GPL3')
+makedepends=('python' 'python-markdown' 'python-dnspython' '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' 'liburing')
+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=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
+sha512sums=('6fdf9db0da90332afe527703066cca4ec5b0ec6bf6a5979443953f9fbc18b870a7e2445a41c9ae3d63f7738c9c0282e7ca82f6066aa68e151eec248615ea7b21'
+'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 \
+  --with-ldap \
+  --with-winbind \
+  --with-acl-support \
+  --with-systemd \
+  --systemd-install-services \
+  --with-pam \
+  --with-pammodulesdir=/usr/lib/security \

[arch-commits] Commit in samba/repos (13 files)

2021-11-13 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 13, 2021 @ 20:04:38
  Author: foutrelis
Revision: 428332

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  203 +
 nmbd.service |   12 +++
 samba.conf   |2 
 samba.conf.d |   18 
 samba.install|   10 ++
 samba.logrotate  |5 +
 samba.pam|3 
 samba.service|   14 +++
 smbd.service |   12 +++
 smbd.socket  |9 ++
 smbd@.service|7 +
 winbindd.service |   12 +++
 12 files changed, 307 insertions(+)

Copied: samba/repos/staging-x86_64/PKGBUILD (from rev 428331, 
samba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-11-13 20:04:38 UTC (rev 428332)
@@ -0,0 +1,203 @@
+
+# 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.15.2
+pkgrel=2
+arch=(x86_64)
+url="https://www.samba.org;
+license=('GPL3')
+makedepends=('python' 'python-markdown' 'python-dnspython' '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' 'liburing')
+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=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
+sha512sums=('6fdf9db0da90332afe527703066cca4ec5b0ec6bf6a5979443953f9fbc18b870a7e2445a41c9ae3d63f7738c9c0282e7ca82f6066aa68e151eec248615ea7b21'
+'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 \
+  --with-ldap \
+  --with-winbind \
+  --with-acl-support \
+  --with-systemd \
+  --systemd-install-services \
+  --with-pam \
+  --with-pammodulesdir=/usr/lib/security 

[arch-commits] Commit in samba/repos (13 files)

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:10:29
  Author: felixonmars
Revision: 422479

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  203 +
 nmbd.service |   12 +++
 samba.conf   |2 
 samba.conf.d |   18 
 samba.install|   10 ++
 samba.logrotate  |5 +
 samba.pam|3 
 samba.service|   14 +++
 smbd.service |   12 +++
 smbd.socket  |9 ++
 smbd@.service|7 +
 winbindd.service |   12 +++
 12 files changed, 307 insertions(+)

Copied: samba/repos/staging-x86_64/PKGBUILD (from rev 422478, 
samba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-23 15:10:29 UTC (rev 422479)
@@ -0,0 +1,203 @@
+
+# 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.14.6
+pkgrel=2
+arch=(x86_64)
+url="https://www.samba.org;
+license=('GPL3')
+makedepends=('python' 'python-markdown' 'python-dnspython' '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' 'liburing')
+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=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
+sha512sums=('0ce3f46b2693daa27656fe9a04925cbe7dd398342cab352f0422a350eb9f91d1ea6d64fb18d04010b93fb3c0b9fe6434b23deb1f26018bd1f9bdc1b0f97beca2'
+'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 \
+  --with-ldap \
+  --with-winbind \
+  --with-acl-support \
+  --with-systemd \
+  --systemd-install-services \
+  --with-pam \
+  --with-pammodulesdir=/usr/lib/security \

[arch-commits] Commit in samba/repos (13 files)

2021-04-15 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 15, 2021 @ 13:32:18
  Author: foutrelis
Revision: 412521

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  203 +
 nmbd.service |   12 +++
 samba.conf   |2 
 samba.conf.d |   18 
 samba.install|   10 ++
 samba.logrotate  |5 +
 samba.pam|3 
 samba.service|   14 +++
 smbd.service |   12 +++
 smbd.socket  |9 ++
 smbd@.service|7 +
 winbindd.service |   12 +++
 12 files changed, 307 insertions(+)

Copied: samba/repos/staging-x86_64/PKGBUILD (from rev 412520, 
samba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-15 13:32:18 UTC (rev 412521)
@@ -0,0 +1,203 @@
+
+# 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.14.2
+pkgrel=2
+arch=(x86_64)
+url="https://www.samba.org;
+license=('GPL3')
+makedepends=('python' 'python-markdown' 'python-dnspython' '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' 'liburing')
+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=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
+sha512sums=('8dd97abb14d531c3865747512abdf4d2db84b4daa5c15b67cd4f03326e30270d947ba0154493c5897aaa357039b472cfa669c80698b0f572e46d730f70a29b43'
+'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 \
+  --with-ldap \
+  --with-winbind \
+  --with-acl-support \
+  --with-systemd \
+  --systemd-install-services \
+  --with-pam \
+  --with-pammodulesdir=/usr/lib/security \

[arch-commits] Commit in samba/repos (13 files)

2021-03-17 Thread Tobias Powalowski via arch-commits
Date: Wednesday, March 17, 2021 @ 08:56:21
  Author: tpowa
Revision: 410147

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  203 +
 nmbd.service |   12 +++
 samba.conf   |2 
 samba.conf.d |   18 
 samba.install|   10 ++
 samba.logrotate  |5 +
 samba.pam|3 
 samba.service|   14 +++
 smbd.service |   12 +++
 smbd.socket  |9 ++
 smbd@.service|7 +
 winbindd.service |   12 +++
 12 files changed, 307 insertions(+)

Copied: samba/repos/staging-x86_64/PKGBUILD (from rev 410146, 
samba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-03-17 08:56:21 UTC (rev 410147)
@@ -0,0 +1,203 @@
+
+# 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.14.0
+pkgrel=2
+arch=(x86_64)
+url="https://www.samba.org;
+license=('GPL3')
+makedepends=('python' 'python-markdown' 'python-dnspython' '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' 'liburing')
+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=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
+sha512sums=('cf5767fc49b8c5832dd9711765e0b395a07964c3a618de10ae491123de7141eb4f083194b6120f302f5c4a196837a14070b8a8324412e8957af3706a5bbc6f11'
+'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 \
+  --with-ldap \
+  --with-winbind \
+  --with-acl-support \
+  --with-systemd \
+  --systemd-install-services \
+  --with-pam \
+  --with-pammodulesdir=/usr/lib/security \
+   

[arch-commits] Commit in samba/repos (13 files)

2021-03-10 Thread Tobias Powalowski via arch-commits
Date: Wednesday, March 10, 2021 @ 08:19:15
  Author: tpowa
Revision: 409549

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  203 +
 nmbd.service |   12 +++
 samba.conf   |2 
 samba.conf.d |   18 
 samba.install|   10 ++
 samba.logrotate  |5 +
 samba.pam|3 
 samba.service|   14 +++
 smbd.service |   12 +++
 smbd.socket  |9 ++
 smbd@.service|7 +
 winbindd.service |   12 +++
 12 files changed, 307 insertions(+)

Copied: samba/repos/testing-x86_64/PKGBUILD (from rev 409548, 
samba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-03-10 08:19:15 UTC (rev 409549)
@@ -0,0 +1,203 @@
+
+# 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.14.0
+pkgrel=1
+arch=(x86_64)
+url="https://www.samba.org;
+license=('GPL3')
+makedepends=('python' 'python-markdown' 'python-dnspython' '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' 'liburing')
+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=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
+sha512sums=('cf5767fc49b8c5832dd9711765e0b395a07964c3a618de10ae491123de7141eb4f083194b6120f302f5c4a196837a14070b8a8324412e8957af3706a5bbc6f11'
+'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 \
+  --with-ldap \
+  --with-winbind \
+  --with-acl-support \
+  --with-systemd \
+  --systemd-install-services \
+  --with-pam \
+  --with-pammodulesdir=/usr/lib/security \
+