diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-05-16 19:44:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-05-16 19:44:54 +0000 |
commit | 365647b17acdc9568cb23d560bc03da48b95b753 (patch) | |
tree | 498f790dbc1ba87c54bb65adc90188926771db76 /app-crypt | |
parent | Version bump #367459 by taaroa. (diff) | |
download | gentoo-2-365647b17acdc9568cb23d560bc03da48b95b753.tar.gz gentoo-2-365647b17acdc9568cb23d560bc03da48b95b753.tar.bz2 gentoo-2-365647b17acdc9568cb23d560bc03da48b95b753.zip |
Remove relative paths in patch.
(Portage version: 2.2.0_alpha33/cvs/Linux i686)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/qca-ossl/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/qca-ossl/files/qca-ossl-openssl-1.0.0.patch | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/app-crypt/qca-ossl/ChangeLog b/app-crypt/qca-ossl/ChangeLog index e5ac6535cf27..2c018c354096 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-ossl/ChangeLog,v 1.33 2011/05/16 19:44:54 jer Exp $ + + 16 May 2011; Jeroen Roovers <jer@gentoo.org> + files/qca-ossl-openssl-1.0.0.patch: + Remove relative paths in patch. 04 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> -files/qca-ossl-openssl-0.9.8i.patch: diff --git a/app-crypt/qca-ossl/files/qca-ossl-openssl-1.0.0.patch b/app-crypt/qca-ossl/files/qca-ossl-openssl-1.0.0.patch index 7c6fa5bd4edb..c7d6e47b180d 100644 --- a/app-crypt/qca-ossl/files/qca-ossl-openssl-1.0.0.patch +++ b/app-crypt/qca-ossl/files/qca-ossl-openssl-1.0.0.patch @@ -1,6 +1,6 @@ -diff -ru ../qca-ossl-2.0.0-beta3/CMakeLists.txt ./CMakeLists.txt ---- ../qca-ossl-2.0.0-beta3/CMakeLists.txt 2007-06-29 23:10:53.000000000 +0200 -+++ ./CMakeLists.txt 2010-04-18 04:05:09.000000000 +0200 +diff -ru a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt 2007-06-29 23:10:53.000000000 +0200 ++++ b/CMakeLists.txt 2010-04-18 04:05:09.000000000 +0200 @@ -1,5 +1,12 @@ # QCA OSSL @@ -14,9 +14,9 @@ diff -ru ../qca-ossl-2.0.0-beta3/CMakeLists.txt ./CMakeLists.txt SET(QCA_OSSL_SOURCES qca-ossl.cpp) MY_AUTOMOC( QCA_OSSL_SOURCES ) -diff -ru ../qca-ossl-2.0.0-beta3/qca-ossl.cpp ./qca-ossl.cpp ---- ../qca-ossl-2.0.0-beta3/qca-ossl.cpp 2007-12-11 07:34:57.000000000 +0100 -+++ ./qca-ossl.cpp 2010-04-18 04:08:46.000000000 +0200 +diff -ru a/qca-ossl.cpp b/qca-ossl.cpp +--- a/qca-ossl.cpp 2007-12-11 07:34:57.000000000 +0100 ++++ b/qca-ossl.cpp 2010-04-18 04:08:46.000000000 +0200 @@ -42,6 +42,15 @@ #define OSSL_097 #endif |