summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-05-07 16:07:55 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-05-07 16:07:55 +0000
commitbff06fe5da01e77967b36b93ebdd3ac32a5d9893 (patch)
tree6d3493a85a0622cbc840cdb83905100bcfb21882 /kde-base/kdenetwork/files
parentRevbump to migrate to split-ant; improve style; add examples flag. Restrict t... (diff)
downloadgentoo-2-bff06fe5da01e77967b36b93ebdd3ac32a5d9893.tar.gz
gentoo-2-bff06fe5da01e77967b36b93ebdd3ac32a5d9893.tar.bz2
gentoo-2-bff06fe5da01e77967b36b93ebdd3ac32a5d9893.zip
Dropped the PDEPEND on net-im/kopete-otr because of keywording issues and added a post-install message instead. Re-added ~alpha. Invalidates bug 176926. Added upstream patch for cryptography, fixes bug 177319.
(Portage version: 2.1.2.6)
Diffstat (limited to 'kde-base/kdenetwork/files')
-rw-r--r--kde-base/kdenetwork/files/kopete-3.5.6-cryptobug.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/kde-base/kdenetwork/files/kopete-3.5.6-cryptobug.patch b/kde-base/kdenetwork/files/kopete-3.5.6-cryptobug.patch
new file mode 100644
index 000000000000..331e567ce44e
--- /dev/null
+++ b/kde-base/kdenetwork/files/kopete-3.5.6-cryptobug.patch
@@ -0,0 +1,14 @@
+diff -Nru kdenetwork-3.5.6.orig/kopete/plugins/cryptography/cryptographyplugin.cpp kdenetwork-3.5.6/kopete/plugins/cryptography/cryptographyplugin.cpp
+--- kdenetwork-3.5.6.orig/kopete/plugins/cryptography/cryptographyplugin.cpp 2007-05-06 14:40:56.000000000 +0200
++++ kdenetwork-3.5.6/kopete/plugins/cryptography/cryptographyplugin.cpp 2007-05-06 14:42:06.000000000 +0200
+@@ -58,9 +58,7 @@
+ if( !pluginStatic_ )
+ pluginStatic_=this;
+
+- m_inboundHandler = 0;
+-/* m_inboundHandler = new Kopete::SimpleMessageHandlerFactory( Kopete::Message::Inbound,
+- Kopete::MessageHandlerFactory::InStageToSent, this, SLOT( slotIncomingMessage( Kopete::Message& ) ) );*/
++ m_inboundHandler = new Kopete::SimpleMessageHandlerFactory( Kopete::Message::Inbound, Kopete::MessageHandlerFactory::InStageToSent, this, SLOT( slotIncomingMessage( Kopete::Message& ) ) );
+ connect( Kopete::ChatSessionManager::self(),
+ SIGNAL( aboutToSend( Kopete::Message & ) ),
+ SLOT( slotOutgoingMessage( Kopete::Message & ) ) );