Your message dated Fri, 23 May 2008 14:08:39 +0100
with message-id <[EMAIL PROTECTED]>
and subject line beepcore-c has been removed from Debian, closing #300506
has caused the Debian Bug report #300506,
regarding beepcore-c0: Incorrectly handles CDATA piggyback data
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
300506: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=300506
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: beepcore-c0
Version: 0.2+cvs20030603-1
Tags: patch
If a <start> message carries piggyback data that's expressed as a CDATA
element, beepcore parses it incorrectly and chops the final ">" off.
Patch attached.
--
Sam "Eddie" Couter | mailto:[EMAIL PROTECTED]
Debian Developer | mailto:[EMAIL PROTECTED]
| jabber:[EMAIL PROTECTED]
OpenPGP fingerprint: A46B 9BB5 3148 7BEA 1F05 5BD5 8530 03AE DE89 C75C
--- beepcore-c-0.2+cvs20030603.orig/base/generic/channel_0.c
+++ beepcore-c-0.2+cvs20030603/base/generic/channel_0.c
@@ -823,6 +823,8 @@
case '>':
if (2 <= stridx) {
stateidx--; /* pop back to PCDATA */
+ if (current_counter)
+ (*current_counter)++; /* This gets decremented again later */
} else {
stridx = 0;
}
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 0.2+cvs20030603-1+rm
The beepcore-c package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/476261 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---