./mail/pear-Mail, PHP Class that provides multiple interfaces for sending emails

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


Branch: pkgsrc-2009Q3, Version: 1.1.14nb2, Package name: php5-pear-Mail-1.1.14nb2, Maintainer: pkgsrc-users

PEAR's Mail:: package defines the interface for implementing mailers under
the PEAR hierarchy, and provides supporting functions useful in multiple
mailer backends. Currently supported are native PHP mail() function, sendmail
and SMTP. This package also provides a RFC 822 Email address list validation
utility class.


Required to run:
[net/pear-Net_SMTP] [lang/php5] [lang/pear]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2009-12-03 11:07:48 by Matthias Scheler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #2940 - requested by taca
pear-Mail: security update

Revisions pulled up:
- mail/pear-Mail/Makefile			1.10
- mail/pear-Mail/distinfo			1.3-1.4
- mail/pear-Mail/patches/patch-ab		1.1
- mail/pear-Mail/patches/patch-aa		1.1
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Mon Nov 30 06:16:56 UTC 2009

Modified Files:
	pkgsrc/mail/pear-Mail: Makefile distinfo
Added Files:
	pkgsrc/mail/pear-Mail/patches: patch-aa

Log message:
Add a fix for http://secunia.com/advisories/37410/ refering
Debian's patch via http://secunia.com/advisories/37458/

Bump PKGREVISION.
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Dec  3 08:11:40 UTC 2009

Modified Files:
	pkgsrc/mail/pear-Mail: distinfo
Added Files:
	pkgsrc/mail/pear-Mail/patches: patch-ab

Log message:
Try to fix build problem on amd64 (at least).
   2009-12-03 08:39:05 by Matthias Scheler | Files touched by this commit (1)
Log message:
Backout changes related to ticket #2940 which were committed by accident.
   2009-12-03 08:37:18 by Matthias Scheler | Files touched by this commit (2)
Log message:
Backout changes related to ticket #2940 which were committed by accident.
   2009-12-03 00:17:10 by Matthias Scheler | Files touched by this commit (17) | Package updated
Log message:
Pullup ticket #2941 - requested by minskim
databases/ruby-activerecord: security update
devel/ruby-activesupport: security update
mail/ruby-actionmailer: security update
www/rails: security update
www/ruby-actionpack: security update
www/ruby-activeresource security update

Revisions pulled up:
- databases/ruby-activerecord/Makefile		1.17
- databases/ruby-activerecord/distinfo		1.17
- devel/ruby-activesupport/Makefile		1.20
- devel/ruby-activesupport/PLIST		1.16
- devel/ruby-activesupport/distinfo		1.17
- mail/ruby-actionmailer/Makefile		1.16
- mail/ruby-actionmailer/distinfo		1.17
- www/rails/Makefile				1.17
- www/rails/distinfo				1.13
- www/ruby-actionpack/Makefile			1.18
- www/ruby-actionpack/PLIST			1.18
- www/ruby-actionpack/distinfo			1.19
- www/ruby-activeresource/Makefile		1.7
- www/ruby-activeresource/distinfo		1.7
---
Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Dec  1 23:24:24 UTC 2009

Modified Files:
        pkgsrc/databases/ruby-activerecord: Makefile distinfo
        pkgsrc/devel/ruby-activesupport: Makefile PLIST distinfo
        pkgsrc/mail/ruby-actionmailer: Makefile distinfo
        pkgsrc/www/rails: Makefile distinfo
        pkgsrc/www/ruby-actionpack: Makefile PLIST distinfo
        pkgsrc/www/ruby-activeresource: Makefile distinfo

Log message:
Update rails packages to 2.3.5.  This fixes a cross-site scripting
vulnerability in ruby-actionpack.

Major changes:
- Improved compatibility with Ruby 1.9
- RailsXss plugin availability
- Fixes for the Nokogiri backend for XmlMini