You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2011/05/25 10:01:48 UTC

[jira] [Assigned] (INFRA-3654) request for NetAddr::IP Update for Hudson/Jenkins

     [ https://issues.apache.org/jira/browse/INFRA-3654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson reassigned INFRA-3654:
----------------------------------------

    Assignee: Niklas Gustavsson

>  request for NetAddr::IP Update for Hudson/Jenkins
> --------------------------------------------------
>
>                 Key: INFRA-3654
>                 URL: https://issues.apache.org/jira/browse/INFRA-3654
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Jenkins
>            Reporter: Kevin A. McGrail
>            Assignee: Niklas Gustavsson
>            Priority: Critical
>
> I am with the SpamAssassin Project.
> We need perl modules installed/updated for Hudson/Jenkins.
> Specifically, NetAddr::IP needs to be updated to 4.010 or later.
> http://search.cpan.org/~miker/NetAddr-IP-4.044/
> 4.044 is the current version
> That is the most pressing issue.
> However, the following request has been made:
> Similarly, Hudson is not testing several other optional modules:
> SPF plugin because Mail::SPF is not installed; RelayCountry plugin
> because IP::Country module is not installed; Razor plugin because
> Razor2 module is not installed; DKIM plugin because Mail::DKIM
> is not installed, and a few more non-essential items. It would
> probably be prudent to install missing modules for Hudson (but I
> don't know how). Also, can we get Hudson an IPv6 connectivity?
> I believe the slave is called the Project SpamAssassin-trunk
> (https://builds.apache.org/hudson/job/SpamAssassin-trunk/)
> To install the NetAddr module, you could do it a few different ways:
> 1 - as root, run cpan NetAddr::IP or cpan install NetAddr::IP (depends on
> the version of cpan bundle installed)
> 2 - or you could install it manually with the following commands as root
> should work.
>        cd /tmp/
>        wget http://www.peregrinehw.com/downloads/SpamAssassin/NetAddr-IP-4.044.tar.gz
>        tar zxvf /tmp/20070905SPAM/NetAddr-IP-4.044.tar.gz
>        cd NetAddr-IP-4.044/
>        perl Makefile.PL
>        make test && make install
> If you give us feedback on how that goes, we can then give you more
> instructions for the other modules we would like.
> Regards,
> KAM

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira