[arch-commits] Commit in curlftpfs/repos (10 files)

Antonio Rojas arojas at archlinux.org
Thu Jan 28 21:27:44 UTC 2016


    Date: Thursday, January 28, 2016 @ 22:27:44
  Author: arojas
Revision: 159357

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

Added:
  curlftpfs/repos/community-i686/PKGBUILD
    (from rev 159353, curlftpfs/trunk/PKGBUILD)
  curlftpfs/repos/community-i686/ioerror.patch
    (from rev 159353, curlftpfs/trunk/ioerror.patch)
  curlftpfs/repos/community-i686/no-verify-hostname.patch
    (from rev 159353, curlftpfs/trunk/no-verify-hostname.patch)
  curlftpfs/repos/community-x86_64/PKGBUILD
    (from rev 159353, curlftpfs/trunk/PKGBUILD)
  curlftpfs/repos/community-x86_64/ioerror.patch
    (from rev 159353, curlftpfs/trunk/ioerror.patch)
  curlftpfs/repos/community-x86_64/no-verify-hostname.patch
    (from rev 159353, curlftpfs/trunk/no-verify-hostname.patch)
Deleted:
  curlftpfs/repos/community-i686/PKGBUILD
  curlftpfs/repos/community-i686/ioerror.patch
  curlftpfs/repos/community-x86_64/PKGBUILD
  curlftpfs/repos/community-x86_64/ioerror.patch

-------------------------------------------+
 /PKGBUILD                                 |   70 ++++++++++++++++++++++++++++
 /ioerror.patch                            |   22 ++++++++
 community-i686/PKGBUILD                   |   30 ------------
 community-i686/ioerror.patch              |   11 ----
 community-i686/no-verify-hostname.patch   |   14 +++++
 community-x86_64/PKGBUILD                 |   30 ------------
 community-x86_64/ioerror.patch            |   11 ----
 community-x86_64/no-verify-hostname.patch |   14 +++++
 8 files changed, 120 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-28 21:27:34 UTC (rev 159356)
+++ community-i686/PKGBUILD	2016-01-28 21:27:44 UTC (rev 159357)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Allan McRae <mcrae_allan at hotmail.com>
-# Contributor: Philip Nilsson <leffeman at gmail.com>
-
-pkgname=curlftpfs
-pkgver=0.9.2
-pkgrel=5
-pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl."
-url="http://curlftpfs.sourceforge.net/"
-license=('GPL')
-depends=('curl>=7.15.4' 'fuse' 'glib2')
-makedepends=('pkgconfig>=0.9.0')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz
-        ioerror.patch)
-md5sums=('b452123f755114cd4461d56c648d9f12'
-         '7a8db686293463ba3148c7032871c883')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 < "$srcdir/ioerror.patch"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install 
-}

Copied: curlftpfs/repos/community-i686/PKGBUILD (from rev 159353, curlftpfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-28 21:27:44 UTC (rev 159357)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: Philip Nilsson <leffeman at gmail.com>
+
+pkgname=curlftpfs
+pkgver=0.9.2
+pkgrel=6
+pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl."
+url="http://curlftpfs.sourceforge.net/"
+license=('GPL')
+depends=('curl' 'fuse' 'glib2')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz
+        ioerror.patch no-verify-hostname.patch)
+md5sums=('b452123f755114cd4461d56c648d9f12'
+         '7a8db686293463ba3148c7032871c883'
+         'eb1d28b9edd690aee543bd6d4f3f41ed')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../ioerror.patch
+  patch -p1 -i ../no-verify-hostname.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install 
+}

Deleted: community-i686/ioerror.patch
===================================================================
--- community-i686/ioerror.patch	2016-01-28 21:27:34 UTC (rev 159356)
+++ community-i686/ioerror.patch	2016-01-28 21:27:44 UTC (rev 159357)
@@ -1,11 +0,0 @@
---- curlftpfs-0.9.2.orig/ftpfs.c	2008-04-30 03:05:47.000000000 +0400
-+++ curlftpfs-0.9.2.orig/ftpfs.c	2011-01-20 20:33:38.000000000 +0300
-@@ -503,7 +503,7 @@ static void *ftpfs_write_thread(void *da
-   
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
--  curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
-+  curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);

Copied: curlftpfs/repos/community-i686/ioerror.patch (from rev 159353, curlftpfs/trunk/ioerror.patch)
===================================================================
--- community-i686/ioerror.patch	                        (rev 0)
+++ community-i686/ioerror.patch	2016-01-28 21:27:44 UTC (rev 159357)
@@ -0,0 +1,11 @@
+--- curlftpfs-0.9.2.orig/ftpfs.c	2008-04-30 03:05:47.000000000 +0400
++++ curlftpfs-0.9.2.orig/ftpfs.c	2011-01-20 20:33:38.000000000 +0300
+@@ -503,7 +503,7 @@ static void *ftpfs_write_thread(void *da
+   
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
+-  curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
++  curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);

