OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003790 [git] packaging minor sometimes 2009-07-30 16:21 2009-10-27 17:30
Reporter james View Status public  
Assigned To bwalton
Priority normal Resolution fixed  
Status closed  
Summary 0003790: git-send-email with ssl needs Net::SMTP::SSL perl module
Description Please add Net::SMTP::SSL perl module and depend to support the option of SSL in git-send-email

Additional Information This file:
/opt/csw/libexec/git-core/git-send-email

contains these lines:
        if ($smtp_encryption eq 'ssl') {
            $smtp_server_port ||= 465; # ssmtp
            require Net::SMTP::SSL;
            $smtp ||= Net::SMTP::SSL->new($smtp_server, Port =>
$smtp_server_port);
        }

but CSW does not have Net::SMTP::SSL perl module.
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0006492)
bwalton (administrator)
2009-07-30 21:57

This is an optionally used module, but a user may trigger it. I'll build the required CPAN module (already in testing) and add a dependency for it.

-Ben
(0006720)
bwalton (administrator)
2009-09-18 20:33

Resolved as of next official release.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker