[arch-commits] Commit in encfs/repos (6 files)

2017-07-30 Thread Jaroslav Lichtblau
Date: Sunday, July 30, 2017 @ 10:10:36
  Author: jlichtblau
Revision: 246967

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

Added:
  encfs/repos/community-i686/PKGBUILD
(from rev 246966, encfs/trunk/PKGBUILD)
  encfs/repos/community-x86_64/PKGBUILD
(from rev 246966, encfs/trunk/PKGBUILD)
Deleted:
  encfs/repos/community-i686/PKGBUILD
  encfs/repos/community-i686/encfs-openssl-1.1.patch
  encfs/repos/community-x86_64/PKGBUILD
  encfs/repos/community-x86_64/encfs-openssl-1.1.patch

--+
 /PKGBUILD|   96 +++
 community-i686/PKGBUILD  |   56 
 community-i686/encfs-openssl-1.1.patch   |  350 -
 community-x86_64/PKGBUILD|   56 
 community-x86_64/encfs-openssl-1.1.patch |  350 -
 5 files changed, 96 insertions(+), 812 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-30 10:10:20 UTC (rev 246966)
+++ community-i686/PKGBUILD 2017-07-30 10:10:36 UTC (rev 246967)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber, 
-# Contributor: Daniel J Griffiths 
-
-pkgname=encfs
-pkgver=1.9.1
-pkgrel=5
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='https://vgough.github.io/encfs/'
-license=('LGPL')
-depends=('openssl' 'fuse2' 'tinyxml2')
-makedepends=('cmake')
-source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc}
 encfs-openssl-1.1.patch)
-validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
-sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4'
-'SKIP'
-'2ffc0bbde3aed0c86b5d64865108b0538503ec0ccc9a7a3c1a0156cec4ebc937')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # fix build with openssl 1.1 (Debian)
-  patch -p1 -i ../encfs-openssl-1.1.patch
-}
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-  -DUSE_INTERNAL_TINYXML=OFF \
-  -DINSTALL_LIBENCFS=ON \
-  -DBUILD_SHARED_LIBS=ON \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}"/build
-
-  make test
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
- 
-# FS#51802
-  chmod +x "${pkgdir}"/usr/bin/encfssh
-}

Copied: encfs/repos/community-i686/PKGBUILD (from rev 246966, 
encfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-30 10:10:36 UTC (rev 246967)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Contributor: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('openssl' 'fuse2' 'tinyxml2')
+makedepends=('cmake')
+source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+# validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
+validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740') # Jakob 
Unterwurzacher 
+sha256sums=('cd9e972cd9565cdc26473c86d2c77c98de31fc6f604fa7d149dd5d6e35d46eaa'
+'SKIP')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+  -DUSE_INTERNAL_TINYXML=OFF \
+  -DINSTALL_LIBENCFS=ON \
+  -DBUILD_SHARED_LIBS=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+# https://github.com/vgough/encfs/issues/358
+# check() {
+#   cd "${srcdir}"/build
+#
+#   make test
+# }
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/encfs-openssl-1.1.patch
===
--- community-i686/encfs-openssl-1.1.patch  2017-07-30 10:10:20 UTC (rev 
246966)
+++ community-i686/encfs-openssl-1.1.patch  2017-07-30 10:10:36 UTC (rev 
246967)
@@ -1,350 +0,0 @@
-diff --git a/encfs/SSL_Cipher.cpp b/encfs/SSL_Cipher.cpp
-index e9ba424..4d14755 100644
 a/encfs/SSL_Cipher.cpp
-+++ b/encfs/SSL_Cipher.cpp
-@@ -36,6 +36,7 @@
- #include "Interface.h"
- #include "Mutex.h"
- #include "Range.h"
-+#include "SSL_Compat.h"
- #include "SSL_Cipher.h"
- #include "intl/gettext.h"
- 
-@@ -74,19 +75,19 @@ int BytesToKey(int keyLen, int ivLen, const EVP_MD *md,
-   int nkey = key ? keyLen : 0;
-   int niv = iv ? ivLen : 0;
- 
--  EVP_MD_CTX cx;
--  EVP_MD_CTX_init(&cx);
-+  EVP_MD_CTX *cx = EVP_MD_CTX_new();
-+  EVP_MD_CTX_init(cx);
- 
-   for (;;) {
--EVP_DigestInit_ex(&cx, md, NULL);
--if (addmd++) EV

[arch-commits] Commit in encfs/repos (6 files)

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 23:25:01
  Author: arojas
Revision: 214717

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

Added:
  encfs/repos/community-staging-i686/
  encfs/repos/community-staging-i686/PKGBUILD
(from rev 214716, encfs/trunk/PKGBUILD)
  encfs/repos/community-staging-i686/encfs-openssl-1.1.patch
(from rev 214716, encfs/trunk/encfs-openssl-1.1.patch)
  encfs/repos/community-staging-x86_64/
  encfs/repos/community-staging-x86_64/PKGBUILD
(from rev 214716, encfs/trunk/PKGBUILD)
  encfs/repos/community-staging-x86_64/encfs-openssl-1.1.patch
(from rev 214716, encfs/trunk/encfs-openssl-1.1.patch)

--+
 community-staging-i686/PKGBUILD  |   56 +++
 community-staging-i686/encfs-openssl-1.1.patch   |  350 +
 community-staging-x86_64/PKGBUILD|   56 +++
 community-staging-x86_64/encfs-openssl-1.1.patch |  350 +
 4 files changed, 812 insertions(+)

Copied: encfs/repos/community-staging-i686/PKGBUILD (from rev 214716, 
encfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-03 23:25:01 UTC (rev 214717)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Contributor: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.9.1
+pkgrel=4
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('openssl' 'fuse2' 'tinyxml2')
+makedepends=('cmake')
+source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc}
 encfs-openssl-1.1.patch)
+validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
+sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4'
+'SKIP'
+'2ffc0bbde3aed0c86b5d64865108b0538503ec0ccc9a7a3c1a0156cec4ebc937')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix build with openssl 1.1 (Debian)
+  patch -p1 -i ../encfs-openssl-1.1.patch
+}
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+  -DUSE_INTERNAL_TINYXML=OFF \
+  -DINSTALL_LIBENCFS=ON \
+  -DBUILD_SHARED_LIBS=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+ 
+# FS#51802
+  chmod +x "${pkgdir}"/usr/bin/encfssh
+}

Copied: encfs/repos/community-staging-i686/encfs-openssl-1.1.patch (from rev 
214716, encfs/trunk/encfs-openssl-1.1.patch)
===
--- community-staging-i686/encfs-openssl-1.1.patch  
(rev 0)
+++ community-staging-i686/encfs-openssl-1.1.patch  2017-03-03 23:25:01 UTC 
(rev 214717)
@@ -0,0 +1,350 @@
+diff --git a/encfs/SSL_Cipher.cpp b/encfs/SSL_Cipher.cpp
+index e9ba424..4d14755 100644
+--- a/encfs/SSL_Cipher.cpp
 b/encfs/SSL_Cipher.cpp
+@@ -36,6 +36,7 @@
+ #include "Interface.h"
+ #include "Mutex.h"
+ #include "Range.h"
++#include "SSL_Compat.h"
+ #include "SSL_Cipher.h"
+ #include "intl/gettext.h"
+ 
+@@ -74,19 +75,19 @@ int BytesToKey(int keyLen, int ivLen, const EVP_MD *md,
+   int nkey = key ? keyLen : 0;
+   int niv = iv ? ivLen : 0;
+ 
+-  EVP_MD_CTX cx;
+-  EVP_MD_CTX_init(&cx);
++  EVP_MD_CTX *cx = EVP_MD_CTX_new();
++  EVP_MD_CTX_init(cx);
+ 
+   for (;;) {
+-EVP_DigestInit_ex(&cx, md, NULL);
+-if (addmd++) EVP_DigestUpdate(&cx, mdBuf, mds);
+-EVP_DigestUpdate(&cx, data, dataLen);
+-EVP_DigestFinal_ex(&cx, mdBuf, &mds);
++EVP_DigestInit_ex(cx, md, NULL);
++if (addmd++) EVP_DigestUpdate(cx, mdBuf, mds);
++EVP_DigestUpdate(cx, data, dataLen);
++EVP_DigestFinal_ex(cx, mdBuf, &mds);
+ 
+ for (unsigned int i = 1; i < rounds; ++i) {
+-  EVP_DigestInit_ex(&cx, md, NULL);
+-  EVP_DigestUpdate(&cx, mdBuf, mds);
+-  EVP_DigestFinal_ex(&cx, mdBuf, &mds);
++  EVP_DigestInit_ex(cx, md, NULL);
++  EVP_DigestUpdate(cx, mdBuf, mds);
++  EVP_DigestFinal_ex(cx, mdBuf, &mds);
+ }
+ 
+ int offset = 0;
+@@ -106,7 +107,7 @@ int BytesToKey(int keyLen, int ivLen, const EVP_MD *md,
+ }
+ if ((nkey == 0) && (niv == 0)) break;
+   }
+-  EVP_MD_CTX_cleanup(&cx);
++  EVP_MD_CTX_free(cx);
+   OPENSSL_cleanse(mdBuf, sizeof(mdBuf));
+ 
+   return keyLen;
+@@ -229,12 +230,12 @@ class SSLKey : public AbstractCipherKey {
+   // followed by iv of _ivLength bytes,
+   unsigned char *buffer;
+ 
+-  EVP_CIPHER_CTX block_enc;
+-  EVP_CIPHER_CTX block_dec;
+-  EVP_CIPHER_CTX stream_enc;
+-  EVP_CIPHER_CTX stream_dec;
++  EVP_CIPHER_CTX *block_enc;
++  EVP_CIPHER_CTX *block_dec;
++  EVP_CIPHER_CTX *stream_enc;

[arch-commits] Commit in encfs/repos (6 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:12
  Author: stephane
Revision: 87409

db-move: moved encfs from [community-testing] to [community] (i686, x86_64)

Added:
  encfs/repos/community-i686/PKGBUILD
(from rev 87401, encfs/repos/community-testing-i686/PKGBUILD)
  encfs/repos/community-x86_64/PKGBUILD
(from rev 87401, encfs/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  encfs/repos/community-i686/PKGBUILD
  encfs/repos/community-testing-i686/
  encfs/repos/community-testing-x86_64/
  encfs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:11 UTC (rev 87408)
+++ community-i686/PKGBUILD 2013-03-31 19:18:12 UTC (rev 87409)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber, 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=9
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-options=('!libtool')
-source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: encfs/repos/community-i686/PKGBUILD (from rev 87401, 
encfs/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:12 UTC (rev 87409)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=10
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-31 19:18:11 UTC (rev 87408)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:12 UTC (rev 87409)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber, 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=9
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-options=('!libtool')
-source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: encfs/repos/community-x86_64/PKGBUILD (from rev 87401, 
encfs/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:12 UTC (rev 87409)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=10
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in encfs/repos (6 files)

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:07
  Author: stephane
Revision: 87285

db-move: moved encfs from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  encfs/repos/community-testing-i686/
  encfs/repos/community-testing-i686/PKGBUILD
(from rev 87277, encfs/repos/community-staging-i686/PKGBUILD)
  encfs/repos/community-testing-x86_64/
  encfs/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, encfs/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  encfs/repos/community-staging-i686/
  encfs/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: encfs/repos/community-testing-i686/PKGBUILD (from rev 87277, 
encfs/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:07 UTC (rev 87285)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=10
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: encfs/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
encfs/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:07 UTC (rev 87285)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=10
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in encfs/repos (6 files)

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:32
  Author: stephane
Revision: 83246

db-move: moved encfs from [community-testing] to [community] (i686, x86_64)

Added:
  encfs/repos/community-i686/PKGBUILD
(from rev 83238, encfs/repos/community-testing-i686/PKGBUILD)
  encfs/repos/community-x86_64/PKGBUILD
(from rev 83238, encfs/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  encfs/repos/community-i686/PKGBUILD
  encfs/repos/community-testing-i686/
  encfs/repos/community-testing-x86_64/
  encfs/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   66 ++--
 community-x86_64/PKGBUILD |   66 ++--
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:31 UTC (rev 83245)
+++ community-i686/PKGBUILD 2013-01-28 16:49:32 UTC (rev 83246)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber, 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=8
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-options=('!libtool')
-source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: encfs/repos/community-i686/PKGBUILD (from rev 83238, 
encfs/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:32 UTC (rev 83246)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=9
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:31 UTC (rev 83245)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:32 UTC (rev 83246)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber, 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=8
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-options=('!libtool')
-source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: encfs/repos/community-x86_64/PKGBUILD (from rev 83238, 
encfs/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:32 UTC (rev 83246)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=9
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}