diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-04 11:09:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-04 11:09:35 +0000 |
commit | 511b4ac710158395d63b97265c7b1e76cf0c646c (patch) | |
tree | 20dc2d14279a89eb5b694346bfa2beb3176c9658 /app-crypt/qca-ossl | |
parent | old (diff) | |
download | gentoo-2-511b4ac710158395d63b97265c7b1e76cf0c646c.tar.gz gentoo-2-511b4ac710158395d63b97265c7b1e76cf0c646c.tar.bz2 gentoo-2-511b4ac710158395d63b97265c7b1e76cf0c646c.zip |
old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/qca-ossl')
-rw-r--r-- | app-crypt/qca-ossl/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/qca-ossl/files/qca-ossl-openssl-0.9.8i.patch | 29 |
2 files changed, 6 insertions, 31 deletions
diff --git a/app-crypt/qca-ossl/ChangeLog b/app-crypt/qca-ossl/ChangeLog index c91491cfb2a8..e5ac6535cf27 100644 --- a/app-crypt/qca-ossl/ChangeLog +++ b/app-crypt/qca-ossl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/qca-ossl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-ossl/ChangeLog,v 1.31 2010/10/05 18:16:47 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-ossl/ChangeLog,v 1.32 2011/05/04 11:09:35 scarabeus Exp $ + + 04 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -files/qca-ossl-openssl-0.9.8i.patch: + old 05 Oct 2010; Jeroen Roovers <jer@gentoo.org> qca-ossl-2.0.0_beta3-r2.ebuild: diff --git a/app-crypt/qca-ossl/files/qca-ossl-openssl-0.9.8i.patch b/app-crypt/qca-ossl/files/qca-ossl-openssl-0.9.8i.patch deleted file mode 100644 index deceb34b59e3..000000000000 --- a/app-crypt/qca-ossl/files/qca-ossl-openssl-0.9.8i.patch +++ /dev/null @@ -1,29 +0,0 @@ -http://websvn.kde.org/trunk/kdesupport/qca/plugins/qca-ossl/qca-ossl.cpp?r1=848615&r2=864423&view=patch - ---- qca-ossl/qca-ossl.cpp 2008/08/18 09:08:51 848615 -+++ qca-ossl/qca-ossl.cpp 2008/09/24 19:22:26 864423 -@@ -6616,9 +6616,11 @@ - #ifdef SHA512_DIGEST_LENGTH - list += "sha512"; - #endif -+/* - #ifdef OBJ_whirlpool - list += "whirlpool"; - #endif -+*/ - return list; - } - -@@ -6863,10 +6865,12 @@ - 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)" ) |