Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650638 - mail-filter/spamassassin-3.4.1-r20 URILocalBL fails to load
Summary: mail-filter/spamassassin-3.4.1-r20 URILocalBL fails to load
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Philippe Chaintreuil
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-16 13:51 UTC by Philippe Chaintreuil
Modified: 2018-03-17 22:48 UTC (History)
4 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 Philippe Chaintreuil 2018-03-16 13:51:34 UTC
Enabling URILocalBL causes spamassassin to output:


==============================================================================
Mar 14 12:45:00 kant spamd[29893]: plugin: failed to parse plugin (from @INC): Experimental each on scalar is now forbidden at /usr/lib64/perl5/vendor_perl/5.24.3/Mail/SpamAssassin/Plugin/URILocalBL.pm line 353.
==============================================================================

Upstream's bug: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7208
Upstream's fix: https://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/URILocalBL.pm?r1=1684653&r2=1684652&pathrev=1684653&view=patch
Comment 1 Philippe Chaintreuil 2018-03-16 14:21:51 UTC
Created GitHub pull request: https://github.com/gentoo/gentoo/pull/7476
Comment 2 Larry the Git Cow gentoo-dev 2018-03-17 22:48:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42816e185f90512ffc22d815f3ed851848146dc1

commit 42816e185f90512ffc22d815f3ed851848146dc1
Author:     Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
AuthorDate: 2018-03-16 14:19:38 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-03-17 22:48:45 +0000

    mail-filter/spamassassin: fix URILocalBL failing to load
    
    Apply upstream patch[1] from SA Bug #7208[2].
    
    [1]:https://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/URILocalBL.pm?r1=1684653&r2=1684652&pathrev=1684653&view=patch
    [2]:https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7208
    
    Closes: https://bugs.gentoo.org/650638
    Closes: https://github.com/gentoo/gentoo/pull/7476
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../files/spamassassin-3.4.1-bug_7208.patch        |  31 +++
 .../spamassassin/spamassassin-3.4.1-r21.ebuild     | 252 +++++++++++++++++++++
 2 files changed, 283 insertions(+)