Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75715 - Spamassassin 3.02 needs Digest-SHA1
Summary: Spamassassin 3.02 needs Digest-SHA1
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-26 09:55 UTC by Matthias Peick
Modified: 2005-01-16 10:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Peick 2004-12-26 09:55:40 UTC
Updating Spamassasin stopped with an error since it needs Digest-SHA1. After emerging this manually, Spamassassin was installed without errors.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Remco Barendse 2005-01-02 12:36:57 UTC
There are some more modules that would make SpamAssassin work a lot better and effective:
Inline
Mail::SPF::Query
Net::CIDR::Lite
Net::LDAP
Parse::RecDescent
Sys::Hostname::Long

It would be great if these can be added to the dependencies to get URI to work.
Comment 2 Malte S. Stretz 2005-01-16 10:45:47 UTC
The ebuild already depends on Digest::SHA1:

DEPEND=">=dev-lang/perl-5.8.2-r1
    >=dev-perl/PodParser-1.22
    dev-perl/MIME-Base64
    >=dev-perl/HTML-Parser-3.31
    >=dev-perl/Net-DNS-0.34
    dev-perl/Digest-SHA1
    ssl? (
        dev-perl/IO-Socket-SSL
        dev-libs/openssl
    )
    berkdb? (
        dev-perl/DB_File
    )"

Matthias, please post the exact error message next time.

Remco: All the modules you mentioned  (actually only Mail::SPF::Query, the others are dependencies of that one) do indeed improve the overall SpamAssassin experience, but SPF is only an optional feature, nothing SA should $DEPEND on.