[arch-commits] Commit in cifs-utils/repos/extra-x86_64 (5 files)

2020-12-17 Thread Tobias Powalowski via arch-commits
Date: Thursday, December 17, 2020 @ 09:37:56
  Author: tpowa
Revision: 404432

archrelease: copy trunk to extra-x86_64

Added:
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 404431, cifs-utils/trunk/PKGBUILD)
  
cifs-utils/repos/extra-x86_64/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch
(from rev 404431, 
cifs-utils/trunk/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch)
  
cifs-utils/repos/extra-x86_64/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1_part-2.patch
(from rev 404431, 
cifs-utils/trunk/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1_part-2.patch)
Deleted:
  cifs-utils/repos/extra-x86_64/PKGBUILD
  
cifs-utils/repos/extra-x86_64/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch

--+
 PKGBUILD |   95 ++--
 cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch|  202 
+-
 cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1_part-2.patch |   58 ++
 3 files changed, 208 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 09:37:48 UTC (rev 404431)
+++ PKGBUILD2020-12-17 09:37:56 UTC (rev 404432)
@@ -1,46 +0,0 @@
-# Maintainer: Tobias Powalowski 
-pkgname=cifs-utils
-pkgver=6.11
-pkgrel=2
-pkgdesc="CIFS filesystem user-space tools"
-arch=(x86_64)
-url="https://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
-makedepends=('python-docutils')
-source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc}
-   "cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch")
-
-validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
-sha256sums=('b859239a3f204f8220d3e54ed43bf8109e1ef202042dd87ba87492f8878728d9'
-'SKIP'
-'0edcd01eb3e721a5726cc00160667dc2f7c935883bad71711288488081f81e5b')
-
-prepare() {
-  # Fix install to honor DESTDIR
-  sed -e 's|\$(man8dir)|$(DESTDIR)$(man8dir)|g' -e 's|cd \$(ROOTSBINDIR)|cd 
$(DESTDIR)$(ROOTSBINDIR)|g' -i $pkgname-$pkgver/Makefile.am
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i 
$srcdir/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  autoreconf -i
-  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
-  mkdir -p "$pkgdir"/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.idmap.conf 
"$pkgdir"/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.spnego.conf 
"$pkgdir"/etc/request-key.d
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s "$pkgdir"/usr/bin/mount.cifs
-  # fix idmap-plugin #42052
-  mkdir -p "$pkgdir"/etc/cifs-utils
-  ln -s /usr/lib/cifs-utils/idmapwb.so "${pkgdir}"/etc/cifs-utils/idmap-plugin
-}

Copied: cifs-utils/repos/extra-x86_64/PKGBUILD (from rev 404431, 
cifs-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 09:37:56 UTC (rev 404432)
@@ -0,0 +1,49 @@
+# Maintainer: Tobias Powalowski 
+pkgname=cifs-utils
+pkgver=6.11
+pkgrel=3
+pkgdesc="CIFS filesystem user-space tools"
+arch=(x86_64)
+url="https://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
+makedepends=('python-docutils')
+source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc}
+   "cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch"
+"cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1_part-2.patch")
+
+validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
+sha256sums=('b859239a3f204f8220d3e54ed43bf8109e1ef202042dd87ba87492f8878728d9'
+'SKIP'
+'0edcd01eb3e721a5726cc00160667dc2f7c935883bad71711288488081f81e5b'
+'acdf75f2d3895d60414f19b2401f3349af23252717bf669529848f9d35d70604')
+
+prepare() {
+  # Fix install to honor DESTDIR
+  sed -e 's|\$(man8dir)|$(DESTDIR)$(man8dir)|g' -e 's|cd \$(ROOTSBINDIR)|cd 
$(DESTDIR)$(ROOTSBINDIR)|g' -i $pkgname-$pkgver/Makefile.am
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i 
"$srcdir/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch"
+  patch -Np1 -i 
"$srcdir/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1_part-2.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  autoreconf -i
+  ./configure --prefix=/usr --sbindir=/usr/bin 

[arch-commits] Commit in cifs-utils/repos/extra-x86_64 (4 files)

2020-01-04 Thread Antonio Rojas via arch-commits
Date: Saturday, January 4, 2020 @ 09:49:11
  Author: arojas
Revision: 372538

archrelease: copy trunk to extra-x86_64

Added:
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 372537, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch
(from rev 372537, cifs-utils/trunk/fix-5.9-credentials.patch)
Deleted:
  cifs-utils/repos/extra-x86_64/PKGBUILD
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch

---+
 PKGBUILD  |   77 +++-
 fix-5.9-credentials.patch |   32 +-
 2 files changed, 57 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-04 09:48:52 UTC (rev 372537)
+++ PKGBUILD2020-01-04 09:49:11 UTC (rev 372538)
@@ -1,36 +0,0 @@
-# Maintainer: Tobias Powalowski 
-pkgname=cifs-utils
-pkgver=6.9
-pkgrel=1
-pkgdesc="CIFS filesystem user-space tools"
-arch=(x86_64)
-url="https://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
-makedepends=('python-docutils')
-source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
-validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  autoreconf -i
-  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
-  mkdir -p "$pkgdir"/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.idmap.conf 
"$pkgdir"/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.spnego.conf 
"$pkgdir"/etc/request-key.d
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s "$pkgdir"/usr/bin/mount.cifs
-  # fix idmap-plugin #42052
-  mkdir -p "$pkgdir"/etc/cifs-utils
-  ln -s /usr/lib/cifs-utils/idmapwb.so "${pkgdir}"/etc/cifs-utils/idmap-plugin
-}
-md5sums=('6ae854852e39ab1d5e2e3b512fdffb08'
- 'SKIP')

