[arch-commits] Commit in qca-ossl/repos (8 files)

Pierre Schmitz pierre at archlinux.org
Wed Feb 8 10:01:02 UTC 2012


    Date: Wednesday, February 8, 2012 @ 05:01:02
  Author: pierre
Revision: 149481

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

Added:
  qca-ossl/repos/extra-i686/PKGBUILD
    (from rev 149480, qca-ossl/trunk/PKGBUILD)
  qca-ossl/repos/extra-i686/no-whirlpool.patch
    (from rev 149480, qca-ossl/trunk/no-whirlpool.patch)
  qca-ossl/repos/extra-x86_64/PKGBUILD
    (from rev 149480, qca-ossl/trunk/PKGBUILD)
  qca-ossl/repos/extra-x86_64/no-whirlpool.patch
    (from rev 149480, qca-ossl/trunk/no-whirlpool.patch)
Deleted:
  qca-ossl/repos/extra-i686/PKGBUILD
  qca-ossl/repos/extra-i686/no-whirlpool.patch
  qca-ossl/repos/extra-x86_64/PKGBUILD
  qca-ossl/repos/extra-x86_64/no-whirlpool.patch

---------------------------------+
 extra-i686/PKGBUILD             |   60 +++++++++++++++++++-------------------
 extra-i686/no-whirlpool.patch   |   42 +++++++++++++-------------
 extra-x86_64/PKGBUILD           |   60 +++++++++++++++++++-------------------
 extra-x86_64/no-whirlpool.patch |   42 +++++++++++++-------------
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-08 10:00:35 UTC (rev 149480)
+++ extra-i686/PKGBUILD	2012-02-08 10:01:02 UTC (rev 149481)
@@ -1,30 +0,0 @@
-# $Id: $
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=qca-ossl
-pkgver=2.0.0
-_pkgver=2.0.0-beta3
-pkgrel=3
-pkgdesc="Qt Cryptographic Architecture"
-arch=('i686' 'x86_64')
-url="http://delta.affinix.com/qca/"
-license=('LGPL')
-depends=('qca')
-source=("http://delta.affinix.com/download/qca/2.0/plugins/${pkgname}-${_pkgver}.tar.bz2"
-        'no-whirlpool.patch')
-md5sums=('bdc62c01321385c7da8d27b3902910ce'
-         '1be7ee2e5f32733b90452fb46b9c69f9')
-
-build() {
-	cd $srcdir/${pkgname}-${_pkgver}
-	patch -p1 -i $srcdir/no-whirlpool.patch
-	./configure \
-		--release \
-		--no-separate-debug-info
-	make
-}
-
-package() {
-	cd $srcdir/${pkgname}-${_pkgver}
-	make INSTALL_ROOT=$pkgdir install
-}

