summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Maciag <troll@gentoo.org>2007-02-01 23:20:56 +0000
committerPrzemyslaw Maciag <troll@gentoo.org>2007-02-01 23:20:56 +0000
commitd5820f51be27d931f6a390d0553722f63116e39c (patch)
tree5ab447d2594d4e4ec993fbd8c710eab4e5ff6c2b /net-im/psi/files
parentdoesnt make sense being part of base-system (diff)
downloadhistorical-d5820f51be27d931f6a390d0553722f63116e39c.tar.gz
historical-d5820f51be27d931f6a390d0553722f63116e39c.tar.bz2
historical-d5820f51be27d931f6a390d0553722f63116e39c.zip
version bump of 0.11 snapshot
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'net-im/psi/files')
-rw-r--r--net-im/psi/files/digest-psi-0.11_pre200702013
-rw-r--r--net-im/psi/files/psi-ptr_64bit_fix.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/net-im/psi/files/digest-psi-0.11_pre20070201 b/net-im/psi/files/digest-psi-0.11_pre20070201
new file mode 100644
index 000000000000..0fbc6e1f2222
--- /dev/null
+++ b/net-im/psi/files/digest-psi-0.11_pre20070201
@@ -0,0 +1,3 @@
+MD5 77351e831d56cd5de8eb8b9091d7b02b psi-dev-snapshot-2007-02-01.tar.bz2 2367209
+RMD160 28ccef3760eba2ec75565672fba0135d05c60416 psi-dev-snapshot-2007-02-01.tar.bz2 2367209
+SHA256 c2dee74474b8744230d9596cf80365ad22aefeb4b9d317a2ab7281224d94f91f psi-dev-snapshot-2007-02-01.tar.bz2 2367209
diff --git a/net-im/psi/files/psi-ptr_64bit_fix.patch b/net-im/psi/files/psi-ptr_64bit_fix.patch
new file mode 100644
index 000000000000..ab428fc32886
--- /dev/null
+++ b/net-im/psi/files/psi-ptr_64bit_fix.patch
@@ -0,0 +1,11 @@
+diff -Naur psi-dev-snapshot-2007-01-12-orig/src/pluginmanager.cpp psi-dev-snapshot-2007-01-12/src/pluginmanager.cpp
+--- psi-dev-snapshot-2007-01-12-orig/src/pluginmanager.cpp 2007-01-12 06:30:08.000000000 +0100
++++ psi-dev-snapshot-2007-01-12/src/pluginmanager.cpp 2007-01-13 01:54:03.000000000 +0100
+@@ -422,7 +422,6 @@
+ */
+ void PluginManager::sendStanza( const PsiAccount* account, const QString& stanza)
+ {
+- qDebug(qPrintable(QString("Want to send stanza to account %2").arg((int)account)));
+ if (!clients_.contains(account) || !verifyStanza(stanza))
+ return;
+ clients_[account]->send(stanza);