Updated to 2.83
ChangeLog: 2.83 2011-10-29T00:19:07Z - Added the `smtp_port` parameter and accompanying `--smtp-port` option. Patch from Gustavo Leite de Mendonça Chaves. - Switched from Net::SMTP and Net::SMTP_auth to Net::SMTP::TLS, which handles TLS and non TLS and auth and non-auth in any combintation. Based on patches from Dawood Sangameshwari and Marino Miculan (RT # 40188). - Added `--smtp-tls` option to enable TLS. Based on patch from Marino Miculan. - Deprecated `--smtp-authtype`, which is now a no-op. Net::SMTP::TLS determins the auth type to use by asking the SMTP server.
This commit is contained in:
parent
81b7895b54
commit
2a194c39d7
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.13 2011/08/16 23:09:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2012/01/26 12:18:43 rhaen Exp $
|
||||
|
||||
DISTNAME= SVN-Notify-2.82
|
||||
DISTNAME= SVN-Notify-2.83
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5 scm
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2011/08/16 23:09:33 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.10 2012/01/26 12:18:43 rhaen Exp $
|
||||
|
||||
SHA1 (SVN-Notify-2.82.tar.gz) = 23fda8be89b0cfd5e3645e7a98c2f637305e8307
|
||||
RMD160 (SVN-Notify-2.82.tar.gz) = ff49f2fad7b6c29aa1e74121a7ace5a0f871b63c
|
||||
Size (SVN-Notify-2.82.tar.gz) = 97968 bytes
|
||||
SHA1 (SVN-Notify-2.83.tar.gz) = 6bc4333cb209c09d2875fbbb412be167cd749d45
|
||||
RMD160 (SVN-Notify-2.83.tar.gz) = 3aae127a2f29e3aef91dd028685f6c60ba678a92
|
||||
Size (SVN-Notify-2.83.tar.gz) = 98407 bytes
|
||||
|
|
Loading…
Reference in a new issue