Copied: qca-ossl/repos/extra-i686/PKGBUILD (from rev 149480, qca-ossl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-08 10:01:02 UTC (rev 149481)
@@ -0,0 +1,30 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=qca-ossl
+pkgver=2.0.0
+_pkgver=2.0.0-beta3
+pkgrel=4
+pkgdesc="Qt Cryptographic Architecture"
+arch=('i686' 'x86_64')
+url="http://delta.affinix.com/qca/"
+license=('LGPL')
+depends=('qca')
+source=("http://delta.affinix.com/download/qca/2.0/plugins/${pkgname}-${_pkgver}.tar.bz2"
+        'no-whirlpool.patch')
+md5sums=('bdc62c01321385c7da8d27b3902910ce'
+         '1be7ee2e5f32733b90452fb46b9c69f9')
+
+build() {
+	cd $srcdir/${pkgname}-${_pkgver}
+	patch -p1 -i $srcdir/no-whirlpool.patch
+	./configure \
+		--release \
+		--no-separate-debug-info
+	make
+}
+
+package() {
+	cd $srcdir/${pkgname}-${_pkgver}
+	make INSTALL_ROOT=$pkgdir install
+}

Deleted: extra-i686/no-whirlpool.patch
===================================================================
--- extra-i686/no-whirlpool.patch	2012-02-08 10:00:35 UTC (rev 149480)
+++ extra-i686/no-whirlpool.patch	2012-02-08 10:01:02 UTC (rev 149481)
@@ -1,21 +0,0 @@
-diff -up qca-ossl-2.0.0-beta3/qca-ossl.cpp.no-whirlpool qca-ossl-2.0.0-beta3/qca-ossl.cpp
---- qca-ossl-2.0.0-beta3/qca-ossl.cpp.no-whirlpool	2007-12-11 07:34:57.000000000 +0100
-+++ qca-ossl-2.0.0-beta3/qca-ossl.cpp	2009-01-26 14:59:42.000000000 +0100
-@@ -6597,7 +6597,7 @@ static QStringList all_hash_types()
- #ifdef SHA512_DIGEST_LENGTH
- 	list += "sha512";
- #endif
--#ifdef OBJ_whirlpool
-+#ifdef WHIRLPOOL_DIGEST_LENGTH
- 	list += "whirlpool";
- #endif
- 	return list;
-@@ -6810,7 +6810,7 @@ public:
- 		else if ( type == "sha512" )
- 			return new opensslHashContext( EVP_sha512(), this, type);
- #endif
--#ifdef OBJ_whirlpool
-+#ifdef WHIRLPOOL_DIGEST_LENGTH
- 		else if ( type == "whirlpool" )
- 			return new opensslHashContext( EVP_whirlpool(), this, type);
- #endif

Copied: qca-ossl/repos/extra-i686/no-whirlpool.patch (from rev 149480, qca-ossl/trunk/no-whirlpool.patch)
===================================================================
--- extra-i686/no-whirlpool.patch	                        (rev 0)
+++ extra-i686/no-whirlpool.patch	2012-02-08 10:01:02 UTC (rev 149481)
@@ -0,0 +1,21 @@
+diff -up qca-ossl-2.0.0-beta3/qca-ossl.cpp.no-whirlpool qca-ossl-2.0.0-beta3/qca-ossl.cpp
+--- qca-ossl-2.0.0-beta3/qca-ossl.cpp.no-whirlpool	2007-12-11 07:34:57.000000000 +0100
++++ qca-ossl-2.0.0-beta3/qca-ossl.cpp	2009-01-26 14:59:42.000000000 +0100
+@@ -6597,7 +6597,7 @@ static QStringList all_hash_types()
+ #ifdef SHA512_DIGEST_LENGTH
+ 	list += "sha512";
+ #endif
+-#ifdef OBJ_whirlpool
++#ifdef WHIRLPOOL_DIGEST_LENGTH
+ 	list += "whirlpool";
+ #endif
+ 	return list;
+@@ -6810,7 +6810,7 @@ public:
+ 		else if ( type == "sha512" )
+ 			return new opensslHashContext( EVP_sha512(), this, type);
+ #endif
+-#ifdef OBJ_whirlpool
++#ifdef WHIRLPOOL_DIGEST_LENGTH
+ 		else if ( type == "whirlpool" )
+ 			return new opensslHashContext( EVP_whirlpool(), this, type);
+ #endif

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-08 10:00:35 UTC (rev 149480)
+++ extra-x86_64/PKGBUILD	2012-02-08 10:01:02 UTC (rev 149481)
@@ -1,30 +0,0 @@
-# $Id: $
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=qca-ossl
-pkgver=2.0.0
-_pkgver=2.0.0-beta3
-pkgrel=3
-pkgdesc="Qt Cryptographic Architecture"
-arch=('i686' 'x86_64')
-url="http://delta.affinix.com/qca/"
-license=('LGPL')
-depends=('qca')
-source=("http://delta.affinix.com/download/qca/2.0/plugins/${pkgname}-${_pkgver}.tar.bz2"
-        'no-whirlpool.patch')
-md5sums=('bdc62c01321385c7da8d27b3902910ce'
-         '1be7ee2e5f32733b90452fb46b9c69f9')
-
-build() {
-	cd $srcdir/${pkgname}-${_pkgver}
-	patch -p1 -i $srcdir/no-whirlpool.patch
-	./configure \
-		--release \
-		--no-separate-debug-info
-	make
-}
-
-package() {
-	cd $srcdir/${pkgname}-${_pkgver}
-	make INSTALL_ROOT=$pkgdir install
-}

Copied: qca-ossl/repos/extra-x86_64/PKGBUILD (from rev 149480, qca-ossl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-08 10:01:02 UTC (rev 149481)
@@ -0,0 +1,30 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=qca-ossl
+pkgver=2.0.0
+_pkgver=2.0.0-beta3
+pkgrel=4
+pkgdesc="Qt Cryptographic Architecture"
+arch=('i686' 'x86_64')
+url="http://delta.affinix.com/qca/"
+license=('LGPL')
+depends=('qca')
+source=("http://delta.affinix.com/download/qca/2.0/plugins/${pkgname}-${_pkgver}.tar.bz2"
+        'no-whirlpool.patch')
+md5sums=('bdc62c01321385c7da8d27b3902910ce'
+         '1be7ee2e5f32733b90452fb46b9c69f9')
+
+build() {
+	cd $srcdir/${pkgname}-${_pkgver}
+	patch -p1 -i $srcdir/no-whirlpool.patch
+	./configure \
+		--release \
+		--no-separate-debug-info
+	make
+}
+
+package() {
+	cd $srcdir/${pkgname}-${_pkgver}
+	make INSTALL_ROOT=$pkgdir install
+}

Deleted: extra-x86_64/no-whirlpool.patch
===================================================================
--- extra-x86_64/no-whirlpool.patch	2012-02-08 10:00:35 UTC (rev 149480)
+++ extra-x86_64/no-whirlpool.patch	2012-02-08 10:01:02 UTC (rev 149481)
@@ -1,21 +0,0 @@
-diff -up qca-ossl-2.0.0-beta3/qca-ossl.cpp.no-whirlpool qca-ossl-2.0.0-beta3/qca-ossl.cpp
---- qca-ossl-2.0.0-beta3/qca-ossl.cpp.no-whirlpool	2007-12-11 07:34:57.000000000 +0100
-+++ qca-ossl-2.0.0-beta3/qca-ossl.cpp	2009-01-26 14:59:42.000000000 +0100
-@@ -6597,7 +6597,7 @@ static QStringList all_hash_types()
- #ifdef SHA512_DIGEST_LENGTH
- 	list += "sha512";
- #endif
--#ifdef OBJ_whirlpool
-+#ifdef WHIRLPOOL_DIGEST_LENGTH
- 	list += "whirlpool";
- #endif
- 	return list;
-@@ -6810,7 +6810,7 @@ public:
- 		else if ( type == "sha512" )
- 			return new opensslHashContext( EVP_sha512(), this, type);
- #endif
--#ifdef OBJ_whirlpool
-+#ifdef WHIRLPOOL_DIGEST_LENGTH
- 		else if ( type == "whirlpool" )
- 			return new opensslHashContext( EVP_whirlpool(), this, type);
- #endif

Copied: qca-ossl/repos/extra-x86_64/no-whirlpool.patch (from rev 149480, qca-ossl/trunk/no-whirlpool.patch)
===================================================================
--- extra-x86_64/no-whirlpool.patch	                        (rev 0)
+++ extra-x86_64/no-whirlpool.patch	2012-02-08 10:01:02 UTC (rev 149481)
@@ -0,0 +1,21 @@
+diff -up qca-ossl-2.0.0-beta3/qca-ossl.cpp.no-whirlpool qca-ossl-2.0.0-beta3/qca-ossl.cpp
+--- qca-ossl-2.0.0-beta3/qca-ossl.cpp.no-whirlpool	2007-12-11 07:34:57.000000000 +0100
++++ qca-ossl-2.0.0-beta3/qca-ossl.cpp	2009-01-26 14:59:42.000000000 +0100
+@@ -6597,7 +6597,7 @@ static QStringList all_hash_types()
+ #ifdef SHA512_DIGEST_LENGTH
+ 	list += "sha512";
+ #endif
+-#ifdef OBJ_whirlpool
++#ifdef WHIRLPOOL_DIGEST_LENGTH
+ 	list += "whirlpool";
+ #endif
+ 	return list;
+@@ -6810,7 +6810,7 @@ public:
+ 		else if ( type == "sha512" )
+ 			return new opensslHashContext( EVP_sha512(), this, type);
+ #endif
+-#ifdef OBJ_whirlpool
++#ifdef WHIRLPOOL_DIGEST_LENGTH
+ 		else if ( type == "whirlpool" )
+ 			return new opensslHashContext( EVP_whirlpool(), this, type);
+ #endif




More information about the arch-commits mailing list