diff options
author | Przemyslaw Maciag <troll@gentoo.org> | 2007-02-01 23:20:56 +0000 |
---|---|---|
committer | Przemyslaw Maciag <troll@gentoo.org> | 2007-02-01 23:20:56 +0000 |
commit | bab3b355ca40ae5bd150801a735fb2f2612010a5 (patch) | |
tree | 9377c68ef60fa95378ed011e295514bb674d8352 /net-im/psi/files | |
parent | doesnt make sense being part of base-system (diff) | |
download | gentoo-2-bab3b355ca40ae5bd150801a735fb2f2612010a5.tar.gz gentoo-2-bab3b355ca40ae5bd150801a735fb2f2612010a5.tar.bz2 gentoo-2-bab3b355ca40ae5bd150801a735fb2f2612010a5.zip |
version bump of 0.11 snapshot
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'net-im/psi/files')
-rw-r--r-- | net-im/psi/files/digest-psi-0.11_pre20070201 | 3 | ||||
-rw-r--r-- | net-im/psi/files/psi-ptr_64bit_fix.patch | 11 |
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); |