Copied: cifs-utils/repos/extra-x86_64/PKGBUILD (from rev 372537, 
cifs-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-04 09:49:11 UTC (rev 372538)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski 
+pkgname=cifs-utils
+pkgver=6.10
+pkgrel=1
+pkgdesc="CIFS filesystem user-space tools"
+arch=(x86_64)
+url="https://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
+makedepends=('python-docutils')
+source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
+validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
+md5sums=('1cb2d653ccc77f8644213340a4f6b7dc'
+ 'SKIP')
+
+prepare() {
+  # Fix install to honor DESTDIR
+  sed -e 's|\$(man8dir)|$(DESTDIR)$(man8dir)|g' -e 's|cd \$(ROOTSBINDIR)|cd 
$(DESTDIR)$(ROOTSBINDIR)|g' -i $pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  autoreconf -i
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install -j1
+  mkdir -p "$pkgdir"/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.idmap.conf 
"$pkgdir"/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.spnego.conf 
"$pkgdir"/etc/request-key.d
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s "$pkgdir"/usr/bin/mount.cifs
+  # fix idmap-plugin #42052
+  mkdir -p "$pkgdir"/etc/cifs-utils
+  ln -s /usr/lib/cifs-utils/idmapwb.so "${pkgdir}"/etc/cifs-utils/idmap-plugin
+}

Deleted: fix-5.9-credentials.patch
===
--- fix-5.9-credentials.patch   2020-01-04 09:48:52 UTC (rev 372537)
+++ fix-5.9-credentials.patch   2020-01-04 09:49:11 UTC (rev 372538)
@@ -1,16 +0,0 @@
-X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
-
-diff --git a/mount.cifs.c b/mount.cifs.c
-index c7c3055..40b77e9 100644
 a/mount.cifs.c
-+++ b/mount.cifs.c
-@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
-   switch (parse_cred_line(line_buf + i, _val)) {
-   case CRED_USER:
-   strlcpy(parsed_info->username, temp_val,
--  

[arch-commits] Commit in cifs-utils/repos/extra-x86_64 (4 files)

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Wednesday, June 27, 2018 @ 04:45:05
  Author: tpowa
Revision: 327670

archrelease: copy trunk to extra-x86_64

Added:
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 327669, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch
(from rev 327669, cifs-utils/trunk/fix-5.9-credentials.patch)
Deleted:
  cifs-utils/repos/extra-x86_64/PKGBUILD
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch

---+
 PKGBUILD  |   73 ++--
 fix-5.9-credentials.patch |   32 +--
 2 files changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 04:44:57 UTC (rev 327669)
+++ PKGBUILD2018-06-27 04:45:05 UTC (rev 327670)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=cifs-utils
-pkgver=6.8
-pkgrel=1
-pkgdesc="CIFS filesystem user-space tools"
-arch=(x86_64)
-url="http://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
-source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
-validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  autoreconf -i
-  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
-  mkdir -p $pkgdir/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.idmap.conf 
$pkgdir/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.spnego.conf 
$pkgdir/etc/request-key.d
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/usr/bin/mount.cifs
-  # fix idmap-plugin #42052
-  mkdir -p $pkgdir/etc/cifs-utils
-  ln -s /usr/lib/cifs-utils/idmapwb.so ${pkgdir}/etc/cifs-utils/idmap-plugin
-}
-md5sums=('a385d60293e6f9e4cb0d4ac2093990d8'
- 'SKIP')

Copied: cifs-utils/repos/extra-x86_64/PKGBUILD (from rev 327669, 
cifs-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 04:45:05 UTC (rev 327670)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=cifs-utils
+pkgver=6.8
+pkgrel=2
+pkgdesc="CIFS filesystem user-space tools"
+arch=(x86_64)
+url="http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
+makedepends=('python-docutils')
+source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
+validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  autoreconf -i
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
+  mkdir -p $pkgdir/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.idmap.conf 
$pkgdir/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.spnego.conf 
$pkgdir/etc/request-key.d
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+  # fix idmap-plugin #42052
+  mkdir -p $pkgdir/etc/cifs-utils
+  ln -s /usr/lib/cifs-utils/idmapwb.so ${pkgdir}/etc/cifs-utils/idmap-plugin
+}
+md5sums=('a385d60293e6f9e4cb0d4ac2093990d8'
+ 'SKIP')

Deleted: fix-5.9-credentials.patch
===
--- fix-5.9-credentials.patch   2018-06-27 04:44:57 UTC (rev 327669)
+++ fix-5.9-credentials.patch   2018-06-27 04:45:05 UTC (rev 327670)
@@ -1,16 +0,0 @@
-X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
-
-diff --git a/mount.cifs.c b/mount.cifs.c
-index c7c3055..40b77e9 100644
 a/mount.cifs.c
-+++ b/mount.cifs.c
-@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
-   switch (parse_cred_line(line_buf + i, _val)) {
-   case CRED_USER:
-   strlcpy(parsed_info->username, temp_val,
--  sizeof(parsed_info->domain));
-+  sizeof(parsed_info->username));
-+  parsed_info->got_user = 1;
-   break;
-   case CRED_PASS:
-   i = 

[arch-commits] Commit in cifs-utils/repos/extra-x86_64 (4 files)

2018-06-22 Thread Tobias Powalowski via arch-commits
Date: Friday, June 22, 2018 @ 09:26:27
  Author: tpowa
Revision: 327452

archrelease: copy trunk to extra-x86_64

Added:
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 327451, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch
(from rev 327451, cifs-utils/trunk/fix-5.9-credentials.patch)
Deleted:
  cifs-utils/repos/extra-x86_64/PKGBUILD
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch

---+
 PKGBUILD  |   72 ++--
 fix-5.9-credentials.patch |   32 +--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-22 09:26:21 UTC (rev 327451)
+++ PKGBUILD2018-06-22 09:26:27 UTC (rev 327452)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=cifs-utils
-pkgver=6.7
-pkgrel=2
-pkgdesc="CIFS filesystem user-space tools"
-arch=(i686 x86_64)
-url="http://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
-source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
-validpgpkeys=('98EDEB95638461E78CE83B795AFDBFB270F3B981') #cifs-utils 
Distribution Verification Key 
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  autoreconf -i
-  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
-  mkdir -p $pkgdir/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.idmap.conf 
$pkgdir/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.spnego.conf 
$pkgdir/etc/request-key.d
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/usr/bin/mount.cifs
-  # fix idmap-plugin #42052
-  mkdir -p $pkgdir/etc/cifs-utils
-  ln -s /usr/lib/cifs-utils/idmapwb.so ${pkgdir}/etc/cifs-utils/idmap-plugin
-}
-md5sums=('af3ae1d27aca624c4daac5bf3eb0d4c1'
- 'SKIP')

Copied: cifs-utils/repos/extra-x86_64/PKGBUILD (from rev 327451, 
cifs-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-22 09:26:27 UTC (rev 327452)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=cifs-utils
+pkgver=6.8
+pkgrel=1
+pkgdesc="CIFS filesystem user-space tools"
+arch=(x86_64)
+url="http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
+source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
+validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  autoreconf -i
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
+  mkdir -p $pkgdir/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.idmap.conf 
$pkgdir/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.spnego.conf 
$pkgdir/etc/request-key.d
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+  # fix idmap-plugin #42052
+  mkdir -p $pkgdir/etc/cifs-utils
+  ln -s /usr/lib/cifs-utils/idmapwb.so ${pkgdir}/etc/cifs-utils/idmap-plugin
+}
+md5sums=('a385d60293e6f9e4cb0d4ac2093990d8'
+ 'SKIP')

Deleted: fix-5.9-credentials.patch
===
--- fix-5.9-credentials.patch   2018-06-22 09:26:21 UTC (rev 327451)
+++ fix-5.9-credentials.patch   2018-06-22 09:26:27 UTC (rev 327452)
@@ -1,16 +0,0 @@
-X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
-
-diff --git a/mount.cifs.c b/mount.cifs.c
-index c7c3055..40b77e9 100644
 a/mount.cifs.c
-+++ b/mount.cifs.c
-@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
-   switch (parse_cred_line(line_buf + i, _val)) {
-   case CRED_USER:
-   strlcpy(parsed_info->username, temp_val,
--  sizeof(parsed_info->domain));
-+  sizeof(parsed_info->username));
-+  parsed_info->got_user = 1;
-   break;
-   case CRED_PASS:
-   i = set_password(parsed_info, temp_val);

Copied: 

[arch-commits] Commit in cifs-utils/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2012-03-02 Thread Tobias Powalowski
Date: Friday, March 2, 2012 @ 03:42:11
  Author: tpowa
Revision: 151753

archrelease: copy trunk to extra-x86_64

Added:
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 151752, cifs-utils/trunk/PKGBUILD)
Deleted:
  cifs-utils/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   51 +--
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-02 08:41:52 UTC (rev 151752)
+++ PKGBUILD2012-03-02 08:42:11 UTC (rev 151753)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=cifs-utils
-pkgver=5.3
-pkgrel=1
-pkgdesc=CIFS filesystem user-space tools
-arch=(i686 x86_64)
-url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
-# deinstall smbclient first!
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/sbin/mount.cifs
-}
-md5sums=('e1a428558a96d2d28ccdaacdc47ea0b7')

Copied: cifs-utils/repos/extra-x86_64/PKGBUILD (from rev 151752, 
cifs-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-02 08:42:11 UTC (rev 151753)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=cifs-utils
+pkgver=5.3
+pkgrel=2
+pkgdesc=CIFS filesystem user-space tools
+arch=(i686 x86_64)
+url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/sbin/mount.cifs
+}
+md5sums=('e1a428558a96d2d28ccdaacdc47ea0b7')



[arch-commits] Commit in cifs-utils/repos (extra-x86_64 testing-x86_64)

2011-05-11 Thread Stéphane Gaudreault
Date: Wednesday, May 11, 2011 @ 11:20:52
  Author: stephane
Revision: 123476

db-move: moved cifs-utils from [testing] to [extra] (x86_64)

Added:
  cifs-utils/repos/extra-x86_64/
Deleted:
  cifs-utils/repos/testing-x86_64/



[arch-commits] Commit in cifs-utils/repos (extra-x86_64)

2011-05-11 Thread Stéphane Gaudreault
Date: Wednesday, May 11, 2011 @ 11:20:51
  Author: stephane
Revision: 123475

db-move: cifs-utils removed by stephane for move to [extra] (x86_64)

Deleted:
  cifs-utils/repos/extra-x86_64/



[arch-commits] Commit in cifs-utils/repos (extra-x86_64)

2011-03-30 Thread Tobias Powalowski
Date: Wednesday, March 30, 2011 @ 09:35:12
  Author: tpowa
Revision: 117244

archrelease: remove extra-x86_64

Deleted:
  cifs-utils/repos/extra-x86_64/



[arch-commits] Commit in cifs-utils/repos (extra-x86_64)

2011-03-30 Thread Tobias Powalowski
Date: Wednesday, March 30, 2011 @ 09:35:25
  Author: tpowa
Revision: 117245

archrelease: copy trunk to extra-x86_64

Added:
  cifs-utils/repos/extra-x86_64/



[arch-commits] Commit in cifs-utils/repos (extra-x86_64)

2011-03-26 Thread Tobias Powalowski
Date: Saturday, March 26, 2011 @ 11:04:44
  Author: tpowa
Revision: 116948

archrelease: copy trunk to extra-x86_64

Added:
  cifs-utils/repos/extra-x86_64/