diff options
author | wen <wen@pkgsrc.org> | 2017-02-13 13:31:07 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-02-13 13:31:07 +0000 |
commit | 80e987dd837d5119f2e89a6339f0eed6349ed440 (patch) | |
tree | 44025deee068d392750967fd3d5eb3ae4af3eaed /mail | |
parent | 2b6791766f9b7969b36f9082285539c6a8af8f90 (diff) | |
download | pkgsrc-80e987dd837d5119f2e89a6339f0eed6349ed440.tar.gz |
Update to 1.940
Upstream changes:
1.940 2017-01-29 10:33:45-05:00 America/New_York
- no code changes since 1.939 trial release
1.939 2017-01-14 14:58:44-05:00 America/New_York (TRIAL RELEASE)
- do not decode MIME headers known to be never encoded (Pali Roh獺r)
- ...and that includes the Downgraded-* headers (Pali Roh獺r)
1.938 2017-01-01 20:03:38-05:00 America/New_York (TRIAL RELEASE)
- numerous small fixes to header encoding (thanks, Pali Roh獺r)
for more details see https://github.com/rjbs/Email-MIME/pull/32
- When a single-part content type has been provided with multiple
parts, the user is now warned that the type has been changed to
multipart/mixed. This helps catch typos like
"mutlipart/alternative".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-MIME/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Email-MIME/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile index b4a377d09fc..b7506997c37 100644 --- a/mail/p5-Email-MIME/Makefile +++ b/mail/p5-Email-MIME/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2016/06/08 19:23:56 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/02/13 13:31:07 wen Exp $ -DISTNAME= Email-MIME-1.937 +DISTNAME= Email-MIME-1.940 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} diff --git a/mail/p5-Email-MIME/distinfo b/mail/p5-Email-MIME/distinfo index 9560d6cef44..eed7ea99408 100644 --- a/mail/p5-Email-MIME/distinfo +++ b/mail/p5-Email-MIME/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/01/30 13:46:10 mef Exp $ +$NetBSD: distinfo,v 1.15 2017/02/13 13:31:07 wen Exp $ -SHA1 (Email-MIME-1.937.tar.gz) = 367f3f5fe1e73449ce9e3f98d849a07fab5e5892 -RMD160 (Email-MIME-1.937.tar.gz) = 0bed84fc7e1e23a149082ccaa8f66e11d027c107 -SHA512 (Email-MIME-1.937.tar.gz) = 61f8e262070edcad90e8852f1c2b3439d732273e64590c0013a506fb4330bc4d8dbb8430dca2b6a4498864e436e4286728209c01cfe8f11cd5afabc57461cbcf -Size (Email-MIME-1.937.tar.gz) = 117556 bytes +SHA1 (Email-MIME-1.940.tar.gz) = 930a9b1450cf76eebadbe405e2316d8f6612cee0 +RMD160 (Email-MIME-1.940.tar.gz) = b20a2092af158529e866297d5ed428b96ffeed34 +SHA512 (Email-MIME-1.940.tar.gz) = 234f3f2633b2f0996d534403bdfd8e04b7be8bd123c228b576b2a0f62bcaaca8620a234e4c617ba3b1eb4b6aff7665528d493502f181eb2e1fdc0fa96a866f3e +Size (Email-MIME-1.940.tar.gz) = 118337 bytes |