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

2017-06-01 Thread Evangelos Foutras
Date: Thursday, June 1, 2017 @ 12:54:15
  Author: foutrelis
Revision: 297274

archrelease: copy trunk to staging-i686, staging-x86_64

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

-+
 staging-i686/PKGBUILD   |  257 ++
 staging-i686/nmbd.service   |   12 +
 staging-i686/samba.conf |2 
 staging-i686/samba.conf.d   |   18 ++
 staging-i686/samba.install  |   10 +
 staging-i686/samba.logrotate|9 +
 staging-i686/samba.pam  |3 
 staging-i686/samba.service  |   14 ++
 staging-i686/smbd.service   |   12 +
 staging-i686/smbd.socket|9 +
 staging-i686/smbd@.service  |7 +
 staging-i686/winbindd.service   |   12 +
 staging-x86_64/PKGBUILD |  257 ++
 staging-x86_64/nmbd.service |   12 +
 staging-x86_64/samba.conf   |2 
 staging-x86_64/samba.conf.d |   18 ++
 staging-x86_64/samba.install|   10 +
 staging-x86_64/samba.logrotate  |9 +
 staging-x86_64/samba.pam|3 
 staging-x86_64/samba.service|   14 ++
 staging-x86_64/smbd.service |   12 +
 staging-x86_64/smbd.socket  |9 +
 staging-x86_64/smbd@.service|7 +
 staging-x86_64/winbindd.service |   12 +
 24 files changed, 730 insertions(+)

