summaryrefslogtreecommitdiff
path: root/net/pear-Net_SMTP
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2021-03-21net/pear-Net_SMTP: update to 1.10.0taca2-7/+7
1.10.0 (2021-03-19 14:43 UTC) Changelog: * Add the starttls() method
2020-08-16net/pear-Net_SMTP: update to 1.9.2taca2-7/+7
Update pear-Net_SMTP to 1.9.2 1.9.2 (2020-08-12 21:27 UTC) Changelog: * Repackage documentation
2020-06-18net/pear-Net_SMTP: update to 1.9.1taca2-7/+7
Update pear-Net_SMTP to 1.9.1. 1.9.1 (Release date: 2020-06-06 18:48 UTC) Changelog: * Added .gitattributes for nicer packaging
2019-12-03net/pear-Net_SMTP: update to 1.9.0taca2-7/+7
Update pear-Net_SMTP to 1.9.0. Net_SMTP-1.9.0 (2019-11-30) Changelog: * Added support for the XOAUTH2 authentication method
2018-12-17net/pear-Net_SMTP: update to 1.8.1taca2-7/+7
Release date: 2018-09-24 20:31 UTC Release state: stable Release uploaded by: jon Changelog: * Don't disconnect when message size exceeds server limit * Added GSSAPI support via the PECL krb5 module * Updated composer requirements to use stable dependencies
2017-05-28Update pear-Net_SMTP to 1.8.0.taca2-7/+8
pkgsrc change: set LICENSE to 2-clause-bsd. 1.8.0 2017-04-06 14:16 UTC Changelog: * Set minimum PEAR version to 1.10.1 * Change license to BSD-2 Clause
2017-03-12Update pear-Net_SMTP to 1.7.3.taca2-7/+7
1.7.3 2017-01-14 13:24 UTC Changelog: - Fix MIME boundary size calculation (#34) - Workaround E_DEPRECATED warning on Auth_SASL::factory() call (#29) 1.7.2 2016-05-29 20:35 UTC Changelog: - Fix size calculation when headers are provided (#27)
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-13Update pear-Net_SMTP to 1.7.1.taca2-6/+6
1.7.1 Release date: 2015-09-07 18:05 UTC Changelog: - Fix a syntax error in the quotedata() test. - Fix an undefined value resulting from a bad merge. (#23) - Add TLSv1.1 and TLSv1.2 support for STARTTLS connections. (#22) 1.7.0 Release date: 2015-09-06 19:20 UTC Changelog: - This version drops PHP 4 support in favor of more modern PHP language constructs.
2015-08-31Update pear-Net_SMTP to 1.6.3.taca2-6/+6
1.6.3 Release date: 2015-08-02 19:36 UTC Release state: stable Changelog: - Fix redundant CRLF terminator sequence. - Add a note about $socket_options and OpenSSL. - Add Composer support.
2013-07-12Update pear-Net_SMTP to 1.6.2taca2-6/+6
Net_SMTP 1.6.2 - Fix EHLO response handling for HELO-only servers.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-15Reset maintainer, developer has left the buildingwiz1-2/+2
2011-08-20Update pear-Net_SMTP package to 1.6.1.taca2-6/+6
Net_SMTP 1.6.1: Release date: 2011-08-13 19:06 UTC Release state: stable Changelog: - Fixing the detection of SASL-based AUTH methods. (Bug #18594)
2011-06-19Update pear-Net_SMTP pacakge to 1.6.0.taca2-6/+6
Release date: 2011-06-06 04:41 UTC Release state: stable Changelog: - Adding a new command() method for sending arbitrary SMTP commands. - More kinds of socket write() failures are now detected. - Improved PEAR_Error internal handling. (Bug 18469) - External authentication methods are now supported via setAuthMethod(). - Resource-based data streams are no longer terminated prematurely. (Bug 18563)
2011-05-16Update pear-Net_SMTP package to 1.5.2.taca2-6/+6
1.5.2 (stable) 2011-04-17 02:29 UTC - Avoid requesting immediate socket timeouts. (Bug 18335) - Added support for passing additional socket options. (Request 18418) 1.5.1 (stable) 2011-03-11 06:27 UTC - Fixing SASL proxy authentication for DIGEST-MD5. (Bug 17538) - Fixing the default socket timeout. (Bug 18335) 1.5.0 (stable) 2011-02-07 04:11 UTC - Avoid appending an extra space in mailFrom() when $params is empty. (Bug 17989) - Differentiating between a connection timeout and general socket I/O timeouts. (Request 18197)
2010-12-22Upadte pear-Net_SMTP package to 1.4.4.taca2-6/+6
1.4.4 2010-10-21 16:53 UTC Changelog: Corrected a problem with SMTP servers that don't support the SIZE feature. (Bug 17942) 1.4.3 2010-10-11 01:14 UTC Changelog: - Reduce peak memory usage when sending large files. (Request 17887) - Adding support for proxy authentication. (Request 17358)
2010-03-15Update pear-Net_SMTP package to 1.4.2.taca2-6/+6
Changelog: Fixing header string quoting in data(). (Bug #17199)
2010-02-06Update pear-Net_SMTP from 1.3.0 to 1.4.1taca2-6/+6
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-04Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backendjoerg1-1/+3
support.
2008-04-301.3.0adrianp2-8/+7
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)
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-05-05PKGREVISION++ for the recent PEAR/PHP changes so that all child packagesadrianp1-1/+2
pick up the new dependencies properly
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-2/+2
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-3/+4
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-04-11Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the relatedjdolecek3-45/+4
conditionals and buildlink logic, and convert to standard DEPENDS
2005-04-11regen with RMD160 hashjdolecek1-1/+2
2004-11-28use PKGBASE rather than PKGNAME - the version of the PHP4-bundled componentjdolecek1-2/+2
might differ, so claiming the exact version is part of PHP4 might be misleading
2004-11-27Add pear-Net_SMTP package 1.2.6. This is for PHP5 only, PHP4 has thisjdolecek6-0/+60
bundled.