Your message dated Sat, 16 May 2009 10:20:37 +0000
with message-id <[email protected]>
and subject line Bug#499098: fixed in libsmi 0.4.8+dfsg-1
has caused the Debian Bug report #499098,
regarding libsmi2ldbl: smiRenderValue incorrectly renders octetstring
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.)


-- 
499098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499098
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libsmi2ldbl
Version: 0.4.7+dfsg-0.1
Severity: normal
Tags: patch

Hi!

smiRenderValue does not render correctly octetstrings. It should
display them as regular strings if all characters are printable or as
hex string otherwise.

There is a special case for IpAddress and this special case seems to
break cases where there is no formatting string (i.e almost all
cases). Instead of "Linux" it displays "76.105.110.117.120".

The bug is reported upstream here:
 http://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-September/001099.html
 
There is a simple patch attached to it. I attach it to this message too.

Thanks.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages libsmi2ldbl depends on:
ii  libc6                         2.7-13     GNU C Library: Shared libraries

Versions of packages libsmi2ldbl recommends:
ii  libsmi2-common            0.4.7+dfsg-0.1 A library to access SMI MIB inform

libsmi2ldbl suggests no packages.

-- no debconf information
--- lib/smi.c.orig      2008-09-11 10:56:29.000000000 +0200
+++ lib/smi.c   2008-09-11 10:56:33.000000000 +0200
@@ -2134,6 +2134,7 @@
        break;
     case SMI_BASETYPE_OCTETSTRING:
        if (!(flags & SMI_RENDER_FORMAT) ||
+            (!smiTypePtr->format && !smiTypePtr->name) ||
            (!smiTypePtr->format &&
             (smiTypePtr->name && strcmp( smiTypePtr->name, "IpAddress")) ) ) {
            for (i = 0; i < smiValuePtr->len; i++) {

--- End Message ---
--- Begin Message ---
Source: libsmi
Source-Version: 0.4.8+dfsg-1

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

libsmi2-common_0.4.8+dfsg-1_all.deb
  to pool/main/libs/libsmi/libsmi2-common_0.4.8+dfsg-1_all.deb
libsmi2-dbg_0.4.8+dfsg-1_amd64.deb
  to pool/main/libs/libsmi/libsmi2-dbg_0.4.8+dfsg-1_amd64.deb
libsmi2-dev_0.4.8+dfsg-1_amd64.deb
  to pool/main/libs/libsmi/libsmi2-dev_0.4.8+dfsg-1_amd64.deb
libsmi2ldbl_0.4.8+dfsg-1_amd64.deb
  to pool/main/libs/libsmi/libsmi2ldbl_0.4.8+dfsg-1_amd64.deb
libsmi_0.4.8+dfsg-1.diff.gz
  to pool/main/libs/libsmi/libsmi_0.4.8+dfsg-1.diff.gz
libsmi_0.4.8+dfsg-1.dsc
  to pool/main/libs/libsmi/libsmi_0.4.8+dfsg-1.dsc
libsmi_0.4.8+dfsg.orig.tar.gz
  to pool/main/libs/libsmi/libsmi_0.4.8+dfsg.orig.tar.gz



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.
Vincent Bernat <[email protected]> (supplier of updated libsmi 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.8
Date: Fri, 15 May 2009 22:49:32 +0200
Source: libsmi
Binary: libsmi2ldbl libsmi2-dev libsmi2-dbg libsmi2-common
Architecture: source all amd64
Version: 0.4.8+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat <[email protected]>
Changed-By: Vincent Bernat <[email protected]>
Description: 
 libsmi2-common - a library to access SMI MIB information - MIB module files
 libsmi2-dbg - library to access SMI MIB information - debugging symbols
 libsmi2-dev - library to access SMI MIB information - development files
 libsmi2ldbl - library to access SMI MIB information
Closes: 206280 498361 499098 499101 527855
Changes: 
 libsmi (0.4.8+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Adopting libsmi. Thanks to Remco van de Meent for taking care of
     it. Closes: #527855.
   * Thanks to Jan Lübbe for latest NMU.
   * Clean up diff.gz.
   * Clean up debian/rules :
      + we don't run autotools. Closes: #206280.
      + provide a shorter way to link manual pages.
      + use dh_install instead of dh_movefiles
   * Add a -dbg package. Closes: #498361.
   * Dump to Standards-Version 3.8.1.
   * Add Homepage field in debian/control.
   * Add Vcs-* fields in debian/control.
   * Add ${misc:Depends} in debian/control.
   * Fix debian/watch with respect to +dfsg extension.
   * smi_render manpage migrate from libsmi2 to libsmi2-dev package.
   * Fix shipped smi.conf to not use ${HOME} macro which is not
     supported. Closes: #499101.
   * Add a patch to fix display of octet strings. Closes: #499098.
   * Remove useless postinst script. This is handled by debhelper.
Checksums-Sha1: 
 a26f3d86a4364aa79d510f5a15980628c8369155 1221 libsmi_0.4.8+dfsg-1.dsc
 1e27f312a0e217bf98166fa5cc6485b3ca58d996 4050158 libsmi_0.4.8+dfsg.orig.tar.gz
 865d1a1a973bb9a8801a83e82256c6bc864f440e 7185 libsmi_0.4.8+dfsg-1.diff.gz
 050b39b7673891778d57f6f7ed504c8592b733d0 2542364 
libsmi2-common_0.4.8+dfsg-1_all.deb
 ee57bc6cb9b94b3b9e98e7181466d512d1db0488 360458 
libsmi2ldbl_0.4.8+dfsg-1_amd64.deb
 df2f2bd77d533d40d99259b69e60e71f44ff161e 169348 
libsmi2-dev_0.4.8+dfsg-1_amd64.deb
 3f7486d6340d41c569a33887270434086232d268 411340 
libsmi2-dbg_0.4.8+dfsg-1_amd64.deb
Checksums-Sha256: 
 30a0c1b15d74e7b074e36f70417dab05e9b856b8770b0612580637477bdf8fba 1221 
libsmi_0.4.8+dfsg-1.dsc
 946631d3e43175e7860f4bbe4d107e425dc224877828e7d2caa98ab57e9ca223 4050158 
libsmi_0.4.8+dfsg.orig.tar.gz
 626da821330d44e6bd59d2fbde1df28c081a5c4d859f951464152557e5f0421a 7185 
libsmi_0.4.8+dfsg-1.diff.gz
 043ab29953cde4d4dfc5d85eba55a34fcfed21bb77aa4c83c896f09787874627 2542364 
libsmi2-common_0.4.8+dfsg-1_all.deb
 706954b57ed986e523610beaadf001225f41b0031360a316b5c5d6397b0dcd39 360458 
libsmi2ldbl_0.4.8+dfsg-1_amd64.deb
 e28b4641f25481af27e9c2a00df659c90ae938d4d61480de7b7b7508587971f5 169348 
libsmi2-dev_0.4.8+dfsg-1_amd64.deb
 e55ea1e61945c042755a565fefaf0ae37ae13b32b8a8f7771790340b5897ae50 411340 
libsmi2-dbg_0.4.8+dfsg-1_amd64.deb
Files: 
 63bb9f854b4c6ffe95cd1f65b284f5b6 1221 libs optional libsmi_0.4.8+dfsg-1.dsc
 a044f47d96871e12704670d695b451e5 4050158 libs optional 
libsmi_0.4.8+dfsg.orig.tar.gz
 9ebf840d45a093ac3a38ab737f5be972 7185 libs optional libsmi_0.4.8+dfsg-1.diff.gz
 4e80d94667c1a1580e0e8be1e24c9901 2542364 misc optional 
libsmi2-common_0.4.8+dfsg-1_all.deb
 e30dedd4699cf5912ac053b311c408fc 360458 libs optional 
libsmi2ldbl_0.4.8+dfsg-1_amd64.deb
 598645729ad752237a4c2d2aebbda78e 169348 libdevel optional 
libsmi2-dev_0.4.8+dfsg-1_amd64.deb
 bb9532b16ce3842b940b6105cffcdadb 411340 debug extra 
libsmi2-dbg_0.4.8+dfsg-1_amd64.deb

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

iEYEARECAAYFAkoN19QACgkQKFvXofIqeU5bHACfZs6M3R6Ic5wGavtlMWQdp415
SqAAn3jznJ27FWtikb0QJXDBdA69dDTA
=x7pR
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to