FS#20923 - [git] 1.7.3-1 missing optdepends for git send-email

Attached to Project: Arch Linux
Opened by Vincent Cappe (vcap) - Thursday, 23 September 2010, 19:41 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 27 April 2011, 15:41 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Dan McGee (toofishes)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

the PKGBUILD has 'perl-net-smtp-ssl: git send-email TLS support', but i got the following error trying to send it thru gmail:

Need MIME::Base64 and Authen::SASL todo auth at /usr/lib/git-core/git-send-email line 1093.


Installing perl-mime-tools and perl-authen-sasl made it work.
This task depends upon

Closed by  Dan McGee (toofishes)
Wednesday, 27 April 2011, 15:41 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.7.5
Comment by Vincent Cappe (vcap) - Monday, 27 September 2010, 16:15 GMT
to be more precise this is when having this in the ~/.gitconfig:

[user]
name = Vincent Cappe
email = vcappe@gmail.com
[core]
pager = /usr/bin/vim -R -
editor = /usr/bin/vim
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpserverport = 587
smtpuser = vcappe
smtppass = obviously_edited_password
Comment by Dan McGee (toofishes) - Thursday, 06 January 2011, 02:42 GMT
If you could figure out what setups these are needed for so I can put something more specific than "git-send-email", that would be good.
Comment by Eric Belanger (Snowman) - Monday, 14 February 2011, 09:39 GMT
According to the git-send-email man page, these are required to use gmail as the smtp server.
Comment by Dan McGee (toofishes) - Wednesday, 27 April 2011, 15:36 GMT
Not sure why I don't seem to need these installed to send email (at least the mime dependency), but I'll take your word for it...

Loading...