Your message dated Wed, 28 Feb 2007 17:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#412851: fixed in libmms 0.3-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libmms0
Version: 0.3-1
Severity: normal

Hi,

  Some of our colleges are videotaped and set online as mmsstreams.
  Unfortunately libmms can't connect because it finds that the ASF packets are
  too large for some reason. Attached patch makes the maximum packet size twice
  as large and makes the videostream work nicely in totem :)

    Sjoerd

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=C, LC_CTYPE=nl_NL (charmap=ISO-8859-1)

Versions of packages libmms0 depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libglib2.0-0                2.12.6-2     The GLib library of C routines

libmms0 recommends no packages.

-- no debconf information
--- libmms-0.3.orig/src/mms.c
+++ libmms-0.3/src/mms.c
@@ -80,7 +80,7 @@
 #define CMD_PREFIX_LEN    8
 #define CMD_BODY_LEN   1024
 
-#define ASF_HEADER_LEN 8192
+#define ASF_HEADER_LEN (8192 * 2)
 
 
 #define MMS_PACKET_ERR        0
@@ -680,7 +680,8 @@
       case MMS_PACKET_ASF_PACKET:
         if (header.packet_len + this->asf_header_len > ASF_HEADER_LEN) {
             lprintf( "***LOG:*** -- "
-                     "libmms: asf packet too large\n");
+                     "libmms: asf packet too large: %d\n", 
+                     header.packet_len + this->asf_header_len);
             return 0;
         }
         len = io_read(io,  this->s,
--- libmms-0.3.orig/src/mmsh.c
+++ libmms-0.3/src/mmsh.c
@@ -79,7 +79,7 @@
 #define CHUNK_TYPE_END         0x4524
 #define CHUNK_TYPE_ASF_HEADER  0x4824
 #define CHUNK_SIZE              65536  /* max chunk size */
-#define ASF_HEADER_SIZE          8192  /* max header size */
+#define ASF_HEADER_SIZE     (8192 * 2)  /* max header size */
 
 #define SCRATCH_SIZE             1024
 
@@ -462,7 +462,7 @@
   /* read chunk header */
   read_len = io_read(io, this->s, chunk_header, CHUNK_HEADER_LENGTH);
   if (read_len != CHUNK_HEADER_LENGTH) {
-    lprintf ("chunk header read failed, %d != %d\n", len, CHUNK_HEADER_LENGTH);
+    lprintf ("chunk header read failed, %d != %d\n", read_len, CHUNK_HEADER_LENGTH);
     return 0;
   }
   this->chunk_type       = LE_16 (&chunk_header[0]);

--- End Message ---
--- Begin Message ---
Source: libmms
Source-Version: 0.3-2

We believe that the bug you reported is fixed in the latest version of
libmms, which is due to be installed in the Debian FTP archive:

libmms-dev_0.3-2_i386.deb
  to pool/main/libm/libmms/libmms-dev_0.3-2_i386.deb
libmms0_0.3-2_i386.deb
  to pool/main/libm/libmms/libmms0_0.3-2_i386.deb
libmms_0.3-2.diff.gz
  to pool/main/libm/libmms/libmms_0.3-2.diff.gz
libmms_0.3-2.dsc
  to pool/main/libm/libmms/libmms_0.3-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Minier <[EMAIL PROTECTED]> (supplier of updated libmms package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 28 Feb 2007 17:52:13 +0100
Source: libmms
Binary: libmms-dev libmms0
Architecture: source i386
Version: 0.3-2
Distribution: unstable
Urgency: low
Maintainer: Loic Minier <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description: 
 libmms-dev - MMS stream protocol library - development files
 libmms0    - MMS stream protocol library
Closes: 412851
Changes: 
 libmms (0.3-2) unstable; urgency=low
 .
   * Hook a quilt patch system in the build; build-depend on quilt.
   * New patch, 10_asf-header-size, doubles the size of the ASF header to
     permit decoding of some ASF streams and fixes a couple of debug messages;
     thanks Sjoerd Simons; closes: #412851.
Files: 
 be2cfb8d23fa221ce591e7a7ae3ec867 596 libs optional libmms_0.3-2.dsc
 815bb66f598520e626b01d74d6eec906 8455 libs optional libmms_0.3-2.diff.gz
 16ea2739c7dede206277d387a1c55c50 26092 libdevel optional 
libmms-dev_0.3-2_i386.deb
 0b475b58d341a1434e909b680b14e44a 21866 libs optional libmms0_0.3-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF5bSG4VUX8isJIMARAg8aAKCWyZl+/6xvyeQ8eztRK9DfFmhCoACeNVwH
6MvUNg/+49sGm2BixnkW6sE=
=bZTL
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to