diff options
author | taca <taca@pkgsrc.org> | 2013-06-16 17:05:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-06-16 17:05:56 +0000 |
commit | 29366fda903406ddcb2a4c6877d7c6bc97787728 (patch) | |
tree | 4cfc7efa98df25b5534a34eef998bc9c52b28175 /mail | |
parent | b756f58092b9c8a12150d4d594a40187fc0be9e2 (diff) | |
download | pkgsrc-29366fda903406ddcb2a4c6877d7c6bc97787728.tar.gz |
Update ruby-mail to 2.5.4.
== Version 2.5.4 - Tue May 14 14:45:00 +1100 2013 Mikel Lindsaar
<mikel@lindsaar.net>
Features:
* Save settings passed to TestMailer#new (svanderbleek)
* Allow the setting of envelope from directly (jeremy)
* Accept other IETF/IANA-registered Content-Types and
Content-Transfer-Encodings (jeremy)
* Alias shift-jis charset to Shift_JIS Ruby encoding (jeremy)
* Add support for ks_c_5601-1987 charset, aliased to CP949 Ruby encoding
(jeremy)
* Don't allow colons in header names (jeremy)
* Can assign arrays of Message-IDs to References and In-Reply-To (jeremy)
* Setting the html_ or text_part sets a default text/html or text/plain
content type (jeremy)
* Setting the html_ or text_part to nil removes it (jeremy)
* Addresses without a parsable email or display name still format as their raw
text (jeremy)
* Close pull request 504 - Alias GB2312 charset to GB18030 Ruby encoding (bpot)
* Close pull request 399 - Accept :ca_path and :ca_file options for SMTP
delivery (ndbroadbent)
* Close pull request 389 - Don't add superfluous message headers to MIME parts
(djmaze, jeremy)
Performance:
* Close pull request 488 - Speed up field construction & comparison (bpot)
Bugs:
* Don't include separating semicolon in paramter value when sanitizing (bpot)
* Fix fencepost encoding problem with binhex strings and only one token (drasch)
* Fix sendmail delivery to addresses with a leading hyphen (lifo, jeremy)
* Correctly format mbox From headers per RFC4155 (bpot, jeremy)
* Fix bogus '=' at the end of some quoted-printable messages (jeremy)
* Shouldn't be fooled into encoding strings on 1.8 by unrelated Encoding
constant (emiellohr, jeremy)
* Header encoding should be US-ASCII, not the default external encoding (jeremy)
* Address elements should return decoded display names by default (jeremy)
* Fix up tests that depend on utf-8 external encoding; read fixtures as binary
(jeremy)
* Capture stderr from Sendmail and Exim deliveries (jeremy)
* RFC2822 quoted_string content may be empty (jeremy)
* Calling #to_s on a field with a nil value returns an empty string instead of
nil (jeremy)
* The Received header may contain zero name/value pairs, qmail-style (jeremy)
* Fix that setting an attachment with a :mime_type and :encoding would
override the :encoding (jeremy)
* Fix that declaring an html_part but no text_part would use
multipart/alternative anyway (jeremy)
* Close pull request 508 - Don't add an extra CRLF to MIME parts; split MIME
parts on correct CRLF boundaries (Aalanar)
* Close pull request 506 - Escape backslashes in quoted strings (ConradIrwin)
* Close pull request 496 - Correctly handle quoted-printable line breaks
(jeremy)
* Close pull request 493 - Repair misencoded quoted-printable line breaks
(jeremy)
* Close pull request 487 - Extract comments from group email addresses (bpot)
* Close pull request 481 - Correctly quote filename attributes (bpot)
* Close pull request 480 - Support mixed encodings in a single header body
(adamvaughan)
* Close pull request 471 - Fix Ruby 1.8 build when UTF16/32 default to
little-endian (kennyj)
Coping with third-party bugs:
* Parse multipart boundary from Content-Type headers containing extra
semicolons (jeremy)
* Close pull request 389 - Only add Content-ID to inline attachments to
appease Outlook (djmaze, jeremy)
Housekeeping:
* Add development gem dependency on rdoc (jeremy)
* Refresh Bundler dependencies & setup (jeremy)
* Remove i18n dependency and last vestiges of activesupport dependency in
specs (jeremy)
* Clarify that Sender is a single address, not an address list (jeremy)
* Add an MIT-LICENSE file to make licensing clear & obvious; update to 2013
(jeremy)
* Close pull request 501 - Tighten up header/body whitespace splitting
(ConradIrwin)
* Close pull request 499 - Clean up some dead code (ConradIrwin)
* Close pull request 489, 495 - Docs typos (JackDanger, francois)
* Close pull request 485 - Be explicit about unsupported address parsing (bpot)
* Close pull request 484 - Remove #tree specs in preparation for deprecation
removal (bpot)
* Close pull request 482 - Update address field specs to reflect to
#initialize API (bpot)
* Close pull request 475 - Shush warning on Object#blank? redefinition
(amatsuda)
* Close pull request 472 - Clean up UTF8/UTF-8 internals (kennyj)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-mail/Makefile | 5 | ||||
-rw-r--r-- | mail/ruby-mail/PLIST | 4 | ||||
-rw-r--r-- | mail/ruby-mail/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/mail/ruby-mail/Makefile b/mail/ruby-mail/Makefile index 2a5a4b75b3a..b752f27c3ad 100644 --- a/mail/ruby-mail/Makefile +++ b/mail/ruby-mail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/03/10 08:07:38 taca Exp $ +# $NetBSD: Makefile,v 1.10 2013/06/16 17:05:56 taca Exp $ -DISTNAME= mail-2.5.3 +DISTNAME= mail-2.5.4 CATEGORIES= mail MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,7 +10,6 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.16<2:../../mail/ruby-mime-types DEPENDS+= ${RUBY_PKGPREFIX}-treetop>=1.4.8<1.5:../../textproc/ruby-treetop -DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.4.0:../../devel/ruby-i18n .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/ruby-mail/PLIST b/mail/ruby-mail/PLIST index f28725b3bcb..bb54ef88712 100644 --- a/mail/ruby-mail/PLIST +++ b/mail/ruby-mail/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.7 2013/03/10 08:07:38 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2013/06/16 17:05:56 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.rdoc ${GEM_LIBDIR}/CONTRIBUTING.md ${GEM_LIBDIR}/Dependencies.txt ${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/MIT-LICENSE ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/TODO.rdoc @@ -16,7 +17,6 @@ ${GEM_LIBDIR}/lib/mail/check_delivery_params.rb ${GEM_LIBDIR}/lib/mail/configuration.rb ${GEM_LIBDIR}/lib/mail/core_extensions/nil.rb ${GEM_LIBDIR}/lib/mail/core_extensions/object.rb -${GEM_LIBDIR}/lib/mail/core_extensions/shell_escape.rb ${GEM_LIBDIR}/lib/mail/core_extensions/smtp.rb ${GEM_LIBDIR}/lib/mail/core_extensions/string.rb ${GEM_LIBDIR}/lib/mail/core_extensions/string/access.rb diff --git a/mail/ruby-mail/distinfo b/mail/ruby-mail/distinfo index 71e71f01984..e2fce17c5c8 100644 --- a/mail/ruby-mail/distinfo +++ b/mail/ruby-mail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2013/03/10 08:07:38 taca Exp $ +$NetBSD: distinfo,v 1.8 2013/06/16 17:05:56 taca Exp $ -SHA1 (mail-2.5.3.gem) = 0873049814d041071e4f26c7e3eb95af1573ceea -RMD160 (mail-2.5.3.gem) = d0ea7c4358efbc2493ff98a499a0cfc3cde799cc -Size (mail-2.5.3.gem) = 269312 bytes +SHA1 (mail-2.5.4.gem) = 03b1c19074973f8da94a72cb8579c5d54317934e +RMD160 (mail-2.5.4.gem) = 4ecb28697c61e09e870ba150846c47bb2a59eff1 +Size (mail-2.5.4.gem) = 272384 bytes |