Your message dated Tue, 09 Mar 2010 23:17:08 +0000
with message-id <e1np8fk-0001cq...@ries.debian.org>
and subject line Bug#557666: fixed in asused 3.72-8
has caused the Debian Bug report #557666,
regarding asused error in module ipv4pack.pm
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.)


-- 
557666: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557666
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: asused
Version: 3.72-7

In perl module /usr/share/perl5/ipv4pack.pm is error in function
normalizerange. Function try if IPv4 address range starts with 10 or 127
and then returns error that is a private range. But the same regexp
match ip address from range 100.0.0.0 to 109.255.255.255 which are not
private ranges. I'm attaching patch which replaces regexp with normal
condition and function will work fine.

diff old/ipv4pack.pm new/ipv4pack.pm 
274c274
<        return ("", $O_PRIVATERANGE) if ($1 =~ /^10|127$/);
---
>        return ("", $O_PRIVATERANGE) if ($1 eq "10" || $1 eq "127");
341,342d340
< 
<






--- End Message ---
--- Begin Message ---
Source: asused
Source-Version: 3.72-8

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

asused_3.72-8.diff.gz
  to main/a/asused/asused_3.72-8.diff.gz
asused_3.72-8.dsc
  to main/a/asused/asused_3.72-8.dsc
asused_3.72-8_all.deb
  to main/a/asused/asused_3.72-8_all.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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan Wagner <w...@cyconet.org> (supplier of updated asused 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: Tue, 09 Mar 2010 23:54:19 +0100
Source: asused
Binary: asused
Architecture: source all
Version: 3.72-8
Distribution: unstable
Urgency: low
Maintainer: Jan Wagner <w...@cyconet.org>
Changed-By: Jan Wagner <w...@cyconet.org>
Description: 
 asused     - To run a check on the usage of your registry's allocations
Closes: 557666
Changes: 
 asused (3.72-8) unstable; urgency=low
 .
   * Updating standards version to 3.8.4
     - Add README.source
   * Removed "our" out of the description
   * Add "Copyright" to all copyrights in debian/copyright
   * Change Vcs information
   * Fix detection of 10/8 with adding 05_fix_priv_range.dpatch, thanks
     Jan Krajdl (Closes: #557666)
   * Add 1.0 to debian/source/format
   * Add ${misc:Depends} to dependencies
Checksums-Sha1: 
 6d9f58c8c4b52e9773043e6c0576c7bb31f4e05b 1172 asused_3.72-8.dsc
 05ed6cbf5b5ee879528c30fce87f50d187775d43 6321 asused_3.72-8.diff.gz
 c17cb808476ddf01ffa288fd3076362a0b838f68 84030 asused_3.72-8_all.deb
Checksums-Sha256: 
 7b717a3e82b5aee83813ebce530e6a1e1067d0ba6093a61345d060ba385402b2 1172 
asused_3.72-8.dsc
 b8daf7a1280d9971ee822313d0cf1b77ccdd05e3268024f83d11b866ef4453ae 6321 
asused_3.72-8.diff.gz
 2b1d185ef8ea585e91871e6657a5a788a9d27ffac92fe069f12d2f7600093824 84030 
asused_3.72-8_all.deb
Files: 
 786d2d5c5f3beff473f9c2a91932390e 1172 utils optional asused_3.72-8.dsc
 170018a7f9f98f405f675e39321027d2 6321 utils optional asused_3.72-8.diff.gz
 71d5e64ceaaa5cc3693dfce269b4a415 84030 utils optional asused_3.72-8_all.deb

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

iD8DBQFLltLw9u6Dud+QFyQRAkk8AKDJ002kIUBryEW+fAJXjf4d5+881gCgjtGr
kd1G9OUDlLyLpJn/SYGTysY=
=IgCP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to