Copied: samba/repos/staging-i686/PKGBUILD (from rev 297273, 
samba/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-06-01 12:54:15 UTC (rev 297274)
@@ -0,0 +1,257 @@
+
+# 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.6.4
+pkgrel=2
+arch=(i686 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')
+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.service
+samba.conf.d
+smbd.service
+smbd.socket
+nmbd.service
+smbd@.service
+winbindd.service
+samba.conf)

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

2017-03-09 Thread Tobias Powalowski
Date: Thursday, March 9, 2017 @ 09:04:04
  Author: tpowa
Revision: 290188

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |  257 ++
 testing-i686/nmbd.service   |   12 +
 testing-i686/samba.conf |2 
 testing-i686/samba.conf.d   |   18 ++
 testing-i686/samba.install  |   14 ++
 testing-i686/samba.logrotate|9 +
 testing-i686/samba.pam  |3 
 testing-i686/samba.service  |   14 ++
 testing-i686/smbd.service   |   12 +
 testing-i686/smbd.socket|9 +
 testing-i686/smbd@.service  |7 +
 testing-i686/winbindd.service   |   12 +
 testing-x86_64/PKGBUILD |  257 ++
 testing-x86_64/nmbd.service |   12 +
 testing-x86_64/samba.conf   |2 
 testing-x86_64/samba.conf.d |   18 ++
 testing-x86_64/samba.install|   14 ++
 testing-x86_64/samba.logrotate  |9 +
 testing-x86_64/samba.pam|3 
 testing-x86_64/samba.service|   14 ++
 testing-x86_64/smbd.service |   12 +
 testing-x86_64/smbd.socket  |9 +
 testing-x86_64/smbd@.service|7 +
 testing-x86_64/winbindd.service |   12 +
 24 files changed, 738 insertions(+)

Copied: samba/repos/testing-i686/PKGBUILD (from rev 290187, 
samba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-09 09:04:04 UTC (rev 290188)
@@ -0,0 +1,257 @@
+
+# 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.6.0
+pkgrel=1
+arch=(i686 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')
+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.service
+samba.conf.d
+smbd.service
+smbd.socket
+nmbd.service
+smbd@.service
+winbindd.service
+samba.conf)

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

2016-11-07 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 19:23:54
  Author: foutrelis
Revision: 280120

archrelease: copy trunk to staging-i686, staging-x86_64

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

-+
 staging-i686/PKGBUILD   |  257 ++
 staging-i686/nmbd.service   |   12 +
 staging-i686/samba.conf |2 
 staging-i686/samba.conf.d   |   18 ++
 staging-i686/samba.install  |   14 ++
 staging-i686/samba.logrotate|9 +
 staging-i686/samba.pam  |3 
 staging-i686/samba.service  |   14 ++
 staging-i686/smbd.service   |   12 +
 staging-i686/smbd.socket|9 +
 staging-i686/smbd@.service  |7 +
 staging-i686/winbindd.service   |   12 +
 staging-x86_64/PKGBUILD |  257 ++
 staging-x86_64/nmbd.service |   12 +
 staging-x86_64/samba.conf   |2 
 staging-x86_64/samba.conf.d |   18 ++
 staging-x86_64/samba.install|   14 ++
 staging-x86_64/samba.logrotate  |9 +
 staging-x86_64/samba.pam|3 
 staging-x86_64/samba.service|   14 ++
 staging-x86_64/smbd.service |   12 +
 staging-x86_64/smbd.socket  |9 +
 staging-x86_64/smbd@.service|7 +
 staging-x86_64/winbindd.service |   12 +
 24 files changed, 738 insertions(+)

Copied: samba/repos/staging-i686/PKGBUILD (from rev 280119, 
samba/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 19:23:54 UTC (rev 280120)
@@ -0,0 +1,257 @@
+
+# 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.5.1
+pkgrel=2
+arch=(i686 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')
+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.service
+samba.conf.d
+smbd.service
+smbd.socket
+nmbd.service
+smbd@.service
+winbindd.service
+samba.conf)

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

2016-10-27 Thread Tobias Powalowski
Date: Thursday, October 27, 2016 @ 06:00:38
  Author: tpowa
Revision: 279309

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |  257 ++
 testing-i686/nmbd.service   |   12 +
 testing-i686/samba.conf |2 
 testing-i686/samba.conf.d   |   18 ++
 testing-i686/samba.install  |   14 ++
 testing-i686/samba.logrotate|9 +
 testing-i686/samba.pam  |3 
 testing-i686/samba.service  |   14 ++
 testing-i686/smbd.service   |   12 +
 testing-i686/smbd.socket|9 +
 testing-i686/smbd@.service  |7 +
 testing-i686/winbindd.service   |   12 +
 testing-x86_64/PKGBUILD |  257 ++
 testing-x86_64/nmbd.service |   12 +
 testing-x86_64/samba.conf   |2 
 testing-x86_64/samba.conf.d |   18 ++
 testing-x86_64/samba.install|   14 ++
 testing-x86_64/samba.logrotate  |9 +
 testing-x86_64/samba.pam|3 
 testing-x86_64/samba.service|   14 ++
 testing-x86_64/smbd.service |   12 +
 testing-x86_64/smbd.socket  |9 +
 testing-x86_64/smbd@.service|7 +
 testing-x86_64/winbindd.service |   12 +
 24 files changed, 738 insertions(+)

Copied: samba/repos/testing-i686/PKGBUILD (from rev 279306, 
samba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-27 06:00:38 UTC (rev 279309)
@@ -0,0 +1,257 @@
+
+# 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.5.1
+pkgrel=1
+arch=(i686 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')
+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.service
+samba.conf.d
+smbd.service
+smbd.socket
+nmbd.service
+smbd@.service
+winbindd.service
+samba.conf)

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

2012-03-02 Thread Tobias Powalowski
Date: Friday, March 2, 2012 @ 03:43:36
  Author: tpowa
Revision: 151755

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 151754, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/samba
(from rev 151754, samba/trunk/samba)
  samba/repos/extra-i686/samba.conf.d
(from rev 151754, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.logrotate
(from rev 151754, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 151754, samba/trunk/samba.pam)
  samba/repos/extra-i686/swat.xinetd
(from rev 151754, samba/trunk/swat.xinetd)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 151754, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/samba
(from rev 151754, samba/trunk/samba)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 151754, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 151754, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 151754, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 151754, samba/trunk/swat.xinetd)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/fix-ipv6-mount.patch
  samba/repos/extra-i686/samba
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/swat.xinetd
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/fix-ipv6-mount.patch
  samba/repos/extra-x86_64/samba
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/swat.xinetd

---+
 extra-i686/PKGBUILD   |  298 ++--
 extra-i686/fix-ipv6-mount.patch   |   11 -
 extra-i686/samba  |  114 ++---
 extra-i686/samba.conf.d   |   14 -
 extra-i686/samba.logrotate|   18 +-
 extra-i686/samba.pam  |6 
 extra-i686/swat.xinetd|   20 +-
 extra-x86_64/PKGBUILD |  298 ++--
 extra-x86_64/fix-ipv6-mount.patch |   11 -
 extra-x86_64/samba|  114 ++---
 extra-x86_64/samba.conf.d |   14 -
 extra-x86_64/samba.logrotate  |   18 +-
 extra-x86_64/samba.pam|6 
 extra-x86_64/swat.xinetd  |   20 +-
 14 files changed, 478 insertions(+), 484 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 151754:151755 to see the changes.