./mail/p5-Email-Address, RFC 2822 Address Parsing and Creation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q2, Version: 1.905, Package name: p5-Email-Address-1.905, Maintainer: rhaen

This class implements a complete RFC 2822 parser that locates email
addresses in strings and returns a list of Email::Address objects
found. The goal of this software is to be correct, fast, and API
compatible with the MailTools version.


Required to run:
[devel/p5-Test-Simple] [lang/perl5]

Master sites: (Expand)

SHA1: 5cf7baf4ba5d4ac7cc677096dfdd7f8615406915
RMD160: 4bb430dc727c2e45928e6bdb94139a0763fc74ee
Filesize: 38.733 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-17 20:48:53 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4455 - requested by taca
mail/p5-Email-Address: security update

Revisions pulled up:
- mail/p5-Email-Address/Makefile                                1.17
- mail/p5-Email-Address/distinfo                                1.8

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jul 16 15:51:57 UTC 2014

   Modified Files:
   	pkgsrc/mail/p5-Email-Address: Makefile distinfo

   Log message:
   Update p5-Email-Address to 1.905.

   1.905     2014-06-17 22:55:00-04:00 America/New_York
           - additional change to avoid slowdown; this addresses CVE-2014-0477
             change provided by Bastian Blank <waldi@debian.org>

   1.904     2014-06-14 00:21:21-04:00 America/New_York (TRIAL RELEASE)
           - avoid being fooled by an addr-like string in the phrase
           - avoid a slowdown by avoiding backtracking into the phrase

   1.903     2014-04-17 21:02:14-04:00 America/New_York
           - correctly parenthesize false comment "0" (sigh)

   1.902     2014-04-17 10:45:11-04:00 America/New_York
           - when formatting an address where phrase is empty but comment is not,
             do not include "" for the phrase; just omit it
           - when formatting and address where comment lacks enclosing parens, add
             them