diff options
author | Chuck Short <zul@gentoo.org> | 2003-12-28 20:33:00 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-12-28 20:33:00 +0000 |
commit | d9a36d2a25bec69659597d20e2da51b1f4821ee4 (patch) | |
tree | 7301222803d1ec480d729959c4bf20842de66c51 /net-irc/vyqchat/files | |
parent | Version bump, marked stable, added patch. (diff) | |
download | gentoo-2-d9a36d2a25bec69659597d20e2da51b1f4821ee4.tar.gz gentoo-2-d9a36d2a25bec69659597d20e2da51b1f4821ee4.tar.bz2 gentoo-2-d9a36d2a25bec69659597d20e2da51b1f4821ee4.zip |
Version bump, marked stable, added patch.
Diffstat (limited to 'net-irc/vyqchat/files')
-rw-r--r-- | net-irc/vyqchat/files/digest-vyqchat-0.2.3 | 1 | ||||
-rw-r--r-- | net-irc/vyqchat/files/vyqchat_packet_id.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net-irc/vyqchat/files/digest-vyqchat-0.2.3 b/net-irc/vyqchat/files/digest-vyqchat-0.2.3 new file mode 100644 index 000000000000..7153f9169d25 --- /dev/null +++ b/net-irc/vyqchat/files/digest-vyqchat-0.2.3 @@ -0,0 +1 @@ +MD5 ac225093d8e117a5bba772e1e654c8fe vyqchat-0.2.3.tar.gz 239405 diff --git a/net-irc/vyqchat/files/vyqchat_packet_id.patch b/net-irc/vyqchat/files/vyqchat_packet_id.patch new file mode 100644 index 000000000000..ef7c1e29f7f1 --- /dev/null +++ b/net-irc/vyqchat/files/vyqchat_packet_id.patch @@ -0,0 +1,11 @@ +--- vyqchat-0.2.3/vysocket.cpp 2003-11-18 22:25:51.000000000 +0000 ++++ vyqchat-0.2.3-mindeh/vysocket.cpp 2003-12-26 19:21:38.000000000 +0000 +@@ -78,7 +78,7 @@ + // + // packet id + for (int i=1; i<11; i++) +- pdata[i] = 0x20 + random()%95; ++ pdata[i] = 0x30 + random()%9; + // + // the rest of the packet + plen = vsprintf(pdata+10, format, arg); |