[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#634815: pu: package amispammer/3.1-1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

Now amispammer package does not work anymore in GNU Debian Squeeze, please could you add the attached patch ?

Thank you for your help.

Kind regards,

-- 
Julián Moreno Patiño
 .''`. Debian GNU/{Linux,KfreeBSD}
: :' : Free Operating Systems
`. `'  http://debian.org/
  `-   PGP KEY ID 6168BF60
Registered GNU Linux User ID 488513

Description: Fix detection of the IP address
Forwarded: no
Author: Julián Moreno Patiño <darkjunix@gmail.com
Last-Update: 2011-07-19
--- a/amispammer	2010-04-30 11:42:33.000000000 -0500
+++ b/amispammer	2011-05-16 16:39:47.000000000 -0500
@@ -16,12 +16,12 @@
 {
         my $detected_ip="NULL";
         my $browser = LWP::UserAgent->new;
-        my $response = $browser->get("http://www.cualesmiip.es/";);
+        my $response = $browser->get("http://checkip.dyndns.org/";);
         $respuesta=$response->content;
         if ($response->is_success)
         {
-                my @trozos_init=split (/Tu IP es\<\/h1\>\<h1 align\=\"center\"\>/,$respuesta);
-                my @trozos_end=split (/\<\/h1\>\<h2/,$trozos_init[1]);
+                my @trozos_init=split (/Current IP Address: /,$respuesta);
+                my @trozos_end=split (/\<\/body\>\<\/html\>/,$trozos_init[1]);
                 $detected_ip=$trozos_end[0];
         }
         return ($detected_ip);

Reply to: