Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682612 - >=dev-perl/Email-Sender-1.300.27 should depend on >=virtual/perl-libnet-3.007.0 instead of dev-perl/Net-SMTP-SSL
Summary: >=dev-perl/Email-Sender-1.300.27 should depend on >=virtual/perl-libnet-3.007...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://fastapi.metacpan.org/source/R...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-05 17:48 UTC by CFuga
Modified: 2019-04-18 06:02 UTC (History)
0 users

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


Attachments
Patch to subtitute Net-SMTP-SSL with libnet (Email-Sender-libnet.patch,1.02 KB, patch)
2019-04-05 17:50 UTC, CFuga
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description CFuga 2019-04-05 17:48:44 UTC
Email::Sender uses Net::SMTP module (included in libnet) for SMTP transport since version 1.300.27 instead of Net::SMTP::SSL

Reproducible: Always

Steps to Reproduce:
From the referred Changes file:

1.300027  2016-04-03 10:02:52-04:00 America/New_York
        - no changes since 1.300026
        - SMTP transport now uses Net::SMTP for SSL and STARTTLS support
Actual Results:  
The testing versions dev-perl/Email-Sender-1.300.30 and dev-perl/Email-Sender-1.300.31 currently in tree depend on dev-perl/Net-SMTP-SSL

Expected Results:  
The testing versions dev-perl/Email-Sender-1.300.30 and dev-perl/Email-Sender-1.300.31 currently in tree should depend on >=virtual/perl-libnet-3.007.0
Comment 1 CFuga 2019-04-05 17:50:41 UTC
Created attachment 571990 [details, diff]
Patch to subtitute Net-SMTP-SSL with libnet
Comment 2 Larry the Git Cow gentoo-dev 2019-04-18 06:02:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00343857fac20b4b25b5d6fc21b4e6718a7b2cd4

commit 00343857fac20b4b25b5d6fc21b4e6718a7b2cd4
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2019-04-18 04:11:12 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2019-04-18 06:01:18 +0000

    dev-perl/Email-Sender: Fix auxilliary dep re bug #682612
    
    Net-SMTP-SSL has not been required since Email-Sender 1.300.27
    
    The adequate minimum dependency on libnet was already specified
    however.
    
    Thanks: CFuga
    Closes: https://bugs.gentoo.org/682612
    Package-Manager: Portage-2.3.55, Repoman-2.3.12
    Signed-off-by: Kent Fredric <kentnl@gentoo.org>

 .../{Email-Sender-1.300.30.ebuild => Email-Sender-1.300.30-r1.ebuild}  | 3 +--
 .../{Email-Sender-1.300.31.ebuild => Email-Sender-1.300.31-r1.ebuild}  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)