Your message dated Mon, 23 Mar 2009 03:17:11 +0000
with message-id <e1llaf1-0004ih...@ries.debian.org>
and subject line Bug#507211: fixed in mrd6 0.9.6-1.3
has caused the Debian Bug report #507211,
regarding mrd6: Missing includes of limits.h
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 ow...@bugs.debian.org
immediately.)


-- 
507211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507211
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mrd6
Version: 0.9.6-1.2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

There are two instances where your package needs to include
limits.h. One for a use of PATH_MAX, the other for a use of
INT_MAX. Attached is a patch to do this, please consider applying
it.

Thanks,

James
diff -u mrd6-0.9.6/src/mrd.cpp mrd6-0.9.6/src/mrd.cpp
--- mrd6-0.9.6/src/mrd.cpp
+++ mrd6-0.9.6/src/mrd.cpp
@@ -44,6 +44,7 @@
 #include <cstdarg>
 #include <cstdlib>
 #include <errno.h>
+#include <climits>
 
 #include <unistd.h>
 #include <fcntl.h>
only in patch2:
unchanged:
--- mrd6-0.9.6.orig/src/bgp/bgp.cpp
+++ mrd6-0.9.6/src/bgp/bgp.cpp
@@ -35,6 +35,7 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <unistd.h>
+#include <limits.h>
 
 #include <map>
 

--- End Message ---
--- Begin Message ---
Source: mrd6
Source-Version: 0.9.6-1.3

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

mrd6_0.9.6-1.3.diff.gz
  to pool/main/m/mrd6/mrd6_0.9.6-1.3.diff.gz
mrd6_0.9.6-1.3.dsc
  to pool/main/m/mrd6/mrd6_0.9.6-1.3.dsc
mrd6_0.9.6-1.3_amd64.deb
  to pool/main/m/mrd6/mrd6_0.9.6-1.3_amd64.deb



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 507...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Kahn Gillmor <d...@fifthhorseman.net> (supplier of updated mrd6 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Sun, 22 Mar 2009 20:13:42 -0400
Source: mrd6
Binary: mrd6
Architecture: source amd64
Version: 0.9.6-1.3
Distribution: unstable
Urgency: low
Maintainer: Hugo Santos <h...@fivebits.net>
Changed-By: Daniel Kahn Gillmor <d...@fifthhorseman.net>
Description: 
 mrd6       - IPv6 Multicast Routing Daemon
Closes: 507211
Changes: 
 mrd6 (0.9.6-1.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * add #include's in src/mrd.cpp and src/bgp/bgp.cpp to fix FTBFS.
     Thanks, James Westby for the patch.
     (Closes: #507211)
Checksums-Sha1: 
 149d4c72b8f88f4c4180691438d85c1301388170 974 mrd6_0.9.6-1.3.dsc
 d7c145c845c6658f875fad6fea960336402a527e 1949 mrd6_0.9.6-1.3.diff.gz
 4d5a8ab0e394d78ab7e64c9f557b7f171168cfbe 378726 mrd6_0.9.6-1.3_amd64.deb
Checksums-Sha256: 
 2f6c000f8fc5329a7d9ca686a7b82b183ba4f93fc5900a799668ac227a5214d0 974 
mrd6_0.9.6-1.3.dsc
 de00534ab2bb6f8d4154f117e28841967ab7eaa63dd8b4cc626dbefc54937b42 1949 
mrd6_0.9.6-1.3.diff.gz
 bbe386d6afa8d65f70c7ca767b1983a1654df3b556136c8c5c70103908a8fca0 378726 
mrd6_0.9.6-1.3_amd64.deb
Files: 
 fb696d97ecbe7d138e8237d9bb99a7f8 974 net optional mrd6_0.9.6-1.3.dsc
 aad2a322d25780342059eb9147d9c531 1949 net optional mrd6_0.9.6-1.3.diff.gz
 76a9a2021d84131d4ad20c8939564c05 378726 net optional mrd6_0.9.6-1.3_amd64.deb

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

iEYEARECAAYFAknG75kACgkQ9Cbhsr6b+NqOYACfdnScgV1ASsalwgqwxGnRw/dS
RQYAnifbdQiN1CE04eorEKtnEf+Hr9hP
=5tVN
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to