Commit graph

13 commits

Author SHA1 Message Date
taca
881c6d3c41 Update pear-Net_SMTP package to 1.4.2.
Changelog:

Fixing header string quoting in data(). (Bug #17199)
2010-03-15 16:39:39 +00:00
taca
c1c84c7bbd Update pear-Net_SMTP from 1.3.0 to 1.4.1
1.4.1

The auth() method now includes an optional $tls parameter that determines
whether or not TLS should be attempted (if supported by the PHP runtime and
the remote SMTP server). This parameter defaults to true. (Bug #16349)

Header data can be specified separately from message body data by passing it
as the optional second parameter to ``data()``. This is especially useful when
an open file resource is being used to supply message data because it allows
header fields (like *Subject:*) to be built dynamically at runtime. (Request
#17012)

1.4.0

The data() method now accepts either a string or a file resource containing
the message data. (Request #16962)

1.3.4

All Net_Socket write failures are now recognized. (Bug #16831)

1.3.3

- Added getGreeting(), for retrieving the server's greeting string. (Request
  #16066)
- We no longer attempt a TLS connection if we're already using a secure
  socket. (Bug #16254)
- You can now specify a debug output handler via setDebug(). (Request #16420)

1.3.2

- TLS connection only gets started if no AUTH methods are sent. (Bug #14944)

1.3.1

- Invalid response arrays were returning false instead of a PEAR_Error
  object. (Thomas Berger)
2010-02-06 15:57:38 +00:00
joerg
ec17d28eab Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend
support.
2010-02-04 16:36:05 +00:00
adrianp
7741d1ad58 1.3.0
The VRFY command now accepts 252 as a valid response code. (Bug 5083)
The mailFrom() and rcptTo() methods now support additional arbitrary parameters. (Request 6339)
Upgraded to package.xml version 2 (via package2.xml).
Updated the license to PHP 3.0.1.
Allow auth via STARTTLS if PHP supports it (requires Net_Socket 1.0.7) (Johan Ohrn, johan@oern.mine.nu).
We now use package.xml version 2 exclusively.
Skip unit tests when the configuration file is not available.
Fixing a protocol error when performing DIGEST-MD5 authentication. (Bug 12206)
Add getServiceExtensions (slusarz@curecanti.org, Bug 13763)
2008-04-30 19:32:34 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
adrianp
d069d5bd59 PKGREVISION++ for the recent PEAR/PHP changes so that all child packages
pick up the new dependencies properly
2007-05-05 22:09:18 +00:00
joerg
8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jdolecek
1ab96e8771 Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related
conditionals and buildlink logic, and convert to standard DEPENDS
2005-04-11 20:08:43 +00:00
jdolecek
6a8e5354c9 regen with RMD160 hash 2005-04-11 20:06:36 +00:00
jdolecek
ebdc0c2e06 use PKGBASE rather than PKGNAME - the version of the PHP4-bundled component
might differ, so claiming the exact version is part of PHP4 might be
misleading
2004-11-28 10:21:48 +00:00
jdolecek
2d5e0a6f7b Add pear-Net_SMTP package 1.2.6. This is for PHP5 only, PHP4 has this
bundled.
2004-11-27 13:01:16 +00:00