pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/qca2-ossl Fixed build (removed whirlpool) (ok...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8285c50bd436
branches:  trunk
changeset: 552160:8285c50bd436
user:      stacktic <stacktic%pkgsrc.org@localhost>
date:      Tue Dec 30 15:13:28 2008 +0000

description:
Fixed build (removed whirlpool) (ok by wiz)

diffstat:

 security/qca2-ossl/Makefile         |   4 ++--
 security/qca2-ossl/distinfo         |   3 ++-
 security/qca2-ossl/patches/patch-aa |  29 +++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r edd5e3d34093 -r 8285c50bd436 security/qca2-ossl/Makefile
--- a/security/qca2-ossl/Makefile       Tue Dec 30 15:04:37 2008 +0000
+++ b/security/qca2-ossl/Makefile       Tue Dec 30 15:13:28 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2008/01/18 05:09:41 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2008/12/30 15:13:28 stacktic Exp $
 
 DISTNAME=      qca-ossl-2.0.0-beta3
 PKGNAME=       qca2-ossl-${DISTNAME:S/-beta/beta/:C/.*-//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security
 MASTER_SITES=  http://delta.affinix.com/download/qca/2.0/plugins/
 EXTRACT_SUFX=  .tar.bz2
diff -r edd5e3d34093 -r 8285c50bd436 security/qca2-ossl/distinfo
--- a/security/qca2-ossl/distinfo       Tue Dec 30 15:04:37 2008 +0000
+++ b/security/qca2-ossl/distinfo       Tue Dec 30 15:13:28 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/12/20 20:20:17 jdolecek Exp $
+$NetBSD: distinfo,v 1.2 2008/12/30 15:13:28 stacktic Exp $
 
 SHA1 (qca-ossl-2.0.0-beta3.tar.bz2) = dd925e8732ff76f24f9f90f4094abaf2f0ac27bf
 RMD160 (qca-ossl-2.0.0-beta3.tar.bz2) = c979c3c3427eb45e8866e28746f83966e8bcf3c2
 Size (qca-ossl-2.0.0-beta3.tar.bz2) = 49188 bytes
+SHA1 (patch-aa) = 30059ab5aa0a71382da68159fc7779a7a2663c7d
diff -r edd5e3d34093 -r 8285c50bd436 security/qca2-ossl/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qca2-ossl/patches/patch-aa       Tue Dec 30 15:13:28 2008 +0000
@@ -0,0 +1,29 @@
+$NetBSD: patch-aa,v 1.1 2008/12/30 15:13:28 stacktic Exp $
+
+--- qca-ossl.cpp.orig  2007-12-11 07:34:57.000000000 +0100
++++ qca-ossl.cpp
+@@ -6597,9 +6597,11 @@ static QStringList all_hash_types()
+ #ifdef SHA512_DIGEST_LENGTH
+       list += "sha512";
+ #endif
++/*
+ #ifdef OBJ_whirlpool
+       list += "whirlpool";
+ #endif
++*/
+       return list;
+ }
+ 
+@@ -6810,10 +6812,12 @@ public:
+               else if ( type == "sha512" )
+                       return new opensslHashContext( EVP_sha512(), this, type);
+ #endif
++/*
+ #ifdef OBJ_whirlpool
+               else if ( type == "whirlpool" )
+                       return new opensslHashContext( EVP_whirlpool(), this, type);
+ #endif
++*/
+               else if ( type == "pbkdf1(sha1)" )
+                       return new opensslPbkdf1Context( EVP_sha1(), this, type );
+               else if ( type == "pbkdf1(md2)" )



Home | Main Index | Thread Index | Old Index