diff options
author | leot <leot@pkgsrc.org> | 2016-06-07 07:08:30 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-06-07 07:08:30 +0000 |
commit | 8d1fd3ae40fd8a16ff79894363e8734afeba5eb1 (patch) | |
tree | 06d7e9c029878fb979084acd238bdbf84a90bf33 /mail/msmtp | |
parent | c6c6bc97f5b1a152aeb458c6fe02696a51e45eda (diff) | |
download | pkgsrc-8d1fd3ae40fd8a16ff79894363e8734afeba5eb1.tar.gz |
Update mail/msmtp to 1.6.5
pkgsrc changes:
- (cosmetic) fix a pkglint warning and proper indent variables in options.mk
Changes:
Version 1.6.5:
- Support SHA256 fingerprints for tls_fingerprint, and mark both SHA1 and MD5 as
deprecated.
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 5 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 10 | ||||
-rw-r--r-- | mail/msmtp/options.mk | 4 |
3 files changed, 9 insertions, 10 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 3ba248d50b2..8865aa62f3d 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2016/03/05 11:28:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.65 2016/06/07 07:08:30 leot Exp $ -DISTNAME= msmtp-1.6.4 -PKGREVISION= 1 +DISTNAME= msmtp-1.6.5 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} EXTRACT_SUFX= .tar.xz diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 6012f536938..f9f4d7d0b82 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2016/02/02 16:12:18 leot Exp $ +$NetBSD: distinfo,v 1.34 2016/06/07 07:08:30 leot Exp $ -SHA1 (msmtp-1.6.4.tar.xz) = fba760dc7977b90a970f3559ff47eac8afdd9611 -RMD160 (msmtp-1.6.4.tar.xz) = fc193e1c3b6878d10f6bf231806446cba046a94c -SHA512 (msmtp-1.6.4.tar.xz) = a4e84b61ab66fcbd1cd8e03b23b5911a688d1e90affff1637b0fa2b607c051b816fba85883961f0bcbf65b0734b026710af22ace0d02efaa937b3106a901e810 -Size (msmtp-1.6.4.tar.xz) = 282840 bytes +SHA1 (msmtp-1.6.5.tar.xz) = 27d1fc609cd453a7e4c55c4ec55d455949bc53f1 +RMD160 (msmtp-1.6.5.tar.xz) = 11bf289132a25ef8f8d4309a34fa9a49a3bdb3f5 +SHA512 (msmtp-1.6.5.tar.xz) = 0ce031aec2f8bf882a0331a20cce77d3fb740a481e7a327510ac19094d6c5c8b7d4c8a7bc964acab34b9448cfedc29df2c4cdccd62e14ec93a2b4df11a43ad5c +Size (msmtp-1.6.5.tar.xz) = 283284 bytes diff --git a/mail/msmtp/options.mk b/mail/msmtp/options.mk index c24ecaf1b10..0ace028c382 100644 --- a/mail/msmtp/options.mk +++ b/mail/msmtp/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.14 2015/04/08 05:31:59 wiz Exp $ +# $NetBSD: options.mk,v 1.15 2016/06/07 07:08:30 leot Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.msmtp PKG_OPTIONS_OPTIONAL_GROUPS= ssl -PKG_OPTIONS_GROUP.ssl= gnutls ssl +PKG_OPTIONS_GROUP.ssl= gnutls ssl PKG_SUPPORTED_OPTIONS= gsasl idn inet6 scripts secret PKG_SUGGESTED_OPTIONS= inet6 ssl |