Copied: curlftpfs/repos/community-i686/no-verify-hostname.patch (from rev 159353, curlftpfs/trunk/no-verify-hostname.patch)
===================================================================
--- community-i686/no-verify-hostname.patch	                        (rev 0)
+++ community-i686/no-verify-hostname.patch	2016-01-28 21:27:44 UTC (rev 159357)
@@ -0,0 +1,14 @@
+diff -aur curlftpfs-0.9.2.orig/ftpfs.c curlftpfs-0.9.2.new/ftpfs.c
+--- curlftpfs-0.9.2.orig/ftpfs.c	2016-01-25 17:01:32.150581272 +0100
++++ curlftpfs-0.9.2.new/ftpfs.c	2016-01-25 17:02:08.566538053 +0100
+@@ -1625,9 +1625,7 @@
+   }
+ 
+   if (ftpfs.no_verify_hostname) {
+-    /* The default is 2 which verifies even the host string. This sets to 1
+-     * which means verify the host but not the string. */
+-    curl_easy_setopt_or_die(easy, CURLOPT_SSL_VERIFYHOST, 1);
++    curl_easy_setopt_or_die(easy, CURLOPT_SSL_VERIFYHOST, 0);
+   }
+ 
+   curl_easy_setopt_or_die(easy, CURLOPT_INTERFACE, ftpfs.interface);

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-28 21:27:34 UTC (rev 159356)
+++ community-x86_64/PKGBUILD	2016-01-28 21:27:44 UTC (rev 159357)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Allan McRae <mcrae_allan at hotmail.com>
-# Contributor: Philip Nilsson <leffeman at gmail.com>
-
-pkgname=curlftpfs
-pkgver=0.9.2
-pkgrel=5
-pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl."
-url="http://curlftpfs.sourceforge.net/"
-license=('GPL')
-depends=('curl>=7.15.4' 'fuse' 'glib2')
-makedepends=('pkgconfig>=0.9.0')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz
-        ioerror.patch)
-md5sums=('b452123f755114cd4461d56c648d9f12'
-         '7a8db686293463ba3148c7032871c883')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 < "$srcdir/ioerror.patch"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install 
-}

Copied: curlftpfs/repos/community-x86_64/PKGBUILD (from rev 159353, curlftpfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-28 21:27:44 UTC (rev 159357)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: Philip Nilsson <leffeman at gmail.com>
+
+pkgname=curlftpfs
+pkgver=0.9.2
+pkgrel=6
+pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl."
+url="http://curlftpfs.sourceforge.net/"
+license=('GPL')
+depends=('curl' 'fuse' 'glib2')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz
+        ioerror.patch no-verify-hostname.patch)
+md5sums=('b452123f755114cd4461d56c648d9f12'
+         '7a8db686293463ba3148c7032871c883'
+         'eb1d28b9edd690aee543bd6d4f3f41ed')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../ioerror.patch
+  patch -p1 -i ../no-verify-hostname.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install 
+}

Deleted: community-x86_64/ioerror.patch
===================================================================
--- community-x86_64/ioerror.patch	2016-01-28 21:27:34 UTC (rev 159356)
+++ community-x86_64/ioerror.patch	2016-01-28 21:27:44 UTC (rev 159357)
@@ -1,11 +0,0 @@
---- curlftpfs-0.9.2.orig/ftpfs.c	2008-04-30 03:05:47.000000000 +0400
-+++ curlftpfs-0.9.2.orig/ftpfs.c	2011-01-20 20:33:38.000000000 +0300
-@@ -503,7 +503,7 @@ static void *ftpfs_write_thread(void *da
-   
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
--  curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
-+  curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
-   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);

Copied: curlftpfs/repos/community-x86_64/ioerror.patch (from rev 159353, curlftpfs/trunk/ioerror.patch)
===================================================================
--- community-x86_64/ioerror.patch	                        (rev 0)
+++ community-x86_64/ioerror.patch	2016-01-28 21:27:44 UTC (rev 159357)
@@ -0,0 +1,11 @@
+--- curlftpfs-0.9.2.orig/ftpfs.c	2008-04-30 03:05:47.000000000 +0400
++++ curlftpfs-0.9.2.orig/ftpfs.c	2011-01-20 20:33:38.000000000 +0300
+@@ -503,7 +503,7 @@ static void *ftpfs_write_thread(void *da
+   
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
+-  curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
++  curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
+   curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);

Copied: curlftpfs/repos/community-x86_64/no-verify-hostname.patch (from rev 159353, curlftpfs/trunk/no-verify-hostname.patch)
===================================================================
--- community-x86_64/no-verify-hostname.patch	                        (rev 0)
+++ community-x86_64/no-verify-hostname.patch	2016-01-28 21:27:44 UTC (rev 159357)
@@ -0,0 +1,14 @@
+diff -aur curlftpfs-0.9.2.orig/ftpfs.c curlftpfs-0.9.2.new/ftpfs.c
+--- curlftpfs-0.9.2.orig/ftpfs.c	2016-01-25 17:01:32.150581272 +0100
++++ curlftpfs-0.9.2.new/ftpfs.c	2016-01-25 17:02:08.566538053 +0100
+@@ -1625,9 +1625,7 @@
+   }
+ 
+   if (ftpfs.no_verify_hostname) {
+-    /* The default is 2 which verifies even the host string. This sets to 1
+-     * which means verify the host but not the string. */
+-    curl_easy_setopt_or_die(easy, CURLOPT_SSL_VERIFYHOST, 1);
++    curl_easy_setopt_or_die(easy, CURLOPT_SSL_VERIFYHOST, 0);
+   }
+ 
+   curl_easy_setopt_or_die(easy, CURLOPT_INTERFACE, ftpfs.interface);



More information about the arch-commits mailing list