diff options
author | 2005-03-20 16:54:48 +0000 | |
---|---|---|
committer | 2005-03-20 16:54:48 +0000 | |
commit | 8f110c684c4f6cc95b5be3fb2afa29d8a4d018b0 (patch) | |
tree | 890f56c1294c7d43c684b013ce76fb0b6721efba /net-im/licq/files | |
parent | Stable on SPARC wrt security bug #84479. (diff) | |
download | historical-8f110c684c4f6cc95b5be3fb2afa29d8a4d018b0.tar.gz historical-8f110c684c4f6cc95b5be3fb2afa29d8a4d018b0.tar.bz2 historical-8f110c684c4f6cc95b5be3fb2afa29d8a4d018b0.zip |
#86000 fixed
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-im/licq/files')
-rw-r--r-- | net-im/licq/files/1.3.0-msnpacket_sync.patch | 11 | ||||
-rw-r--r-- | net-im/licq/files/digest-licq-1.3.0-r3 | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/net-im/licq/files/1.3.0-msnpacket_sync.patch b/net-im/licq/files/1.3.0-msnpacket_sync.patch new file mode 100644 index 000000000000..33dec5264f5d --- /dev/null +++ b/net-im/licq/files/1.3.0-msnpacket_sync.patch @@ -0,0 +1,11 @@ +--- plugins/msn/src/msnpacket.h.orig 2005-03-20 18:48:11.000000000 +0300 ++++ plugins/msn/src/msnpacket.h 2005-03-20 18:48:19.000000000 +0300 +@@ -36,7 +36,7 @@ + const unsigned short Command() { return 0; } + const unsigned short SubSequence() { return 0; } + const unsigned short SubCommand() { return 0; } +- const unsigned long Sequence() { return m_nSequence; } ++ const unsigned short Sequence() { return m_nSequence; } + const char* MSNCommand() { return m_szCommand; } + + virtual void InitBuffer(); diff --git a/net-im/licq/files/digest-licq-1.3.0-r3 b/net-im/licq/files/digest-licq-1.3.0-r3 new file mode 100644 index 000000000000..574dbf4158e6 --- /dev/null +++ b/net-im/licq/files/digest-licq-1.3.0-r3 @@ -0,0 +1,2 @@ +MD5 c1b05d1078b9826273191c05d0d1a969 licq-1.3.0.tar.bz2 4284325 +MD5 9d27f4422743c4c5aadb8bd5f5a84466 licq-branch-update-20050315.patch.bz2 27952 |